.navbar{
    max-width: 1440px !important;
}

/* Header sticky */
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff; /* Ajustez selon votre couleur de fond */
}