@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Open';
src: url('typo/OpenSans.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Open';
src: url('typo/OpenSans-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Komyca';
src: url('typo/Komyca.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

body,html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open'; 
	font-size: 16px;
	background-color: #000000;
}

/* TYPO ------------------------------------ */
p{ margin: 0; padding: 0; }
.titreConn{
	width: 100%;
	font-size: 1.2em;
	color: #222222;
	text-align: center;
	font-weight: bold;
	position: relative;
	float: left;
	margin: 15px 0;
}

.explication{
	font-style: italic;
	color: #FFA529;
	font-size: 0.9em;
}

.phraseReponse{
	text-shadow: 0 0 5px #000000;
	font-size: 1.4em;
	font-weight: bold;
}

.bleu{ color: #008b8b; }
.orange{ color: #f29400; }

/* ---------------------------------------- */

/* BASE ----------------------------------- */
.contenuGeneral{
	width: 100%;
	max-width: 650px;
	height: 100%;
	background-color: #222222;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}

#Haut{
	width: 100%;
	height: 70px;
	position: relative;
	float: left;
	z-index: 5;
}
#Haut.interne{
	border-bottom:2px solid #f29400;
}
.logoHaut{
	position: relative;
	float: left;
	left: 10px;
}
.logoHaut img{ max-height: 70px; width: auto; }

.bMenu{
	width: 60px;
	height: 60px;
	border-radius: 4px;
	background-color: #008b8b;
	color:#ffffff;
	font-size: 0.9em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	float: left;
	top: 5px;
	right: 5px;
}
.bMenu > div{ position: relative; float: left; }
.bMenu img{ max-width: calc(100% - 8px); height: auto; }
.bMenu.quit{
	width:50px;
	height: 50px;
	font-size: 0.6em;
	overflow: hidden;
}
.bMenu.quit img{ width: auto; height:30px; }

.sMenu{
	width: 100%;
	color: #ffffff;
	position: absolute;
	float: left;
	box-shadow: 0 0 10px #111111;
	opacity: 0;
}
.hautSMenu{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ffffff;
	background-color: #008b8b;
	position: relative;
	float: left;
	padding: 10px 0 5px 0;
}
.bCloseSMenu{
	color: #ffffff;
	text-decoration: none;
	position: relative;
	float: right;
	margin-right: 10px;
	display: flex;
	align-items: center;
	gap:0 5px;
}
.bCloseSMenu img{
	max-width: 30px;
	height: auto;
}
.bSmenu{
	width: 100%;
	height: 35px;
	text-align: center;
	position: relative;
	float: left;
	padding: 5px 0;
	border-bottom: 1px solid #026969;
	background-color: #008b8b;
}
.bSmenu p{
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.3em;
	position: absolute;
	float: left;
	top: 50%; 
	transform: translateY(-50%);
}

.bandConn{
	width: 100%;
	height: 100px;
	position: fixed;
	float: left;
	bottom: 0;
	z-index: 2;
}
.blocCamp{
	width: calc(100% - 40px);
	max-width: 450px;
	height: 100%;
	background-color: #008b8b;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.formCamp{
	width: 100%;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}
.titreCamp{
	width: 100%;
	font-size: 1em;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	position: relative;
	float: left;
}
.infoCamp{
	width: calc(100% - 140px);
	position: relative;
	float: left;
}
.decoBlocCamp{
	width: 100%;
	height: 50%;
	background: linear-gradient(180deg, rgba(255,205,64,1) 0%, rgba(255,145,30,1) 100%);
	position: absolute;
	float: left;
	z-index: 1;
	bottom: 0;
	left: 0;
}


.boutonMenuP{
	width:80px;
	height: 35px;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(180,180,180,1) 0%, rgba(200,200,200,1) 100%);
	border: 1px solid #ffffff;
	position: relative;
	float: left;
	padding: 0 5px;
}
.boutonMenuP p{
	width: 100%;
	text-align: center;
	font-size: 1em;
	color: #000000;
	position: absolute;
	float: left;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#PageCentrale{
	width: 100%;
	height: calc(100% - 120px);
	color: #ffffff;
	background-color: #222222;
	overflow: auto;
	position: relative;
	float: left;
	padding-top: 20px
}
#PageCentrale.accueil{
	height: calc(100% - 180px);
}

/* BOUTON -------------------------- */

.boutonSub{
	width:150px;
	border: 0;
	border-radius: 8px;
	font-family: 'Open';
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	text-shadow: 0 0 5px #000000;
	background: linear-gradient(180deg, rgba(255,205,64,1) 0%, rgba(255,145,30,1) 100%); 
	position: relative;
	float: left;
	clear: both;
	left: 50%; 
	transform: translateX(-50%);
	margin: 10px 0;
	padding: 10px 0;
	cursor: pointer;
}

.boutonSub.tuto{
	background: linear-gradient(180deg, rgba(7,97,98,1) 0%, rgba(21,143,144,1) 100%); 
}

/* FORMULAIRE ----------------------- */

.chpConn{
	width: 90%;
	/*height: 30px;*/
	color: #000000;
	font-family: 'Open';
	font-size: 1em;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #008b8b;
	position: relative;
	float: left;
	left: 50%; 
	transform: translateX(-50%);
	margin: 5px 0;
	padding: 10px 0;
	clear: both;
}
.chpConn::placeholder{ color: #666666; }
.subConn{
	width:150px;
	border: 0;
	border-radius: 8px;
	font-family: 'Open';
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	text-shadow: 0 0 5px #000000;
	background: linear-gradient(180deg, rgba(255,205,64,1) 0%, rgba(255,145,30,1) 100%); 
	position: relative;
	float: left;
	clear: both;
	left: 50%; 
	transform: translateX(-50%);
	margin: 10px 0;
	padding: 10px 0;
	cursor: pointer;
}
.subCamp{
	width:120px;
	border: 0;
	border-radius: 8px;
	font-family: 'Open';
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	text-shadow: 0 0 5px #000000;
	background: linear-gradient(180deg, rgba(255,205,64,1) 0%, rgba(255,145,30,1) 100%); 
	position: relative;
	float: left;
	margin: 7px 0;
	padding: 10px 0;
	cursor: pointer;
}

.chpReponseJeu{
	max-width: calc(100% - 120px);
	/*height: 30px;*/
	color: #000000;
	font-family: 'Open';
	font-size: 1em;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #008b8b;
	position: relative;
	float: left;
	margin: 5px 0;
	padding: 10px 0;
	margin-right: 15px;
}
.chpReponseJeu::placeholder{ color: #666666; }
.subReponse{
	width:100px;
	border: 0;
	border-radius: 8px;
	font-family: 'Open';
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	text-shadow: 0 0 5px #000000;
	background: linear-gradient(180deg, rgba(255,205,64,1) 0%, rgba(255,145,30,1) 100%); 
	position: relative;
	float: left;
	margin: 5px 0;
	padding: 10px 0;
	cursor: pointer;
}


/* POPUP ------------------------------ */
.trameCapture{
	width: 100%;
	height: 100%;
	background-color: rgba(0,139,139,0.8);
	position: fixed;
	float: left;
	top: 0;
	left: 0;
	z-index: 10;
}
.bClosePopup{
	width: calc(100% - 10px);
	border-radius: 4px;
	padding: 5px;
	text-align: center;
	background-color: #333333;
	color: #ffffff;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.bClosePopup a{ text-decoration: none; color: #ffffff; }
.captureTxt{
	max-width: 100%;
	text-align: center;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
}

.messErreur{
	width: 320px;
	max-width:calc(100% - 10px);
	min-height: 100px;
	background-color: #dddddd;
	border-radius: 8px;
	border:2px solid #008b8b;
	padding: 3px;
	position: absolute;
	float: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
}

/* ACCUEIL & CONNEXION ------------------ */
.blocConn{
	width: 320px;
	max-width:calc(100% - 10px);
	min-height: 100px;
	background-color:#008b8b; 
	border-radius: 8px;
	padding: 3px;
	position: absolute;
	float: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.caseConn{
	width: 100%;
	height: 100%;
	color: #7d1e80;
	background-color: #ffffff;
	border-radius: 8px;
	position: relative;
	float: left;
	padding: 10px 0;
}
.blocLangue{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	float: left;
}
.cercleBouton{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border:1px solid #333333;
	position: relative;
	float: left;
	margin: 10px;
}
.cercleBouton p{
	width: 100%;
	text-align: center;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}
.cercleBouton a{
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: none;
}
.cercleBouton img{
	max-width: 50%;
	height: auto;
}
	

/* ACCUEIL ------------------------- */
.flexAcc{
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.logoAcc{
	max-width: calc(100% - 10px);
	position: relative;
	float: left;
	margin-bottom: 30px;
}
.logoAcc img{ max-width: 100%; height: auto; display: block; }
.txtAcc{
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	position: relative;
	float: left;
}

/* CONCEPT --------------------- */
.paraConcept{
	width: calc(100% - 40px);
	position: relative;
	float: left;
	margin: 0 0 30px 20px;
	z-index: 2;
}
.titreConcept{
	width: 100%;
	position: relative;
	float: left;
	display: flex;
	align-items: center;
	gap:0 10px;
	margin-bottom: 10px;
}
.puceConcept{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #f29400;
	position: relative;
	float: left;
}
.motConcept{
	font-size: 1.5em;
	font-weight: bold;
	height: 35px;
	position: relative;
	float: left;
}
.motConcept img{ max-height: 100%; width:auto; display: block; }

.decoSac{
	max-width: 33%;
	position: fixed;
	float: left;
	top: 80px;
	left: 0;
	z-index: 1;
}
.decoSac img{ max-width: 100%; display: block; }
.decoChap{
	max-width: 33%;
	position: fixed;
	float: left;
	bottom: 100px;
	right: 0;
	z-index: 1;
}
.decoChap img{ max-width: 100%; display: block; }

.titreFAQ{
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #f29400;
	position: relative;
	float: left;
}


/* PAGE JEU ------------------------ */
.titrePage{
	font-family:'Komyca';
	font-size: 2em;
	text-align: center;
	color: #ffffff;
	position: relative;
	float: left;
	margin: 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #f29400;
	left: 50%;
	transform:translateX(-50%);
	clear: both;
}
.txtPage{
	width: calc(100% - 10px);
	padding: 5px;
	position: relative;
	float: left;
}

.flexCentre{
	width: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.expliNiv{
	text-align: center;
	background-color: #222222;
	border-radius: 10px;
	padding: 10px;
	margin: 0 10px;
	position: relative;
	float: left;
}
.img50{
	max-width: 50px;
	height: auto;
}

.listeJeu{
	width: 100%;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 20px;
}
.blocJeu{
	width:calc(100% - 30px);
	height: 100px;
	background-color: #008b8b;
	border:1px solid #dddddd;
	border-radius: 8px;
	position: relative;
	float: left;
	padding: 5px 0;
	margin-bottom: 20px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.visuJeu{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	float: left;
	background-color: #ffffff;
	margin-left: 5px;
	overflow: hidden;
}
.infoJeu{
	width:calc(100% - 250px);
	color: #ffffff;
	position: relative;
	float: left;
	margin: 0 5px;
}
.titreJeu{
	width: calc(100% - 10px);
	border-bottom:1px solid #ff9721;
	border-left:4px solid #ff9721;
	padding-left: 5px;
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	float: left;
	margin-bottom: 5px;
}
.accrocheJeu{
	width: calc(100% - 20px);
	position: relative;
	float: left;
	padding: 0 10px;
}
.niveauJeu{
	width: 60px;
	height: 100%;
	padding: 5px;
	border-left: 1px solid #222222;
	position: relative;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icoNivJeu{
	width: 30px;
	position: relative;
	float: left;
}
.icoNivJeu img{ max-width: 100%; display: block; }

.boutJeu{
	width: 80px;
	height: 100%;
	padding: 5px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background: linear-gradient(180deg, rgba(255,205,64,1) 0%, rgba(255,145,30,1) 100%);
	position: relative;
	float: left;
}
.boutJeu a{
	width: 100%;
	font-size: 1em;
	text-align: center;
	text-shadow: 0 0 5px #000000;
	color: #ffffff;
	text-decoration: none;
	position: absolute;
	float: left;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.icoBouton{
	position: relative;
	float: left;
}
.icoBouton img{ max-width: 50%; height: auto; }

