.hidden {
	display: none;
}
img {
	display: block;
}
.warning {
	color: #c5ff5f;
}
* {
	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: #1a1c48;
	font-size: 16px;
	text-align: center;
	background: #1a1c48;
}
#logo {
	background: white;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	padding-top: 25px;
}
.layout {
	width: 870px;
	margin: 0 auto;
}
#partTop {
	background: white;
	padding: 30px 0;
}
#partTop .layout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#girlThumb {
	position: relative;
}
#girlThumb img.PGThumb {
	border-radius: 10px;
}
#infos {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	border-radius: 0 0 10px 10px;
	padding: 5px 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
	font-size: 22px;
	font-weight: 500;
}
#girlPseudo:before {
	content: "";
	width: 12px;
	height: 12px;
	background: #a2ff00;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#girlCity {
	color: #a2ff00;
}
h1 {
	font-size: 31px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 30px;
}
.search {
	font-size: 23px;
	margin: 20px 0;
	font-weight: 300;
}
.answer {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}
#partBottom {
	background: #1a1c48;
	color: white;
	padding: 30px 0;
}
h2 {
	font-size: 31px;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}
#numbers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#numbers {
	font-size: 40px;
	margin-top: 30px;
}
#numbers .number {
	font-size: 40px;
	font-weight: 300;
	border: 2px solid white;
	border-radius: 10px;
	width: 98px;
	height: 98px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 10px;
}
#numbers .number.active {
	background: #c5ff5f;
	border: 2px solid #c5ff5f;
	color: #1a1c48;
}
.question {
	margin-top: 30px;
}
#buttons {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
#buttons button {
	font-family: 'Roboto', sans-serif;
	font-size: 38px;
	border-radius: 5px;
	text-transform: uppercase;
	width: 50%;
	margin: 0 15px;
}
#buttons button:hover {
	cursor: pointer;
}
#buttons button.yes {
	background: #c5ff5f;
}
#buttons button.no {
	background: #ff8988;
}
#buttons button.yes:hover {
	background: #89ba33;
}
#buttons button.no:hover {
	background: #dc4e4d;
}
.loadingBarWrap {
	position: relative;
	width: 80%;
	margin: 0 auto 20px auto;
	height: 35px;
	border-radius: 50px;
	background: #7073c3;
}
.loadingBar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5%;
	border-radius: 50px;
	background: #c5ff5f;
}
.respect {
	font-size: 14px;
	margin-bottom: 20px;
}

/* FORM */

.formW {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.blocForm {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	margin: 0 15px;
}
.blocForm select {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 46px;
	border-radius: 3px;
	font-size: 22Px;
	text-indent: 5px;
	color: black;
	margin: 10px 0;
}
.blocForm input[type=text], .blocForm input[type=password], .blocForm input[type=email] {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 46px;
	border: 0;
	border-radius: 3px;
	font-size: 22Px;
	text-indent: 35px;
	color: black;
	margin: 10px 0;
}
button[type="submit"] {
	font-family: 'Roboto', sans-serif;
	font-size: 38px;
	border-radius: 5px;
	text-transform: uppercase;
	width: 50%;
	margin: 0 15px;
	background: #c5ff5f;
}
#pseudoPG {
	background: white url('icoPseudo.png') no-repeat 10px center;
}
#passwordPG {
	background: white url('icoPass.png') no-repeat 10px center;
}
#emailPG {
	background: white url('icoEmail.png') no-repeat 10px center;
}
.blocSubmit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

/* LOADING FORM + ERROR */

.loadingFlex {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
	z-index: 2;
}
.loading {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	font-weight: 300;
	color: black;
}
.loading img {
	margin-bottom: 15px;
}
#bulleErreur {
	display: none;
	zoom: 1;
	width: 100%;
	font-size: 12px;
	z-index: 999;
}
#bulleErreur div {
	border-radius: 5px;
	color: #fffebf;
	margin: 0 0 15px 0;
	padding: 10px;
	text-align: center;
}

/*FOOTER LINKS*/

#links {
	padding: 10px;
	color: #666666;
	font-size: 11px;
}
#links a {
	color: #666666;
}
#links #linksCGU {
	width: 870px;
	margin: 30px auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: justify;
}

/* MAILCHECK CSS */

#hint {
	display: none;
	color: #ff5400;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	margin-bottom: 10px;
}
#hint a {
	color: yellow;
}
.blocMail {
	width: 100%;
}
.blocForm input[type=text]#emailPG {
	width: 100%;
	box-sizing: border-box;
}
.blocForm input[type=text].hintclass {
	border-style: solid;
	border-color: #ff5400;
	border-width: 2px;
}

/* MAILCHECK CSS */

@media screen and (max-width:1024px) {
	.layout {
		width: 100%;
		padding: 0 10px;
	}
}
@media screen and (max-width:768px) {
	#girlThumb {
		max-width: 430px;
	}
	#girlThumb img {
		width: 100%;
		height: auto;
	}
	h1, p.search, p.answer {
		font-size: 18px;
	}
	p.search {
		margin: 10px 0;
	}
	#partTop, #partBottom {
		padding: 15px 0;
	}
	h2 {
		margin-bottom: 15px;
	}
	.question h2 {
		font-size: 18px;
	}
	#links #linksCGU {
		width: 100%;
		text-align: center;
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		margin: 60px auto 30px auto;
	}
	#links #linksCGU div {
		margin-bottom: 10px;
	}
	.form {
		width: 400px;
		margin: 0 auto;
	}
	.formW {
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		width: 100%;
	}
	.blocForm {
		width: 100%;
		margin: 0;
	}
	button[type="submit"] {
		width: 100%;
		margin: 0;
	}
	.blocSubmit {
		margin-top: 10px;
	}
}
@media screen and (max-width:425px) {
	#numbers .number {
		font-size: 30px;
		width: 45px;
		height: 45px;
	}
	#buttons {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#buttons button {
		width: 48%;
		margin: 0;
	}
	#buttons button.big {
		width: 100%;
	}
	.form {
		width: 100%;
	}
}