@charset "UTF-8";

/*
*
* COMMON
*
*/

@font-face {
    font-family: 'Avenir';
    src: url('font/Avenir-Black.woff') format('woff'),
        url('font/Avenir-Black.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('font/Avenir-Light.woff') format('woff'),
        url('font/Avenir-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('font/Avenir-Book.woff') format('woff'),
        url('font/Avenir-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro';
    src: url('font/ZonaPro-Bold.woff') format('woff'),
        url('font/ZonaPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
	height: 100%;
	width: 100%;
	touch-action:none;
}

body {
	margin:0;
	padding:0;
	/*min-height:900px;*/
	min-width:100%;
	font-family: 'Avenir', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	color: #313A38;
	font-size:19px;
	background-color: #EAE7D1;
	overflow-x: hidden;
}

span {
	position:relative;
}



.no_outline {
	/* pour écrans tactiles uniquement */
	/* et dans le cas très particulier de la consigne */
	outline:none !important;
}


sup {
	vertical-align: text-top;
	font-size: smaller;
}

h1, h2, h3, h4 {

	margin: 0 ;
	font-size:inherit ;
	font-weight: bold ;
	letter-spacing: inherit ;
font-family: 'Zona Pro'
}



.over_default, .over_default_drag {
	-webkit-transition: -webkit-transform 200ms ease-in-out;
    -webkit-transform: scale(1) translateZ(0px); 
    -ms-transition: -ms-transform 200ms ease-in-out;
    -ms-transform: scale(1) translateZ(0px); 
    -moz-transition: -moz-transform 200ms ease-in-out;
    -moz-transform: scale(1) translateZ(0px);
    transition: transform 200ms ease-in-out;
    transform: scale(1) translateZ(0px);
}

.over_default_drag_hover, .over_default:hover {
	
    -webkit-transform: scale(1.2) translateZ(0px);
  
    -ms-transform: scale(1.2) translateZ(0px);   
   
    -moz-transform: scale(1.2) translateZ(0px);
   
    transform: scale(1.2) translateZ(0px);
}

.over_default_big {
	-webkit-transition: -webkit-transform 200ms ease-in-out;
    -webkit-transform: scale(1) translateZ(0px); 
    -ms-transition: -ms-transform 200ms ease-in-out;
    -ms-transform: scale(1) translateZ(0px); 
    -moz-transition: -moz-transform 200ms ease-in-out;
    -moz-transform: scale(1) translateZ(0px);
    transition: transform 200ms ease-in-out;
    transform: scale(1) translateZ(0px);
}

.over_default_big:hover {
	
    -webkit-transform: scale(1.5) translateZ(0px);
  
    -ms-transform: scale(1.5) translateZ(0px);   
   
    -moz-transform: scale(1.5) translateZ(0px);
   
    transform: scale(1.5) translateZ(0px);
}

.over_zone {
	-webkit-transition: -webkit-transform 300ms ease-in-out; /* https://bugs.webkit.org/show_bug.cgi?id=45761 */
    -webkit-transform: scale(1) translateZ(0px); 
    -ms-transition: -ms-transform 300ms cubic-bezier(.08,1.14,.2,2.04);
    -ms-transform: scale(1) translateZ(0px); 
    -moz-transition: -moz-transform 300ms cubic-bezier(.08,1.14,.2,2.04);
    -moz-transform: scale(1) translateZ(0px);
    transition: transform 300ms cubic-bezier(.08,1.14,.2,2.04); 
    transform: scale(1) translateZ(0px);
	
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;	
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.over_zone_hover {
	-webkit-transform: scale(1.15) translateZ(0px);
  
    -ms-transform: scale(1.15) translateZ(0px);   
   
    -moz-transform: scale(1.15) translateZ(0px);
   
    transform: scale(1.15) translateZ(0px);
}

.produit {
	 mix-blend-mode: multiply;
}


.consigne {
	position: absolute;
	display: none;
}

.consigne span {
	font-size:16px ;
	line-height:21px ;
	letter-spacing:1px ;
}

.consigne_header span {
	font-size:17px ;
}

#header_boutons {
	display:none;
	top:41px;
}


.legende_conteneur {
	width: auto ;
	height:auto ;
	position:absolute;
	display: none;
}

.legende_titre {
	position: absolute;
	top:25px;
	max-width: 200px;
	font-size: 17px;
	letter-spacing: 1px;
	text-align: center;
}

.ornement_legende {
	top:-16px;
	left:-25px;
}



.header {
	z-index:901;
}

.header_normal {
	position:absolute;
	width:100%;
	outline:none;
}

.header_conteneur {
	position: absolute;
	
	top: 0px;
	width: 1440px;
	height: 0px;
	
	bottom: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.footer {
	    position: absolute;
	width:100%;
	outline:none;
	z-index: 904;
	height: 25px;
	bottom: 0px;
}

.main {
	position:absolute;
	width:100%;
	height:100%;
	outline:none;
	z-index:900;
	overflow: hidden;
}

.splash {
	display:none;
	background-color: #FF5C3C;
    z-index: 903;
	width: 100%;
	height:100%;
    position: absolute;
	text-align: center;
	min-height:900px;
}


.conteneur_anim_splash {
	 position:absolute;
	z-index:999;
	margin-top: 50vh;
	/*transform: translateY(-50%);*/
	/*width: 100%;*/
	margin-left: 50vw;
}

img {
	border:none;
	position: absolute;
}

a {
	display:inline-block;
	color:#313A38;
	border:none;
}

a:focus, img:focus, .cible:focus, .consigne:focus, .question:focus, .explication:focus, video:focus, .fakeOutline {
	outline: thin dotted;
	outline-color:#000;
}


.consigne:focus {
	/*height: auto ;*/
}


#stage {
	display: none;
	min-height: 900px;
	position: absolute;
	width: 100%;
	z-index: 0;
	right: auto;
	bottom: auto;
	min-width: 0px;
	overflow: hidden;
	text-overflow: clip;
	
	-moz-transform-origin: 0px 0px 0px;
	-ms-transform-origin: 0px 0px 0px;
	-webkit-transform-origin: 0px 0px 0px;
	transform-origin: 0px 0px 0px;
}

#conteneur {

	position: fixed;

	width: 1440px;
	height: 100%;
	opacity: 1;
	
	top: 0px;
	
	bottom: auto;
	text-decoration: none;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 0;
}


.preloader {
	position:absolute;
	z-index:999;
	margin-top: 50vh;
	transform: translateY(-50%);
	/*width: 100%;*/
	margin-left: 50vw;
	/*text-align: center;*/
}

.conteneur_preload {
	color:rgba(32,32,34,1.00);
	    margin-left: -15px;
}

.position_fixed {
	position:fixed ;
	left:auto ;
	right:auto ;
}


.position_relative {
	position:relative ;
	display:block;
}

.noMouse {
	pointer-events:none;
}

.noOutline {
	outline:none !important;
}

.outlineBlanc {
	outline-color: #777777 ;
}

.ombre {

	-webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.20));
	-moz-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.20));
	-ms-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.20));
	-o-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.20));
	filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.20));

}


