.menu picture:not(.with-loading) img.lazyloaded {
  opacity: 1;
  transition: 0.8s ease-out;
  border-radius:15px;
  border: solid 2px #eaadf5;
}
.bl1 .wiziblocks__item__maxWidth {
    background-color: #f5db99 !important;
    padding: 30px 30px !important;
    box-shadow: 0px 0px 5px 2px #00000038 !important;
}
.menu picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1.5;
  transition: 0.8s ease-out;
  border-radius:30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.menu1 picture:not(.with-loading) img.lazyloaded {
  opacity: 1;
  transition: 0.8s ease-out;
  border-radius:15px;
  border: solid 2px #f5db99;
}

.menu1 picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1.5;
  transition: 0.8s ease-out;
  border-radius:30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bloc1 .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background-color: #f5db99;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

div#\38 9ee7d4a-dcaf-4644-b976-c183b5b36ace {
    background-color: black;
    color: white;
}
.pourquoi .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    background-color: white;
}

@media (min-width: 1024px) {
    .header.header--fixed .nav__itemlvl1 {
        font-size: .875rem;
        line-height: 1.6 !important;
        font-weight: 600;
        margin: 0 5px !important;
        text-transform: uppercase;
    }

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

      .menu1 .wizi-img.wizi-img--simple.wizi-img--triple.wizi-img--picto.wizi-img--large {
        margin-bottom: -75px;
        background-color: transparent !important;
    }

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

@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%;
    }

        .bloc2 .wizi-imgtxt__left {
        animation: slide1 linear;
        animation-timeline: view();
        animation-range-start: cover 0%;
        animation-range-end: contain 30%;
    }

  .pourquoi .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
        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;
  }
}