/*
 * MAINTENANCE 123-SMS - juin 2026
 * Styles des pages de ressources SEO, alignes sur la direction artistique.
 */
.seo-breadcrumb {
    margin: 16px 0 8px;
    color: #718096;
    font-size: 12px;
}
.seo-breadcrumb a {
    color: #2476b8;
}
.seo-lead {
    max-width: 900px;
    margin-bottom: 24px;
    color: #405468;
    font-size: 17px;
    line-height: 1.65;
}
#wrapper .seo-card h2,
#wrapper .seo-card h3,
#wrapper .seo-highlight h2,
#wrapper .seo-faq h3 {
    color: #263648 !important;
    text-shadow: none !important;
}
#wrapper .seo-highlight h2 {
    color: #1f5f8e !important;
}
.seo-card {
    box-sizing: border-box;
    min-height: 180px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #dce5eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 22px rgba(23, 43, 77, .06);
}
.seo-card h2,
.seo-card h3 {
    margin-top: 0;
    color: #263648;
}
.seo-card p:last-child,
.seo-card ul:last-child {
    margin-bottom: 0;
}
.seo-highlight {
    margin: 8px 0 24px;
    padding: 22px 24px;
    border-left: 5px solid #29a9df;
    border-radius: 8px;
    background: #f2f8fc;
}
.seo-highlight h2 {
    margin-top: 0;
    color: #1f5f8e;
}
.seo-steps {
    counter-reset: seo-step;
    margin: 0;
    list-style: none;
}
.seo-steps li {
    position: relative;
    min-height: 42px;
    margin-bottom: 14px;
    padding-left: 50px;
}
.seo-steps li::before {
    counter-increment: seo-step;
    content: counter(seo-step);
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2476b8;
    color: #fff;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}
.seo-faq {
    margin-bottom: 14px;
    padding: 16px 18px;
    border: 1px solid #dce5eb;
    border-radius: 8px;
    background: #fff;
}
.seo-faq h3 {
    margin: 0 0 7px;
    color: #263648;
    font-size: 17px;
    line-height: 1.35;
}
.seo-cta {
    margin: 26px 0 10px;
    padding: 24px;
    border-radius: 10px;
    background: #263648;
    color: #fff;
    text-align: center;
}
.seo-cta h2 {
    margin-top: 0;
    color: #fff;
}
.seo-cta p {
    color: #edf3f7;
}
.seo-cta .btn {
    margin: 5px;
}
.seo-related {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #dce5eb;
}
.seo-related a {
    display: inline-block;
    margin: 0 14px 8px 0;
}
@media screen and (max-width: 767px) {
    .seo-lead {
        font-size: 15px;
    }
    .seo-card {
        min-height: 0;
    }
    .seo-highlight,
    .seo-cta {
        padding: 18px;
    }
}
