/* Sticky Menu Effect */
.e-8885beb-32a516b {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background-color: inherit; /* Assure que le fond reste opaque s'il est hérité */
    transition: all 0.3s ease;
}
