/* ===== INDEX / ACCUEIL ===== */

/* Hero accueil */
.hero-accueil .hero-bg {
    background: linear-gradient(135deg, rgba(27,58,92,0.5), rgba(15,37,64,0.55)),
                url('/images/hero/hero-accueil.jpg') center/cover no-repeat;
}

.hero .btn-outline-white {
    border-color: #fff;
    color: #fff;
}

/* Realisations accueil - lien centre */
.realisations-cta {
    text-align: center;
    margin-top: 40px;
}

/* Formulaire - bouton pleine largeur */
.form-submit {
    width: 100%;
}
