


.emplacement_annee{
    margin-top: 150px;
    margin-left: 200px;
    width: 25%;
    padding: 5px;
    z-index: 1;
    height: 150px;
    /*text-align: center;*/
    /*background:rgb(208, 216, 208);*/
    font-size: 40px;
}   

.expo_1 {
    margin-left: 200px;
    width: 70%;
    padding: 5px;

    display: flex;
    align-items: center;
    gap: 50px;

    font-size: 35px;
}


/* Partie contenant le texte */
.expo_texte {
    flex: 1;
}


/* Partie contenant l'image */
.expo_image {
    width: 250px;
    flex-shrink: 0;
}


/* Image */
.expo_image img {
    width: 100%;
    height: auto;
    display: block;
}