diff --git a/styles-modern.css b/styles-modern.css index ad1c564..c358587 100644 --- a/styles-modern.css +++ b/styles-modern.css @@ -1192,6 +1192,7 @@ body { } .choices__item--choice.is-highlighted { - background: #667eea; - color: white; + background: #e8f0fe !important; /* Bleu très clair pour meilleur contraste */ + color: #1a1a1a !important; /* Texte noir foncé */ + font-weight: 500; /* Légèrement en gras pour lisibilité */ } \ No newline at end of file