/* ========================================================================== */
/* ETHNOS R147 — navigation basse en butée gauche, sous le panneau Tchat      */
/* Base : R146. Correction ciblée demandée le 3 août 2026.                    */
/* ========================================================================== */

/* La vraie barre crème redevient un seul élément continu, visible depuis     */
/* le bord gauche. Le panneau Tchat s'arrête exactement au-dessus du dock :   */
/* aucun faux rectangle, aucun chevauchement, aucun rognage du bouton ON AIR. */
@media (min-width:901px){
  html[data-ethnos-ui="discord-r111"] body .memberLayout{
    bottom:calc(var(--footer-legal) + var(--r110-dock-height)) !important;
  }

  html[data-ethnos-ui="discord-r111"] body .memberWorkspace{
    height:100% !important;
  }

  /* L'ancien prolongement artificiel n'est plus nécessaire : la vraie barre
     occupe désormais elle-même toute la largeur jusqu'à la butée gauche. */
  html body .memberApp::after{
    content:none !important;
    display:none !important;
    width:0 !important;
    height:0 !important;
    background:none !important;
    border:0 !important;
    box-shadow:none !important;
  }

  html body .memberWorldDock{
    left:0 !important;
    right:calc(var(--ethnos-context-width) - 16px) !important;
    bottom:var(--footer-legal) !important;
    width:auto !important;
    height:var(--r110-dock-height) !important;
    box-sizing:border-box !important;
    padding:5px 5px 5px calc(var(--ethnos-search-width) + 49px) !important;
    transform:none !important;
    border-radius:0 16px 16px 0 !important;
    z-index:78 !important;
  }

  html body .memberExplorerPanel{
    position:relative !important;
    z-index:90 !important;
  }
}
