/* ==========================================================================
   ETHNOS R262 — TCHAT — reprise exacte de la règle validée en 1366x768
   CIBLE :
   - 1280x720
   - 1536x864

   Même solution que 1366x768 :
   - espace avant le trait : padding-bottom:8px
   - espace après le trait : padding-top:8px

   Aucun autre élément modifié.
   ========================================================================== */

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

  html[data-ethnos-ui] body.isTchatDrawerOpen .salonQuickSearch{
    padding-bottom:8px !important;
  }

  html[data-ethnos-ui] body.isTchatDrawerOpen .salonDeepSearch{
    padding-top:8px !important;
  }
}
