/* ===== Pages FrontPage — mise en forme « article expert » chartée ===== */
.frontpage-section { padding: 50px 0 80px; }
.frontpage-section .content-column { padding-right: 30px; }

/* --- Corps d'article --- */
.frontpage-article {
    font-size: 16px;
    line-height: 1.8;
    color: #363b45;
    word-wrap: break-word;
}
.frontpage-article > *:first-child { margin-top: 0; }
.frontpage-article h1,
.frontpage-article h2,
.frontpage-article h3,
.frontpage-article h4 {
    color: #202124;
    font-weight: 700;
    line-height: 1.3;
    margin: 1.8em 0 .6em;
    scroll-margin-top: 90px;
}
.frontpage-article h2 { font-size: 28px; padding-bottom: .35em; border-bottom: 2px solid #ecedf2; }
.frontpage-article h3 { font-size: 22px; }
.frontpage-article h4 { font-size: 18px; }
.frontpage-article p { margin: 0 0 1.3em; }
.frontpage-article a { color: #1967d2; text-decoration: underline; }
.frontpage-article a:hover { color: #0b4bb3; }

.frontpage-article ul,
.frontpage-article ol { margin: 0 0 1.3em; padding-left: 1.4em; }
.frontpage-article li { margin-bottom: .5em; }
.frontpage-article ul { list-style: disc; }
.frontpage-article ol { list-style: decimal; }

.frontpage-article img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1em 0;
}
.frontpage-article figure { margin: 1.5em 0; max-width: 100%; }
.frontpage-article figure img { margin: 0; }
.frontpage-article figcaption { font-size: 13px; color: #696969; text-align: center; margin-top: .5em; }

.frontpage-article blockquote {
    margin: 1.5em 0;
    padding: 18px 24px;
    background: #f5f7fc;
    border-left: 4px solid #1967d2;
    color: #404a59;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}
.frontpage-article table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 15px;
}
.frontpage-article th,
.frontpage-article td { border: 1px solid #e6e8ef; padding: 10px 14px; text-align: left; }
.frontpage-article th { background: #f5f7fc; font-weight: 600; }
.frontpage-article iframe { max-width: 100%; }

/* --- Sidebar --- */
.frontpage-sidebar .sidebar-widget {
    background: #f5f7fc;
    border: 1px solid #ecedf2;
    border-radius: 10px;
    padding: 26px 24px;
    margin-bottom: 30px;
}
.frontpage-sidebar .sidebar-widget h4 { font-size: 18px; font-weight: 700; margin: 0 0 12px; color: #202124; }
.frontpage-sidebar .cta-widget p { font-size: 14px; color: #5b6573; margin-bottom: 18px; }
.frontpage-sidebar .cta-widget .theme-btn { width: 100%; text-align: center; }

.frontpage-sidebar .related-offers-list { list-style: none; margin: 0; padding: 0; }
.frontpage-sidebar .related-offers-list li { border-bottom: 1px solid #e6e8ef; }
.frontpage-sidebar .related-offers-list li:last-child { border-bottom: 0; }
.frontpage-sidebar .related-offers-list a { display: block; padding: 12px 0; }
.frontpage-sidebar .ro-title { display: block; font-weight: 600; color: #202124; font-size: 15px; }
.frontpage-sidebar .ro-loc { display: block; font-size: 13px; color: #696969; margin-top: 3px; }

@media (max-width: 991px) {
    .frontpage-section .content-column { padding-right: 15px; }
    .frontpage-sidebar { margin-top: 40px; }
}

/* --- FAQ --- */
.frontpage-faq { margin-top: 50px; padding-top: 30px; border-top: 2px solid #ecedf2; }
.frontpage-faq > h2 { font-size: 26px; font-weight: 700; margin-bottom: 24px; color: #202124; }
.frontpage-faq .faq-item { margin-bottom: 22px; }
.frontpage-faq .faq-item h3 { font-size: 18px; font-weight: 600; color: #1967d2; margin: 0 0 8px; }
.frontpage-faq .faq-item p { margin: 0; color: #404a59; line-height: 1.7; }

/* --- Maillage destinations (sidebar) --- */
.frontpage-sidebar .dlinks-list { list-style: none; margin: 0; padding: 0; }
.frontpage-sidebar .dlinks-list li { border-bottom: 1px solid #e6e8ef; }
.frontpage-sidebar .dlinks-list li:last-child { border-bottom: 0; }
.frontpage-sidebar .dlinks-list a { display: block; padding: 9px 0; font-size: 14px; color: #363b45; }
.frontpage-sidebar .dlinks-list a:hover { color: #1967d2; }
