
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>R3F MILSIM — 3 Lives</title>
<style>
*{box-sizing:border-box}html,body{margin:0;background:#05070a}
body{min-height:100vh;display:flex;align-items:center;justify-content:center;overflow-x:hidden}
.stage{position:relative;width:min(1536px,100vw);aspect-ratio:1536/1024}
.stage img{display:block;width:100%;height:100%;object-fit:contain}
.hotspot{position:absolute;display:block;text-decoration:none;cursor:pointer}
.cam1{left:2.1%;top:41.0%;width:31.1%;height:39.5%}
.cam2{left:34.8%;top:41.0%;width:30.4%;height:39.5%}
.cam3{left:66.9%;top:41.0%;width:31.0%;height:39.5%}
.hotspot:focus-visible{outline:4px solid white;outline-offset:4px;border-radius:16px}
.sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
</style>
</head>
<body>
<main class="stage" aria-label="R3F MILSIM — sélection des trois lives">
<img src="r3f-3-lives.png" alt="R3F MILSIM — Voir les 3 lives">
<a class="hotspot cam1" href="https://www.youtube.com/@VideoR3F/live" target="_blank" rel="noopener" aria-label="Ouvrir le live de Vidéo R3F"><span class="sr">Vidéo R3F — ouvrir le live</span></a>
<a class="hotspot cam2" href="https://www.youtube.com/@Vid%C3%A9oR3Fcamera1/live" target="_blank" rel="noopener" aria-label="Ouvrir le live de VidéoR3Fcamera1"><span class="sr">VidéoR3Fcamera1 — ouvrir le live</span></a>
<a class="hotspot cam3" href="https://www.youtube.com/@Vid%C3%A9oR3Fcamera2/live" target="_blank" rel="noopener" aria-label="Ouvrir le live de VidéoR3Fcamera2"><span class="sr">VidéoR3Fcamera2 — ouvrir le live</span></a>
</main>
</body>
</html>