/* V20 — suppression du menu central uniquement */
#nav {
    display: none !important;
}
.header {
    justify-content: space-between;
}
.brand-header {
    margin-right: auto;
}
.head-actions {
    margin-left: auto;
}
