.header.header--fixed .nav__itemlvl1:hover {
    color: var(--primary-color)!important;
    font-weight: 700;
}

.inscription .wizi-newsletterBackground {
    border-radius: 20px;
}

.menu img.wizi-img__item.lazyloaded {
    border-radius: 20px;
}

.banniere {
    background: url(https://media.cdnws.com/_i/361778/RAW-46/2179/46/brp-multiproduits-fond-ban-1.png) center;
}

.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;
}

.cat1 span.wizi-wrapper__background {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cat2 span.wizi-wrapper__background {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

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

.custombutton {
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, #292A2B, #292A2B);
  border-radius: 20px;
  background-size: 100% auto;
  font-family: inherit;
  font-size: 17px;
  padding: 0.6em 1.5em;
 }
 
 .custombutton: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%);
  }
 }