/*
    Créé le : 11.01.2024
    Créateur : Alexis Girard
    Définition de la page : Page de style de la page histoire
*/
h2{
    text-align: center;
}
.texte {
    width: 75%;
}

.image {
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    font-size: small;
    align-items: center;

}
img{
     width: 100%;
}

@media screen and (max-width: 900px) {
    .image{
        display: none;
    }
    .texte{
        width: 100%;
    }
}