/*
    Créé le : 11.01.2024
    Créateur : Alexis Girard
    Définition de la page : Page de style de la page statistiques
*/
.texte {
    width: 60%;
}

.image {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin: 10px;
    text-align: center;
    font-size: small;
    align-items: center;
    

}
img{
     width: 100%;
}
iframe{
    width: 100%;
}

@media screen and (max-width: 900px){
    article{
        display: flex;
        flex-direction: column;
    }
    .image , .texte{
        width: 100%;
    }
    h2{
        text-align: center;
    }
}