.titre_contact {
    font-weight: 400;
}

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

.inputform_contact {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.8);
    width: 100%;

}

::placeholder {
    color: #2c2e2f;
    font-size: 14px;

}

::placeholder :active {
    background-color: #f2f2f2;
}

input:focus, textarea:focus {
    background-color: rgb(247, 247, 247);
}



.input_form_box {
    display: flex;
    flex-direction: column;
    width: 80%;
    color: #000000;
}




.contact_container_terms {
    display: flex;
    justify-content: center;
}

.contact_conditions {
    color: rgb(25 23 23);
    font-size: 14px;
    padding: 2%;
    text-align: justify;
    display: flex;
    width: 50vh;
    margin-bottom: 20px;
}

.titre_reseau_contact{
    font-weight: 500;
    color: #5B9FD0;
}

.titre_deux_contact{
    font-weight: 300;
}

.contact_container_page {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 15px;
}

.contact_content_page {
    margin: 0;
    padding: 0;
}

.contact_item_page {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.img_contact_page{
    height: 7vh;
    padding-top: 5%;
}

.form_nom, .form_prenom {
    width: 35%;
}


.form_email, .form_telephone, .form_message, .form_nom, .form_prenom {
    margin-bottom: 10px;
    border: black 1px solid;
    outline: none;
    padding: 2%;
    border-radius: 2px;
}

.form_sujet {
    padding: 2%;
}

.form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    padding: 7px;
    width: 70vh;
    border-radius: 5px;
}


.form_boutton {
    color: white;
    background-color: #5B9FD0;
    font-size: 20px;
    padding: 10px 25px;
    border: solid transparent;
    margin: 18px;

}

#txtarea {
    resize: none;
}


.image_container {
    padding: 10px;
    display: flex;
    justify-content: center;
}


.img_contact_landing_a {
    width: 90vh;
    padding-left: 10px;
}

.img_contact_landing{
    width: 90vh;
}

.lienpage_contact {
    text-decoration: none;
    color: black;
    text-transform: none;
    font-size: 18px;
    cursor: pointer;
}


.lienpage_contact:visited {

    color: black;
    text-decoration: none;
}