 {} *{} {} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } body { font-family: sans-serif; background: #f3f4f6; padding: 20px; } .container { max-width: 800px; margin: auto; background: white; padding: 20px; border-radius: 1.5rem; box-shadow: 0 4px 18px #0002; } h1, h2 { color: #1e293b; } label { font-weight: 500; margin-top: 16px; display: block; } select, input[type="text"], input[type="number"] { width: 100%; padding: 10px; margin-top: 5px; border: 1px solid #ddd; border-radius: 8px; } button { margin-top: 22px; padding: 12px 0; font-size: 17px; background: #2563eb; color: white; border: none; border-radius: 8px; width: 100%; font-weight: bold; box-shadow: 0 2px 8px #2563eb33; cursor: pointer; transition: background 0.2s; } button:hover { background: #1e40af; } #result, #resultat-diagnostic, #score-total { margin-top: 20px; font-size: 1.12em; } .card { max-width:450px;margin:auto;padding:1.5rem;border-radius:1.25rem;background:#f8fafc;box-shadow:0 2px 12px #0001; margin-bottom: 2em; }
