/* Correctif ciblé : navbar maintenue en haut au défilement
   Pages concernées uniquement via le chargement explicite de cette feuille. */
html body > header.nav,
html body > nav.nav,
html body > header.site-header,
html body > header.nav.ic-unified-nav{
  position:fixed !important;
  top:0 !important;
  right:0 !important;
  left:0 !important;
  width:100% !important;
  z-index:2147483000 !important;
}

/* Conserve exactement l'espace que la navbar occupait dans le flux. */
html body{
  padding-top:124px !important;
}

@media (max-width:900px){
  html body{
    padding-top:76px !important;
  }
}
