#contact{
    max-width: 1400px;
    margin: 50px auto 30px auto;

}
.contact_infos{

    flex: 0 0 55%;
	padding-left: 40px;
	box-sizing: border-box;
}
.contact_infos h1 {
    font-size: 28px;
    line-height: 32px;
    color: #000;
    font-weight: 800;
}
.contact_infos p,
.contact_infos a {
    display: block;
    color: #000;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
}
.contact_infos .contact_box:first-child{margin-top: 50px;}
.contact_infos .contact_box{
    margin: 20px 0;
}
.contact_infos .contact_box strong{
    display: block;
    margin:0 0 6px 0;
    font-size: 16px;
}
.contact_form{
    box-shadow: 0 0 15px #cfcece;
    flex: 0 0 45%;
    padding: 20px 50px;
    box-sizing: border-box;
    background: #fff;
	margin-bottom: -30px;
	z-index: 8;
}

.contact_form label{display: none;}
.contact_form input[type=text], .contact_form textarea{
    width: 100%;
    margin-top: 30px;
    padding: 13px;
    font-size: 14px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 5px;
    border: 1px solid #d8d8d8;
}

.contact_form input[type=submit]{
    display: block;
    padding: 12px 50px;
    font-size: 16px;
    background: #000 ;
    color: #fff;
    font-weight: 700;
    border: 2px solid #000;
    margin: auto;
    cursor: pointer;
    margin-top: 30px;
    transition: all 0.2s ease-in-out;
}
.contact_form input[type=submit]:hover{
    background: #f2f2f2;
    color: #000;
}
.contact_form h2 {
    font-weight: 700;
    text-align: center;
    font-size: 27px;
}
.contact_box{
	position: relative;
	padding-left: 26px;
}
#contact .contact_infos .contact_box:nth-child(3){margin-top:50px;}
#contact .contact_infos .contact_box:last-child{margin-bottom:50px;}
.contact_box p{	
	background: #f2f2f2;
	padding: 5px 15px 5px 46px;
	box-sizing:border-box;
	width: 90%;
    border-radius: 0 10px 10px 0;
	max-width: 500px;
}
.contact_infos .contact_box span{
	height: 52px;
	width: 52px;
	background: #f9f9f9;
	border-radius: 50%;
	top: 50%;
	left:0;
	position: absolute;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
    box-shadow: 0 0 15px #cfcece;
}
.contact_infos .contact_box span img{height: 22px;}
#map{width: 100%;position:relative;padding-bottom: 32%;}
#map iframe{width: 100%; position: absolute; left:0; top: 0; height: 100%;}
@media only screen and (max-width: 860px){
#contact{margin: 20px auto;}
.contact_infos{
    flex: 0 0 100%;
    margin: 0 auto 50px auto;
    max-width: 550px;
	padding-left: 0;
}
.contact_form{
    flex: 0 0 100%;
    max-width: 550px;
    margin: auto;
}

}