/* ===== PAGE REALISATIONS ===== */

/* Hero realisations */
.hero-realisations .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;
}

/* CTA bas de page */
.realisations-bottom-cta {
    text-align: center;
    margin-top: 50px;
}

.realisations-bottom-cta p {
    color: var(--text-light);
}
