h1, p {
    z-index: 1;
}

.accueil h2, .description h2 {
    padding-top: 60px;
    color: #bdbdbd;
    font-size: 3em;
}

.accueil p, .description p {
    width: 90%;
    margin-left: 5%;
    padding-top: 20px;
    text-align: start;
    font-size: 2em;
    font-family: "BankGothic, Arial";
}

@media screen and (max-width: 1125px) {
    .accueil p, .description p {
        text-align: start;
    }
}


.infoServeur {
    position: absolute;
    z-index: 1;
    margin-left: 5%;
    margin-top: 300px;
    max-width: 80%;
    min-width: 250px;
    width: auto;
    height: 30px;
}

.infoServeur h1 {
    color: #bdbdbd;
    font-size: 7em;
    font-family: Gilroy-Semibold, Arial, sans-serif;
    text-align: start;
    line-height: 80%;
}
.infoServeur .forms {
    margin-top: 3vh;
    flex: 1;
    display: flex;
    align-items: normal; /* Alignement vertical */
}

.infoServeur svg {
    width: 3.5em;
    height: auto;
}

.infoServeur p {
    display: inline-flex;
    font-family: Gilroy-Semibold, Arial, sans-serif;
    font-size: 2em;
}


@media screen and (max-width: 400px) {
    .infoServeur h1 {
        font-size: 5em;
    }
    .infoServeur svg {
        width: 2.75em;
        height: auto;
    }
    .infoServeur p {
        font-size: 1.7em;
    }
}
