/* ===== CORRECTION DES IMAGES DE FOND ===== */
/* Fichier dédié pour remplacer les images de fond du template */

/* Section Hero (Accueil) */
.hero-section {
    background-image: url('../industry-810799_1280.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    filter: brightness(0.8) contrast(1.1) !important;
}

/* Section Featured (Excellence et Fiabilité) */
.featured-section {
    background-image: url('../work-7223353_1280.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Section Contact (section_51) - Gérée par lupemba-contact-optimization.css */
/* #section_51 {
    background-image: url('../bulldozer-2195329_1280.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
} */

/* S'assurer que l'accueil reste clair - Restaurer la visibilité de l'image */
.hero-section::before {
    display: none !important;
}

/* S'assurer qu'il n'y a pas d'overlay sombre sur l'accueil */
.hero-section .section-overlay {
    display: none !important;
} 