main {
    height: 87vw;
    width: 100%;
    background-color: rgb(168, 168, 168);
}

.h1{
    margin-bottom: 2vw;
}

/* Ce qui positionne les images à gauche */

.gauche {
    flex-direction: row;
    display: flex;
    margin: right;
    justify-content: center;
    padding-bottom: 2%;
    padding-top: 2%;
    color: rgb(255, 255, 255);
    background-color: rgb(222 117 86);
    height: 25vw;
}

/* Ce qui positionne les images à droite */

.droite {
    flex-direction: row-reverse;
    display: flex;
    margin: right;
    justify-content: center;
    padding-bottom: 2%;
    padding-top: 2%;
    background-color: #F9F8F1;
    color: rgb(0, 0, 0);
    height: 25vw;
}

/* Modifie les paramètres du texte de la partie < Histoire > */

.histoire-text {
    max-width: 40%;
    padding-right: 5%;
    align-self: center;
    font-size: 1.2vw;
    line-height: 2vw;
}


/* Modifie les paramètres du texte de la partie < Metré > */

.metré-text {
    max-width: 35%;
    align-self: center;
    font-size: 1.6vw;;
    line-height: 2.1vw;
    padding: 1vw 1vw 2vw 6vw;
}


/* Modifie les paramètres du texte de la partie < Plans  >*/

.plans-text {
    max-width: 35%;
    align-self: center; 
    font-size: 1.6vw;
    text-align: right;
    line-height: 2.1vw;
    padding: 1vw 6vw 2vw 1vw;
}

.terracotta-titre{
    line-height: 3.5vw;
    padding-bottom: 6%;
    font-size: 2.5vw;
}

/* Modifie les paramètres du texte de la partie < Objectifs > */

.objectifs-text {
    max-width: 53%;
    padding-right: 5%;
    align-self: center;
    font-size: 1.2vw;
    line-height: 2vw;
}


/* Modifie la taille de la première image en partant du haut */

.img-apropos1 {
    height: 25vw;
    width: 50vw;
}

/* Modifie la taille de la deuxième image en partant du haut */

.img-apropos2 {
    height: 25vw;
    width: 18vw;
    padding-left: 0vw;
}

/* Modifie la taille de la troisème image en partant du haut */

.img-apropos3 {
    height: 25vw;
    width: 18vw;
}




.ensemble-plan-metré {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 60vw;
}


@media screen and (max-width: 768px) {
    main {
        height: 162vw;
        width: 100%;
        background-color: rgb(168, 168, 168);
    }
    .gauche {
        height: 50vw;
        align-items: center;
    }
    .droite {
        height: 50vw;
        align-items: center;
    }




    .histoire-text {
        max-width: 53%;
        padding-right: 5%;
        align-self: center;
        font-size: 2vw;
        line-height: 2.6vw;
    }

    .metré-text {
        max-width: 35%;
        align-self: center;
        font-size: 2.6vw;;
        padding-top: 2vw;
        padding-left: 4vw;
        line-height: 2.7vw;
    }

    .plans-text {
        max-width: 35%;
        align-self: center; 
        font-size: 2.6vw;
        padding-top: 1vw;
        padding-right: 4vw;
        text-align: right;
        line-height: 2.7vw;
    }

    .objectifs-text {
        max-width: 53%;
        padding-right: 5%;
        align-self: center;
        font-size: 2vw;
        line-height: 2.6vw;
    }

    .terracotta-titre{
        font-size: 3.5vw;
        line-height: 4.5vw;
        margin-bottom: 10%;
    }


    .img-apropos1 {
        height: 38vw;
        width: 30vw;
    }
    
    .img-apropos2 {
        height: 38vw;
        width: 30vw;
    }
    
    .img-apropos3 {
        height: 38vw;
        width: 30vw;
    }
}
