/* En-tete fixe au scroll : recherche + navigation collees en haut */
.ap-sticky-header {
    width: 100%;
}

.ap-sticky-header.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 7px 18px rgba(24, 16, 16, 0.08);
    animation: stickyanimations 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* Boutons du selecteur de langue (FR / EN) */
.language-hover .menu-item {
    margin: 0;
}

.lang-switch-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-align: left;
    width: 100%;
}

.lang-switch-btn:hover {
    color: var(--color-primary, #ff8b00);
}
