.elementor-3449 .elementor-element.elementor-element-233d515{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3449 .elementor-element.elementor-element-12ac265{--box-background-color:#ECE7F7;--box-border-color:#4D21B5;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--header-color:#4D21B5;--item-text-color:var( --e-global-color-2cfcb87 );--item-text-hover-color:#4D21B5;--item-text-hover-decoration:underline;}.elementor-3449 .elementor-element.elementor-element-12ac265 .elementor-toc__spinner{color:#4D21B5;fill:#4D21B5;}.elementor-3449 .elementor-element.elementor-element-12ac265 .elementor-toc__header-title{text-align:start;}.elementor-3449 .elementor-element.elementor-element-12ac265 .elementor-toc__header{flex-direction:row;}@media(max-width:767px){.elementor-3449 .elementor-element.elementor-element-12ac265 .elementor-toc__header, .elementor-3449 .elementor-element.elementor-element-12ac265 .elementor-toc__header-title{font-size:1rem;}.elementor-3449 .elementor-element.elementor-element-12ac265 .elementor-toc__list-item{font-size:0.8em;}}/* Start custom CSS for html, class: .elementor-element-5d43004 *//* --- CONFIGURATION GLOBALE --- */
/* --- STYLE DES IMAGES DANS L'ARTICLE --- */
.article-image {
    margin: 30px 0;
    text-align: center;
    background: #fff;
    padding: 10px; /* Petit cadre blanc style polaroid */
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.article-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    display: block; /* Évite les petits espaces blancs en dessous */
    margin: 0 auto; /* Centre l'image */
}

.article-image figcaption {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: italic;
    font-family: 'Georgia', serif; /* Police différente pour bien distinguer la légende */
}

.blog-article {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.8; /* Ligne un peu plus haute pour faciliter la lecture des longs textes */
    color: #000;
    font-size: 17px;
}

.blog-article h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #4d19bd;
}

.blog-article h2 {
    color: #4d19bd;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.blog-article h3 {
    color: #000;
    margin-top: 30px;
    font-size: 1.3rem;
}

.blog-article a {
    color: #4d19bd;
    text-underline-offset: 3px;
    font-weight: 700;
}

.conclusion-section h3
{
    color: #fff;
}

.conclusion-section p
{
    font-weight: 600;
}

/* --- CONTAINERS --- */
.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #ece3ff;
}

