
/****Form****/

.obligatoire{
	font-size:13px;
	font-style:italic;
	margin-top: 6px;
	margin-bottom: 0px;
	float: left;
}


.orange {color: red; font-size: 13px;}


.message br {
	height: 0;
	line-height: 0;
}

#ContactForm p.error {
    background: #f7c2bf;
    border: 1px solid #cf0710;
    color: #cf0710;
    margin: 0 0 20px;
    padding: 10px 5px 10px 20px;
	 box-shadow: 0 2px 4px rgba(0,0,2,0.60);
}
#ContactForm p.success {
    background: #bffbc7;
    border: 1px solid #249833;
    color: #276b30;
    margin: 0 0 20px;
    padding: 10px 0 10px 20px;
	box-shadow: 0 2px 4px rgba(0,0,2,0.60);
}

.success_wrapper {
	position: relative;	
}

.g-recaptcha iframe {border-bottom: none; padding-bottom: 0; width:302px; height: 80px;}
