Open:
7/7 , 362 jours/an
Accueil
Débutant?
Pourquoi faire du CrossFit ?
Est-ce pour moi ?
Cours d’essai
Cours d’essai
Cours Hyrox
Ados/Teens
CrossFit Teens
Un essai ?
Horaire / Cours
Cours d’essai
Réservation (membre)
Tarifs
L’équipe
Drop’in
Contact
HYROX LGX
Community Games
CrossFit Liège 2024
TEENS
RETOUR
CrossFit Liège © 2025. All rights reserved.
document.addEventListener('DOMContentLoaded', function() { const checkMollieButton = setInterval(function() { const iframe = document.querySelector('iframe[src*="mollie"]'); if (iframe) { try { const iframeDoc = iframe.contentDocument || iframe.contentWindow.document; const button = iframeDoc.querySelector('button, input[type="submit"]'); if (button) { // Styles de base button.style.cssText = ` background: #E31937 !important; color: white !important; padding: 15px 40px !important; font-size: 18px !important; border-radius: 5px !important; font-weight: bold !important; text-transform: uppercase !important; margin: 20px auto !important; display: block !important; max-width: 300px !important; border: none !important; cursor: pointer !important; transition: all 0.3s ease !important; `; // Gestion du survol button.onmouseover = () => { button.style.background = '#C0102D !important'; button.style.transform = 'translateY(-2px) !important'; }; button.onmouseout = () => { button.style.background = '#E31937 !important'; button.style.transform = 'none !important'; }; clearInterval(checkMollieButton); } } catch(e) { console.error("Erreur de style Mollie:", e); } } }, 1000); // Vérifie toutes les secondes });