#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: 400;
}
.contact_infos p,
.contact_infos a{
    color: #000;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    display: block;
}
.contact_fyl{
    width: 100%;
    max-width: 150px;
    margin: 30px 0 0 0;
}
.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{
    flex: 0 0 45%;
    padding: 20px 50px;
    box-sizing: border-box;
    background: rgb(240, 240, 240);
	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: #F5A71D ;
    color: #fff;
    font-weight: 700;
    border: 0;
    margin: auto;
    cursor: pointer;
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
}
.contact_form input[type=submit]:hover{
    background: #9B8579;
}

.contact_form h2 {
    font-weight: 400;
    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,
.contact_box a{	
    display: block;
	background: #fff;
	padding: 5px 15px 5px 46px;
	box-sizing:border-box;
	width: fit-content;
	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{flex-flow: column nowrap;}
#contact{margin: 20px auto;}
.contact_infos{
    flex: 0 0 100%;
    width: 100%;
    margin: 0 auto 50px auto;
    max-width: 550px;
	padding-left: 0;
}
.contact_form{
    width: 100%;
    flex: 0 0 100%;
    max-width: 550px;
    margin: auto;
}

}
@media only screen and (max-width: 480px){
    .contact_infos{margin: 0 auto 20px 0;}
    .contact_infos h1,
    .contact_form h2{font-size: 24px;}
    .contact_form input[type=submit]{font-size: 14px;}
    .contact_infos p{
        font-size: 14px;
    }
    #contact.row{
        padding: 0 20px;
    }
    .contact_form{padding: 20px 25px;}
}