@media (min-width: 1024px) {
    .nav__maxWidth {
        justify-content: center;
        gap: 20px;
    }
}
@media (min-width: 1024px) {
    .header__relative {
        padding: 0px 40px;
    }
}
@media (min-width: 1024px) {
    .wizi-txt.wizi-txt--withBg.wizi-txt--large {
        padding-right: 600px !important;
    }
    @media (min-width: 720px) {
        .wizi-wrapper--textOnImg.wizi-wrapper--small {
            min-height: 22.65vw !important;
        }
    }
}
.bloc5 .wizi-txt__background {
    background-color: #ffffff !important;
    padding: 30px !important;
    border-radius: 10px !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1) !important;
    text-align: center !important;
    margin: 20px 0 !important;
}
.bloc5 .wizi-txt__background h2 {
    font-size: 2rem !important;
    color: #1B1B1B !important;
    margin-bottom: 15px !important;
    font-weight: bold !important;
    transition: color 0.3s ease-in-out !important;
}
.bloc5 .wizi-txt__background p {
    font-size: 1.1rem !important;
    color: #1B1B1B !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}
.bloc5 .wizi-txt__background h2:hover, .wizi-txt__background p:hover {
    color: #FDAB00 !important;
}
@media (max-width: 768px) {
    .bloc5 .wizi-txt__background {
        padding: 20px !important;
    }

    .bloc5 .wizi-txt__background h2 {
        font-size: 1.8rem !important;
    }

    .bloc5 .wizi-txt__background p {
        font-size: 1rem !important;
    }
}
@media (min-width: 1024px) {
    .prod-list__left {
        background-image: url('https://media.cdnws.com/_i/384291/cs400-53/891/53/adobestock-230405795.jpeg');
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
        padding: 20px; 
        color: white; 
        border-radius: 25px;
    }
}

.wizi-img__content {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    overflow: hidden !important;
    background-color: #1B1B1B !important;
    border-radius: 10px !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out !important;
}
.wizi-img__content:hover {
    transform: scale(1.05) !important;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3) !important;
}
.wizi-img__item {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    transition: opacity 0.3s ease-in-out !important;
}
.wizi-img__content:hover .wizi-img__item {
    opacity: 0.9 !important;
}
.wizi-img__content__wrapper {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    padding: 20px !important;
    border-radius: 10px !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease-in-out !important;
}
.wizi-img__content:hover .wizi-img__content__wrapper {
    opacity: 1 !important;
}
.wizi-img__content__wrapper__icon span {
    margin-bottom: 10px !important;
    transition: transform 0.3s ease-in-out !important;
}
.wizi-img__content:hover .wizi-img__content__wrapper__icon span {
    transform: scale(1.2) !important;
}
.wizi-img__content__wrapper__text h2 {
    font-size: 1.8rem !important;
    color: #FFFFFF !important;
    transition: color 0.3s ease-in-out !important;
}
.wizi-img__content:hover .wizi-img__content__wrapper__text h2 strong {
    color: #FDAB00 !important;
}
@media (max-width: 768px) {
    .wizi-img__content {
        max-width: 100% !important;
    }

    .wizi-img__content__wrapper__icon span {
        width: 60px !important;
        height: 60px !important;
    }

    .wizi-img__content__wrapper__text h2 {
        font-size: 1.5rem !important;
    }
}
@media (min-width: 1024px) {
    .sidebar__link:hover, .sidebar__link--current {
        color: #000000;
    }
}
@media (min-width: 1024px) {
    .filter__item {
        line-height: 0px !important;
    }
}
@media (min-width: 1024px) {
    .filter__item__content {
        padding: 20px !important;
        border-radius: 15px !important;
    }
}
.wizi-imgtxt__right {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    padding: 20px !important;
    background-color: #1B1B1B !important;
    color: #FDAB00 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 15px;
}
.wizi-imgtxt__wrap {
    max-width: 600px !important;
    padding: 20px !important;
    background-color: #1B1B1B !important;
    color: #FDAB00 !important;
}
.wizi-imgtxt__wrap h2 {
    margin-bottom: 15px !important;
    color: #FDAB00 !important;
}
.wizi-imgtxt__wrap p {
    color: #FFFFFF !important;
    margin-bottom: 15px !important;
}
.wizi-imgtxt__wrap b {
    color: #FDAB00 !important;
}
@media (max-width: 768px) {
    .wizi-imgtxt__right {
        justify-content: center !important;
        padding: 10px !important;
    }
    .wizi-imgtxt__wrap {
        padding: 15px !important;
        max-width: 100% !important;
    }
}
.wizi-wrapper--txt {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #1B1B1B !important;
    color: #FDAB00 !important;
    box-sizing: border-box !important;
}
.wizi-txt--one {
    max-width: 800px !important;
    text-align: center !important;
    padding: 20px !important;
    background-color: transparent !important;
}
.wizi-txt__item h1 {
    margin-bottom: 20px !important;
    color: #FDAB00 !important;
}
.wizi-txt__item p {
    color: #FFFFFF !important;
    margin-bottom: 20px !important;
}
.wizi-txt__item b {
    color: #FDAB00 !important;
}
.we-align-center {
    text-align: center !important;
}
@media (max-width: 768px) {
    .wizi-wrapper--txt {
        padding: 20px !important;
    }
    .wizi-txt--one {
        padding: 15px !important;
    }
}
.bloc6 {
    background: black;
}
.wizi-wrapper--txt {
    border-radius: 15px;
}
@media (max-width: 719px) {
    body.body .wiziblocks__item h1, .emergency-bar__text h1, body.body .with-editorjs h1 {
        font-size: 28px;
    }
}
a.share__btn.share__btn--pinterest {
    display: none;
}
@media (min-width: 1024px) {
    .header__logo img {
        max-height: 210px !important;
    }
}
@media (min-width: 1024px) {
    .header__logo__a .picture--left {
        width: 200px !important;
        height: 150px !important;
    }
}
@media (min-width: 1024px) {
    .header__logo {
        padding-bottom: 31px !important;
    }
}