.hidden {
	display: none;
}
img {
	display: block;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
	box-sizing: border-box;
	font-weight: normal;
}
body {
	font-family: 'Roboto', sans-serif;
	color: black;
	font-size: 16px;
	text-align: center;
	background: white;
}
.layout {
	width: 1000px;
	margin: 0 auto;
}
header {
	padding: 15px 0;
}
header .layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#logo {
	width: 162px;
	height: 60px;
	background: url('sprite.png') no-repeat 0 0;
}
#logoBK {
	width: 177px;
	height: 57px;
	background: url('sprite.png') no-repeat -216px 0;
}
h3 {
	font-size: 30px;
	color: #ed5565;
	font-weight: 300;
}
#registersCount, #registersCount span {
	font-size: 18px;
	font-weight: 300;
	color: #8a8a8a;
}
#registersCount span.pink {
	color: #ed5565;
}
#registersCount span.blue {
	color: #0194ff;
}
#registers:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 39px;
	height: 42px;
	background: url('sprite.png') no-repeat 0 -60px;
	margin-right: 15px;
}
#registers:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 42px;
	background: url('sprite.png') no-repeat -39px -60px;
	margin-left: 15px;
}
#registersCount {
	display: inline-block;
	vertical-align: middle;
}
section .layout {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	    flex-flow: row wrap;
}
.Thmb {
	width: 20%;
}
.Thmb img {
	width: 100%;
	height: auto;
}
#formWrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#form {
	width: 400px;
	background: #ed5565;
	border-radius: 15px;
	padding: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,.7);
}
h1 {
	font-size: 30px;
	font-weight: 900;
	background: white;
	color: #ed5565;
	text-transform: uppercase;
}
#close {
	color: white;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 21px;
}
#close span:nth-child(1) {
	margin-right: 5px;
}
#chrono {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.number {
	display: block;
	width: 30px;
	height: 37px;
	background: url('sprite.png') no-repeat -79px -60px;
	text-align: center;
	line-height: 37px;
	margin: 0 1px;
}
/* FORM */
.form {
	position: relative;
	background: white;
	padding: 30px;
	margin: 0 auto;
}
.blocForm {
	margin-bottom: 10px;
}
.form label {
	display: block;
	font-size: 25px;
	color: black;
	width: 100%;
	text-align: left;
	margin-bottom: 4px;
}
.form input[type=email] {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 48px;
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	font-size: 22Px;
	text-indent: 5px;
	color: #f0433b;
	text-align: center;
}
.form button[type=submit] {
	font-family: 'Roboto', sans-serif;
	display: block;
	background: #85be4d;
	width: 100%;
	color: white;
	text-align: center;
	border-radius: 5px;
	font-size: 25px;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 2px 0 #689c34;
	padding: 4px 0;
}
.form button[type=submit]:hover {
	background: #83ce39;
	cursor: pointer;
}
.form button[type=submit]:active {
	margin: 1px 0 9px 0;
	box-shadow: 0 1px 0 #689c34;
}
.form button[type=submit] span:before {
	content: "";
	width: 32px;
	height: 25px;
	background: url('sprite.png') no-repeat -109px -60px;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}
h2 {
	margin: 30px 0;
	font-size: 33px;
	color: #ed5565;
	font-weight: 300;
}
h2 .geo {
	font-weight: 300;
	color: #0194ff;
}
#choiceGender {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #f2f2f2;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 12px;
}
#choiceGender div {
	color: black;
	padding: 8px 14px;
	font-size: 20px;
	width: 50%;
	cursor: pointer;
}
#choiceGender div.man {
	border: 1px solid #c0c0c0;
	border-width: 1px 0 1px 1px;
	border-radius: 4px 0 0 4px;
}
#choiceGender div.woman {
	border: 1px solid #c0c0c0;
	border-width: 1px 1px 1px 0;
	border-radius: 0 4px 4px 0;
}
#choiceGender div.man.active {
	border: 1px solid #0194ff;
	border-radius: 4px;
	background: #0194ff;
	color: white;
}
#choiceGender div.woman.active {
	border: 1px solid #ed5565;
	border-radius: 4px;
	background: #ed5565;
	color: white;
}
#choiceGender div.man:before {
	content: "";
	width: 27px;
	height: 29px;
	background: url('sprite.png') no-repeat -189px 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#choiceGender div.man.active:before {
	background: url('sprite.png') no-repeat -162px 0;
}
#choiceGender div.woman:before {
	content: "";
	width: 27px;
	height: 29px;
	background: url('sprite.png') no-repeat -189px -29px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
#choiceGender div.woman.active:before {
	background: url('sprite.png') no-repeat -162px -29px;
}
/*FOOTER LINKS*/
#links {
	padding: 10px;
	color: #666666;
	font-size: 11px;
}
#links a {
	color: #666666;
}
#links #linksCGU {
	width: 1000px;
	margin: 30px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: justify;
}
/* LOADING FORM + ERROR + MAILCHECK */
.loadingFlex {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
	z-index: 2;
}
.loading {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	font-weight: 300;
	text-align: center;
}
.loading img {
	margin-bottom: 15px;
}
#bulleErreur {
	width: 100%;
	background: #fedbdb;
	border: 1px solid red;
	margin: 0 0 10px 0;
	padding: 6px 0;
	border-radius: 4px;
	display: none;
	zoom: 1;
	text-align: center;
	z-index: 999;
}
#bulleErreur div {
	color: red;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}
#hint, #hint span {
	font-size: 13px;
	font-weight: bold;
	color: #ff9900;
}
#hint span a {
	font-weight: bold;
	color: blue;
}
@media screen and (max-width:1024px) {
	#links #linksCGU {
		width: 100%;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		text-align: center;
	}
	#links #linksCGU img {
		margin-top: 10px;
	}
	header .layout {
		padding: 0 10px;
	}
	.layout {
		width: 100%;
	}
	h2 {
		font-size: 28px;
	}
}
@media screen and (max-width:768px) {
	.Thmb {
		width: 25%;
	}
	h2 {
		font-size: 20px;
	}
	#registers:before,  #registers:after {
		display: none;
	}
}
@media screen and (max-width:425px) {
	#registers {
		display: none;
	}
	.Thmb {
		width: 20%;
	}
	.Thmb:nth-child(n+12) {
		display: none;
	}
	h1 {
		font-size: 22px;
	}
	#close {
		font-size: 13px;
	}
	.form {
		padding: 15px;
	}
	.form label {
		font-size: 15px;
	}
	#choiceGender div {
		font-size: 15px;
	}
	.form button[type=submit] span:before {
		display: none;
	}
	#formWrap {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		            -ms-grid-row-align: flex-start;
		        align-items: flex-start;
	}
	#form {
		margin-top: 100px;
		width: 100%;
	}
}
