

*:focus {outline:none;}


@media only screen and (max-width: 767px) {
}

#cw_contact_form .legende {
	width:100%;
	/* background: #ededed; */
	padding : 5px;
	font-size: 12px;
	color: #000;
	margin: 0;
	text-align: left;
}
#cw_contact_form .rouge {
	
	color: #f30d00;
	
}


#cw_contact_form label {
	display: inline-block;
	min-width: 180px;
}




#cw_contact_form input, #cw_contact_form  textarea, #cw_contact_form  #form_submit {
	display: inline-block;
	min-width: 300px;
	padding: 5px!important;
}


#cw_contact_form label#labelcgu {
	display: inline-block;
	min-width: 0px;
}

#cw_contact_form #cgu  {
	display: inline-block;
	min-width: 5px;
	padding: 5px!important;
	border: solid 1px red!important;
}



#cw_contact_form  #form_submit {
	display: inline-block;
	min-width: 300px;
	padding: 10px!important;
	font-size: 16px;
	cursor: pointer!important;
}

@media only screen and (max-width: 767px) {
	#cw_contact_form input, #cw_contact_form  textarea, #cw_contact_form  #form_submit {
		
		min-width: 100%;
		
	}

}



#cw_contact_form  textarea {
	height: 100px;
}



#cw_contact_form .inputerror {
	border: solid 1px #f30d00;
}
#cw_contact_form .myhiddenfield, 
#cw_contact_form #labelurl {
	display: none;
}

#cw_contact_form #err_msg {
	padding : 5px;
	border: solid 1px #f30d00;
	color: #f30d00;
	background:#ededed;
	font-size: 13px;
	display: none;
}

.cw_contact_form_success {
	display: block;
	padding : 5px;
	border: solid 1px #ededed;
	color: white;
	background:green;
	display: none;
	font-size: 13px;
}
