.notice_grey {
    text-align: center;
    padding: 2px;
    background-color: #eee;
    border-radius: 3px;
    border: 1px #ddd solid;
    color: #555;
    margin-bottom: 20px;
}







/* CSS Document */
#contact_form {
  display:flex;
  justify-content:space-between;
}
.contact_form_col {
  flex:1;
}

textarea[id=message] {
  height:100px;
}

.oe_form_el input[name=code_postal] {
    width: 100px!important;
}
.oe_form_el input[name=nb_salaries] {
    width: 50px!important;
    text-align:right;
}

.oe_form_entete {
  font-weight:600;
  font-size:20px;
}

#div_plage_horaire, #div_reference_locataire {
  display:none;
}



.oe_form_el {
	display: flex;
	margin: 10px 0;
	align-items: center;
}

.oe_form_k {
	flex: 1;
	text-align: right;
	margin-right: 10px;
}

.oe_form_v {
	flex: 2;
}

.oe_form_o {
	color: #a00;
	font-weight: 500;
}

.oe_form_el input[type=text],
.oe_form_el input[type=file],
.oe_form_el input[type=email],
.oe_form_el textarea,
.oe_form_el select {
	padding: 10px;
	border: 1px solid #888;
	background-color: #fff;
	color: #333;
	width: 90%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.oe_form_el textarea[name=adresse] {
	height: 50px;
}

.oe_form_el textarea[name=motivations] {
	height: 150px;
}

.oe_form_el input[name=cp] {
	width: 100px;
}

.oe_form_el input[name=tel] {
	width: 200px;
}

.oe_form_el select {
	width: auto;
}

.oe_form_titre {
	margin: 5px 0;
	font-weight: 600;
}

.oe_form_info {
	margin: 5px 0;
	font-style: italic;
}

.oe_form_el input[type=submit],
.oe_form_el input[type=button] {
	border: 0;
	width: auto;
	font-size: 14px;
	background-color: #016ebd;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
	transition: 0.5s ease-out;
	cursor: pointer;
}

.oe_form_el input[type=submit]:hover,
.oe_form_el input[type=button]:hover {
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}

#oe_form_btn_submit {
	display: none;
}

.monchamp {
	display: none;
}

.oe_form_erreur {
	background-color: #a00;
	color: #fff;
	padding: 5px;
	margin: 5px 0;
}

.oe_form_message {
	background-color: #444;
	color: #fff;
	padding: 5px;
	margin: 5px 0;
}

#oe_form_intro{
	text-align:center;
}




@media screen and (max-width: 800px) {

  #contact_form {
    display:block;
  }
}