/* ========================================================================== */
/* ETHNOS R205 — départ des volets de recherche depuis le bord droit du Tchat */
/* Correctif ciblé : R191 réservait encore la largeur de Maps pendant          */
/* l'ouverture du Tchat, créant une bande vide avant le premier volet.         */
/* ========================================================================== */

@media (min-width:901px){
  /* Pendant l'ouverture du Tchat, la première colonne reprend strictement
     la largeur réelle de l'onglet/volet Tchat, même si la vue Accueil reste
     marquée isEthnosHomeView. Le premier volet commence donc immédiatement
     au bord droit du Tchat. */
  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen .memberLayout,
  html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView.isTchatDrawerOpen .memberLayout{
    grid-template-columns:var(--ethnos-search-width) minmax(0,1fr) !important;
    column-gap:0 !important;
  }

  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen .memberWorkspace,
  html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView.isTchatDrawerOpen .memberWorkspace{
    grid-column:2 !important;
    margin-left:0 !important;
    padding-left:0 !important;
  }

  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen .memberWelcome.memberWorkspace > .salonDrawerStage,
  html[data-ethnos-ui="discord-r111"] body.isEthnosHomeView.isTchatDrawerOpen .memberWelcome.memberWorkspace > .salonDrawerStage{
    left:0 !important;
    padding-left:0 !important;
    margin-left:0 !important;
  }

  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen .salonDrawerStack{
    margin-left:0 !important;
    padding-left:0 !important;
  }
}
