/* SEASIDE - Animations (vagues + bulles)
   Séparé de style.css pour pouvoir être désactivé facilement si besoin
   (ex. accessibilité, performance sur connexion lente). */

.hero-wave path { vector-effect: non-scaling-stroke; }

@media (max-width: 480px) {
	.hero { padding: 40px 0 64px; }
	.bubble { display: none; } /* moins d'animation sur petit écran : performance */
}
