.container-banner .banner-overlay .overlay { background: #0000002b !important; }
.topbar .nav {
    margin-left: auto;   /* pousse le menu vers la droite */
}
.topbar .menu {
    display: flex;          /* s’assure que le conteneur est en flex */
    justify-content: flex-end;  /* aligne les éléments à droite */
}
.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-end;
}
/* Exemple : centrer le menu dans le footer */
.footer .menu-horizontal {
    justify-content: center;
}