/* ==========================================================================
   ETHNOS R266 — TCHAT — CORRECTION DÉDIÉE 1280x720
   1536x864 et 1366x768 : NON TOUCHÉS.

   But :
   conserver l'unique séparateur historique et augmenter uniquement
   la respiration visuelle propre à 1280x720.
   ========================================================================== */

@media (width:1280px) and (height:720px){

  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen
  .memberExplorerPanel .salonQuickSearch{
    margin-bottom:0 !important;
    padding-bottom:11px !important;
    border-bottom:0 !important;
  }

  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen
  .memberExplorerPanel .salonQuickSearch::before,
  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen
  .memberExplorerPanel .salonQuickSearch::after{
    content:none !important;
    display:none !important;
  }

  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen
  .memberExplorerPanel .salonDeepSearch{
    position:relative !important;
    margin-top:0 !important;
    padding-top:11px !important;
    border-top:0 !important;
  }

  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen
  .memberExplorerPanel .salonDeepSearch::before{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    top:0 !important;
    left:8% !important;
    right:8% !important;
    width:auto !important;
    height:1px !important;
    margin:0 !important;
    background:rgba(149,205,218,.24) !important;
    pointer-events:none !important;
  }

  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen
  .memberExplorerPanel .salonDeepSearch::after{
    content:none !important;
    display:none !important;
  }

  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen
  .memberExplorerPanel .salonDeepSearch > .salonExplorerSectionHead{
    position:relative !important;
    top:0 !important;
    margin-top:0 !important;
    transform:none !important;
  }
}
