header#header {
    background-color: #000;
}
.prod__relative {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}

.LogoShowcase__Content-sc-uwmsvj-1.huxJAu.eapp-logo-showcase-logo-showcase-content {
    max-width: 1440px;
}

span.wizi-wrapper__background {
    border-bottom: 3px solid #14F6AA;
}

.menu picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
}
 
.menu picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1;
  transition: 0.8s ease-out;
}

.bannierebutton {

  border: none;

  color: #fff;

  background-color: #14F6AA;


  background-size: 100% auto;

  font-family: inherit;

  font-size: 17px;

  padding: 0.6em 1.5em;

}


.bannierebutton:hover {

  background-position: right center;

  background-size: 200% auto;

  -webkit-animation: pulse 2s infinite;

  animation: pulse512 1.5s infinite;

}


 @keyframes pulse512 {

  0% {

   box-shadow: 0 0 0 0 #000000;

  }

 

  70% {

   box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);

  }

 

  100% {

   box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
}

}

.footer {
    background-color: #000;
}

.powered {
    background: #14F6AA;
    /* color: #000; */
}

p.powered__p {
    color: #000;
}
.header__cart.header__cart--top.cart.anim.hover {
    display: none !important;
}
.header__account.account--logoff.anim {
    display: none !important;
}
div#container-global-bottom {
    display: none !important;
}
.prod-add-cart {
  display: none !important;
}
button.prod__btn.prod__btn--addCart {
    display: none !important;
}