/* Header par défaut (absolu) */
.elementor-location-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}

/* Classe ajoutée au scroll 
.elementor-location-header.sticky {
    position: fixed;
    top: 0;
}*/
