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

@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Roboto';
src: url('typo/Roboto-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Anton';
src: url('typo/Anton-Regular.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}

body,html{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto'; 
	font-size: 16px;
	background-color: #000000;
	color: #ffffff;
	/*background-image: url("img/trameGrille.png");
	background-repeat: repeat;*/
}

/* TYPO ------------------------------------ */
p{ margin: 0; padding: 0; }


.orange{ color:#ff5400; }
.jaune{ color: #ffa500; }
.grisClair{ color: #999999; }
.grisFonce{ color: #222222; }
.blanc{ color: #ffffff; }
.noir{ color: #000000; }
.legende{ font-size:0.8em; }
.grand{ font-size: 1.2em; }

.titre{
	font-size: 1.3em;
	font-weight: bold;
}

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


/* BASE ----------------------------------- */

.messageLogo{
	width: 0;
	height: auto;
	position: absolute;
	float: left;
	z-index: 0;
}
.messageLogo img{ max-width: 100%; height: auto; display: block; }

.contenuAccueil{
	width: 100%;
	max-width: 600px;
	height: 100%;
	background-color: #000000;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
}
.contenuAccueil.index{
	height: calc(100% - 130px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 130px;
}
.contenuAccueil.interne{
	background-image: url("img/trameGrille.png");
	background-repeat: repeat;
}

.titreBloc{
	width: 100%;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	float: left;
	margin-left: 5px;
}
.titreBloc::first-letter{
	color: #ffa500;
}

.trameDemi{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	float: left;
	top: 0;
	left: 0;
	z-index: 15;
}
.barreBouton{
	width: 100%;
	height: 35px;
	background-color:#ffa500;
	color: #222222;
	text-align: center;
	position: relative;
	float: left;
}
.barreBouton p{
	width: 100%;
	text-align: center;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}
.zoneBulle{
	width: 100%;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}
.blocBulle{
	width:calc(100% - 32px);
	border-radius: 8px;
	background-color: #222222;
	box-shadow: 0 0 5px #000000;
	padding: 5px;
	margin: 5px 10px;
	position: relative;
	float: left;
}
.infoBulle{
	width: 100%;
	text-decoration: none;
	position: relative;
	float: left;
	margin-top: 5px;
}

/* IMAGE & BOUTON ------------------- */

.imMW{
	max-width: 100%;
	height: auto;
	display: block;
}
.imMH{
	max-height: 100%;
	width: auto;
	display: block;
}

.bMDP{
	border:1px solid #ffa500;
	border-radius: 20px;
	padding: 5px 20px;
	color: #ffa500;
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	float: left;
	left: 50%;
	transform: translateX(-50%);
	clear: both;
	margin-top: 20px;
}

.boutonTransparent{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 10;
}

.boutRetour{
	width: 80px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	float: left;
}
.boutSon{
	width: 80px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	position: relative;
	float: left;
	cursor: pointer;
}

/* ACCUEIL ------------------------------------ */

.logoAcc{
	width: calc(100% - 60px);
	position: relative;
	float: left;
	margin-bottom: 60px;
}
.logoAcc img{ max-width: 100%; height: auto; }
.logoAcc.connexion{ margin: 0; }

.topConnexion{
	width: 100%;
	height: 30%;
	max-height: 200px;
	background-color: #000000;
	position: relative;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.basConnexion{
	width:100%;
	position: relative;
	float: left;
}
.zoneFormu{
	width: calc(100% - 40px);
	background-color: #222222;
	box-shadow: 0 2px 6px #000000;
	position: relative;
	float: left;
	margin: 10px 0;
	padding: 20px;
}

.blocCGU{
	width: calc(100% - 10px);
	max-height: 200px;
	overflow: auto;
	background-color: #999999;
	color: #000000;
	font-size: 0.9em;
	border-radius: 8px;
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	padding: 5px; 
}

.messErr{
	max-width: calc(100% - 32px);
	text-align: center;
	padding: 8px;
	border-radius: 8px;
	border:1px dashed #ff0000;
	background-color: #222222;
	color:#ff0000;
	position: relative;
	float: left;
	/*left: 50%;
	transform: translateX(-50%);*/
	clear: both;
	margin-top: 10px;
}

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

.chpStdFull{
	width: 100%;
	/*height: 30px;*/
	color: #ffffff;
	font-family: 'Roboto';
	font-size: 1em;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #ffa500;
	background-color: #222222;
	position: relative;
	float: left;
	left: 50%; 
	transform: translateX(-50%);
	margin: 5px 0;
	padding: 8px 0;
	clear: both;
}
.chpStdFull::placeholder{ color: #999999; }
.chpStdFull.mea{
	background-color: #000000;
	color: #ffa500;
}
.subStd{
	width:200px;
	max-with:calc(100% - 22px);
	border: 1px solid #ffa500;
	background-color: #000000;
	border-radius: 8px;
	font-family: 'Roboto';
	color: #ffa500;
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	position: relative;
	float: left;
	clear: both;
	left: 50%; 
	transform: translateX(-50%);
	margin: 10px 0;
	padding: 8px 0;
	cursor: pointer;
}
.subStd.bis{ border: 1px solid #ff5400;  }
.subStd.accueil{ color: #ffffff; }

.ligneTxtForm{
	width: 100%;
	position: relative;
	float: left;
	margin: 5px 0;
}
.ligneTxtForm.centrer{ text-align: center; }

.passOeil{
	width: 20px;
	height: 25px;
	background-image: url("img/ico-pass-oeil.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	float: left;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
.passOeil.barre{
	background-image: url("img/ico-pass-oeil-no.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/* WINNER ----------------------------------- */
.barreWinner{
	width: 100%;
	max-width: 650px;
	height: 110px;
	position: fixed;
	float: left;
	top:0;
	padding: 5px 0;
	left: 50%;
	transform: translateX(-50%);
}
.barreWinner::after{
	content: '';
	position: absolute;
	bottom: 0;
	width: calc(100% - 60px);
	height: 1px;
	background-color: #ffa500;
	left: 50%;
	transform: translateX(-50%);
}
.zoneWinner{
  height: 100%;
  display: flex;
  overflow-x: auto; /* Permet le défilement horizontal */
  white-space: nowrap; /* Empêche le saut de ligne des éléments */
  align-items: center;
}
.boutWinner{
	/*width: fit-content; /* Taille maximale basée sur le contenu */
	width:90px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	float: left;
	margin: 0 10px;
}
.visuBoutWinner{
	width: 75px;
	height: 75px;
	position: relative;
	float: left;
}
.visuBoutWinner img{ max-width: 100%; height: auto; }
.legendeBoutWinner{
	width: 100%;
	color: #999999;
	font-size: 0.8em;
	text-align: center;
	position: relative;
	float: left;
}

.barreTopWinner{
	width: 100%;
	height: 45px;
	position: relative;
	float: left;
	border-bottom: 1px solid #ffa700;
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.boutRetour{
	width: 80px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	float: left;
	margin: 0 5px;
}
.boutSon{
	width: 80px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	position: relative;
	float: left;
	cursor: pointer;
	margin: 0 5px;
}

.zoneVideo{
	width: 100%;
	height: calc(100% - 50px);
	overflow-x: auto;
    white-space: nowrap;
    display: flex;
	position: relative;
	float: left;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}
.diapVideo{ display: flex; }
.blocVideo{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    scroll-snap-align: center;
}
.diapVideo video {
    max-height: 100%; /* La vidéo occupe toute la hauteur du conteneur */
    max-width: 100%;
	object-fit: cover;
}
.diapVideo img {
    max-height: 100%; /* La vidéo occupe toute la hauteur du conteneur */
    max-width: 100%;
	object-fit: cover;
}

.popVisu{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	background-color: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	z-index: 10;
}
.infoPop{
	width: 100%;
	text-align: center;
	color: #ffffff;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}
.infoPopInterne{
	width: 100%;
	text-align: center;
	color: #ffffff;
	position: absolute;
	float: left;
	top: 50%;
	transform: translateY(-50%);
}