/* Container gris pour casser la monotonie */
.container2 {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

/* Container sombre pour la conclusion */
.container3 {
    background-color: #4d19bd;
    color: #fff;
    padding: 60px 20px;
    margin-top: 60px;
}

/* --- COMPOSANTS SPECIFIQUES --- */

/* Tag en haut */
.category-tag {
    background-color: #4d19bd;
    color: white;
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}

/* Intro Box */
.intro-box {
    font-size: 1.15rem;
    color: #000;
    margin-bottom: 25px;
}

/* Disclaimer Médical (Important) */
.medical-disclaimer {
    background-color: #ece3ff;
    border-left: 5px solid #4d19bd;
    padding: 15px;
    margin: 30px 0;
    font-size: 0.9rem;
    color: #4d19bd;
    border-radius: 4px;
}

/* Citation */
blockquote {
    border-left: 4px solid  #4d19bd;
    margin: 30px 0;
    padding: 10px 20px;
    background-color: #fff;
    font-style: italic;
    font-size: 1.2rem;
    color: #555;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Listes */
.styled-list li {
    margin-bottom: 8px;
    padding-left: 5px;
}

/* --- DIAGNOSTIC BOX (Le look "Expert") --- */
.diagnostic-box {
    background: #fff;
    border: 1px solid #dfe6e9;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin: 30px auto;
    overflow: hidden;
    max-width: 600px;
}

.diag-header {
    background:#4d19bd;
    color: white;
    padding: 12px 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.diag-content {
    padding: 20px;
}

.diag-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.diag-row:last-child {
    border-bottom: none;
}

.diag-label {
    color: #7f8c8d;
    font-weight: 500;
}

.diag-value {
    font-weight: 700;
    color: #2c3e50;
    text-align: right;
}

/* --- CONCLUSION FOOTER --- */
.conclusion-header h2 {
    color: #fff;
    border-bottom: 2px solid #ece3ff;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 0;
}

.conclusion-text ul {
    list-style-type: none;
    padding: 0;
}

.conclusion-text li {
    background: #fff;
    color: #4d19bd;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 6px;
    border-left: 4px solid #4d19bd;
}

.faq-section {
        max-width: 800px;
        margin: 40px auto;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        padding: 0 20px;
    }

    /* Titre de la section */
    .faq-section h3 {
        text-align: center;
        color: #ece3ff; /* Bleu foncé professionnel */
        font-size: 1.8rem;
        margin-bottom: 40px;
        position: relative;
    }

    /* Petit trait décoratif sous le titre */
    .faq-section h3::after {
        content: '';
        display: block;
        width: 60px;
        height: 3px;
        background: #3498db; /* Bleu médical/confiance */
        margin: 15px auto 0;
        border-radius: 2px;
    }

    /* Style de chaque item (Question/Réponse) */
    .faq-item {
        background: #ffffff;
        border: 1px solid #e1e8ed;
        border-radius: 8px;
        margin-bottom: 15px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .faq-item:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        border-color: #3498db;
    }

    /* La Question (Bouton cliquable) */
    .faq-item summary {
        padding: 20px;
        cursor: pointer;
        font-weight: 600;
        color: #34495e;
        font-size: 1rem;
        list-style: none; /* Cache la flèche par défaut */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Hack pour cacher la flèche par défaut sur certains navigateurs */
    .faq-item summary::-webkit-details-marker {
        display: none;
    }

    /* Icône personnalisée (+) */
    .faq-item summary::after {
        content: '+';
        font-size: 0.8rem;
        color: #3498db;
        font-weight: bold;
        transition: transform 0.3s ease;
    }
    
    .faq-item h4 {
        font-size : 1.2rem;
    }

    /* Animation quand c'est ouvert */
    .faq-item[open] summary::after {
        transform: rotate(45deg); /* Le + devient une croix */
        color: #e74c3c;
    }

    .faq-item[open] summary {
        border-bottom: 1px solid #f0f2f5;
        background-color: #f9fbfd;
        color: #2c3e50;
    }

    /* La Réponse */
    .faq-content {
        padding: 20px;
        color: #555;
        line-height: 1.6;
        font-size: 1rem;
        background-color: #fff;
    }
    
       .faq-content strong {
        color: #2c3e50;
    }
    
     .custom-table {
        width: 100%;
        border-collapse: collapse;
        margin: 25px 0;
        font-size: 16px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        overflow: hidden;
    }

    /* L'en-tête (Violet foncé) */
    .custom-table thead tr {
        background-color: #4d19bd;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .custom-table th,
    .custom-table td {
        padding: 12px 15px;
    }

    /* Les lignes du corps */
    .custom-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

    /* Effet zébré (Lavande clair) */
    .custom-table tbody tr:nth-of-type(even) {
        background-color: #ece3ff;
    }

    /* Couleur de fond par défaut */
    .custom-table tbody tr:nth-of-type(odd) {
        background-color: #ffffff;
    }


/* --- RESPONSIVE --- */
@media (max-width: 600px) {
    /* Ajustements globaux existants */
    .blog-article { font-size: 16px; }
    .diag-row { flex-direction: column; }
    .diag-value { text-align: left; margin-top: 5px; }
    .container2 { padding: 30px 15px; }

    /* --- NOUVEAU : Réduction des titres H2 --- */
    .blog-article h2 {
        font-size: 1.2rem; /* Taille réduite (environ 24px) */
        line-height: 1.3;  /* Interligne plus serré pour éviter les gros blocs */
        margin-top: 30px;  /* On réduit aussi un peu l'espace au-dessus */
        margin-bottom: 15px;
    }
    
    blockquote { 
        font-size : 0.8rem;
    }
    
    .article-image figcaption {
        font-size : 0.7rem;
    }
    
  .blog-article h3 {
        font-size: 1rem; /* Taille réduite (environ 24px) */
        line-height: 1.3;  /* Interligne plus serré pour éviter les gros blocs */
        margin-top: 40px;  /* On réduit aussi un peu l'espace au-dessus */
        margin-bottom: 15px;
        text-align : center;
    }
    
    .faq-content {
        font-size : 0.9rem;
    }
    
     .faq-item h4 {
        font-size : 1rem;
    }
    
     .custom-table thead {
        display: none; 
    }
       .custom-table, .custom-table tbody, .custom-table tr, .custom-table td {
            display: block;
            width: 100%;
        }

        .custom-table tr {
            margin-bottom: 15px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #ece3ff;
        }

        .custom-table td {
            text-align: right;
            padding-left: 50%;
            position: relative;
            border-bottom: 1px solid #ece3ff;
        }

        /* Affichage des labels sur mobile */
        .custom-table td::before {
            content: attr(data-label);
            position: absolute;
            left: 15px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
            color: #4d19bd;
        }
        
          .intro-box p {
        font-size: 0.9rem;
        font-weight: 600;
    }
    
    p {
        font-size: 0.9rem;
    }
    
    .styled-list li {
       font-size: 0.9rem;
    }

/* Style de l'overlay (l'écran noir par-dessus tout) */
#image-viewer {
    display: none; /* Caché par défaut */
    position: fixed;
    z-index: 9999;
    padding-top: 100px; /* Espace en haut */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9); /* Fond noir presque opaque */
}

/* Style de l'image quand elle est dans l'overlay */
#image-viewer-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px; /* Taille max sur ordi */
    max-height: 80vh;
    object-fit: contain; /* Garde les proportions */
    animation-name: zoom;
    animation-duration: 0.3s;
}

/* Petite animation d'ouverture sympa */
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* Sur mobile, on prend 100% de la largeur */
@media only screen and (max-width: 768px) {
    #image-viewer-content {
        width: 100%;
        margin-top: 50%; /* Centrage vertical approximatif sur mobile */
        transform: translateY(-50%);
    }
    
}/* End custom CSS */