/* Sur mobile, la scène reste entièrement dans le cadre : aucune raquette n'est rognée. */
@media(max-width:760px){.hero-art.rally-scene{width:min(280px,76vw);right:12px}.paddle-right{left:55%!important;right:auto!important;top:8%!important;animation:paddleRightMobile 3.8s ease-in-out infinite!important}.rally-ball{animation:rallyBallMobile 3.8s cubic-bezier(.6,0,.4,1) infinite!important}.rally-caption{right:8%;bottom:15%}}@keyframes paddleRightMobile{0%,32%,100%{transform:rotate(133deg) scale(.72)}42%,51%{transform:rotate(151deg) scale(.72)}}@keyframes rallyBallMobile{0%,9%{transform:translate(0,0) scale(.82)}39%{transform:translate(290%,-145%) scale(1)}48%{transform:translate(290%,-145%) scale(.82)}86%,100%{transform:translate(0,0) scale(1)}}
