/* Accueil — fond contenu aligné sur les autres pages V1 (#3a4550) */

body.page-index #main.ase-main-content {
    background-color: #3a4550 !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.page-index #main .ase-content-section {
    background-color: #3a4550 !important;
    color: #fff !important;
}

body.page-index #main .ase-content-section .inner {
    background-color: transparent !important;
    color: #fff !important;
}

body.page-index #main .ase-content-section h2,
body.page-index #main .ase-content-section h3 {
    color: #fff !important;
}

body.page-index #main .ase-content-section p {
    color: rgba(255, 255, 255, 0.88) !important;
}

body.page-index #main .ase-content-section .major h2 {
    border-bottom-color: rgba(255, 255, 255, 0.25) !important;
}

body.page-index #main .ase-content-section .major h2:after {
    background-color: rgba(255, 255, 255, 0.35) !important;
}

/* Section CTA — fond sombre + boutons lisibles (surcharge base-header-banner #main a) */
body.page-index #cta {
    background-color: #3a4550 !important;
    color: #fff !important;
}

body.page-index #cta .inner {
    background-color: transparent !important;
}

body.page-index #cta h2 {
    color: #fff !important;
}

body.page-index #cta p {
    color: rgba(255, 255, 255, 0.88) !important;
}

body.page-index #cta a.button.primary {
    background-color: #7952cc !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

body.page-index #cta a.button.primary:hover {
    background-color: #4f1c90 !important;
    color: #ffffff !important;
}

body.page-index #cta a.button.whatsapp {
    background-color: #25D366 !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

body.page-index #cta a.button.whatsapp:hover {
    background-color: #128C7E !important;
    color: #ffffff !important;
}
