/* Force règles identiques partout */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

@media (max-width: 768px){

  /* Header compact */
  header { padding: 0 !important; }

  #primaryNavbar.navbar{
    padding: 8px 10px !important;
    min-height: 56px !important;
    box-shadow: none !important;
    border: 0 !important;
  }

  /* Logo visible */
  .navbar-brand img{
    height: 36px !important;
    width: auto !important;
    max-height: 36px !important;
  }

  /* Icônes et boutons raisonnables */
  .navbar a, .navbar button{
    font-size: 14px !important;
    line-height: 1.2 !important;
  }

  /* Cache les gros boutons “Espace Pro / Se connecter” si ça casse tout */
  .espace-pro, .nav-login{
    display: none !important;
  }

  /* Burger un peu plus petit */
  .navbar-toggler{ transform: scale(.9) !important; }
}
@media (max-width: 768px){

  /* STOP search bar collée */
  .search-bar,
  #search-bar,
  .search-bar-container{
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
  }

}