<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****Form****/

.offset-top-1 {margin-top: 5px;}

.obligatoire{
	font-size:13px;
	font-style:italic;
	margin-top: 6px;
	margin-bottom: 0px;
	float: left;
	width: 200px;
}


.orange {color: red; font-size: 16px;}


.message br {
	height: 0;
	line-height: 0;
}


#ContactForm .button {
	border: none;
	}

#ContactForm .button:hover {
	border: none;
	cursor:pointer;
	}

#ContactForm p.error {
    background: #f7c2bf;
    border: 1px solid #cf0710;
    color: #cf0710;
	font-size: 18px;
    font-weight: bold;
	line-height: 20px;
    margin: 0 0 30px;
    padding: 8px 5px 8px 20px;
	 box-shadow: 0 2px 4px rgba(0,0,2,0.60);
}
#ContactForm p.success {
    background: #bffbc7;
    border: 1px solid #249833;
    color: #276b30;
	font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 30px;
    padding: 10px 0 10px 20px;
	box-shadow: 0 2px 4px rgba(0,0,2,0.60);
}

#ContactForm .form-label {
 position: relative;
    margin-top: 12px;
    top:0;
}



.success_wrapper {
	position: relative;	
}

.g-recaptcha iframe {border-bottom: none; padding-bottom: 0; width:302px; height: 80px;}
</pre></body></html>