/* ========================================================================== */
/* ETHNOS R161 — dock inférieur aligné entre Tchat et Carte mondiale          */
/* Base : R160. Correctif ciblé des deux chevauchements latéraux.             */
/* ========================================================================== */

/* La navigation commence exactement après le panneau Tchat et s’arrête
   exactement au bord gauche de la carte mondiale. Aucun contenu n’est masqué. */
html body #memberWorldDock{
  z-index:220 !important;
  left:calc(var(--ethnos-search-width,258px) + var(--ethnos-r102-gap-x,7px)) !important;
  right:var(--ethnos-context-width,330px) !important;
  bottom:var(--footer-legal,22px) !important;
  width:auto !important;
  padding:5px !important;
  margin:0 !important;
  transform:none !important;
}

html body #memberFooter{
  z-index:210 !important;
}

@media (max-width:900px){
  html body #memberWorldDock{
    left:8px !important;
    right:8px !important;
    bottom:calc(var(--footer-legal,22px) + 5px) !important;
  }
}
