main {
    width: 100%;
    background-color: #f2f2f2;
}


main > section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4em 0 4em 0;
    text-align: center;
}

.contact-formulaire {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 8vw;
    font-size: 200%;

}

a {
    color: #dd7456;
}

@media screen and (max-width: 768px) {
    main {
        height: 80vw;
        width: 100%;
        background-color: #f2f2f2;
    }

    main > section {
        height: 80vw;
    }

    .contact-formulaire {
        font-size: 3vw;
        margin-bottom: 8em;
    }
}