@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Francois+One&display=swap');
a.sidebar__link {
    font-family: "Francois One", sans-serif !important;
}
@media (max-width: 719px) {
    div#\31 ad235dd-e544-4ce6-a957-83fdfbe6762b .wizi-wrapper--textOnImg.wizi-wrapper--large, .wizi-wrapper--textOnImg.wizi-wrapper--large .wizi-txt {
        min-height: auto;
    }
}
@media screen and (max-width: 767px) {
    div#\33 236f3b2-eeac-44d1-afea-50ac9bf25628 .wizi-img__content:nth-child(1) {
        display: none !important;
    }

    div#\33 236f3b2-eeac-44d1-afea-50ac9bf25628 .wizi-img__content:nth-child(4) {
        display: none !important;
    }
}
.wz-pagination a.active {
    border-radius: 30px !important;
    font-family: "Agbalumo", system-ui;
}

.wz-pagination a {
    border-radius: 30px !important;
    font-family: "Agbalumo", system-ui;
}

h1 {
  font-family: "Agbalumo", system-ui;
}
span.nav__itemlvl3.with-subnav {
    font-family: "Agbalumo", system-ui;
}
a.nav__itemlvl1.nav__itemlvl1--with-subnav {
  font-family: "Agbalumo", system-ui;
}
span.prod__name__title {
  font-family: "Agbalumo", system-ui;
}
h1.title-page.text-center {
  font-family: "Agbalumo", system-ui;
}
ul.nav__ul {
    font-family: "Francois One", sans-serif !important;
}
span.filter__text {
  font-family: "Francois One", sans-serif !important;
}
.filter__sublevel {
  font-family: "Francois One", sans-serif !important;
}
label.filter__label {
  font-family: "Agbalumo", system-ui;
}
strong.we-size-large {
  font-family: "Agbalumo", system-ui;
}
h2.we-align-center {
    font-family: "Agbalumo", system-ui;
}
h2 b {
    font-family: "Agbalumo", system-ui;
}
p.we-align-center {
    font-family: "Francois One", sans-serif !important;
}
p {
    font-family: "Francois One", sans-serif;
}
p.prod-infos__title {
  font-family: "Agbalumo", system-ui !important;
}
p.sidebar__title {
  font-family: "Agbalumo", system-ui !important;
}
@media (min-width: 1024px) {
    .wizi-wrapper--textOnImg .wizi-txt {
        padding: 0 280px;
    }
}
.wizi-img--small img, .wizi-img--medium img, .wizi-img--large img {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    opacity: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* Liens sans soulignement et en blanc */
body.body .wiziblocks__item a,
body.body .wiziblocks__item span[data-htap],
.emergency-bar__text a,
.emergency-bar__text span[data-htap],
body.body .with-editorjs a,
body.body .with-editorjs span[data-htap] {
    text-decoration: none;
    color: #ffffff;
}

/* Bouton CTA - Desktop */
@media (min-width: 1024px) {
    a.cta-button, button.cta-button, img.logo {
        margin-left: 220px !important;
    }
}

/* Bouton CTA - Général */
button.cta-button {
    margin-top: 20px;
}

/* Bannière spécifique */
div#\36 4699282-6bce-4006-b4b4-79b91fbe1b95 {
    margin-top: -50px;
}

/* Mise en page générale */
.container {
    display: flex;
    height: 100vh;
}

