/* Importation de Playfair Display avec les poids requis */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

/* Application de Playfair Display en bold pour les h1 */
h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700; /* Appliquer le style bold */
}
h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400; /* Appliquer le style bold */
}

/* COLOR */
.powered {
    border-top: 5px solid var(--primary-color);
    background: #814209;
}
@media (min-width: 720px) {
    .header.header--fixed .header__logo__a__name__title {
        background: #814209;
        border-radius: 15px;
    }
}
.footer__logo__name {
    background: #814209;
    border-radius: 15px;
}
.emergency-bar__text .ql-align-center, .emergency-bar__text .we-align-center, body.body .wiziblocks__item .ql-align-center, body.body .wiziblocks__item .we-align-center {
    color: black;
}
.emergency-bar__text li, .emergency-bar__text p, body.body .wiziblocks__item li, body.body .wiziblocks__item p {
    color: black;
}
/* DESIGN CARD */
/* Container styling */
.wizi-imgtxt__left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background-color: #fff; /* Arrière-plan blanc pour mettre en valeur le contenu */
}

/* Content Box Styling */
.wizi-imgtxt__wrap {
    background-color: #fff; /* Arrière-plan blanc pour contraste et lisibilité */
    padding: 30px;
    border-radius: 15px;
    max-width: 700px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #814209; /* Couleur secondaire pour bordure */
    position: relative;
    overflow: hidden; /* Assure que les bordures arrondies et ombres sont correctement affichées */
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.wizi-imgtxt__wrap:hover {
    transform: scale(1.02); /* Effet de zoom léger au survol */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); /* Ombre accentuée au survol */
}

/* Header Styling */
.wizi-imgtxt__wrap h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

/* Paragraph Styling */
.wizi-imgtxt__wrap p {
    font-size: 18px;
    margin: 10px 0; /* Espacement ajusté entre les paragraphes */
    line-height: 1.6;
}

/* Decorative Elements */
.wizi-imgtxt__wrap::before, .wizi-imgtxt__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid rgba(129, 66, 9, 0.2);
    border-radius: 15px;
    z-index: -1;
}

.wizi-imgtxt__wrap::after {
    border: 1px solid rgba(129, 66, 9, 0.1);
    z-index: -2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wizi-imgtxt__left {
        padding: 30px 10px;
    }

    .wizi-imgtxt__wrap {
        padding: 20px;
    }

    .wizi-imgtxt__wrap h2 {
        font-size: 24px;
    }

    .wizi-imgtxt__wrap p {
        font-size: 16px;
    }
}
/* PREMIER PARAGRAPHE */
/* Container Styling for Introduction Section */
.wizi-txt__item {
    background-color: #fff; /* Fond blanc pour la section */
    padding: 40px 20px;
    border-radius: 15px;
    max-width: 800px;
    margin: 30px auto; /* Centrer horizontalement avec marges automatiques */
    text-align: center; /* Centrer le texte */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Ombre légère pour profondeur */
    border-left: 5px solid #814209; /* Bordure gauche avec couleur secondaire */
    border-right: 5px solid #814209; /* Bordure droite avec couleur secondaire */
}

/* Heading Styling */
.wizi-txt__item h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.3; /* Espacement entre les lignes pour lisibilité */
}

/* Paragraph Styling */
.wizi-txt__item p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto; /* Centrer le texte et ajouter une marge */
}

/* Responsive Design */
@media (max-width: 768px) {
    .wizi-txt__item {
        padding: 30px 15px;
    }

    .wizi-txt__item h1 {
        font-size: 28px;
    }

    .wizi-txt__item p {
        font-size: 16px;
    }
}
@media (min-width: 1024px) {
.wiziblocks__item.width-medium.wiziblocks__item--fullpage {
    z-index: 9;
}
.wizi-wrapper--txt .wizi-txt, .wizi-wrapper--txt .wizi-txt--one .wizi-txt__item {
    margin-top: -40px;
}
}

@media (max-width: 719px) {
    .wizi-wrapper--txt .wizi-txt--one .wizi-txt__item {
        padding: 10px;
    }
}

picture:not(.with-loading) img.lazyloaded {
    opacity: 1;
    border-radius: 15px !important;
}


/* Styles de base pour les boutons */
.wiziBtn {
    display: inline-block;
    padding: 12px 24px; /* Espacement intérieur du bouton */
    font-family: 'Playfair Display', serif; /* Police pour le texte du bouton */
    font-size: 16px;
    font-weight: 700; /* Gras pour le texte */
    color: #ffffff; /* Couleur du texte */
    text-align: center;
    text-decoration: none; /* Enlève le soulignement du lien */
    background-color: #814209 !important; /* Couleur de fond du bouton */
    border: none;
    border-radius: 8px; /* Coins arrondis */
    transition: background-color 0.3s, transform 0.3s; /* Animation pour le survol */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombre portée */
}

/* Styles pour le survol du bouton */
.wiziBtn:hover, .wiziBtn:focus {
    background-color: #6a3300; /* Couleur de fond au survol */
    transform: translateY(-2px); /* Effet de levée au survol */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Ombre plus marquée au survol */
}

/* Styles pour le bouton actif (lorsqu'on clique) */
.wiziBtn:active {
    background-color: #5a2a00; /* Couleur de fond au clic */
    transform: translateY(1px); /* Effet d'enfoncement au clic */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Réduction de l'ombre au clic */
}

@media (max-width: 719px) {
    .wizi-imgtxt--reverse .wizi-imgtxt__left, .wizi-imgtxt__right {
        padding: 20px 20px 20px;
    }
}

.nav__sublevel {
    width: auto !important;
    left: auto !important;
    right: auto !important;
}