/* Correctif ciblé entête MH */

.header-inner{
  grid-template-columns:260px minmax(0,1fr) auto !important;
  gap:22px !important;
}

.header .nav{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:16px !important;
  flex-wrap:nowrap !important;
}

.header .nav a{
  white-space:nowrap !important;
  padding:9px 10px !important;
}

.header .btn{
  white-space:nowrap !important;
}

@media(max-width:1050px){
  .header-inner{
    grid-template-columns:1fr !important;
  }

  .header .nav{
    flex-wrap:wrap !important;
    justify-content:flex-start !important;
  }
}
