body {
    background-color: #6e2828;
    text-align: center;
    font-family: 'Arial', sans-serif;
    padding: 20px;
}

h1 {
    color: rgb(237, 235, 235);
}

img {
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
}

.button {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    background-color: #388ec0;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #61105e;
}


#imageorigine {
    width: 50;
}
#imageia {
    width: 50;
}
h2, .titre_tableau{
    color:#ea8100;
}

.sous-titre{
    color:#a7a7a7;
}

.tableau_original, histoire_tableau_revisite, questionnaire{
    justify-content: center;
}

.bouton_valider{
    margin-top:5%;
}

#tableau{
    padding:10%;
    max-width: 50%;
}

.fenetre{
    background-color: #fff;
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 5%;
}

#resultat-quiz{
    margin-top: 5%;
}