
/* DCIDE V6 - stabilité front : loader neutralisé sur toutes pages */
.page-loader {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.dcide-intro-section .text-block { font-size: 16px; line-height: 1.8; }
.dcide-highlight-box {
    background: #fff;
    border-left: 5px solid #ff9100;
    padding: 28px;
    box-shadow: 0 8px 28px rgba(1,42,114,.10);
}
.dcide-highlight-box h4 { color: #012A72; font-weight: 800; margin-top: 0; }
.dcide-offer-card {
    min-height: 275px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 5px solid #ff9100;
    padding: 28px;
    margin-bottom: 25px;
    box-shadow: 0 8px 28px rgba(1,42,114,.08);
}
.dcide-offer-card h4 { color: #012A72; font-weight: 800; }
.dcide-offer-card a { color: #ff9100; font-weight: 800; }
.dcide-price { color: #012A72; font-size: 22px; font-weight: 900; }
.dcide-page-v6 { padding-top: 20px; padding-bottom: 40px; }
.dcide-page-v6 .post-content p,
.dcide-page-v6 .post-content li { font-size: 16px; line-height: 1.75; }
.dcide-page-v6 .post-content ul { padding-left: 20px; margin-bottom: 20px; }
.dcide-page-v6 h4 { color: #012A72; font-weight: 800; }
.dcide-sidebar-block h4 { color: #4f4f4f; }
.dcide-sidebar-menu li a { font-weight: 700; }
.dcide-sidebar-cta { background: #012A72; padding: 28px 24px; color: #fff; }
.dcide-sidebar-cta h4, .dcide-sidebar-cta p { color: #fff; }
.dcide-offer-box {
    background: #f6f8fc;
    border-left: 5px solid #ff9100;
    padding: 28px;
    margin: 35px 0 20px;
}
.dcide-offer-box h4 { margin-top: 0; color: #012A72; font-weight: 800; }
.dcide-form-placeholder {
    border: 2px dashed #d8d8d8;
    background: #fafafa;
    padding: 32px;
    margin: 35px 0;
}
.dcide-mini-card {
    min-height: 240px;
    border: 1px solid #e5e5e5;
    padding: 28px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(1,42,114,.08);
}
.dcide-mini-card h4 { color: #012A72; font-weight: 800; }
.dcide-mini-card a { color: #ff9100; font-weight: 800; }
@media(max-width: 991px){ .dcide-sidebar-block { margin-top: 40px; } }
