.form_class {
    width: 200%;
    max-width: 150%;
    margin: 20px auto;
    /* Center the form and add margin for spacing */
    padding: 50px;
    background-color: #196166;
    /* Set a background color for the form */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* Add a subtle box shadow */
}

.formulaire {

    text-align: left;
}

.champ {
    margin-bottom: 5%;
}

.champ label {
    display: inline-block;
    /* Display label and select on the same line */
    margin-bottom: 5px;
    /* Add space between label and select */
}

.champ select {
    width: 100%;
    /* Make the select element fill the container width */
    padding: 20px;
    /* Add padding for better appearance */
}


.formulaire label {

    margin-bottom: 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    margin-bottom: 1.25em;
    margin-right: 1em;
}


.error_message {
    font-size: 6vh;
    color: red;
  }
  
.error_paragraphe {
    font-family: 'Courier New', Courier, monospace;
    font-size: 3vh; /* Adjust as needed for the preformatted text */
    font-weight: bold;
    background-color: #f9f9f9;
    padding: 2vh; /* Adjust as needed for padding */
    margin: 6vh 0; /* Adjust as needed for margin */
  }  

.test_results {
    font-size: 6vh;
    color: blue;
    margin-right: 10%;
  }
  
.results_list {
    list-style: none;
    padding: 0;
}

.results_list li {
    margin-bottom: 15px;
    font-size: 4vh;
}

.results_list li strong {
    color: #000000; /* Choisissez une couleur pour le texte fort */
}