#contactlambey .breadcrumb{display:none;}

select[name="country"] {
	margin: 30px auto 0;
	width: 200px;
	display: block;
	height: 40px;
	padding: 10px;
}

select[name="dpt_1"], select[name="dpt_4"] {
	display:block;
	margin:20px auto 0;
	width: 240px;
	height: 40px;
	padding: 10px;
}
.contact_personne {display:none}
.contact_personne img {
    width: 100%;
}

form[name="contact_form"] {
	display: none;
}

#title_contact {
	display: none;
	text-align: center;
	margin: 40px 0 60px;
	font-size: 22px;
}

.error{border:1px solid red !important}

.LPE-title {
	text-align: center;
	margin-top: 20px;
	font-size: 1.2em;
}

.contact_infos {
    text-align: center;
    padding: 20px 0;
}

.infos_name {
    font-weight: bold;
    font-size: 1.3em;
}

.infos_job {
    font-style: italic;
}