/* CSS Document */
body {
	background:#006bb3;
	font-family: 'Abel', sans-serif;
}

.clear 
{
	clear: both;
	width:100%;
}

.gras {
	font-weight:bold;
}

#wrapper
{
	width:1000px;
	margin:0 auto;
}

#logo
{
	width:1000px;
	margin-top:50px;
	text-align: center;
}


#logo img 
{
	width:500px;
	margin:0 auto;
	margin:0 auto;
}

#header
{
	width:1000px;
	height:250px;
}

#titre
{
	width:1000px;
	font-size:60px;
	color:#fff;
	text-align:center;
	font-family: 'Shadows Into Light';
	margin:20px 0;
	padding-bottom:10px;
	font-weight: 800;
	line-height:60px;
}

#titre2
{
	width:1000px;
	font-size:20px;
	color:#fff;
	text-align:center;
	margin:20px 0;
}

#btn_begin
{
	width:1000px;
	margin:0 auto;
	background:#c8d200;
	font-size:25px;
	padding:10px 0;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	font-family: 'Abel';
	text-transform: uppercase;
	border:0;

}

#formulaire {
	display: none;
}

.bloc {
	width:300px;
	height:auto;
	background: #fff;
	float:left;
	margin:10px 0 40px 0;
	border-radius:10px;
}

.bloc_img {
	width:330px;
	height:90px;
	background: #fff;
	float:left;
	margin:-30px 0 0 -30px;
}

.bloc .titre
{
	width:280px;
	text-align:center;
	font-size:30px;
	line-height: 30px;
	font-weight: bold;
	padding:10px;
	border-bottom:5px solid #006bb3;
	font-family: 'Shadows Into Light';
	color:#006bb3;
}

.bloc .contenu
{
	padding:10px;
}

.bloc .contenu ul
{
	margin:0;
	padding: 0 0 0 20px;
	list-style: square;
}

.bloc .contenu li
{
	margin:0;
	padding:0;
}

label
{
	display: block;
	width: 150px;
	position: relative;
	margin: 20px auto 0 auto;
	padding: 5px;
	border: 3px solid #006bb3;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	transition: background-color .2s, box-shadow .2s;
	text-align: center;
	}

label::before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	width: 5px;
	border: 3px solid #c8d200;
	border-radius: 100px;
	transition: background-color .2s;
}

label:hover, input:focus + label {
	box-shadow: 0 0 5px rgba(0, 0, 0, .6);
	background: #006bb3;
	color:#fff;
}

input:checked + label {
	background-color: #006bb3;
	border:3px solid #006bb3;
	color:#fff;
}

input:checked + label::before {
  background-color: #c8d200;
}

input[type=checkbox]
{
	position:absolute;
	left:-999999px;

}

.bloc_sep
{
	width:50px;
	height:100px;
	float:left;
}

#boutons 
{
	clear:both;
}

input[type=submit]
{
	width:1000px;
	margin:0 auto;
	background:#c8d200;
	font-size:25px;
	padding:10px 0;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	font-family: 'Abel';
	text-transform: uppercase;
	border:0;
}

#reset
{
	width:1000px;
	margin:0 auto;
	background:#c8d200;
	font-size:25px;
	padding:10px 0;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	font-family: 'Abel';
	text-transform: uppercase;
	border:0;
	display: none;
}

#resultat h1
{
	font-weight: bold;
	font-size:40px;
	line-height: 44px;
	text-align: center;
	margin:0;
	padding: 0;
	font-family: 'Anton';
}

#resultat h2
{
	font-weight: bold;
	font-size:25px;
	text-align: center;
	margin:0;
	margin-bottom:30px;
	margin-top:15px;
	padding: 0;
}

#resultat h3
{
	font-weight: bold;
	font-size:20px;
	text-align: center;
	margin:0;
	margin-bottom:0px;
	margin-top:0px;
	padding: 0;
}

#resultat #contenu
{
	width:960px;
	margin-top:20px;
	clear:both;
	background: #fff;
	padding:20px;
	border-radius:10px;
	font-size: 15px;
}

#resultat #contenu .subbox
{
	width:960px;
	color:#006bb3;
	line-height:30px;
	font-size:25px;
	font-family: 'Anton';
	clear:both;
	margin-top:30px;
	text-align: center;
}

#resultat #contenu .exception
{
	width:550px;
	margin:5 auto 0 auto;
	font-size:14px;
	text-align: center;
}

#resultat #contenu .exception img
{
	width:20px;
	height: 20px;
	margin:-5px 0;
}

#resultat #contenu .box
{
	width:278px;
	height:auto;
	margin:10px;
	padding:10px;
	float:left;
	font-size:18px;
	text-align: center;
	background: #eee;
	border-radius:10px;
}

#resultat #contenu .box .box_titre
{
	width:278px;
	line-height: 35px;
	font-size:20px;
	background: #c8d200;
	text-align: center;
	font-weight: bold;
	margin-bottom:10px;
}

#resultat #contenu .box img
{
	margin:0 52px;
	width:174px;

}

#resultat #contenu .box .info
{
	margin-top:5px;
	font-size:14px;
}

#resultat #contenu .box .info img
{
	width:20px;
	height: 20px;
	margin:-5px 0;
}

#resultat .blocinfos
{
	width:960px;
	margin-top:20px;
	clear:both;
	background: #fff;
	padding:20px;
	border-radius:10px;
	font-size: 20px;
}

#resultat .blocinfos .boxinfo
{
	width:300px;
	margin:10px;
	font-size:15px;
	float:left;
}

#resultat .blocinfos .box
{
	width:240px;
	float:left;
	text-align:center;
	font-weight: bold;
}

#footer
{
	font-size:12px;
	color:#fff;
	text-align: center;
	margin-top:20px;

}