/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
form.emf-formulaire #emf-macache{
	position: absolute;
	left: -9999px;
}

form.emf-formulaire label i{
	color: red;
}

p.acacher{
	display: none;
}

.reponseEmf{
	color: red;
	text-align: center;
}

.emf-formulaire .select select {
    -webkit-appearance: none;
    -moz-appearance: none !important;
    margin-bottom: 1rem;
}

.emf-formulaire .envoie{
	text-align: center;
}

.emf-formulaire .envoie input{
	min-width: 250px;
	width: 25%;
}

.emf-formulaire .half{
	display: inline-block;
	float: left;
	width: 50%;
}

.emf-formulaire .half:nth-child(even){
	padding-right: 2rem;
}

.emf-formulaire .Tiers{
	display: inline-block;
	float: left;
	width: 33.333%;
	padding-right: 2rem;
}

.emf-formulaire .endLigne{
	padding-right: 0;
}

.emf-formulaire p{
	padding-top: 2rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
	clear: both;
}