.subtitle_contact {
    font-family: lato;
    font-size: 23px;
    font-weight: bold;
    color: #5b5e61;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
.caption_contact {
    font-family: lato;
    font-size: 15px;
    color: #3d3d3d;
    text-align: center;
}

.form_contact {
    display: table;
    margin: 50px auto;
    width: 100%;
}
.left_input {
    padding: 0;
    background-color: transparent;
    border: none;
    height: 50px;
    outline: none;
    font-size: 15px;
    color: #96a2ac;
    margin-bottom: 20px;
    border-bottom: 1px solid #96a2ac;
}
.right_input {
    padding: 0;
    background-color: transparent;
    border: none;
    height: 50px;
    border-bottom: 1px solid #96a2ac;
    outline: none;
    font-size: 15px;
    color: #96a2ac;
    margin-bottom: 20px;
}

.form_textarea {
    padding: 0;
    background-color: transparent;
    border: none;
    min-height: 100px;
    border-bottom: 1px solid #96a2ac;
    outline: none;
    font-size: 15px;
    color: #96a2ac;
    margin: 30px 0;
}

::-webkit-input-placeholder { 
    color: #96a2ac;
}
::-moz-placeholder { 
    color: #96a2ac;
}
:-ms-input-placeholder { 
    color: #96a2ac;
}
:-moz-placeholder {
    color: #96a2ac;
}
.buton_submit {
    display: table;
    margin: 20px auto;
    padding: 15px 5%;
    width: auto;
    text-align: center;
    background-color: #ca2e54;
    font-family: lato;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    transition: all 0.5s;
}

.buton_submit:hover{
    background-color: #3d3d3d;
    color: #fff;
}
.input_error {
    border-bottom: 1px solid #ff0000;

}

.succes {
    text-align: center;
    display: block;
    margin: 20px 0;
    font-family: lato;
    color: #bcbcbc;
    font-size: 15px;
}
.erreur{
    text-align: center;
    display: block;
    margin: 20px 0;
    font-family: lato;
    color: #ff000;
    font-size: 15px;
}

.section_gris {
    padding-top: 50px;
    background-color: #ededed;
    margin: 0 auto;
}
.item_coor {
    display: table;
    width: 100%;
}
.item_coor p {
    display: table-cell;
    vertical-align: middle;
    font-family: lato;
    font-size: 14px;
    padding: 0 20px;
    color: #3d3d3d;
}

.item_coor p span {
    font-weight: bold;
    font-size: 15px;
}


.map {
    margin: 50px auto 0;
    pointer-events: none;
}
