/* Désactiver l'effet collant Elementor sur Tablette et Mobile */
@media (max-width: 1024px) {
    .elementor-sticky--active {
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        transition: none !important;
        transform: none !important;
    }
    
    /* Élimine l'espace réservé d'Elementor pour bloquer le saut visuel */
    .elementor-sticky-placeholder {
        display: none !important;
        height: 0 !important;
    }
}

/* Réduire l'épaisseur verticale (hauteur) du header sur Desktop */
@media (min-width: 1025px) {
    .elementor-header .elementor-section,
    .elementor-header .e-con,
    header.elementor-theme-builder-header .elementor-section,
    header.elementor-theme-builder-header .e-con {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        min-height: auto !important;
    }
}
