/* Force l'affichage des nouveaux backgrounds sur la page d'accueil */

/* Desktop & Tablettes */
@media screen and (min-width: 768px) {
    .elementor-element-a2ac2c7,
    .elementor-element-454a6ed {
        background-image: url('https://green-paradise-cbd-montargis.fr/wp-content/uploads/2026/08/Design-sans-titre-54.webp') !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-attachment: scroll !important;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {
    .elementor-element-a2ac2c7,
    .elementor-element-454a6ed {
        background-image: url('https://green-paradise-cbd-montargis.fr/wp-content/uploads/2026/08/Rogne-la-page.webp') !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}

/* Suppression définitive de tout overlay ou voile noir gênant */
.elementor-element-a2ac2c7 > .elementor-background-overlay,
.elementor-element-454a6ed > .elementor-background-overlay {
    display: none !important;
    background: none !important;
    opacity: 0 !important;
}
