.powered__p a, .powered__p span {
    color: var(--primary-color);
    font-weight: 600;
}

.bloc2 .wizi-imgtxt.wizi-imgtxt--half {
    background-color: #573823;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

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

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

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

.magasin .wizi-imgtxt.wizi-imgtxt--half.wizi-imgtxt--textLeftTextRight {
    background-color: #573823;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

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

.filter {
    background: #af6e34!important;
}

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