.bloc1 img.wizi-img__item {
    border-radius: 10px;
}

.bloc2 img.wizi-img__item {
    border-radius: 10px;
}

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

.header.header--fixed img.header__logo__a__img {
    filter: drop-shadow(2px 4px 6px white) !important;
}

div#f18ca2ca-9b6a-4775-b795-4ed7b692ac7c {
    margin-bottom: 0;
}

div#\34 f8fcf95-8ddd-42c8-8978-2c4c6595b119 {
    margin-bottom: 0;
}

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

.footer__wrapper__bloc__ul__li__link--active, .footer__wrapper__bloc__ul__li__link:focus, .footer__wrapper__bloc__ul__li__link:hover {
    color: white;
    font-weight: 600;
}

.footer__wrapper__bloc__infos__contact__link:focus, .footer__wrapper__bloc__infos__contact__link:focus i, .footer__wrapper__bloc__infos__contact__link:hover, .footer__wrapper__bloc__infos__contact__link:hover i {
    font-weight: 600;
    color: white;
}

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

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

.bloc1 .wizi-wrapper.wizi-wrapper--imgtxt {
    max-width: 1400px;
    margin: auto;
}

.bloc1.wiziblocks__item.width-full {
    background: #f5f5f5;
    padding: 50px !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}


.bloc2 .wizi-wrapper.wizi-wrapper--imgtxt {
    max-width: 1400px;
    margin: auto;
}

.bloc2.wiziblocks__item.width-full {
    background: #f5f5f5;
    padding: 50px !important;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

@media (min-width: 1024px) {

  .ban .wizi-txt.wizi-txt--large {
    min-width: inherit;
    max-width: 1000px;
}

  .header.header--fixed .nav__itemlvl1 {
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.375rem !important;
        margin: 0 !important;
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: uppercase;
    }
}

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

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

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

.wizi-rassuranceClassic__item {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin: 15px;
    border-radius: 10px;
}


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

/* Button */ 
.custombutton {
    border: none;
    color: #fff;
    background-color: #8D2E36;
    border-radius: 10px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 17px;
    padding: 0.6em 1.5em;
    width: 53%;
    text-transform: uppercase;
}
 
 .custombutton:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
 }

@keyframes pulse512 {
  0% {
   box-shadow: 0 0 0 0 #000000;
  }
 
  70% {
   box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }
 
  100% {
   box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
 }