/**
 * Mobile Performance Fixes - VERSION LÉGÈRE
 * Corrections ciblées uniquement pour les tremblements
 */

/* ============================================
   DÉSACTIVER UNIQUEMENT LES ANIMATIONS PROBLÉMATIQUES
   ============================================ */

@media (max-width: 991.98px) {
    /* Désactiver uniquement les animations float qui causent les tremblements */
    @keyframes float {
        from, to { transform: translateY(0); }
    }

    @keyframes floatStat {
        from, to { transform: translateY(0); }
    }

}

/* ============================================
   FIN DES CORRECTIONS
   ============================================ */
