.prod__relative {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

header#header {
    background: url(https://media.cdnws.com/_i/370727/58/980/58/header.png
    );
    background-attachment: fixed!important;
    background-position: left;
    border-bottom: 5px solid #fff;
}

.header.new-menu.header--fixed.header--notTranslate.header--transparent {
    top: 0px;
}


.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: #022B3D;

  border-radius: 8px;
  
  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%);
}

}
@media (min-width: 1024px) {
    .nav__itemlvl1 {
        
        color:white;
        
    }
}