.left-column, .right-column {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-column {
    flex-direction: column;
    background-color: #D8B35A;
}

.logo {
    width: 200px;
    height: auto;
}

h1 {
    margin: 20px 0;
    text-align: center;
    color: #1D799B;
}

.cta-button {
    padding: 10px 20px;
    background-color: #1D799B;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.cta-button:hover {
    background-color: #145974;
    color: white !important;
}

/* Colonne de droite avec slideshow */
.right-column {
    position: relative;
    background-color: #D8B35A;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slideshow-container {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    display: none;
    text-align: center;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

/* Masquer la colonne de droite en version mobile */
@media only screen and (max-width: 768px) {
    .right-column {
        display: none;
    }
}

/* Titre des produits */
@media (min-width: 1024px) {
    .prod-list__title.h1 {
        font-size: 2.125rem;
    }
}

/* Section "powered" */
.powered {
    background: #1D799B;
}

/* Wrapper texte sur image - petit écran */
@media (min-width: 720px) {
    .wizi-wrapper--textOnImg.wizi-wrapper--small {
        min-height: 24.65vw;
    }
}

/* Vignettes */
.blocvignettes {
    z-index: 3;
}

.blocvignettes .wizi-img__content {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.blocvignettes .wizi-img__item {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    transition: transform 0.3s ease-in-out !important;
}

.blocvignettes .wizi-img__item:hover {
    transform: scale(1.05) !important;
}

/* Modification pour que le texte apparaisse en permanence */
.blocvignettes .wizi-img__content__wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.4) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 1 !important; /* Rendre visible en permanence */
    transition: opacity 0.3s ease-in-out !important;
}

/* Retirer l'effet hover d'opacité */
.blocvignettes .wizi-img__content:hover .wizi-img__content__wrapper {
    opacity: 1 !important;
}

.blocvignettes .wizi-img__content__wrapper__icon {
    margin-bottom: 10px !important;
    font-size: 24px !important;
    color: #e95656 !important;
}

.blocvignettes .wizi-img__content__wrapper__text {
    text-align: center !important;
}

.blocvignettes .we-align-center {
    text-align: center !important;
    color: #ffffff !important;
}

.blocvignettes .we-size-large {
    font-size: 1.5em !important;
    color: #ffffff !important;
}

/* Réglages des vignettes selon la taille d'écran */
@media (max-width: 768px) {
    .wizi-img__content {
        flex-direction: column !important;
    }

    .wizi-img__content__wrapper {
        padding: 20px;
    }
}

@media (min-width: 769px) {
    .wizi-img__content {
        flex-direction: row !important;
    }
}

/* Icône spécifique */
i.far.fa-question-circle {
    display: none;
}

/* Bordure pour les vignettes */
.wizi-img--triple.wizi-img--picto .wizi-img__content {
    border-radius: 15px;
    border: 4px #1D799B solid;
}

/* BLOC2 */
.bloc2 .wizi-imgtxt__right {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    background-color: #f8f8f8 !important;
    max-width: 100% !important;
}

.bloc2 .wizi-imgtxt__wrap {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 20px !important;
}

.bloc2 .wizi-imgtxt__wrap h2 {
    font-size: 2rem !important;
    color: #D8B35A !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    font-family: "Agbalumo", system-ui;
}

.bloc2 .wizi-imgtxt__wrap p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

.bloc2 .wizi-imgtxt__wrap p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .bloc2 .wizi-imgtxt__right {
        flex-direction: column !important;
        text-align: center !important;
    }

    .bloc2 .wizi-imgtxt__wrap h2 {
        font-size: 1.5rem !important;
    }

    .bloc2 .wizi-imgtxt__wrap p {
        font-size: 0.9rem !important;
    }
}

@media (min-width: 769px) {
    .bloc2 .wizi-imgtxt__right {
        flex-direction: row !important;
    }
}

.bloc2 .wizi-imgtxt__wrap h2:hover {
    color: #1D799B !important;
    transition: color 0.3s ease-in-out !important;
}

.bloc2 img.wizi-img__item.lazyloaded {
    border-radius: 15px;
}
/* BLOC6 */
.bloc6 .wizi-imgtxt__right {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    background-color: #f8f8f8 !important;
    max-width: 100% !important;
}

.bloc6 .wizi-imgtxt__left {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    background-color: #f8f8f8 !important;
    max-width: 100% !important;
}

.bloc6 .wizi-imgtxt__wrap {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 20px !important;
}

.bloc6 .wizi-imgtxt__wrap h2 {
    font-size: 2rem !important;
    color: #D8B35A !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    font-family: 'Times New Roman', serif !important;
}

.bloc6 .wizi-imgtxt__wrap p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    font-family: Arial, sans-serif !important;
}

.bloc6 .wizi-imgtxt__wrap p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .bloc6 .wizi-imgtxt__right, .wizi-imgtxt__left {
        flex-direction: column !important;
        text-align: center !important;
    }

    .bloc6 .wizi-imgtxt__wrap h2 {
        font-size: 1.5rem !important;
    }

    .bloc6 .wizi-imgtxt__wrap p {
        font-size: 0.9rem !important;
    }
}

@media (min-width: 769px) {
    .bloc6 .wizi-imgtxt__right, .wizi-imgtxt__left {
        flex-direction: row !important;
    }
}

.bloc6 .wizi-imgtxt__wrap h2:hover {
    color: #1D799B !important;
    transition: color 0.3s ease-in-out !important;
}

