.rubrique1{
    height: auto;
}

.question input[type="radio"] {
    display: none;
    font-weight: lighter;
}

.question label {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    background-color: #dadada;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: normal;
}

#contact-container, #results-container { display: none; }
.question { margin-bottom: 20px; }


.question input[type="radio"]:checked + label {
    background-color: #365C8A;
    color: white;
    font-weight: normal;
}

#quiz-container, #results-container, #contact-container {
    width: 50%;
    margin: auto;
}

#results-container, #contact-container {
    color: white;
}

#quiz-container h2{
    color: #467FF7;
}



#spider-chart {
    width: 80%;
    height: 80%;
}

.question {
    font-size: 20px;
    margin-bottom: 20px;
    text-align : left;
}






@media (max-width: 768px) {

    #quiz-container, #results-container, #contact-container {
        width: 100%; /* Prend toute la largeur sur mobile */
        padding: 0 10px; /* Ajoute un peu de marge intérieure pour respirer */
    }
    .question p {
        font-size: 1em; /* Augmente la taille du texte */
        line-height: 1.5; /* Ajoute de l'espace entre les lignes */
        font-weight: bold; /* Rendre le texte plus visible (optionnel) */
    }


}
