/* Conteneur principal pour isoler le style */
.lms-exercise-container {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
color: #333;
max-width: 1000px;
margin: 20px auto;
padding: 20px;
background-color: #f8f9fa;
border-radius: 12px;
}
.lms-exercise-container h1 {
color: #004a61;
text-align: center;
font-size: 24px;
margin-bottom: 10px;
}
.lms-exercise-container p {
text-align: center;
color: #666;
}
/* Style du Score */
#score-display {
background: #004a61;
color: white;
padding: 10px 20px;
border-radius: 50px;
display: inline-block;
font-weight: bold;
margin: 20px auto;
display: block;
width: fit-content;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
/* Grille d’exercices */
.grid-game {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 20px;
margin-top: 30px;
}
/* Style des cartes */
.client-card {
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
border: 1px solid #e1e1e1;
transition: transform 0.2s;
text-align: center;
}
.client-card h3 {
margin: 0 0 10px 0;
font-size: 18px;
color: #2c3e50;
}
.client-card p {
font-size: 14px;
margin-bottom: 15px;
}
/* Champ de saisie */
.client-card input {
width: 100px;
padding: 8px;
border: 2px solid #ddd;
border-radius: 5px;
text-align: center;
font-weight: bold;
outline: none;
transition: all 0.3s;
}
/* Style si correct */
.client-card input.correct-answer {
border-color: #27ae60;
background-color: #eafaf1;
color: #27ae60;
}
/* Responsive */
@media (max-width: 600px) {
.grid-game { grid-template-columns: 1fr; }
}
🚀 Calculs de remise – LP Gustave Eiffel
Saisissez le PV Net HT pour chaque client (ex: 352.51)
Score : 0