:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-bfe94f5 *//* ===== STYLES SOBRES POUR LA PAGE POLITIQUE DE CONFIDENTIALITÉ ===== */

/* Conteneur principal - Amélioration de la lisibilité */
.elementor-widget-text-editor .elementor-widget-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 25px;
    background-color: #ffffff;
    line-height: 1.6;
    color: #333333;
}

/* ===== GESTION DU TITRE PRINCIPAL H1 ===== */

/* Style du titre H1 "Politique de Confidentialité" */
.elementor-widget-text-editor h1.elementor-heading-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #2c5f2d !important; /* Vert SFAD */
    margin: 0 0 25px 0 !important;
    padding: 0 0 15px 0 !important;
    text-align: left !important;
    letter-spacing: -0.02em;
    line-height: 1.2;
    display: block;
    border-bottom: 2px solid #2c5f2d; /* Ligne verte sous le titre */
    width: 100%;
}

/* Suppression du style "pen" pour l'édition en ligne */
.elementor-widget-text-editor h1.elementor-heading-title.pen {
    all: revert;
}

/* ===== TITRES H2 ===== */
.elementor-widget-text-editor h2 {
    font-size: 24px;
    font-weight: 600;
    color: #2c5f2d;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}

/* ===== TITRES H3 ===== */
.elementor-widget-text-editor h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c5f2d;
    margin-top: 25px;
    margin-bottom: 12px;
}

/* ===== PARAGRAPHES ===== */
.elementor-widget-text-editor p {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

/* ===== LISTES SIMPLES ===== */
.elementor-widget-text-editor ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.elementor-widget-text-editor ul li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.elementor-widget-text-editor ol {
    list-style-type: decimal;
    padding-left: 25px;
    margin-bottom: 20px;
}

.elementor-widget-text-editor ol li {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

/* ===== TEXTE IMPORTANT ===== */
.elementor-widget-text-editor strong {
    color: #2c5f2d;
    font-weight: 600;
}

/* ===== BLOC CITATION ===== */
.elementor-widget-text-editor p:contains("Conformément à nos valeurs fondamentales") {
    font-style: italic;
    color: #555;
    margin: 20px 0;
}

/* ===== DATE DE MISE À JOUR ===== */
.elementor-widget-text-editor p:contains("Dernière mise à jour"),
.elementor-widget-text-editor em {
    text-align: right;
    font-style: italic;
    color: #777;
    font-size: 14px;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    display: block;
}

/* ===== LIENS ===== */
.elementor-widget-text-editor a {
    color: #2c5f2d;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}

.elementor-widget-text-editor a:hover {
    border-bottom-color: #2c5f2d;
}

/* ===== EMAIL PROTÉGÉ ===== */
.elementor-widget-text-editor noscript {
    background-color: #f8f8f8;
    padding: 2px 5px;
    border-radius: 3px;
    color: #666;
    font-size: 14px;
}

/* ===== VERSION MOBILE ===== */
@media (max-width: 768px) {
    .elementor-widget-text-editor .elementor-widget-container {
        padding: 20px 15px;
    }
    
    .elementor-widget-text-editor h1.elementor-heading-title {
        font-size: 28px !important;
        margin-bottom: 20px !important;
        padding-bottom: 12px !important;
    }
    
    .elementor-widget-text-editor h2 {
        font-size: 22px;
    }
    
    .elementor-widget-text-editor h3 {
        font-size: 18px;
    }
    
    .elementor-widget-text-editor ul,
    .elementor-widget-text-editor ol {
        padding-left: 20px;
    }
}/* End custom CSS */