/* FULLSCREEN */
html.f-screen{height: 100%; overflow: hidden;}
.bla.full-screen {position: fixed; left: 0; top: 0; width: 100%; height: 90%; margin: 0; padding: 0; z-index: 6000; background:#000; text-align: center;}

/* BTN retour FULL SCREEN */
#noFullScreen{display: none; position: fixed; top: 0; left: 0; border-radius: 0 0 10px 0;}
.btn-retour {z-index: 1;padding:12px 10px 12px 10px; display:block; margin:0 auto; text-align:center;}

#playreal{display: none; position: fixed; bottom: 0%; left: 0;}
.mode-reel {z-index: 1; font-size: 5.17vh;border-radius:0rem;}

@media (min-height: 800px) and (min-width: 600px) {
  .mode-reel {z-index: 1; font-size: 5.84vh;border-radius:0rem;}
}
@media (max-width: 440px) {
  .mode-reel {z-index: 1; font-size: 3.6vh; padding: 1.2rem;;border-radius:0rem;}
}