/*enlever le filtre au dessus de la bannière*/
.line-banner .mod-banner__img::before {
  content: none !important;
  background: none !important;
  display: none !important;
  opacity: 1 !important;
}

/*Grossir logo du footer*/
.footer-classic .footer-logo .mod-header-logo {
  max-width: 400px; /* increase this value as needed */
  width: 100%;
}

.navbar-header {
  position: relative !important;
  margin-left: 360px; /* Ajuste la valeur au besoin */
}





@media (max-width: 991px) {
  .navbar-toggle {
    position: absolute;
    right: 15px; /* distance du bord droit */
    top: 15px;   /* distance du haut */
    z-index: 9999; /* pour le placer au-dessus du contenu */
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  li.header-ext-custom {
    display: list-item !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
  }

