/* ==========================================================================
   ETHNOS R127 — ajustements navigation et accueil
   Base : R126 validée.
   ========================================================================== */

/* Planète de l’identité : -20 %, nom Ethnos inchangé. */
html body .memberBrand img{
  width:clamp(34px,2.24vw,43px) !important;
  height:clamp(34px,2.24vw,43px) !important;
}

/* Navigation basse collée au pied de page et décalée de 30 px au total. */
html body .memberWorldDock{
  bottom:var(--footer-legal) !important;
  transform:translateX(30px) !important;
}

/* Texte public du pied de page : compact et non rogné. */
html body .memberVersionCompact,
html body .memberVersionCompact strong{
  font-size:clamp(7px,.5vw,9px) !important;
  font-weight:600 !important;
  letter-spacing:.01em !important;
  white-space:nowrap !important;
}
html body .memberVersionCompact small{
  font-size:.9em !important;
  font-weight:500 !important;
}

/* Référence 1920 × 1080 : introduction remontée de 15 px.
   Le héros situé dessous conserve sa position. */
@media (min-width:1800px) and (max-width:2048px) and (min-height:980px) and (max-height:1150px){
  html body .bodyView-home > .bodyViewHeader{
    transform:translateY(-15px) !important;
  }
  html body .bodyView-home > .bodyViewHeader > div:first-child{
    flex:1 1 auto !important;
    max-width:none !important;
  }
  html body .bodyView-home > .bodyViewHeader p{
    width:max-content !important;
    max-width:none !important;
    white-space:nowrap !important;
  }
}

@media(max-width:900px){
  html body .memberWorldDock{
    transform:none !important;
    bottom:var(--footer-legal) !important;
  }
}
