/*Section background*/
em {
    color:#A5B4FC;
    font-style: normal;
}

.accueil {
    display:flex;
    justify-content: center;
}

.presentation {
    padding: 3% 3% 3% 3%;
    width: 26%;
    text-align: left;
}

.block1 {
    display:flex;
}

.paragraphe_accueil {
    margin:0 0 10% 0;
}

.photo_accueil {
    padding: 3% 0 3% 0;
}

/*Section Project*/

.sec_project {
    padding:2%
}

.project {
    text-align: center;
}

.last_project {
    width: 18%;
    margin: 0.5%;
}

/*Formulaire*/

.form_back{
    background-color: #1F2039;
    color:white;
    padding-top: 1%;
}

form {
    display:grid;
    grid-template-columns: 20% 20%;
    grid-template-rows: 100px 200px 100px;
    justify-content: center;
    gap:15px;
}

#nom_prenom, #email {
    width: 95%;
    height: 30%;
}

.param_input {
    height: 100%;
}

.form_one {
    grid-column: 1 / 1;
}

.form_two {
    grid-column: 2 / 2;
}

.form_three {
    grid-column: 1 / 3;
    padding-bottom: 4%;
}

.form_four {
    grid-column: 1 / 3;
    text-align: center;
}

textarea {
    width: 98%;
    height:60%;
}

#message {
    width:95%;
    height: 5%;
}
