
#header {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 8.69140625%;
	background: url(images/header.png);
	background-position: center;
	background-size: cover;
	display: none;
}

.logo {
	width: 12.66%;
	height: 14.453%;
	position: absolute;

	z-index: 200;

	top: 0%;
	left: 50%;	
	margin-left: -6.33%;

	background: url(images/logo.png);
	background-position: center;
	background-size: contain;	
	background-repeat: no-repeat;

		/*display: none;*/

}

.logo a {
	width: 100%;
	height: 100%;
	display: inline-block;	
}

#nuages {

	position: absolute;
	top: 0px;
	left: 0px;

	/*background: rgba(0,0,0,0.5);*/

	width: 100%;
	height: 100%;

	background: url(images/nuages.png) top center no-repeat;
	background-size: cover;
}

.logo img {
	width: 100%;
	height: auto;
}

.next {
	position: absolute;
	
    bottom: 17.33%;
    right: 16.44%;
    width: 4.57%;
    height: 6.94%;

    z-index: 10;

	display: none;

	cursor: pointer;

	image-rendering:optimizeQuality;
}

.next img {
	max-width: 99%;
}

#illustration {

	width: 28.43%;
    height: 42.05%;
    position: absolute;
    bottom: -2%;
    z-index: 10;
    left: -10%;

	display: none;
}

/* */
.titre_sequence {
    width: 39.66%;
    height: 47.929%;
    position: absolute;
    top: 25.84%;
    left: 30.16%;
    font-family: "Blur";
    font-size: 48px;
    text-align: center;
    padding-top: 3%;

	display: none;
}



/* Question et propositions */

#container_question_reponse {
	display: none;	
}

.question {
	opacity: 0; /* init state */

    position: absolute;
    top: 19.39%;
    left: 5%;
    width: 87.5%;
    height: 11.02%;
    font-family: 'Gotham';
    font-weight: 700;
    color: #4c1313;
    padding: 0% 11%;
}

.container_propositions {
	width: 100%;
	height: 46.79%;
	position: absolute;
	top: 36.11%;
	left: 0%;
}

.container_propositions .reponse {
	display: inline-block;
		width: 20.44%;
	height: 70%;
	text-align: center;

	opacity: 0;

	position: relative;


}

.container_carte {
	display: block;
	width: 100%;
	height: 76.14%; /* ! Hauteur relative au parent */
	font-size: 0px;
	margin-bottom: 7.43%;
	position: relative;

	perspective: 800px;
}

.container_propositions .reponse .carte {
	display: block;
	width: 100%;
	height: 100%;

	position: absolute;



	transition: transform 450ms ease-in;	
	/*transform-style: preserve-3d;*/
}

.container_propositions .reponse .carte .face .recto {
	transform: rotateY( 0deg );
}

.container_propositions .reponse .carte .face {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	transition: transform 450ms ease-in;	
	transform-style: preserve-3d;
	/*z-index: 2;*/
}

.container_propositions .reponse .carte .verso {
	/*background: red;*/
	transform: rotateY( -180deg );
	/*z-index: 1;*/
}

.container_propositions .reponse .carte .face.verso .vraifaux {
	display: block;
	width: 100%;
	height: 92%;
	background-image: url(images/quizz/faux.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;

}

.container_propositions .reponse .carte .face.verso .vraifaux.vrai {
	background-image: url(images/quizz/vrai.jpg);
}

.container_propositions .reponse .carte.flipped .recto {
	transform: rotateY(180deg);
}
.container_propositions .reponse .carte.flipped  .verso {
	transform: rotateY(0deg);
}

.container_propositions .reponse .carte .recto {
	/*transition: opacity 150ms linear 200ms ;*/
}

.container_propositions .reponse .carte.flipped .recto  {
	/*opacity: 0;*/
}

.container_propositions .reponse .container_textes_reponse {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.container_propositions .reponse .texte {
	font-family: 'Gotham';
	font-weight: 500;
	color: #4c1313;
	padding: 6% 5.2%;
	border: 2px solid #FFF;
	border-radius: 15px;

	display: inline-block;
}

.container_propositions .reponse1 {
    margin-left: 18.82%;
}

.container_propositions .reponse2 {
	margin: 0% 0.79%;
}

	/* Ecran de score */
	.score {
	    position: absolute;
	    top: 2%;
	    left: 5%;
	    width: 90%;
	    height: 90%;

		display: none;

		overflow: hidden;


	}

	.textes_score {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0%;
		left: 0;
		text-align: center;
		font-family: "Blur";
		color: #ec5e26;
		font-weight: 700;
	}



	.textes_score .titre_score {

	    width: 50.00%;
	    height: 10.64%;
	    position: absolute;
	    top: 35.75%;
	    left: 25.00%;

	}

	.textes_score .qte_score {

	    width: 50.00%;
	    height: 11.64%;
	    position: absolute;
	    top: 53.25%;
	    left: 25.00%;
	    color: #182076;

	}
	.textes_score .texte_score {

		width: 50.05%;
		height: 7.64%;
		position: absolute;
		top: 66.25%;
		left: 25.0%;
		color: #182076;

	}

	.textes_score .encouragement {

		width: 50.05%;
		height: 3.64%;
		position: absolute;
		top: 76.25%;
		left: 25.0%;
		color: #009fd9;


	}


	.textes_score span.enonce , .textes_score span.qte_score  {
		display: block;
	}

	.qte_score {
		margin-top: 0%;
		line-height: 1;
	}

	.chiffre {
		font-weight: 900;
	}

	.qte_score span {
	    /*text-shadow: 8px 8px 5px rgba(0,0,0,0.7);*/
	}