@charset "utf-8";
/* CSS Document */
.centerBloc{
	width:590px;
	text-align:center;
}
.grosTitre::before{
	content:" ";
	position: absolute;
	width:70px;
	height:88px;
	background:transparent url('/media/img/pictoInscription.png') left 10px no-repeat;
	background-size: 100%;
}
.grosTitre h1{
	margin-left:75px;
}
.titre,.titre2{
	width:100%;
	height:auto;
	display: inline-block;
	position:relative;
	text-align:center;
	margin:25px 0 10px 0;
	font-family: "tablet-gothic-compressed",sans-serif;
	font-style: normal;
	font-weight: 200;
}
.titre{
	font-size:40px;
	line-height:40px;
}
.titre2{
	font-size:30px;
	line-height:30px;
}
label#labelEmail::before,label#labelPrenom::before{
	content:" ";
	display: block;
	position:relative;
	width:40px;
	height:20px;
	background:transparent url('/media/img/pointeGrise.png') left top no-repeat;
	background-size: 100%;
	margin: 0 auto;
	left:0px;
	right:0px;
	text-align:center;
}
label#labelEmail input#email,label#labelPrenom input#prenom{
	margin-top:-2px;
}
input[type=text]{
	width:400px;
	height:40px;
	display: inline-block;
	position:relative;
	border:none;
	color:rgba(0,0,0,.5);
	font-size:30px;
	line-height:20px;
	font-family: "tablet-gothic-compressed",sans-serif;
	font-style: normal;
	font-weight: 200;
	text-align:center;
	background-color:#efefef;
	margin-top:2px;
}
.blocCheckbox{
	width:500px;
	height:auto;
	display: inline-block;
	position:relative;
	margin: 0 auto;
	text-align:center;
}
/**
 * Start by hiding the checkboxes
 */ 
 .checkBoxCompo,.checkBoxCompo2{
	width:auto;
	height:auto;
	display: inline-block;
	position:relative;
	vertical-align:middle;
	font-family: "tablet-gothic-compressed",sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size:24px;
	line-height:16px;margin: 0 auto;
	text-align:center;
	/*white-space:nowrap;*/
}
input[type=checkbox] {
	visibility: hidden;
}
/**
 * Checkbox Five

.checkBoxCompo {
	width: auto;
	position: relative;
	
} */
.checkBoxCompo label,.checkBoxCompo2 label {
	cursor: pointer;
	float:left;
	min-width: auto;
	height: 20px;
	top: 0px;
	left: 0;
	background:transparent url('/media/img/checkboxOff.png') left top no-repeat;
	padding:0px 0 0 25px;
	opacity : 0.5;
}
/**
 * Display the tick inside the checkbox
 */
.checkBoxCompo label::after,.checkBoxCompo2 label::after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 0px;
	left: 0px;
	border-top: none;
	border-right: none;

}
/**
 * Create the hover event of the tick
 */
.checkBoxCompo label:hover,.checkBoxCompo2 label:hover {
	min-width: 20px;
	height: 20px;
	background:transparent url('/media/img/checkboxOn.png') left top no-repeat;
}

/**
 * Create the checkbox state for the tick
 */
.checkBoxCompo input[type=checkbox]:checked + label,.checkBoxCompo2 input[type=checkbox]:checked + label {
	min-width: 20px;
	height: 20px;
	opacity: 1;
	background:transparent url('/media/img/checkboxOn.png') left top no-repeat;
}
.g-recaptcha{
	display: inline-block;
	margin: 20px 0 0 0;
}
.btValider{
	width:60px;
	height:80px;
	display: inline-block;
	position:relative;
	background:transparent url('/media/img/bt_valider.png') left 10px no-repeat;
	background-size: 100%;
	margin: 20px auto 0 auto;
	text-align:center;
	border: none;
	cursor: pointer;
	filter : alpha(opacity=50); opacity : 0.5;
}
.btValider:hover{
	filter : alpha(opacity=100); opacity : 1;
}

#msg {
	font-family: "tablet-gothic-compressed",sans-serif;
	font-size: 40px;
	font-weight: 100;
	line-height: 45px;
	margin-top: 55px;
}
#msg .email {
	color: #143eb6;
}