.footer__wrapper__left__primary__ul__li__link {
    font-size: .875rem;
    line-height: 1.1875rem;
    color: white;
    position: relative;
}

.footer {
    background: linear-gradient(90deg, rgba(22, 19, 14, 1) 0%, rgba(30, 64, 128, 1) 50%, rgba(103, 54, 134, 1) 100%);
}

.footer__wrapper__left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

header#header {
    background: linear-gradient(90deg, rgba(22, 19, 14, 1) 0%, rgba(30, 64, 128, 1) 50%, rgba(103, 54, 134, 1) 100%);
}

.presentation .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    color: white;
    background: linear-gradient(90deg, rgba(22, 19, 14, 1) 0%, rgba(30, 64, 128, 1) 50%, rgba(103, 54, 134, 1) 100%);
  border-top:solid 5px #fa5182;
  border-bottom:solid 5px #fa5182;
}

.pourquoi .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    color: white;
    background: linear-gradient(90deg, rgba(22, 19, 14, 1) 0%, rgba(30, 64, 128, 1) 50%, rgba(103, 54, 134, 1) 100%);
    border-top: solid 5px #fa5182;
    border-bottom: solid 5px #fa5182;
}

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

.menu picture:not(.with-loading) img.lazyloaded {
  opacity: 0.8;
  transition: 0.8s ease-out;
  border: solid 5px #fa5182;
}

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

.cat span.wizi-wrapper__background {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.espace .wizi-imgtxt__left {
    background:#fa5182;
    color:white;
    border-radius:25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

div#bloc-cat-1 {
    padding: 1rem;
    background-color: #fa5182;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

div#bloc-cat-1 p {
    color: white !important;
}

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