/* ===== 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);
}


/* WebP pour les heros (LCP). Les regles JPEG ci-dessus restent le repli
   pour les navigateurs qui ne connaissent pas image-set(). */
.hero-realisations .hero-bg {
    background: linear-gradient(135deg, rgba(27,58,92,0.5), rgba(15,37,64,0.55)),
                image-set(url('/images/hero/hero-accueil.webp') type('image/webp'),
                          url('/images/hero/hero-accueil.jpg') type('image/jpeg')) center/cover no-repeat;
}
