/* ETHNOS R422 — mode découverte : tableau de bord uniquement.
   Aucun impact hors html.ethnosGuestDiscovery. */

/* 1. Navigation basse : toujours visible au-dessus du footer en découverte. */
html.ethnosGuestDiscovery #memberWorldDock{
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  position:fixed !important;
  z-index:1000 !important;
}

/* 2. Essai demandé : le grand bloc supérieur conserve sa géométrie et son texte,
      mais n'affiche plus son fond, son illustration ni son cadre visuel. */
html.ethnosGuestDiscovery body.isEthnosHomeView .r179HomeHero{
  background:transparent !important;
  border-color:transparent !important;
  box-shadow:none !important;
}
html.ethnosGuestDiscovery body.isEthnosHomeView .r179HomeHero::before,
html.ethnosGuestDiscovery body.isEthnosHomeView .r179HomeHero::after{
  content:none !important;
  display:none !important;
  background:none !important;
}

/* Les boutons du tableau de bord restent visuellement des boutons. */
html.ethnosGuestDiscovery .bodyView-home button{
  cursor:pointer !important;
}