.titres_petites_caps {
	font-variant:small-caps;
}

.une_ligne {
	white-space: nowrap ;
	word-wrap:normal ;
}

.preload_font {
	visibility:hidden;
}

.hauteur_zero {
	height:0px !important;
	overflow:visible ;
}


.hide_element {
	display:none ;
}

.screen-reader-only {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute ;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal ;
}

/* aide */

.aide_conteneur, .credits_conteneur, .plus_conteneur {
	position: absolute;
	margin: 0px;
	width: 1440px;
	height: 900px;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	display: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*transform: translateZ(0px);*/
	z-index: 902;
}

/*.fond_aide {
	position: absolute;
	margin: 0px;
	left: -768px;
	top: 0px;
	right: auto;
	bottom: auto;
	background-color: #232121;
	background-size: 100% 100%;
	border-width: 0px;
	border-color: rgb(0, 0, 0);
	border-style: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateZ(0px);
}

.fond_credits, .fond_plus {
	position: absolute;
	margin: 0px;
	left: -768px;
	top: 0px;
	right: auto;
	bottom: auto;
	background-color: #EFEDE1;
	background-size: 100% 100%;
	border-width: 0px;
	border-color: rgb(0, 0, 0);
	border-style: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transform: translateZ(0px);
}*/

