.elementor-53006 .elementor-element.elementor-element-b9ec68b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-28867a7 *//* ═══════════════════════════════════════════════════════════════════
   CSS PERSONNALISÉ — Page Uccle (Senior Sérénité v5.1)
   À coller dans : Elementor → Page Uccle → Avancé → CSS personnalisé
   
   ✅ CORRECTIONS v2 :
   1. Largeur de lecture limitée à 800px (lisibilité optimale)
   2. Tailles typo réduites (H1 38-42px, H2 28px, H3 22px, body 16-17px)
   3. Sous-titre H1 transformé en accroche commerciale
   ═══════════════════════════════════════════════════════════════════ */

/* CONTENEUR DE LECTURE — limite la largeur pour le confort visuel */
.elementor-widget-text-editor > .elementor-widget-container,
.elementor-widget-html > .elementor-widget-container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* TYPOGRAPHIE GÉNÉRALE — adoucir les tailles du thème */
.elementor-widget-html h1.ss-h1 {
    font-size: 42px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.5px;
    margin-top: 0.4em !important;
    margin-bottom: 0.6em !important;
    color: #1f2b38;
}
.elementor-widget-html h1.ss-h1 .ss-h1-main {
    display: block;
}
.elementor-widget-html h1.ss-h1 .ss-h1-sub {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #5a6772;
    margin-top: 0.6em;
    letter-spacing: 0;
    line-height: 1.45;
    font-style: italic;
}

/* H2 / H3 — plus discrets que le défaut Neve */
.elementor-widget-html h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    margin-top: 1.6em !important;
    margin-bottom: 0.6em !important;
    color: #1f2b38;
}
.elementor-widget-html h3 {
    font-size: 21px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-top: 1.3em !important;
    margin-bottom: 0.5em !important;
    color: #2c2c2c;
}

/* PARAGRAPHES ET LISTES */
.elementor-widget-html p,
.elementor-widget-html li {
    font-size: 16.5px !important;
    line-height: 1.7 !important;
}

/* LIENS DANS LE TEXTE */
.elementor-widget-html a {
    color: #04724d;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.elementor-widget-html a:hover {
    color: #04583c;
}

/* ESSENTIEL À RETENIR */
.ss-essentiel {
    background: #f1f0ea;
    border-left: 4px solid #04724d;
    padding: 20px 24px;
    margin: 28px 0;
    border-radius: 6px;
}
.ss-essentiel-title {
    font-weight: 700;
    color: #04583c;
    margin: 0 0 10px 0;
    font-size: 17px;
}
.ss-essentiel ul {
    margin: 0;
    padding-left: 20px;
}
.ss-essentiel li {
    margin-bottom: 6px;
}
.ss-essentiel li:last-child {
    margin-bottom: 0;
}

/* SOMMAIRE */
.ss-sommaire {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 20px 24px;
    margin: 28px 0;
    border-radius: 6px;
}
.ss-sommaire-title {
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #2c2c2c;
    font-size: 16px;
}
.ss-sommaire ol {
    margin: 0;
    padding-left: 22px;
    line-height: 1.85 !important;
}
.ss-sommaire ol li {
    font-size: 15.5px !important;
}
.ss-sommaire a {
    color: #04724d;
    text-decoration: none;
}
.ss-sommaire a:hover {
    color: #04583c;
    text-decoration: underline;
}

/* GRILLE DES 3 PILIERS */
.ss-piliers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 16px;
    margin: 28px 0;
}
.ss-pilier {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 3px solid #04724d;
    border-radius: 8px;
    padding: 18px 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ss-pilier:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(4, 114, 77, 0.12);
}
.ss-pilier-title {
    font-weight: 700;
    color: #04724d;
    margin: 0 0 8px 0;
    font-size: 16px;
}
.ss-pilier p {
    margin: 0;
    line-height: 1.55 !important;
    font-size: 14.5px !important;
}

/* CALLOUT INFO ("Bon à savoir") */
.ss-callout {
    background: #fef9e7;
    border-left: 4px solid #f1c40f;
    padding: 18px 22px;
    margin: 28px 0;
    border-radius: 6px;
}
.ss-callout-title {
    font-weight: 700;
    color: #7a5d00;
    margin: 0 0 8px 0;
    font-size: 16px;
}
.ss-callout p {
    margin: 0;
    line-height: 1.55 !important;
    font-size: 15.5px !important;
}

