div#\32 2181ec8-5b08-4dd8-9c85-73a4fe9af0cb {
    text-align: center;
}

.nav__maxWidth.one-line {
    gap: 40px;
}

.mps {
    background-color: #330072;
}

header#header {
    border-bottom: solid 4px #330072;
}

.menu picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
}

.menu picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1;
  transition: 0.8s ease-out;
}

.bloc1 .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background-color: black;
    color: white;
  border-top: solid 4px #330072;
    border-bottom: solid 4px #330072;
}

.bloc2 .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    background-color: black;
    color: white;
  border-top: solid 4px #330072;
    border-bottom: solid 4px #330072;
}

.textecat span.wizi-wrapper__background {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.wizi-img__content__wrapper__icon {
    display: none !important;
}

.objectif .wizi-imgtxt.wizi-imgtxt--TextSmallLeftTextRight.wizi-imgtxt--half {
    background-color: #330072;
    color: white;
    border: solid 4px black;
}

.prod-floating__content {
    border: solid 4px #330072;
}

.bloc--text {
    border: solid 4px #330072;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}


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

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

  .prod-carac__desc {
    border: solid 4px #330072;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
}