.sodifit * label {
	font-size: inherit;
}
.sodifit * select {
	font-size: inherit;
}
.sodifit .checkbox {
	/*display:none;
	position: absolute;
	left: -6666px;*/
}
input[type="checkbox"]:checked + .label_evenement {
	/*border:1px solid red;*/
}
.sodifit .label_evenement {
	/*top: 0; left: 0; right: 0; bottom:0;
	position: absolute;
	cursor: pointer;
	/*border:1px solid transparent;*/
	z-index: 999;
}
.sodifit .disponibles.complet {
	font-weight:500;
	color:darkorange;
}
.sodifit select {
	width: 100%;
	appearance: none;
	line-height: normal;
	position: relative;
	border:1px solid #eee;
	border-radius: 3px;
	padding: 10px 25px 10px 10px;
	/*font-size: 16px;*/
	background: #fff;
}
.small-cap {
	/*font-weight: 700;*/
	font-size:11px;
	text-transform: uppercase;
	color: #888;
}
.quantite_multi {
	background: #fff;
	padding:10px;
	border-radius:3px;
}
.disponibles {
	font-weight:700;
}
.evenement {
	border:1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
}
.evenement_horaire {
	padding: 10px;
	border-radius: 2px;
	background-color:#f1f1f1;
}
.reponse_formulaire {
	/*border:1px solid pink;*/
}
.reponse_formulaire_erreur {
	color: red;
}
.reponse_formulaire_ok {
	color: green;
}