/*ACCUEIL*/
@media (max-width: 719px) {
    .wizi-wrapper--textOnImg.wizi-wrapper--large, .wizi-wrapper--textOnImg.wizi-wrapper--large .wizi-txt {
        min-height: 200px;
    }
}

.header.header--fixed .nav__itemlvl1 {
    font-size: 1rem;
    font-weight: 600;
}

.header.header--fixed .header__logo img {
    max-height: 70px;
}

.bijoux .wizi-imgtxt__wrap {
    padding: 4rem;
}

/*µ.bijoux .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    background-color: #F3E2DA;
    border-radius: 15px;
}*/

div#\37 70f3040-3aa2-44c4-be78-7c316861eb02 {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 1rem;
}

.blocproduits span.wizi-wrapper__background {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 15px;
}

.menu div div div div div picture img {
  opacity: 0.9!important;
}

.menu div div div div div picture img:hover {
      opacity: 1!important;
}
.menu img.wizi-img__item.lazyloaded {
    opacity: 0.9;
}

.menu img.wizi-img__item.lazyloaded:hover {
    opacity: 1;
}

 .contactezNous {
   display: flex;
   flex-direction: column;
   align-content: center;
   align-items: center;
   background-image: url("https://media.cdnws.com/_i/352103/RAW-51/3177/51/inmodo-fond-contact1.jpeg");
   gap: 2rem;
   padding: 3rem;
 flex-wrap: nowrap;
 }
 
  .titleContact {
     color: white!important;
    text-align: center;
   }


/*Button*/
.custombutton {
  position: relative;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  color: #000000;
  cursor: pointer;
  background-color: #f3e2da;
  transition: all 0.2s ease;
}

.custombutton:active {
  transform: scale(0.96);
}

.custombutton:before,
.custombutton:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

.custombutton:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, #f3e2da 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, #f3e2da 20%, transparent 30%),
    radial-gradient(circle, #f3e2da 20%, transparent 20%),
    radial-gradient(circle, #f3e2da 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #f3e2da 15%, transparent 20%),
    radial-gradient(circle, #f3e2da 20%, transparent 20%),
    radial-gradient(circle, #f3e2da 20%, transparent 20%),
    radial-gradient(circle, #f3e2da 20%, transparent 20%),
    radial-gradient(circle, #f3e2da 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.custombutton:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, #f3e2da 20%, transparent 20%),
    radial-gradient(circle, #f3e2da 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, #f3e2da 15%, transparent 20%),
    radial-gradient(circle, #f3e2da 20%, transparent 20%),
    radial-gradient(circle, #f3e2da 20%, transparent 20%),
    radial-gradient(circle, #f3e2da 20%, transparent 20%),
    radial-gradient(circle, #f3e2da 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.prod__price__cur strong {
    color: black;
}

span.price-cur {
    color: black;
}