.fond_aide {
	background-color: #232121;
}

.aide_h2 {
	font-size: 50px;
	position: absolute;
	top: 135px;
    left: 290px;
}

.aide_h3 {
	    position: absolute;
    top: 220px;
    left: 290px;
    color: #CB420A;
    font-size: 25px;
    font-weight: 300;
}


.aide_texte {
	position: absolute;
    height: 275px;
    width: 680px;
	top: 260px;
    left: 291px;
	    line-height: 1.3em;
    letter-spacing: 0.01em;
}


ul {
	    padding: 0;
    margin: 0;
}

li {
	display:inline;
}

/* Footer */

.Stage_bloc_footer_id {
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 1440px;
	height: 25px;
	right: auto;
	bottom: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*transform: translateZ(0px);*/
}

.bloc_footer {
	width:100%;
}

.liens_footer {
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: 300;
	color: #2A2A23;
	text-align: center;
	height: auto;
	max-width: 884px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
}

.liens_footer a {
	color:#2A2A23 ;
	text-decoration:none;
}

.liens_footer a:hover {

	text-decoration:underline;

}



/* screen reader */

#Stage_sr {
	position: absolute;
	margin: 0px;
	opacity: 0;
	left: 0px;
	width: 1px;
	height: 1px;
	right: auto;
	bottom: auto;
	font-size: 1px;
	font-weight: normal;
	color: rgb(0, 0, 0);
	text-decoration: none;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}




/* Tooltip */


.definition, .definition a, .definition a:hover, .definition a:visited  {
	border-bottom: 1px dashed #000;
	color:#313A38;
	text-decoration: none;
	cursor:help;
}

.tooltip {
	z-index:1000;
	position:absolute;
	background:#F3E223;
	width:350px;
	color:#313A38;
	font-weight:300;
	font-size:15px;
	letter-spacing:1px;
	padding:7px;
	border-radius:10px;

	-webkit-animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-ms-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
	animation: fadein 0.5s;

	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}



/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}



/* Internet Explorer */

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}



/* Opera < 12.1 */

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}


.tooltip_hide {
	display:none;
}

.tooltip_up:after {
	border-left: solid transparent 8px;
	border-right: solid transparent 8px;
	border-bottom: solid #F3E223 8px;
	top: -8px;
	content: " ";
	height: 0;
	margin-left: -10px;
	position: absolute;
	width: 0;
}

.tooltip_down:before {
	border-left: solid transparent 8px;
	border-right: solid transparent 8px;
	border-top: solid #F3E223 8px;
	bottom: -8px;
	content: " ";
	height: 0;
	margin-left: -10px;
	position: absolute;
	width: 0;
}

.tooltip_r:after, .tooltip_r:before {
	left:90%;
}

.tooltip_l:after, .tooltip_l:before {
	left:10%;
}



/* Preload */

.fadeout {
	-webkit-animation: fadeout 1s forwards;
	animation: fadeout 1s forwards;
}

@-webkit-keyframes fadeout {
  0%   { 
  -webkit-opacity: 1; 
  opacity: 1; 
  }
  100% { 
  -webkit-opacity: 0;
  opacity: 0;
  }
}

@keyframes fadeout {
  0%   { opacity: 1; }
  100% { opacity: 0;}
}

.fadein1s {
	-webkit-animation: fadein 1s forwards;
	animation: fadein 1s forwards;
}

.fadein2s {
	-webkit-animation: fadein 2s forwards;
	animation: fadein 2s forwards;
}

@-webkit-keyframes fadein {
  0%   { 
  -webkit-opacity: 0; 
  opacity: 0; 
  }
  100% { 
  -webkit-opacity: 1;
  opacity: 1;
  }
}

@keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1;}
}

/*
Positions (complémentaires du JS)
*/

.forceLeft, 
.forceRight, 
.forceLeftMax,
.forceRightMax,
.forceBottom,
.forceBottomMax,
.smart_top_max,
.centrer_vertical,
.etirer_w,
.etirer_h,
.smart_top,
.absolute
{
	position:absolute;
}

