/*BODY*/

.nav__itemlvl1 {
    text-transform: uppercase;
}
.wizi-txt.wizi-txt--large {
    padding: 10rem;
}

body.body .wiziblocks__item li, body.body .wiziblocks__item p {
    font-size: 17px;
}

div#\33 c102f59-3126-4437-8598-f16532054384 {
    background: url(https://media.cdnws.com/_i/349404/RAW-52/3722/52/elyseebarber-fond-produitsbarbes.jpeg) no-repeat center;
}

.nav__itemlvl1 {
  color:white;
}

.nav__arrow {
    border-color: white;
}

.nav__wrapper {
    background: black;
}
.nav, .nav__wrapper {
    max-width: 100%;
}
/*BUTTON*/
.bannierebutton {
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, #C39C42, #292A2B);
  border-radius: 20px;
  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%);
  }
 }

/*CATEGORIES*/
.bloc--text {
    background-color: #f2f2f2;
      padding: 1rem;
}
}
/*PRODUITS*/
.prod-infos__desc {
    background-color: #f2f2f2;
}
/*CONTACT*/
 .contactezNous {
   display: flex;
   flex-direction: column;
   align-content: center;
   align-items: center;
   background-image: url("https://media.cdnws.com/_i/349404/RAW-64/1877/64/elyseebarber-fond-contact.jpeg");
   gap: 2rem;
   padding: 3rem;
 flex-wrap: nowrap;
 }
 
  .titleContact {
     color: white!important;
    text-align: center;
   }

/*SPECIAL*/

.categoriesun div div div div a picture img {
  opacity: 0.5!important;
}

.categoriesun div div div div a picture img:hover {
      opacity: 1!important;
}

.categoriesdeux div div div div a picture img {
  opacity: 0.5!important;
}

.categoriesdeux div div div div a picture img:hover {
      opacity: 1!important;
}

@media (max-width: 719px) {
.nav__itemlvl1 {
    color: black !important;
}
}