/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 400px;
	color: #020303;
    width: 100%;
}
.map_model img {
  max-width: none !important;
}


/****Form****/


.obligatoire{
	font-size:13px;
	font-style:italic;
	margin-top: 6px;
	margin-bottom: 0px;
	float: left;
	width: 150px;
}


.orange {color: red; font-size: 16px;}


.message br {
	height: 0;
	line-height: 0;
}

/*
#ContactForm .button {
	background: #fcad0c;
	border: none;
	}

#ContactForm .button:hover {
	border: none;
	background: #29293a;
	cursor:pointer;
	}
*/

#contact-form .theme-btn {padding: 20px 0px; width: 100%; }


#contact-form p.error {
    background: #f7c2bf;
    border: 1px solid #cf0710;
    color: #cf0710;
	font-size: 18px;
    font-weight: bold;
	line-height: 20px;
    margin: 0 0 40px;
    padding: 13px 5px 13px 20px;
	 box-shadow: 0 2px 4px rgba(0,0,2,0.60);
    border-radius: 8px;
}
#contact-form p.success {
    background: #bffbc7;
    border: 1px solid #249833;
    color: #276b30;
	font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 40px;
    padding: 15px 0 15px 20px;
	box-shadow: 0 2px 4px rgba(0,0,2,0.60);
    border-radius: 8px;
}

.success_wrapper {
	position: relative;	
}

.g-recaptcha iframe {border-bottom: none; padding-bottom: 0; width:302px; height: 80px;}
