@media screen and (min-width: 1024px) {
  div#dd983823-017b-4c02-a49b-c38500f896ed,
  div#\36 8c9d41a-67bc-42c4-8b81-27243e83c14a,
  div#\37 9e8f823-62f7-4b0f-8979-b872c25e13e4,
  div#\31 b884311-1d14-4766-a9a5-520dec0a6b0a {
    padding: 0px 60px !important;
  }
}

@media screen and (max-width: 1023px) {
  div#dd983823-017b-4c02-a49b-c38500f896ed,
  div#\36 8c9d41a-67bc-42c4-8b81-27243e83c14a,
  div#\37 9e8f823-62f7-4b0f-8979-b872c25e13e4,
  div#\31 b884311-1d14-4766-a9a5-520dec0a6b0a {
    padding: 0px 20px !important;
  }
}

@media (min-width: 1024px) {
    .nav__maxWidth {
        justify-content: center;
    }
}

@media (min-width: 720px) {
    .search {
        min-width: 800px;
    }
}

.powered {
    background: #FFDC02;
}

.powered__p {
    color: #000000;
}

.bloc1 .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background-color: #FFDC02;
    border-top: solid 5px red;
  border-bottom: solid 5px red;
}

.bloc2 .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    background-color: red;
    border-top: solid 5px #FFDC02;
    border-bottom: solid 5px #FFDC02;
    color: white;
}

.banniere .wizi-txt.wizi-txt--large {
    border-top: solid 5px #FFDC02;
    border-bottom: solid 5px #FFDC02;
}

.reassurance__wrapper.reassurance__wrapper-4 {
    border-top: solid 5px #FFDC02;
}

.pret {
    background-color: #f2f2f2;
    border-top: solid 5px red;
    border-right: solid 5px red;
    border-left: solid 5px red;
}

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