/* ============================================
   HEADER - Ombrage
   ============================================ */
.header-nav {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

/* ============================================
   HEADER - Nav menu uppercase
   ============================================ */
.header-nav .elementor-nav-menu a,
.header-sticky-compact .elementor-nav-menu a {
    text-transform: uppercase;
}

/* Cacher logo + contact tant que la section n'est pas sticky */
.show-on-sticky { opacity: 0; visibility: hidden; transition: opacity 1s; }
.elementor-sticky--active .show-on-sticky { opacity: 1; visibility: visible; }

/* Responsive */
@media (max-width: 1024px) {
    .show-on-sticky { opacity: 1; visibility: visible; }
    .elementor-sticky--active .show-on-sticky { opacity: 1; visibility: visible; }
    
}

@media (min-width: 768px) {
    .submenu {
        width: 100% !important;
    }
    .remove-submenu {
        display: none !important;
        width: 0 !important;
    }
}
