body{
    font-family: 'Jost', sans-serif;
}


#titre_contact{
    font-size: 32px;
    font-family: 'Righteous';
    margin-top: 8%;
}

#texte_contact{
    font-size: 24px;
    margin-bottom: 5%;
}

#conteneur{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#formulaire{
    background-color: #2D6138;
    width: 126vh;
    color: white;
    padding: 3% 5% 1% 5%;
    margin-bottom:10%;
}

.nf-form-content textarea.ninja-forms-field {
    height: 200px;
    font-family: 'Jost';
}

@media only screen and (max-width: 600px) {
    #titre_contact {
        font-size: 24px;
        margin-top: 5%;
    }

    #texte_contact {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    #formulaire {
        max-width: 80%;
    }
}