/* Page histoire Terry Prelaz 12.01.2024*/
.H1Droite {
    margin-left: 5%;
}

.H1gauche {
    text-align: right;
}

.TexteEspaceImageDroite {
    margin-right: 2%;
    font-size: 22px;
    text-align: justify;
}

.TexteEspaceImageGauche {
    margin-left: 2%;
    font-size: 22px;
    text-align: justify;
}

.TexteSimple {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 22px;
    text-align: justify;
}

.TexteMiseEnPlace {
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
    align-items: center;
}

.senna-prost {
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
    align-items: center;
}

.P1_et_F1 {
    display: flex;
    margin-left: 5%;
    margin-right: 5%;
    justify-content: space-evenly;
}

@media screen and (max-width: 1560px) {
    .senna-prost {
        display: list-item;
    }
}

@media screen and (max-width: 1250px) {
    .TexteMiseEnPlace {
        display: list-item;
    }

    .P1_et_F1 {
        display: list-item;
    }

    .TexteEspaceImageGauche {
        margin-right: 0;
    }

}

@media screen and (max-width: 650px) {
    .batiment {
        width: 80%;
        height: 50%;
    }

    .voiture {
        width: 100%;
        height: 70%;
    }

}