header#header {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

div#c9a1fc06-4670-4823-938d-f47e746d6fe5 {
    background-color: #F5F8FA;
      box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

div#\38 96e52e9-4976-4c31-b5f1-61c536f0dcad {
    background-color: #F5F8FA;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.bloc6 .wizi-imgtxt.wizi-imgtxt--textSmallRightTextLeft.wizi-imgtxt--half {
    background-color: black;
    color: white;
}

.bloc2 .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background: black;
    color: white;
}

.bloc3 .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    background: black;
    color: white;
}

.menu img.wizi-img__item {
    opacity: 0.9;
    transition: 0.8s ease-out  !important;
}

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

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

.emergency-bar__text h1, body.body .with-editorjs h1, body.body .wiziblocks__item h1 {    line-height: 1;}

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

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

@media (max-width: 2100px) and (min-width: 1200px) {
      .bloc2 .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;
  }
}

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