* {
    margin: 0;
    padding: 0;
}

html{
	background:#EEEEEE;
}

html.stat{
	background:#fff;
}
body{
	font-family: 'Open Sans', sans-serif;
}

header{
	background:#656870;
	float:left;
	margin-top:100px;
	width:1020px;
	margin-left:calc(50% - 510px);
	text-align:center;
	color:#fff;
}
header img {
	background:#46484e;
	float:left;
	width:120px;
	padding:10px 20px;
}

.clear{
	clear:both;
	width:100%;
}

h1{
	text-transform:uppercase;
	margin-top:20px;
	font-size:25px;
}

.info{
	background:#39B3BE;
	color:#fff;
	width:40%;
	margin-left:30%;
	float:left;
	margin-top:20px;
	padding:20px;
	box-sizing:border-box;
}

p.title_indications{
	font-size:16px;
	font-weight:800;
	margin-bottom:10px;
}

p.answer_possible{
}


p.answer_possible span.answer{
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
}

.bloc_questions{
	float:left;
	width:40%;
	margin-left:30%;
}

.bloc_title{
	background:#A4AEB9;
	float:left;
	width:100%;
	box-sizing:border-box;
	margin-top:20px;
}
.bloc_title .image img{
	width:50px;
	float:left;
	background:#CBD1D8;
	padding:10px 20px;
}

.bloc_title h2{
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	float:left;
	width:calc(100% - 90px);
	margin-top:10px;
}

.bloc_title h2 span.help{
	text-transform:lowercase;
	float:left;
	width:100%;
	font-size:12px;
	font-weight:200;
}
.help_letter{
	float:left;
	width:100px;
}
.help_letter .letter{
	width:30px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:10px;
}
.help_letter .letter:nth-child(2){
	margin-left: 5px;
	margin-right: 5px;
}
.merci p.result_diag{
	margin-bottom:20px;
}
/* == Radio == */
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: #46484E;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor:pointer;
}
input[type="radio"] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle; 
  background-color: #46484E;
}
input[type="radio"]:checked + label span {
  background-color: #39B3BE;
}
input[type="radio"] + label span, input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

/***********************/
input[type="submit"]{
	background:#39B3BE;
	color:#fff;
	border:none;
	padding:10px 20px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	float:right;
	transition:0.5s;
	margin-top:20px;
}
input[type="submit"]:hover{
	background:#46484E;
	transition:0.5s;
}
.question{
	float:left;
	width:100%;
	margin-top:15px;
	height:35px;
}
.question .letter{
	float:left;
	width:25px;
}
.question .letter:nth-child(2){
	margin-left: 12.5px;
	margin-right: 12.5px;
}

p.question{
	float:left;
	width:calc(100% - 100px);
	margin-top:0;
}
p.question span.numero{
	color:#39B3BE;
	font-weight:bold;
	text-align:center;
	float:left;
	width:40px;
}

p.question span.enonce{
	float:left;
	width:calc(100% - 40px);
	line-height:16px;
}


.partenaires{
	float:left;
	width:40%;
	margin-left:30%;
	border-top:1px solid #46484E;
	margin-top:20px;
}

.partenaires p{
	text-align:center;
	color:#39B3BE;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:20px;
}

.partenaires a img{
	float:left;
	width:100%;
}

.partenaires a{
	float:left;
	width:30%;
}
.partenaires a:nth-child(3){
	margin-left:5%;
	margin-right:5%;
}

.partenaires a:nth-child(4){
	margin-top:50px;
}

.merci p.result_diag{
	font-weight:bold;
}

.merci{
	float: left;
    width: 50%;
    margin-left: 25%;
    text-align: center;
    background: #39B3BE;
	color:#fff;
	font-size:16px;
	padding:20px 0px;
	margin-top:20px;
	margin-bottom:20px;
}

.merci a{
	background:#46484E;
	color:#fff;
	padding:5px 10px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

p.result_diag span.majorite{
	float:left;
	width:100%;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}


/*************************** STAT ************************/
table{
	width:90%;
	float:left;
	margin-left:5%;
	box-sizing:border-box;
	background: #EEEEEE;
}
table thead{
	background:#46484E;
	color:#fff;
	height:50px;
	font-weight:bold;
}

table td {
	padding:5px 10px;
	border-bottom:1px solid #ccc; 
	margin:0;
}
td.majorite{
	background:#39B3BE;
	color:#fff;
}

td.percent{
	text-align:center;
}

a.canvasjs-chart-credit{
	display:none;
}
#chartContainer{
	background:#EEEEEE;
}

a.charge_graph, button.charge_graph{
	background:#46484E;
	padding:5px 10px;
	color:#fff;
	font-size:10px;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:bold;
	transition:0.25s;
	margin-right:10px;
}

a.charge_graph:hover, button.charge_graph:hover{
	transition:0.5s;
	background:#39B3BE;
}
button.charge_graph{
	text-align:center;
	width:200px;
	border:none;
	margin-left:calc(50% - 100px);
	margin-top:10px;
	margin-bottom:20px;
}

.error{
	float:left;
	width:50%;
	margin-left:25%;
	margin-top:20px;
	text-align:center;
	background:#c10000;
	color:#fff;
	margin-bottom:20px;
}
.error p{
	color:#fff;
	padding:0px 10px;
	
}
/**************************** RESPONSIVE ********************************/
@media screen and (max-width: 1800px) {
	.info, .bloc_questions, .partenaires{
		width:60%;
		margin-left:20%;
	}
@media screen and (max-width: 1080px) {
	.info, .bloc_questions, .partenaires{
		width:80%;
		margin-left:10%;
	}
	header {
		width: 100%;
		margin-left: 0;
		margin-top:0;
	}

}
@media screen and (max-width: 960px) {
	.info, .bloc_questions, .partenaires{
		width:95%;
		margin-left:2.5%;
	}
}

@media screen and (max-width: 768px) {
	.question{
		height:45px;
	}
	.bloc_title h2 {
		font-size:16px;
		margin-top:0;
	}
	.bloc_title h2 span.help{
		font-size:9px;
	}
	h1 {
		font-size: 20px;
	}
}
@media screen and (max-width: 550px) {
	p.question span.enonce{
		font-size:12px;
		line-height: 12px;
	}
}

@media screen and (max-width: 380px) {
	p.question span.enonce {
		font-size: 10px;
		line-height: 10px;
	}
}