@media screen and (max-width:1440px) {

	.smart_top_max,
	.centrer_vertical,
	.smart_top
	{
		position: fixed;
	}
}


.centrer {
	/* éléments à centrer */
	margin-right:auto ;
	margin-left:auto ;
	left:0 ;
	right:0 ;
}

.forceTopLeft {
	top:0 !important;
	left:0 !important;
}

/*
.bottom {

	position:fixed;
	top:auto ;
	bottom:0 ;
}
*/



/* DULALA */

@keyframes flickerAnimation {
  0%   { opacity:1; }
  20%  { opacity:1; }
  50%  { opacity:0.3; }	
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  20%  { opacity:1; }
  50%  { opacity:0.3; }	
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  20%  { opacity:1; }
  50%  { opacity:0.3; }	
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
   0%   { opacity:1; }
  20%  { opacity:1; }
  50%  { opacity:0.3; }	
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1.5s infinite;
   -moz-animation: flickerAnimation 1.5s infinite;
   -o-animation: flickerAnimation 1.5s infinite;
    animation: flickerAnimation 1.5s infinite;
}

.px-video-container {
	position: absolute;
	top: 200px;
	left:0px;
	width:483px;
	height:420px;
	overflow: hidden;
}

.px-video-controls {
	top: 380px;
    left: 85px;
}

#video_lsf {
	left:85px;
	top:104px;
}

#introContainer {
	width:1258px;
	height:825px;
	    left: 91px;
    position: absolute;
    top: 50px;
}

#titre_img {
	
    -webkit-transform: scale(0.75); 
    
    -ms-transform: scale(0.75); 
   
    -moz-transform: scale(0.75);
   
    transform: scale(0.75);
	
	top:346px;
	left:285px;
}


#conteneur_preload_async {
	color:#774a27;
	font-size: 13px;
	font-weight: 100;
	margin-left: 7px;
}

.prcAsync {
	font-weight: 600;
}

.boutons_menu {

	width:56px;
	height:56px;
	position:absolute;
    background-repeat: no-repeat;
    background-size: 56px 177px;
	
	background-position: 0px 0px ;

}

.bouton_menu_hover {
	background-position: 0px -120px ;
}

.bouton_menu_actif, .bouton_menu_actif:hover {
	background-position: 0px -60px ;
	
	 -webkit-transform: scale(1);
  
    -ms-transform: scale(1);   
   
    -moz-transform: scale(1);
   
    transform: scale(1);
}

.boutons_fin {

	width:75px;
	height:75px;
	position:absolute;
    background-repeat: no-repeat;
    background-size: 75px 237px;
	
	background-position: 0px 0px ;

}

.bouton_fin_hover {
	background-position: 0px -161px ;
}

.bouton_fin_actif, .bouton_fin_actif:hover {
	background-position: 0px -80px ;
	
	 -webkit-transform: scale(1);
  
    -ms-transform: scale(1);   
   
    -moz-transform: scale(1);
   
    transform: scale(1);
}

.boutons_jeux {

	width:50px;
	height:50px;
	position:absolute;
	background-repeat: no-repeat;
	background-size: 50px 158px;

	background-position: 0px 0px ;

}

.bouton_jeux_hover {
	background-position: 0px -107px ;
}

.bouton_jeux_actif, .bouton_jeux_actif:hover {
	background-position: 0px -53px ;

	-webkit-transform: scale(1);

	-ms-transform: scale(1);

	-moz-transform: scale(1);

	transform: scale(1);
}

.boutons_options {

	width:60px;
	height:60px;
	position:absolute;
    background-repeat: no-repeat;
    background-size: 60px 180px;
	
	background-position: 0px 0px ;

}


.bouton_options_actif {
	background-position: 0px -60px ;
}

.bouton_options_hover {
	background-position: 0px -120px ;
}

.bouton_revenir {

	left:1460px;
	top:-17px;
	width:106px;
	height:30px;
	position:absolute;
    background-repeat: no-repeat;
    background-size: 106px 60px;
	
	background-position: 0px 0px ;

}


.bouton_revenir_hover {
	background-position: 0px -30px ;
}

