header#header {
    background-color: #EEEFE7;
}

.header__relative {
    background-color: #EEEFE7;
}

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

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

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

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

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

.cattexte1 span.wizi-wrapper__background {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.footer__wrapper {
    background-color: #EEEFE7;
}

.powered {
    width: 100%;
    margin: 0;
    background: #4d8371;
    padding: 17px 20px;
    -moz-justify-content: center;
}

.powered__p {
    font-size: .75rem;
    color: white;
    text-align: center;
    text-transform: uppercase;
    max-width: 100%;
    line-height: 1rem;
}

.pourquoi .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    background-color: #4d8371;
    color: white;
    border-top: solid 5px #eea489;
    border-bottom: solid 5px #eea489;
}

nav.nav {
    border-bottom: solid 5px #4d8371;
}

.prod-infos__desc {
    border: solid 5px #4d8371;
}

.prod-carac__desc {
    border: solid 5px #eea489;
}