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

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

.footer {
    background-color: #333E38;
}

header#header {
    background-color: #333E38;
    border-bottom: solid 5px #85684F;
}

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

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

.cat span.wizi-wrapper__background {
    border: solid 5px #333E38;
}

div#bloc-cat-1 {
    padding: 1rem;
    background-color: #333E38;
    border: solid 5px #85684F;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

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