.bouton_valider {
	left:631px;
	top:432px;
	width:124px;
	height:50px;
	position:absolute;
	background-repeat: no-repeat;
	background-size: 124px 150px;

	background-position: 0px 0px ;

}


.bouton_valider_erreur {
	background-position: 0px -100px ;
}

.bouton_valider_succes {
	background-position: 0px -50px ;
}

.titre_h1 {
	position: absolute;
    top: 29px;
}

.titre_h2 {
	top: -180px;
    left: -1010px;
    width: 920px;
    height: 50px;
    font-weight: bold;
    font-family: 'Zona Pro';
    font-size: 37px;
    position: absolute;
    color: #333333;
    letter-spacing: 2px;
    text-align: right;
}

.titre_h3 {
	top: -133px;
    left: -550px;
    width: 420px;
    height: 35px;
    font-weight: bold;
    font-family: 'Zona Pro';
    font-size: 32px;
    position: absolute;
    color: #FFFFFF;
    letter-spacing: 3px;
}

h4 {
	font-size: 25px;
	font-weight: bold;
	color:#dc1c1c;
}

h5 {
	font-size: 18px;
	color: #dc1c1c;
	margin-top: 5px;
	margin-bottom: 5px;
}

#etapesCouronne {
	width:100%;
	height:100%;
	background-color: #736357;
	position: absolute;
	display: none;
}

.ligne_credits {
	position:absolute;
	left:40px;
	height:67px;
}

.ligne_credits > a {
	/*position: initial !important;*/
	width:600px !important;
}

.credits_footer {
	position:absolute;
	left:40px;
	height:67px;
}

.texte_credits_right {
	position: absolute;
	height: 600px;
	width:630px;
	top: 20px;
	left: 740px;
	font-size:16px;
	display: none;
	font-weight: 100;
}

.texte_credits_right a {
	display: inherit;
}

.texte_credits {
	left:80px;
	position: absolute;
	height: 67px;
	width:400px;
	font-size:17px;
}


.titre_credits {
	position: absolute;
	left:90px;
	top:17px;
	border-bottom: dashed;
	border-width: 1px;
	border-color: #ab5527;
	font-size: 14px;
}


#etoile_conteneur {
	width: 606px;
	height: 737px;
	background-color: #fffff7;
	position: absolute;
	top: 40px;
	left: 430px;
	opacity: 0.95;
}

#menu_plus {

	position: absolute;

	color: #f4f9ff;
	font-size: 19px;
	letter-spacing: 0.05em;
	background-color: #306ba7;
	padding-left: 30px;

}

#menu_plus a {
	display: inline-block;
	text-decoration: none;
	color:#FFF;
	/*border-bottom: dotted;
	border-width: 1px;*/
}

.separateur {
	margin-left:20px;
	margin-right: 20px;
}

.menu_plus_actif, .menu_plus_actif a {
	font-weight: bold;
}


.gauche_plus {
	width: 700px;
	height: 670px;
	padding-left:10px;
	padding-right: 10px;
	left:0px;
	position: absolute;
}

.droite_plus {
	width: 700px;
	height: 670px;
	padding-left:10px;
	padding-right: 10px;
	left:720px;
	position: absolute;
}

.milieu_plus {
	top: 160px;
	width: 1380px;
	/*height: 710px;*/
	font-size: 16px;
	line-height: 25px;
	/*overflow-y: auto;*/
}

.milieu_plus h3 {
	font-size: 23px;
	color: #dc1c1c;
	margin-top: 30px;
	margin-bottom: 10px;
}

.milieu_plus h4, .milieu_plus h5 {
	font-size: 19px;
	color: #05586d;
	margin-top: 20px;
	margin-bottom: 5px;
}

.milieu_plus p {
	margin-top:12px;
	margin-bottom:12px;
}

.milieu_plus li {
	display: list-item;
	margin-left: 20px;
}

.textes_onglets {
	margin-left: 30px;
	margin-right: 30px;
}

.textes_onglets a {
	position: relative !important;
	width: auto !important;
}

.liens_pdf {
	border-bottom: 1px dashed #7b7878;
	bottom: 30px;
	margin-left: 10px;
}

.img_rel {
	position: relative;
}

.images_plus {
	position: relative;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}