/* TABLEAU PRIX */
.ss-table-prix {
    width: 100%;
    border-collapse: collapse;
    margin: 22px 0;
    font-size: 15px !important;
}
.ss-table-prix thead {
    background: #04724d;
    color: #fff;
}
.ss-table-prix th {
    padding: 11px 13px;
    text-align: left;
    font-weight: 600;
    border: 1px solid #04724d;
    font-size: 14.5px !important;
}
.ss-table-prix td {
    padding: 11px 13px;
    border: 1px solid #ddd;
    vertical-align: top;
    font-size: 14.5px !important;
    line-height: 1.5 !important;
}
.ss-table-prix tbody tr:nth-child(even) {
    background: #f9f9f9;
}

/* CTA BOUTON CENTRAL (milieu d'article) */
.ss-cta-center {
    text-align: center;
    margin: 32px 0;
}
.ss-btn-primary {
    display: inline-block;
    background: #04724d;
    color: #fff !important;
    padding: 13px 30px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 15.5px;
    transition: background 0.2s ease;
}
.ss-btn-primary:hover {
    background: #04583c;
    color: #fff !important;
}

/* CTA FINAL (bloc fin d'article) */
.ss-cta-final {
    background: #f1f0ea;
    border: 2px solid #04724d;
    border-radius: 10px;
    padding: 28px 24px;
    margin: 36px 0;
    text-align: center;
}
.ss-cta-final-title {
    font-weight: 700;
    font-size: 22px !important;
    color: #04583c;
    margin: 0 0 12px 0;
    line-height: 1.3 !important;
}
.ss-cta-final-subtitle {
    margin: 0 0 20px 0;
    color: #2c2c2c;
    font-size: 15px !important;
    line-height: 1.5 !important;
}
.ss-cta-final .ss-btn-primary,
.ss-cta-final .ss-btn-secondary {
    margin: 6px;
}
.ss-btn-secondary {
    display: inline-block;
    background: #fff;
    color: #04724d !important;
    border: 2px solid #04724d;
    padding: 11px 28px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 15.5px;
    transition: background 0.2s ease, color 0.2s ease;
}
.ss-btn-secondary:hover {
    background: #04724d;
    color: #fff !important;
}

/* FIGURES (images avec légendes) */
.ss-figure {
    margin: 28px 0;
    text-align: center;
}
.ss-figure img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}
.ss-figure figcaption {
    margin-top: 8px;
    font-size: 13.5px;
    color: #6c6c6c;
    font-style: italic;
}

/* ═══════════════════════════════════════════════════════════════════
   RESPONSIVE — adaptations pour mobile et tablette
   ═══════════════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
    .elementor-widget-text-editor > .elementor-widget-container,
    .elementor-widget-html > .elementor-widget-container {
        max-width: 100%;
        padding: 0 14px;
    }
}

@media (max-width: 767px) {
    .elementor-widget-html h1.ss-h1 {
        font-size: 30px !important;
    }
    .elementor-widget-html h1.ss-h1 .ss-h1-sub {
        font-size: 15px;
        margin-top: 0.5em;
    }
    .elementor-widget-html h2 {
        font-size: 23px !important;
    }
    .elementor-widget-html h3 {
        font-size: 18px !important;
    }
    .elementor-widget-html p,
    .elementor-widget-html li {
        font-size: 16px !important;
    }
    .ss-essentiel,
    .ss-sommaire,
    .ss-callout {
        padding: 16px 18px;
    }
    .ss-piliers {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .ss-pilier {
        padding: 16px 18px;
    }
    .ss-cta-final {
        padding: 22px 18px;
    }
    .ss-cta-final-title {
        font-size: 19px !important;
    }
    .ss-cta-final .ss-btn-primary,
    .ss-cta-final .ss-btn-secondary {
        display: block;
        margin: 8px 0;
        width: 100%;
        text-align: center;
    }
    .ss-table-prix {
        font-size: 13.5px !important;
    }
    .ss-table-prix th,
    .ss-table-prix td {
        padding: 8px 10px;
        font-size: 13px !important;
    }
}/* End custom CSS */