# 🏍️ Quiz BMW S1000RR : Testez vos Connaissances sur la Superbike Légendaire

Pensez-vous tout savoir sur la BMW S1000RR ? 12 questions pour tester vos connaissances sur l'histoire et la technologie de cette superbike révolutionnaire !

---

import ArticleScript from '@/components/ArticleScript';
import ArticleStyle from '@/components/ArticleStyle';


{/* Hero Section Premium */}
<div className="article-container" style={{textAlign: 'center', padding: '40px 20px'}}>
    <div style={{display: 'inline-block', background: 'linear-gradient(135deg, #0066cc 0%, #004999 100%)', padding: '8px 20px', borderRadius: '20px', marginBottom: '20px'}}>
        <span style={{color: 'white', fontWeight: '700', fontSize: '0.9em'}}>🏁 BMW MOTORRAD</span>
    </div>
    
    <h1 style={{fontSize: '2.5em', lineHeight: '1.2', marginBottom: '20px', background: 'linear-gradient(135deg, #ffffff 0%, #94a3b8 100%)', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent', backgroundClip: 'text'}}>
        Quiz BMW S1000RR - Superbike Légendaire
    </h1>
    
    <p style={{fontSize: '1.2em', color: '#cbd5e1', maxWidth: '700px', margin: '0 auto 30px', lineHeight: '1.6'}}>
        De la piste à la route, testez vos connaissances sur l'icône allemande ! <strong style={{color: '#0066cc'}}>12 questions</strong> sur l'histoire, la technologie et les performances de la BMW S1000RR.
    </p>
    
    <img src="/images/articles/bmw-s1000rr-hero.webp" alt="BMW S1000RR moderne en action" style={{width: '100%', maxWidth: '800px', borderRadius: '20px', margin: '30px auto', display: 'block', boxShadow: '0 20px 60px rgba(0, 102, 204, 0.3)'}} />
    
    <div style={{display: 'flex', gap: '15px', justifyContent: 'center', flexWrap: 'wrap', marginTop: '30px'}}>
        <div style={{background: 'rgba(255,255,255,0.05)', padding: '15px 25px', borderRadius: '12px', border: '1px solid rgba(255,255,255,0.1)'}}>
            <div style={{fontSize: '2em', marginBottom: '5px'}}>⚡</div>
            <div style={{fontSize: '0.9em', color: '#94a3b8'}}>2 min chrono</div>
        </div>
        <div style={{background: 'rgba(255,255,255,0.05)', padding: '15px 25px', borderRadius: '12px', border: '1px solid rgba(255,255,255,0.1)'}}>
            <div style={{fontSize: '2em', marginBottom: '5px'}}>🏁</div>
            <div style={{fontSize: '0.9em', color: '#94a3b8'}}>Technologie WSBK</div>
        </div>
        <div style={{background: 'rgba(255,255,255,0.05)', padding: '15px 25px', borderRadius: '12px', border: '1px solid rgba(255,255,255,0.1)'}}>
            <div style={{fontSize: '2em', marginBottom: '5px'}}>🔥</div>
            <div style={{fontSize: '0.9em', color: '#94a3b8'}}>205 chevaux</div>
        </div>
    </div>
    
    <button id="start-quiz-bmw-s1000rr" style={{background: 'linear-gradient(135deg, #0066cc, #004999)', color: 'white', border: 'none', padding: '18px 50px', borderRadius: '50px', fontSize: '1.3em', fontWeight: '700', cursor: 'pointer', boxShadow: '0 10px 30px rgba(0, 102, 204, 0.4)', marginTop: '40px', transition: 'all 0.3s'}}>
        🚀 DÉMARRER LE QUIZ
    </button>
</div>

{/* Progress Bar */}
<div id="quiz-progress-container-bmw-s1000rr" style={{position: 'sticky', top: '0', zIndex: '100', background: 'rgba(2, 6, 23, 0.95)', backdropFilter: 'blur(10px)', padding: '15px 20px', borderBottom: '1px solid rgba(255,255,255,0.1)', display: 'none'}}>
    <div style={{maxWidth: '800px', margin: '0 auto'}}>
        <div style={{display: 'flex', justifyContent: 'space-between', marginBottom: '8px'}}>
            <span style={{fontSize: '0.9em', color: '#94a3b8'}} id="quiz-progress-text-bmw-s1000rr">Question 1/12</span>
            <span style={{fontSize: '0.9em', color: '#0066cc', fontWeight: '600'}} id="quiz-timer-bmw-s1000rr">0:00</span>
        </div>
        <div style={{height: '6px', background: 'rgba(255,255,255,0.1)', borderRadius: '10px', overflow: 'hidden'}}>
            <div id="quiz-progress-bar-bmw-s1000rr" style={{height: '100%', width: '8.33%', background: 'linear-gradient(90deg, #0066cc, #004999)', transition: 'width 0.3s ease', borderRadius: '10px'}}></div>
        </div>
    </div>
</div>

{/* Quiz Container */}
<div id="quiz-container-bmw-s1000rr" style={{display: 'none', maxWidth: '800px', margin: '40px auto', padding: '0 20px'}}>
    <div style={{background: 'rgba(255,255,255,0.02)', border: '1px solid rgba(255,255,255,0.1)', borderRadius: '20px', padding: '40px', marginBottom: '20px'}}>
        <div style={{display: 'flex', alignItems: 'center', gap: '15px', marginBottom: '15px'}}>
            <div id="quiz-badge-bmw-s1000rr" style={{background: 'linear-gradient(135deg, #0066cc, #004999)', minWidth: '50px', height: '50px', borderRadius: '12px', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: '1.5em', fontWeight: '800', color: 'white', flexShrink: '0'}}>1</div>
            <div id="quiz-category-bmw-s1000rr" style={{textTransform: 'uppercase', fontSize: '0.85em', letterSpacing: '1.5px', color: '#0066cc', background: 'rgba(0, 102, 204, 0.1)', padding: '6px 15px', borderRadius: '20px'}}></div>
        </div>
        
        <h3 id="quiz-quest-bmw-s1000rr" style={{fontSize: '1.4em', margin: '25px 0', lineHeight: '1.5', color: '#e2e8f0'}}></h3>
        
        <div id="quiz-options-bmw-s1000rr" style={{display: 'grid', gap: '12px', marginTop: '30px'}}></div>
        
        <div style={{textAlign: 'right', marginTop: '30px'}}>
            <button id="next-quiz-bmw-s1000rr" style={{background: 'linear-gradient(135deg, #0066cc, #004999)', color: 'white', border: 'none', padding: '15px 40px', borderRadius: '12px', fontSize: '1.1em', fontWeight: '700', cursor: 'pointer', transition: 'all 0.3s'}}>Suivant →</button>
        </div>
        
        <div style={{textAlign: 'center', marginTop: '30px', paddingTop: '20px', borderTop: '1px solid rgba(255,255,255,0.1)'}}>
            <span style={{fontSize: '1.1em', color: '#94a3b8'}}>Score : </span>
            <span id="quiz-points-bmw-s1000rr" style={{fontSize: '1.3em', fontWeight: '700', color: '#0066cc'}}>0</span>
        </div>
    </div>
</div>

{/* Results Panel */}
<div id="quiz-result-bmw-s1000rr" style={{display: 'none', maxWidth: '800px', margin: '60px auto', padding: '0 20px'}}>
    <div style={{background: 'linear-gradient(135deg, rgba(0, 102, 204, 0.1), rgba(0, 73, 153, 0.1))', border: '2px solid rgba(0, 102, 204, 0.3)', borderRadius: '24px', padding: '50px 40px', textAlign: 'center'}}>
        <div style={{fontSize: '4em', marginBottom: '20px'}} id="quiz-emoji-bmw-s1000rr">🎉</div>
        <h2 style={{fontSize: '2.2em', marginBottom: '15px'}}>Résultat Final</h2>
        <div id="quiz-final-score-bmw-s1000rr" style={{fontSize: '3.5em', fontWeight: '800', background: 'linear-gradient(135deg, #0066cc, #004999)', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent', backgroundClip: 'text', marginBottom: '20px'}}></div>
        <p id="quiz-result-text-bmw-s1000rr" style={{fontSize: '1.2em', color: '#cbd5e1', marginBottom: '10px'}}></p>
        <div id="quiz-profile-bmw-s1000rr" style={{display: 'inline-block', background: 'rgba(0, 102, 204, 0.2)', padding: '12px 30px', borderRadius: '20px', marginTop: '20px'}}>
            <span style={{color: '#0066cc', fontWeight: '700', fontSize: '1.1em'}} id="quiz-profile-badge-bmw-s1000rr"></span>
        </div>

        <div style={{display: 'flex', gap: '15px', justifyContent: 'center', marginTop: '40px', flexWrap: 'wrap'}}>
            <button id="reset-quiz-bmw-s1000rr" style={{background: 'linear-gradient(135deg, #0066cc, #004999)', color: 'white', border: 'none', padding: '16px 35px', borderRadius: '12px', fontSize: '1.05em', fontWeight: '700', cursor: 'pointer'}}>
                🔄 Recommencer
            </button>
            <a href="/dashboard" style={{background: 'rgba(255,255,255,0.05)', color: 'white', border: '2px solid rgba(255,255,255,0.2)', padding: '16px 35px', borderRadius: '12px', fontSize: '1.05em', fontWeight: '600', textDecoration: 'none', display: 'inline-block'}}>
                📊 Voir mon profil
            </a>
        </div>
    </div>
</div>

{/* Content Section */}
<div className="article-container" style={{maxWidth: '800px', margin: '60px auto', padding: '0 20px'}}>
    <div style={{background: 'rgba(255,255,255,0.02)', border: '1px solid rgba(255,255,255,0.1)', borderRadius: '20px', padding: '40px', marginBottom: '30px'}}>
        <h2 style={{display: 'flex', alignItems: 'center', gap: '15px', marginBottom: '20px'}}>
            <span style={{fontSize: '2em'}}>🏁</span>
            De la piste à la route : La genèse d'une icône
        </h2>
        <p style={{lineHeight: '1.8', color: '#cbd5e1'}}>
            L'histoire de la BMW S1000RR commence sur les circuits du Championnat du Monde Superbike (WSBK). Développée pour la compétition, elle a été conçue sans compromis pour la performance. Le transfert de cette technologie de la piste à la route a donné naissance à une moto de série aux capacités extraordinaires.
        </p>
        <p style={{lineHeight: '1.8', color: '#cbd5e1', marginTop: '15px'}}>
            Dès sa sortie en 2009, la S1000RR s'est distinguée par son design audacieux, notamment ses <strong>phares asymétriques</strong> emblématiques de la première génération, et son niveau d'équipement électronique inédit pour l'époque.
        </p>
    </div>
    
    <div style={{background: 'rgba(255,255,255,0.02)', border: '1px solid rgba(255,255,255,0.1)', borderRadius: '20px', padding: '40px'}}>
        <h2 style={{display: 'flex', alignItems: 'center', gap: '15px', marginBottom: '20px'}}>
            <span style={{fontSize: '2em'}}>⚙️</span>
            Technologie et performance
        </h2>
        <ul style={{lineHeight: '1.8', color: '#cbd5e1'}}>
            <li><strong>Moteur 4-cylindres en ligne</strong> de 999 cm³</li>
            <li><strong>205 chevaux</strong> pour la version S1000RR</li>
            <li><strong>DTC</strong> : Dynamic Traction Control</li>
            <li>Vitesse maximale limitée à <strong>299 km/h</strong></li>
            <li>Version <strong>M 1000 RR</strong> lancée en 2020</li>
        </ul>
    </div>
</div>

{/* Social Sharing */}
<div className="action-buttons-grid" style={{maxWidth: '800px', margin: '40px auto', padding: '0 20px'}}>
    <a href="#" id="share-whatsapp-bmw-s1000rr" className="btn-share-whatsapp" style={{background: 'linear-gradient(135deg, #25D366, #128C7E)', color: 'white', padding: '20px', borderRadius: '16px', textDecoration: 'none', display: 'flex', alignItems: 'center', justifyContent: 'center', gap: '12px', fontWeight: '700', fontSize: '1.1em', transition: 'transform 0.2s'}}>
        📱 Partager sur WhatsApp
    </a>
</div>


<ArticleStyle content={`

/* Fix text overflow in results */
#quiz-result-bmw-s1000rr,
#quiz-result-bmw-s1000rr p,
h3 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
}
li, #quiz-options-bmw-s1000rr label {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .article-container { padding: 20px 10px; }
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.5em; }
    p { font-size: 1em; }

    #quiz-options-bmw-s1000rr label {
        padding: 12px;
        font-size: 0.95em;
    }
    
    button, a, #start-quiz-bmw-s1000rr {
        width: 100%;
        padding: 18px 20px;
        box-sizing: border-box;
        margin-bottom: 10px;
        display: block;
        text-align: center;
        white-space: normal;
    }
}

`} />

<ArticleScript src="/scripts/quizzes/quiz-bmw-s1000rr-testez-vos-connaissances-sur-la-m.js" />

