/* RD_HOME_HIDE_FLOATING_GAMES_TILE
   Cache uniquement la tuile flottante "Jeux de..." en bas a droite de l'accueil.
   Le bouton aide "?" n'est pas cible.
*/
html[data-rd-home-page="true"] .rd-hide-floating-games-tile,
body[data-rd-home-page="true"] .rd-hide-floating-games-tile {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}