.elementor-2052 .elementor-element.elementor-element-fb9de99 > .elementor-container{max-width:1326px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3eda247 *//* Style global des articles Weboua */
.article-weboua {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    color: #334155;
    line-height: 1.8;
}

.article-weboua h1 {
    color: #0F2242;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.article-weboua h2 {
    color: #0F2242;
    font-size: 1.8rem;
    border-left: 5px solid #5baf92;
    padding-left: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.article-weboua h3 {
    color: #0F2242;
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
}

.article-weboua p, .article-weboua li {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* Encart : L'essentiel à retenir */
.article-weboua .essentiel-box {
    background-color: #e6f4ef; /* Vert très clair */
    border-left: 5px solid #5baf92;
    padding: 25px 30px;
    border-radius: 0 12px 12px 0;
    margin: 30px 0;
}

.article-weboua .essentiel-box h3 {
    color: #0F2242;
    margin-top: 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.article-weboua .essentiel-box ul {
    margin-bottom: 0;
    padding-left: 20px;
}

/* Sommaire (Table of Contents) */
.article-weboua .sommaire-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px 30px;
    margin: 30px 0 40px 0;
}

.article-weboua .sommaire-box h3 {
    margin-top: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
}

.article-weboua .sommaire-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-weboua .sommaire-box li {
    margin-bottom: 10px;
}

.article-weboua .sommaire-box a {
    color: #0F2242;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.article-weboua .sommaire-box a:hover {
    color: #5baf92;
}

/* Encart Expert */
.article-weboua .expert-box {
    background: #0F2242;
    color: white;
    border-radius: 16px;
    padding: 30px;
    margin: 40px 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(15, 34, 66, 0.1);
}

.article-weboua .expert-box::before {
    content: "💡 L'avis de l'Expert";
    display: block;
    font-weight: 800;
    color: #5baf92;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 0.9rem;
}/* End custom CSS */