.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-size: 100px; /* Taille en pixels */
}

.centered-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%; /* Ajuste la largeur selon tes besoins */
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid white; /* Couleur du triangle */
    margin-left: 4px; /* Ajuste la position du triangle */
}

.grand-texte {
    text-align: center;
    font-size: 30px;
}

.moyen-texte {
    font-size: 1.2em; /* Taille relative à l'élément parent */
}

.green {
    background-color:chartreuse
}

.red {
    background-color:rgb(255, 0, 0)
}

.space {
    margin-bottom: 150px
}

.div1 {
    width: 200px;
    height: 200px;
    text-align: center;
    line-height: 200px;
}