/* =========================================================
   Job Suisse — Menu Only (sans HERO)
   Utilisé pour pages : test / plugin / détails offre
   ========================================================= */

/* Conteneur menu seul */
.rt-hero-gap--menu-only {
  min-height: auto !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block !important;
}

/* Sécurité : annule layout hero */
.rt-hero-gap--menu-only .hero-content-center {
  display: none !important;
}

/* Navbar */
.rt-hero-gap--menu-only .hero-navbar {
  position: relative;
  padding: 20px 40px;
}

/* Évite tout espace résiduel */
.rt-hero-gap--menu-only > * {
  margin-top: 0 !important;
}


/* Enlève l'espace thème au-dessus (page modèle test) */
body.page-id-20440 #page,
body.page-id-20440 .site-content,
body.page-id-20440 #main,
body.page-id-20440 main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Assure que ton bloc menu colle en haut */
body.page-id-20440 .rt-hero-gap--menu-only{
  margin-top: 24px !important;
  padding-top: 0 !important;
}