.contact {}

.formulaire p{color:#3d3d3d;font-size:22px;font-weight:bold;margin-bottom:30px;}

.contact_form {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.coordonnees {
    margin-top: 20px;
    clear: both;
    float: left;
}
.coordonnees p{font-size:17px;}
.coordonnees span {
    font-size: 22px;
    color: #3d3d3d;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: block;
}
.map {
    height: 625px;
}

@media only screen and (max-width: 768px){
.coordonnees span, .formulaire p{text-align:center;}
.map { height: 225px;}
}

