.elementor .e-b4ee0d2{flex-direction:column;/* --- STYLISATION DU CONTENEUR DE L'ARTICLE --- */
selector {
background-color: #FFFFFF;
border: 1px solid rgba(27, 46, 34, 0.1);
border-radius: 16px;
padding: 40px 30px;
max-width: 900px;
margin: 40px auto;
box-shadow: 0 8px 24px rgba(27, 46, 34, 0.04);
}

/* --- STYLES DES TITRES DU CONTENU (H2 / H3) --- */
selector h2 {
font-family: 'Playfair Display', Georgia, serif !important;
color: #1B2E22 !important;
font-size: 1.6rem !important;
margin-top: 35px !important;
margin-bottom: 15px !important;
padding-bottom: 8px !important;
border-bottom: 2px solid #C08A4E !important; /* Ligne dorée sous les sous-titres */
}

selector h3 {
font-family: 'Playfair Display', Georgia, serif !important;
color: #C08A4E !important;
font-size: 1.3rem !important;
margin-top: 25px !important;
}

/* --- PREMIER PARAGRAPHE (CHAPÔ / INTRO) --- */
selector .elementor-widget-theme-post-content p:first-of-type,
selector .entry-content > p:first-of-type {
font-size: 1.15rem !important;
line-height: 1.7 !important;
color: #1B2E22 !important;
font-weight: 500 !important;
border-left: 4px solid #C08A4E !important; /* Bordure dorée à gauche de l'intro */
padding-left: 18px !important;
margin-bottom: 30px !important;
}

/* --- STYLES DES LISTES À PUCES --- */
selector ul li {
color: #2C2C2C !important;
line-height: 1.6 !important;
margin-bottom: 10px !important;
}

selector ul li::marker {
color: #C08A4E !important; /* Puces dorées */
}

/* --- ARRONDI ET OPTIMISATION DE L'IMAGE --- */
selector .elementor-widget-theme-post-featured-image img {
border-radius: 12px !important;
margin-bottom: 30px !important;
width: 100% !important;
object-fit: cover !important;
}\n}