/*LARGEUR NAVBAR*/
@media (min-width: 1200px) {
  .container {
    max-width: 1400px; /*ajuste selon ton besoin*/
    justify-content: center !important;
  }
}

.menu-bold {
    font-weight: 700 !important;
  	text-transform: none;
}
