.contact-wrap {
	margin-bottom: 30px;
	/* clear: both; */
	display: flex;
	flex-wrap: wrap;
}
.lien-he-left {
	float: left;
	width: 58%;
	margin-right: 2%;
}
.lien-he-right {
	float: left;
	width: 40%;
	box-shadow: 2px 2px 10px #d6d6d6;
	padding: 20px;
}
.contact-map {
	margin-bottom: 30px;
	width: 100%;
}
.contact-map iframe {
	width: 100%;
	max-height: 250px;
}
.lien-he-left h2{
	font-size: 23px;
}
.lien-he-left h3{
	color: #1e1e1e;
	font-size: 16px;
	margin: 15px 0;
}
.content-lienhe ul {
	padding: ;
	padding-left: 20px;
}
.content-lienhe ul li{
	margin-bottom: 10px;
}
.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
span.wpcf7-form-control-wrap.your-email,
span.wpcf7-form-control-wrap.your-tel {
	margin-right: 0;
}
.wpcf7-form br {
	display: none;
}
.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #ddd;
}
input.wpcf7-form-control.wpcf7-quiz {
	width: 120px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 5px;
}
span.wpcf7-form-control-wrap.quiz {
	width: 100%;
	margin: 0;
}
span.wpcf7-form-control-wrap.your-message {
	width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	border-radius: 3px;
	border: 1px solid #ddd;
	max-height: 120px;
}
input.wpcf7-form-control.wpcf7-submit {
	display: inline-block;
	background: #1e73be;
	color: #fff;
	border: navajowhite;
	padding: 9px 15px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	width: auto;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background: #f37022;
}
div.wpcf7-response-output {
	float: left;
	clear: both;
	margin: 0;
	margin-top: 15px;
}
h3.clear-row {
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
@media only screen and (max-width: 768px) {
	.contact-map {
		margin-bottom: 20px;
		width: 100%;
	}
	.lien-he-right,
	.lien-he-left {
		width: 100%;
	}
	.lien-he-left h2 {
		font-size: 20px;
		margin: 0;
	}
	.lien-he-left h3 {
		font-size: 15px;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 767px) {
	.lien-he-right {
		padding: 15px;
	}
}