.herboristerie {
    background-color: #f8f4ee;
}

.herboristerie .wizi-imgtxt__right {
    padding: 5.5rem;
}

.conseils {
    background-color: #c1dab7;
}

.conseils .wizi-imgtxt__left {
    padding: 5.5rem;
}

.wiziblocks__item.width-large.wiziblocks__item--fullpage {
    padding: 30px 0px 30px 20px;
}

.menu div div div picture img {
  opacity: 1!important;
  transition: 0.8s ease-out;
}

.menu div div div picture img:hover {
    opacity: 0.8!important;
    transition: 0.8s ease-out;
}

nav.nav {
    border-style: double;
    border-color: #F8F4EE;
}

.banniere .wizi-wrapper--textOnImg .wizi-txt, .wizi-wrapper--textOnImg .wizi-txt>* {
    min-width: 50%;
    display: inline-block;
}

.custombutton {
  border: none;
  color: #000;
  background-color: #C1DAB7;
  border-radius: 20px;
  background-size: 100% auto;
  font-family: 'Indie Flower';
  font-size: 20px;
  padding: 0.6em 1.5em;
  font-weight: 700;
 }
 
 .custombutton:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
 }

.productsbutton {
  border: none;
  color: #000;
  background-color: #F9F3F0;
  border-radius: 20px;
  background-size: 100% auto;
  font-family: 'Indie Flower';
  font-size: 20px;
  font-weight: 700;
  padding: 0.6em 1.5em;
 }
 
 .productsbutton: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%);
  }
 }