.bloc6 img.wizi-img__item.lazyloaded {
    border-radius: 15px;
}
/* Modif 07.11.2024 */
@media (min-width: 1024px) {
    .prod-list__title.h1 {
        font-size: 1.4rem !important;
    }
}
div#\37 153d1af-52ab-4d08-87fa-1cec46e9ed31 {
    background-color: #d8b35a;
}
.wiziblocks__item__maxWidth {
    background-color: transparent;
}
div#\39 62d4b11-2280-4aed-b031-022afcb83ecf {
    background-color: #d8b35a;
}
header#header {
    background-color: #D8B35A;
}
h1.h1.prod-list__title.text-center {
    font-family: "Agbalumo", system-ui;
}
h2 {
    font-family: "Agbalumo", system-ui;
}
@media (min-width: 720px) {
    .header.header--fixed .header__logo img {
        max-height: 100px;
    }
}
div#\38 ff5efb5-2050-4517-a940-ca620a3af2df {
    margin-bottom: -300px !important;
}
.prod-list__left {
    border: 4px solid #D8B35A;
    padding: 10px;
    border-radius: 15px;
}
.emergency-bar__text h1, body.body .with-editorjs h1, body.body .wiziblocks__item h1 {
    padding: 14px;
}

.header {
  background-color: #D8B35A !important;
}
.nav__sublevel {
    border-radius: 15px !important;
}
.nav__sublevel picture.picture {
    width: 200px !important;
}
@media (min-width: 1024px) {
    .header.header--fixed .nav__itemlvl1 {
        font-family: "Agbalumo", system-ui !important;
    }
}

span.breadcrumbs__span.breadcrumbs__span--home {
    font-family: "Francois One", sans-serif !important;
}

span.breadcrumbs__here {
    font-family: "Francois One", sans-serif !important;
}

span.breadcrumbs__span.default_cursor_cs {
    font-family: "Francois One", sans-serif !important;
}

span.breadcrumbs__span {
    font-family: "Francois One", sans-serif !important;
}

.prod-infos ol li:not(.prod-infos__title), .prod-infos p:not(.prod-infos__title), .prod-infos ul li:not(.prod-infos__title) {
    font-family: "Francois One", sans-serif !important;
}
/*
.header__cart__a {
    background-image: url(https://media.cdnws.com/_i/385085/98/821/98/icone-panier.png) !important;
}

.header__account__a {
    background-image: url(https://media.cdnws.com/_i/385085/99/62/0/petit-loup.png) !important;
}
*/

.emergency-bar__text h3, body.body .with-editorjs h3, body.body .wiziblocks__item h3 {
    font-family: "Agbalumo", system-ui;
}

li {
    font-family: "Francois One", sans-serif;
}

a.footer__link {
    font-family: "Francois One", sans-serif;
}

@media (min-width: 1024px) {
    .footer__btn .hide {
        font-family: "Francois One", sans-serif;
    }
}

@media (min-width: 1024px) {
    .rea__item strong {
        color: var(--text-on-body);
        font-family: "Agbalumo", system-ui;
    }
}

.rea__item, .rea__item strong {
    font-family: "Francois One", sans-serif;
}

.filter__range-input {
    border: 2px solid #666 !important;
    border-radius: 30px !important;
    border-right: 2px solid #666;
}

.filter__range .range-input .input-group__append {
    border-radius: 30px !important;
}

.filter__range .range-input .input-group {
    gap: 5px !important;
}
a.nav__a.nav__rich__a {
    font-family: "Agbalumo", system-ui;
}
div#\31 ad235dd-e544-4ce6-a957-83fdfbe6762b .wizi-wrapper--textOnImg.wizi-wrapper--large img, .wizi-wrapper--textOnImg.wizi-wrapper--medium img, .wizi-wrapper--textOnImg.wizi-wrapper--small img {
    min-height: 60%;
}
@media (max-width: 719px) {
    div#\31 ad235dd-e544-4ce6-a957-83fdfbe6762b .emergency-bar__text h2, body.body .with-editorjs h2, body.body .wiziblocks__item h2 {
        font-size: 20px;
        line-height: 42px;
        min-height: 42px;
    }
}

p.we-align-center {
    font-family: "Agbalumo", system-ui !important;
}

.cart__recap__item.cart__recap__item--country {
    display: none !important;
}