:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-bfe94f5 *//* ===== STYLES POUR LA PAGE MENTIONS LÉGALES ===== */

/* Conteneur principal */
.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;
}

/* Titre principal H1 */
.elementor-widget-text-editor h1.elementor-heading-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #2c5f2d !important;
    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;
    width: 100%;
}

/* 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;
}

/* 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: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

/* Texte important */
.elementor-widget-text-editor strong {
    color: #2c5f2d;
    font-weight: 600;
}

/* Date de mise à jour */
.elementor-widget-text-editor em {
    display: block;
    text-align: right;
    font-style: italic;
    color: #777;
    font-size: 14px;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

/* 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 ul {
        padding-left: 20px;
    }
}/* End custom CSS */