/* L’image principale doit apparaître uniquement sur l’accueil. */
#home.hidden,
#home.content-hidden,
body[data-current-view]:not([data-current-view="home"]) #home {
  display: none !important;
}

/* Les compléments de l’accueil restent également masqués ailleurs. */
body[data-current-view]:not([data-current-view="home"]) .nv37-dashboard,
body[data-current-view]:not([data-current-view="home"]) .nv37-trust-strip {
  display: none !important;
}
