@font-face {
    font-family: 'pf_handbook_promedium';
    src: url('fonts/pfhandbookpro-medium-webfont.eot');
    src: url('fonts/pfhandbookpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfhandbookpro-medium-webfont.woff2') format('woff2'),
         url('fonts/pfhandbookpro-medium-webfont.woff') format('woff'),
         url('fonts/pfhandbookpro-medium-webfont.ttf') format('truetype'),
         url('fonts/pfhandbookpro-medium-webfont.svg#pf_handbook_promedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'trekkerfrontierregular';
	src: url('fonts/trekrfr-webfont.eot');
	src: url('fonts/trekrfr-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/trekrfr-webfont.woff2') format('woff2'),
		 url('fonts/trekrfr-webfont.woff') format('woff'),
		 url('fonts/trekrfr-webfont.ttf') format('truetype'),
		 url('fonts/trekrfr-webfont.svg#trekkerfrontierregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	box-sizing: border-box;
}
body {
	font-family: 'pf_handbook_promedium', sans-serif;
	/* font-size: 18px; fallback nécessaire si handbook pas chargé. Voir WebFontLoader ? */
	font-size: 26px;
}
img {
	max-width: 100%;
}

.hidden {
	display: none;
}
.invisible {
	visibility: hidden;
}



.preload-images {
	position: absolute;
	z-index: -1;
	visibility: hidden;
}
.preload-images img {
	position: absolute;
}




.container {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 700px;
	padding: 0;
	background-position: top left;
	background-repeat: no-repeat;
}
.container-index {
	background-image: url('/images/fond-page-1.jpg');
}
.container-question {
	background-image: url('/images/fond-question.jpg');
}
.container-resultats {
	background-image: url('/images/fond-page-der.jpg');
}
.container-leaderboard {
	background-image: url('/images/fond-vide.jpg');
}

.gwendo {
	position: absolute;
}

.bouton-quiz {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	width: 336px;
	height: 340px;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 50%;
	background-image: url('/images/bouton-quiz-1.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.bouton-quiz:hover {
	background-image: url('/images/bouton-quiz-2.png');
}
.videos {
	position: absolute;
	left: 33px;
	bottom: 24px;
	font-size: 0;
}
.video-wrapper {
	display: inline-block;
	position: relative;
	margin-left: 25px;
}
.video {
	cursor: pointer;
}
.fleche {
	position: absolute;
	top: -53px;
	left: 44px;
}
.video:hover + .fleche {
	top: -47px;
}

.cinema {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 10;
}
.embed-video {
	position: absolute;
	top: 170px;
	left: 30px;
}



.timer {
	position: absolute;
	top: 24px;
	right: 26px;
	width: 154px;
	height: 156px;
	text-align: center;
	color: #fff;
	background-image: url('/images/etoile-orange.png');
	background-repeat: no-repeat;
}
.timer.expired {
	background-image: url('/images/etoile-rouge.png');
}
.timer .time {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 150px;
	font-size: 72px;
	letter-spacing: -2px;
	padding-right: 2px;
}
.timer .sec {
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	font-size: 18px;
}





.question, .resultat {
	position: absolute;
	left: 32px;
	right: 32px;
	font-size: 38px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	letter-spacing: -1px;
}
.question.one-line {
	top: 255px;
}
.question.two-lines {
	top: 235px;
}
.question.three-lines, .resultat {
	top: 215px;
}





.reponses {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 170px;
}
.reponse {
	color: #0AB6C7;
	width: 524px;
	height: 44px;
	margin: 20px auto 0;
	line-height: 44px;
	text-align: center;
	border-radius: 5px;
	letter-spacing: -1px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 80%, #d4d4d4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 80%,#d4d4d4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 80%,#d4d4d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
}
.reponse-clickable:hover {
	cursor: pointer;
	color: #ffffff;
	background: #0AB6C7;
	background: -moz-linear-gradient(top, #0ab6c7 0%, #0ab6c7 80%, #70d3ea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0ab6c7 0%,#0ab6c7 80%,#70d3ea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0ab6c7 0%,#0ab6c7 80%,#70d3ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ab6c7', endColorstr='#70d3ea',GradientType=0 ); /* IE6-9 */
}

.reponse.reponse-good {
	color: #ffffff;
	background: #8ec549; /* Old browsers */
	background: -moz-linear-gradient(top, #8ec549 0%, #8ec549 80%, #76a43d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8ec549 0%,#8ec549 80%,#76a43d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8ec549 0%,#8ec549 80%,#76a43d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ec549', endColorstr='#76a43d',GradientType=0 ); /* IE6-9 */
}

.reponse.reponse-bad {
	color: #ffffff;
	background: #eb212e; /* Old browsers */
	background: -moz-linear-gradient(top, #eb212e 0%, #eb212e 80%, #c31b26 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eb212e 0%,#eb212e 80%,#c31b26 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eb212e 0%,#eb212e 80%,#c31b26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb212e', endColorstr='#c31b26',GradientType=0 ); /* IE6-9 */
}



.perso {
	position: absolute;
	bottom: 0;
	right: 0;
}




.chiffres {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 36px;
	margin: 0 auto;
	width: 404px;
	height: 40px;
	font-size: 0;
	padding-left: 1px;
}
.chiffres-overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.chiffre {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin: 1px 14px 0 0;
}
.chiffre.chiffre-last {
	margin-right: 0;
}
.chiffre-good {
	background: #8ec549; /* Old browsers */
}
.chiffre-bad {
	background: #eb212e; /* Old browsers */
}



.goodanswers {
	font-family: 'trekkerfrontierregular', sans-serif;
	position: absolute;
	left: 45px;
	top: 320px;
	width: 125px;
	height: 125px;
	color: #ffffff;
	text-align: center;
}
.noga {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 105px;
	font-size: 48px;
}
.ga {
	position: absolute;
	font-size: 18px;
	line-height: 16px;
	left: 0;
	right: 0;
	bottom: 20px;
}


.points {
	font-family: 'trekkerfrontierregular', sans-serif;
	position: absolute;
	left: 190px;
	top: 260px;
	width: 315px;
	height: 250px;
	color: #ffffff;
	text-align: center;
}
.vsed {
	position: absolute;
	font-size: 28px;
	left: 0;
	right: 0;
	top: 35px;
}
.totalpoints {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 250px;
	font-size: 128px;
}
.pt {
	position: absolute;
	font-size: 64px;
	left: 0;
	right: 0;
	bottom: 17px;
}


.timetaken {
	font-family: 'trekkerfrontierregular', sans-serif;
	position: absolute;
	right: 46px;
	top: 320px;
	width: 125px;
	height: 125px;
	text-align: center;
	color: #ffffff;
}
.is {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 105px;
	font-size: 48px;
}
.tt {
	position: absolute;
	font-size: 18px;
	line-height: 16px;
	left: 0;
	right: 0;
	bottom: 20px;
}

.next {
	position: absolute;
	width: 120px;
	height: 96px;
	right: 15px;
	bottom: 15px;
	background-image: url('/images/suivant-1.png');
	background-repeat: no-repeat;
}
.next:hover {
	background-image: url('/images/suivant-2.png');
}




.diplome {
	position: absolute;
	top: 30px;
	left: 50px;
	right: 50px;
	height: 150px;
	outline: 2px solid #fff;
}
.leaderboard {
	position: absolute;
	top: 200px;
	left: 50px;
	right: 50px;
}
.leaderboard.intop10 {
	top: 240px;
}
.leaderboard.intop11 {
	top: 220px;
}
.lb-row {
	color: #fff;
	border-bottom: 2px solid #fff;
	font-size: 26px;
}
.lb-row:last-child {
	border: none;
}
.lb-pos {
	width: 5%;
	text-align: center;
	display: inline-block;
}
.lb-name {
	width: 50%;
	text-align: right;
	display: inline-block;
}
.lb-score {
	text-align: right;
	display: inline-block;
	margin-left: 30px;
	width: 140px;
}
.lb-self {
	background-color: #FBA733;
}

.lb-buttons {
	position: absolute;
	bottom: 30px;
	left: 50px;
	right: 50px;
	height: 44px;
}
.lb-button {
	position: absolute;
	color: #ffffff;
	width: 250px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 5px;
	letter-spacing: -1px;
	top: 0;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
	text-decoration: none;
	cursor: pointer;
}
.button-partager {
	left: 0;
	background: #019bd9; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #019bd9 0%, #0057a4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #019bd9 0%,#0057a4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #019bd9 0%,#0057a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019bd9', endColorstr='#0057a4',GradientType=0 ); /* IE6-9 */
}
.button-partager:hover {
	color: #019bd9;
	background: #f5f5f5;
}
.button-rejouer {
	right: 0;
	background: #f8a642; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #f8a642 0%, #f17030 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #f8a642 0%,#f17030 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #f8a642 0%,#f17030 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a642', endColorstr='#f17030',GradientType=0 ); /* IE6-9 */
}
.button-rejouer:hover {
	color: #f8a642;
	background: #f5f5f5;
}
