@media (min-width: 1024px) {
    .header--transparent.header--fixed .nav .nav__itemlvl1 {
        color: black;
        font-weight: 600;
    }

          .menu .wizi-img.wizi-img--simple.wizi-img--triple.wizi-img--picto.wizi-img--large {
        margin-top: -120px;
        background-color: transparent !important;
    }

    .menu {
    z-index: 3;
    background-color: transparent;
}
}

.prod-list-cat__tabs div.selected, .prod-list-cat__tabs div:focus, .prod-list-cat__tabs div:hover {
    background-color: #921c32!important;
    color: #fff;
}

.bloc1 .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background-color: #fefaf7;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.bloc2 .wizi-wrapper.wizi-wrapper--imgtxt.wizi-wrapper--imglarge {
    background-color: #921c32;
    color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.bloc4 .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background-color: #921c32;
    color: white;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.tireuse .wizi-imgtxt.wizi-imgtxt--textSmallRightTextLeft.wizi-imgtxt--half {
    background-color: #921c32;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.bar .wizi-imgtxt.wizi-imgtxt--TextSmallLeftTextRight.wizi-imgtxt--half {
    background-color: #fefaf7;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.menu img.wizi-img__item {
    opacity: 1;
    transition: 0.8s ease-out  !important;
    border-radius:30px;
}

.menu img.wizi-img__item:hover {
    opacity: 1;
      transition: 0.8s ease-out !important;
      border-radius:50px;
}

.banniere .wiziBtn__wrapper {
    justify-content: flex-start;
}

#c1-body .bloc4 a.wiziBtn {
    background: black !important;
    color: white !important;
}

#c1-body .tireuse a.wiziBtn {
    background: black !important;
    color: white !important;
}

.footer__wrapper__left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 2100px) and (min-width: 1200px) {
      .bloc1 .wizi-imgtxt__right {
        animation: slide2 linear;
        animation-timeline: view();
        animation-range-start: cover 0%;
        animation-range-end: contain 30%;
    }

      .bloc4 .wizi-imgtxt__right {
        animation: slide2 linear;
        animation-timeline: view();
        animation-range-start: cover 0%;
        animation-range-end: contain 30%;
    }
  
        .bloc3 .wizi-imgtxt__left {
        animation: slide1 linear;
        animation-timeline: view();
        animation-range-start: cover 0%;
        animation-range-end: contain 30%;
    }
}
@keyframes slide2 {
  from{
  transform: translateX(100%);
  opacity:0;
  }
  to {
  transform: translateX(0%);
  opacity:1;
  }
}

@keyframes slide1 {
  from{
  transform: translateX(-100%);
  opacity:0;
  }
  to {
  transform: translateX(0%);
  opacity:1;
  }
}