body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
    padding: 2rem;
    max-width: 800px;
    margin: auto;
}

h1 {
    text-align: center;
    color: #005577;
}

p {
    margin-bottom: 1rem;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #005577;
    color: white;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #003f5c;
}

button:focus {
    outline: 2px solid #ffcc00;
    outline-offset: 2px;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
    padding: 2rem;
    max-width: 960px;
    margin: auto;
}

h1, h2 {
    color: #005577;
    margin-top: 2rem;
}

p {
    margin-bottom: 1rem;
}

fieldset {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
}

legend {
    font-weight: bold;
    color: #003344;
    padding: 0 0.5rem;
}

label {
    display: inline-block;
    margin: 0.3rem 1rem 0.3rem 0;
}

input[type="radio"] {
    margin-right: 0.3rem;
}

button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #005577;
    color: white;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #003f5c;
}

button:focus {
    outline: 2px solid #ffcc00;
    outline-offset: 2px;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background-color: #fff;
}

th, td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: center;
}

th {
    background-color: #e0f2f5;
    font-weight: bold;
    color: #003344;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

ol {
    margin: 1rem 0 2rem 2rem;
    padding-left: 1rem;
}

main > p:last-of-type {
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    margin-top: 2rem;
    font-style: italic;
}

.footer-links {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #ccc;
    text-align: center;
}

.footer-links a {
    margin: 0 1rem;
    text-decoration: none;
    color: #005577;
    font-weight: bold;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Mise en valeur du formulaire de sélection */
form {
    margin: 2rem 0;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

form label {
  /*  font-weight: bold; */
    margin-right: 0.5rem;
}

form select {
    margin: 0 1rem 1rem 0;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

/* Style du bouton d'analyse */
form button {
    margin-top: 1rem;
}

/* Bloc résultat */
#resultat {
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fdfdfd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

#resultat h2, 
#resultat h3 {
    color: #005577;
    margin-top: 1rem;
}

#resultat ul {
    list-style: disc;
    margin-left: 2rem;
}
