.first_bloc {
    background: #efefef url(/Files/App_002/images/form1.png)no-repeat center left;
    padding: 6vh 0;
    border-bottom: 2px solid #b8bbbe;
}
.second_bloc {
    background: #efefef url(/Files/App_002/images/form2.png)no-repeat center right;
    padding: 10vh 0;background-size:cover;
}

.descriptions h1 {
    display: block;
    font-size: 18px;
    width:100%;
    color: #2773b5;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align:center;
}
.descriptions p{color:#6a6b6e;font-size:14px;text-align: center;}
.coordonnees{
    clear: both;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap:wrap;
}
.coordonnees img{display:block;text-align:center;margin:0 auto;max-width:100%;}

.second_bloc .descriptions{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.map{height:700px;width:100%;}

.descriptions img {
    border-radius: 50%;
    width: 120px;
    height: 125px;
}


@media only screen and (max-width: 768px){

.first_bloc {border-bottom: 2px solid #b8bbbe;}


.coordonnees img{margin: 0 auto;}
.descriptions h1, .descriptions p{text-align:center;}
.map{height:300px;}
}






