.menager .wizi-imgtxt__left {
    border-left: solid 5px #3c77ec;
}

.pourquoi .wizi-imgtxt__right {
    border-right: solid 5px #3c77ec;
}

.menager h2 {
    border-right: 5px solid #3c77ec !important;
}

.pourquoi h2 {
    border-left: solid 5px #3c77ec !important;!i;!;
    padding-left: 10px !important;
}

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

.menager .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background-color: #f2f2f2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.pourquoi .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    background-color: #f2f2f2;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.cat 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;
    border-radius:30px;
}

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

@media (min-width: 1024px) {
    .header.header--fixed .nav__itemlvl1 {
        font-size: .875rem;
        line-height: 1.6 !important;
        font-weight: 600;
        margin: 0 5px !important;
        text-transform: uppercase;
    }

    div#bloc-cat-1 {
        background-color: #3c77ec;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        border-radius: 30px;
        padding: 1rem;
    }

.prod-list .bloc p {
        font-size: .875rem;
        color: white;
    }
  
  .prod-infos__desc {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border-radius: 30px;
        padding: 1rem;
    }
}