.menu img.wizi-img__item {
    opacity: 0.8;
    transition: 0.8s ease-out  !important;
}

.menu img.wizi-img__item:hover {
    opacity: 1;
      transition: 0.8s ease-out !important;
  border-radius:50px;
}

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

.bloc1 .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background-color: #23242a;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.bloc2 .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    background-color: #23242a;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.pourquoi .wizi-imgtxt.wizi-imgtxt--textRightTextLeft.wizi-imgtxt--reverse.wizi-imgtxt--half {
    background-color: #23242a;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.prod-list-cat__tabs div.selected, .prod-list-cat__tabs div:focus, .prod-list-cat__tabs div:hover {
    background-color: #03a8bc!important;
    color: #fff;
}

.prod-list-cat__tabs div {
    background-color: #22242A !important;
    border-radius: 4px;
    color: white !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    padding: 0 20px;
    transition: .3s ease;
}

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

  .footer__wrapper__left__primary__ul__li__link:focus, .footer__wrapper__left__primary__ul__li__link:hover {
        color: white;
        font-weight: bold;
    }

    .bloc1 .wiziBtn__wrapper {
    justify-content: flex-start;
}

    .bloc2 .wiziBtn__wrapper {
    justify-content: flex-start;
}
}