/* R255 — 1280x720 TCHAT UNIQUEMENT
   Mesure sur la capture après R254 :
   - bouton -> trait : 4px : NE PAS TOUCHER
   - trait -> premier pixel visible du titre : trop court
   Correction locale : descendre uniquement le titre de 3px par rapport à R254.
*/
html[data-ethnos-format-1280="1"][data-ethnos-ui]
body.isTchatDrawerOpen .salonDeepSearch > .salonExplorerSectionHead,
html[data-ethnos-r234-1280="1"][data-ethnos-ui]
body.isTchatDrawerOpen .salonDeepSearch > .salonExplorerSectionHead{
  position:relative !important;
  top:2px !important;
  margin-top:0 !important;
}

@media (width:1280px) and (height:720px){
  html[data-ethnos-ui] body.isTchatDrawerOpen
  .salonDeepSearch > .salonExplorerSectionHead{
    position:relative !important;
    top:2px !important;
    margin-top:0 !important;
  }
}
