.longueur {
    width: 100%;
    height: 12em;
    background-color: #b1e810;
    color: black;
    overflow: hidden;
}

.entete {
    padding: 20px;
    padding-left: 10%;
}
.h1-up {
    font-size: 50px;
}
a {
    font-family: Montserrat-Bold;
    text-decoration: none;
    color: white;
    transition: color 250ms ease-out 100ms;
}

a:hover {
    color: #b1e810;
}


#contact-welcome {
    padding-top: 1em;
}

#contact-button-index-1 {
    font-size: large;
    margin-top: 40px;
    margin-bottom: 40px;
}

h2 {
    font-family: Montserrat-Bold;
    text-align: center;
    font-size: 120%;
}

table {
    width: 100%;
    /* Pour que la table occupe toute la largeur disponible */
}

td {
    /* Assurez-vous que toutes les cellules ont une largeur équitable */
    width: 50%;
    /* Divise la largeur de la table en deux */
    padding-left: 30px;
    padding-right: 30px;
}

.body-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.diagramm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trait {
    width: 15%;
    height: 5px;
    background-color: black;
}

.summary {
    display: flex;
    justify-content: left;
    align-items: center;
    background-image: url("https://cdn.lotixam.fr/img/MG_5804.jpg");
    background-position: center;
    background-size: cover;
    background-position-y: 90%;
    background-repeat: no-repeat;
    width: 90%;
    height: 800px;
}

.one {
    margin-top: 10%;
}

.three {
    margin-bottom: 10%;
}

.text-sumary {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 30%;
    height: 85%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    margin: 5%;
    color: black;
    font-family: Montserrat-Bold;
    font-size: 30px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.right {
    display: flex;
    justify-content: right;
    align-items: center;
}

.left {
    display: flex;
    justify-content: left;
    align-items: center;
}

.margin-top-div {
    margin-top: 30px;
}

.padding-top-div {
    padding-top: 40px;
}

.texte {
    text-align: justify;
}

.texte-left {
    padding-right: 10%;
}

.texte-right {
    padding-left: 10%;
}

.enter-txt {
    align-items: center;
    height: 100%;
}

@media screen and (min-width: 900px) {

    .paragraphe {
        padding-left: 5%;
        padding-right: 5%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .image-diag {
        width: 50%;
    }

    .zone-d-influence {
        font-size: 30px;
    }

    .main {
        padding-left: 10%;
        padding-right: 10%;
    }

    .moitier {
        width: 50% !important;
        height: 100%;
    }

    .texte {
        font-size: 20px;
    }
}

@media screen and (max-width: 900px) {

    .contact-pc {
        display: none;
    }

    .texte-left {
        padding-right: 10%;
        padding-left: 10%;
    }

    .texte-right {
        padding-right: 10%;
        padding-left: 10%;
    }

    #para2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .image-diag {
        width: 100%;
    }

    table {
        /* Annulez la disposition en tableau et restaurez la disposition normale */
        display: block;
        width: 100%;
    }

    .summary {
        background-position-x: 60%;
        background-position-y: 0%;
        height: 500px;
        background-size: 270%;
        justify-content: center;
    }

    td {
        /* Annulez les styles de cellule de tableau */
        display: block;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .right {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image {
        width: 100%;
    }

    .h1-up {
            font-size: 200%;
    }

    .text-sumary {
        width: 80%;
    }

    .zone-d-influence {
        align-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
}