@media (min-width: 720px) {
    .header.header--fixed .header__logo img {
        width: auto;
        height: auto;
        max-width: 200%;
        max-height: 120px;
        margin-top: -31px;
    }
}
@media (min-width: 1024px) {
    .footer__wrapper__left+.footer__wrapper__right {
        margin-left: -150px;
    }
}
.footer__wrapper__left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer {
    background: black !important;
}

.footer__wrapper__left__primary__ul__li__link {
    color: white!important;
}

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

.menu picture:not(.with-loading) img.lazyloaded:hover {
  opacity: 1;
  transition: 0.8s ease-out;
  border-radius:30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

header#header {
    background-color: black;
  border-bottom: solid 3px #ffb813;
}

.bloc1 .wizi-imgtxt__right {
    box-shadow: #ffb813 0px 5px 15px;
}

.bloc4 .wizi-imgtxt__left {
    box-shadow: #ffb813 0px 5px 15px;
}

.bloc5 .wizi-imgtxt__right {
    box-shadow: #ffb813 0px 5px 15px;
}

.bloc4 .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    border-bottom: solid 3px #ffb813;
    border-top: solid 3px #ffb813;
}

.bloc5 .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    border-bottom: solid 3px #ffb813;
}

.wizi-txt.wizi-txt--withBg.wizi-txt--large {
    border-bottom: solid 3px #ffb813;
}

.bloc--text {
    box-shadow: #ffb813 0px 5px 15px;
    padding: 1rem;
}

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

.prod-infos__desc {
    box-shadow: #ffb813 0px 5px 15px;
    padding: 1rem;}

  .prod-carac__desc {
    box-shadow: #ffb813 0px 5px 15px;
    padding: 1rem;
}
}