/* ETHNOS R450 — corrections ciblées accueil découverte. Base R449. */

/* Footer légal visible au-dessus des couches Maps/Tchat, sans toucher à leur géométrie. */
html.ethnosGuestDiscovery body.r190WorldViewOpen #memberFooter,
html.ethnosGuestDiscovery body.isTchatDrawerOpen #memberFooter{
  z-index:120 !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  transform:none !important;
  pointer-events:auto !important;
}
html.ethnosGuestDiscovery body.r190WorldViewOpen #memberFooter .memberFooterLegal,
html.ethnosGuestDiscovery body.isTchatDrawerOpen #memberFooter .memberFooterLegal{
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
}

/* Onglet gauche : garder uniquement les deux titres bleu et orange. */
html.ethnosGuestDiscovery body.isEthnosHomeView .r180HomeIntro{
  display:none !important;
}

/* Sur desktop, les deux grands onglets sont côte à côte. */
@media (min-width:901px){
  /* Neutraliser le décalage historique du texte gauche. */
  html.ethnosGuestDiscovery body.isEthnosHomeView .r179HomeHero .r178HomeHeroCopy{
    top:0 !important;
  }

  /* Le verre gauche reprend exactement le top et la hauteur du bloc Trajectoire. */
  html.ethnosGuestDiscovery body.isEthnosHomeView .r432CommercialHomeTab{
    top:var(--r450-trajectory-top,0px) !important;
    height:var(--r450-trajectory-height,100%) !important;
  }
}
