.mod-header-container {
  max-height: 70px; /* Ajustez selon la taille souhaitée */
}
.navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
  font-size: 20px !important; /* Remplacez "black" par la couleur de votre choix */
}
p {
  font-size: 20px;  
}
.switch-language::before,
.switch-language::after {
    display: none !important;
}

.switch-language{
    font-size:20px !important;
}
/*Réduire la zone d'ombre sur la bannière*/
.mod-banner__img::before {
  background: rgba(0, 0, 0, 0.2) !important; /* plus léger */
}