/*********************************************************************************/
/*********************************************************************************/
/*                          CHARTE GRAPHIQUE SITE      				             */
/*********************************************************************************/
/*********************************************************************************/
/*IMPORT POLICE*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Delius+Swash+Caps&display=swap');/* Import police runique */
@import url('https://fonts.googleapis.com/css2?family=Uncial+Antiqua&display=swap');

.delius-swash-caps-regular {
  font-family: "Delius Swash Caps", cursive;
  font-weight: 400;
  font-style: normal;
}
span.etape_resume
{
    /* font-size: large; */
    /* text-decoration: underline; */
    color: #000000;
    font-weight: 900;
    /* font-synthesis-small-caps: revert; */
    border-radius: 7px;
    padding: 2px;
    background: linear-gradient(135deg, #ffd36b, #f4ac64);
    margin-right:5px;
}

.hiddenForm
{
	display: none;
}

#loader {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  font-family: sans-serif;
  color: #333;
}

.spinner {
  border: 6px solid #eee;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



html{
	height : 100%;
}
body{
	min-height: 100%;
	/*background : url('./img/background/back_blue.png') no-repeat;*/
	background-size: cover;

	color: #4a4a4a;
	font-family: 'Open Sans', sans-serif;
	/*background:white;*/
	background-color : #9EAFFF;
	width : 100%;
	margin:auto;

	  background: radial-gradient(circle at 20% 20%, #1a1035, #090510 80%);
  background-attachment: fixed;
}


#main_titre {
  font-family: 'Uncial Antiqua', serif;
  font-size: 6vw;
  text-align: center;
  color: #ffd36b;
  text-shadow: 0 0 8px rgba(210,139,255,0.8),
               0 0 20px rgba(125,227,255,0.5);
  margin-top: 50px;
}


#information_bulle
{
	background : black;
	color : white;
	display : none;
	border-radius: 5px;
	padding : 5px;
	position: fixed;
	bottom : 5px;
	right: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size : 100%;

}

#information_decouverte
{
	background : #F7F7F7;
	color : black;
	border : 1px solid black;
	display : none;
	border-radius: 5px;
	padding : 5px;
	position: fixed;
	top : 5%;
	right: 50%;
	 transform: translate(50%);
	font-family: 'Open Sans', sans-serif;
	font-size : 100%;
}

#active_decouverte
{
	position : absolute;
	top : 5px;
	right : 5px;
	padding : 5px;
	border : 1px solid black;
	background : white;
}



.stickyButton
{
	position: sticky;
	top : 30px;
}

button, input[type=submit], input[type=file]/*,input[type=text]*/{
	color: #4a4a4a;
	font-family: 'Open Sans', sans-serif;
	background:white
	border : 3px solid #4a4a4a;
	font-size : 100%;
	padding : 5px;
	margin : 10px;
	border-radius : 5px;
}
/*
input[type=text]{
	border : 3px #4a4a4a;
}*/

h1, h1 a
{
	color: black;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size : 30px;
	/*font-weight : 900;*/
	text-decoration: none;
}

h1 a:hover
{border-bottom: 2px solid #f4ac64;	
}

h2
{
	font-size : 150%;
	/*text-decoration : underline;*/
	/*font-variant : small-caps;*/
	/*background : red;*/
	color : #4a4a4a;
	padding : 0px;
	line-height: 120%;
	margin-bottom : 10px;
	margin-top : 10px;
	width : 100%;
	/*background : orange;*/
}
h2 img
{
	height : 35px;
	position : relative;
	top : 5px;
}

h3 /*msg bienvenu */
{
	color: black;
	font-family: 'Delius Swash Caps', sans-serif;
	    font-size: 6vw;
	/*font-weight : 900;*/
	text-align : center;
	text-decoration: none;
}

.introduction
{
	font-style : italic;
}

#maintenance
{
    background: red;
    color: white;
    padding: 10px;
    float: top;
    width: 100%;
    font-size: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#attention_maintenance
{
    height: 30px;

}

.presentation img 
{
	width : 50%;
	position: relative;
	left: 25%;
	margin : 20px;
	border: 1px solid black; 
}
/*  
	Bordures
*/
.param_calc
{
	cursor: pointer;
}

#parametre, .generic_state, #serie_calc_mental, .param_calc, #liste_presentation_item
{
	padding : 5px;
	border-top : 3px solid #4a4a4a;
	color : #4a4a4a;
	background : white;
	/*width : 80%;*/
	position : relative;
	/*left : 10%;*/
	margin : auto;
	margin : 10px;
	margin-bottom : 20px;
}

#parametre:hover,.generic_state:hover,#serie_calc_mental:hover,.param_calc:hover,#liste_presentation_item:hover
{
	background : #cccccc;
}

#footer_top{
	padding : 10px;
	color : white;
	margin-top : 30px;
	background-color : #24252a;
}

#footer_bottom{
	padding : 10px;
	color : white;
	background-color : #373941;
	height : 150px;
}

#login, #mdp
{
	font-size : 500%;
	width : 100%;
}

.titre_button
{
	width: max-content;
    padding-right: 30px;
    cursor: pointer;

    font-size: 2vh;
}

.titre_button:hover
{
	background: #eeeeee;
    border-radius: 20px;
}

.titre_button img {    
margin-right : 10px;            
}



/*********************************************************************************/
/*********************************************************************************/
/*                          TOP MENU       				             */
/*********************************************************************************/
/*********************************************************************************/
#logo{
	padding : 10px;
	background : black;
	color : white;
	font-size : 70px;
	font-family: 'Montserrat', sans-serif;
}

#top_menu
{
	position : relative;
	width : 100%;
	background : #F7F7F7;
	font-size : 3vh;
	padding-top : 15px;
	padding-bottom : 15px;
}
#top_menu a
{
	text-decoration : none;
	position : relative;
	border-radius: 0px;
	color : white;
	margin-left : 50px;
	color : #666666;
}
#top_menu a:hover
{
	text-decoration : none;
	/*border-bottom : 2px solid  #f4ac64;*/
}

#top_menu img
{
position: relative;
    top: -10px;
    left: -10px;
    display: none;
}

nav{
    width: 95%;
    margin: 0 auto;
	border : 3px solid #ededed;
    background-color: white;
    /*position: fixed;*/
    top: 0px;
    margin-bottom : 30px;

    color : #4a4a4a;
	text-decoration : none;
	padding-right : 30px;
	
	/* POLICE */
	font-size : 100%;
	font-family: 'Roboto', sans-serif;
}

nav ul{
    list-style-type: none;
}

nav ul li{
    float: left;
    width: 15%;
    text-align: center;
    position: relative;
}

nav ul::after{
    content: "";
    display: table;
    clear: both;
}

nav a{
    display: block;
    text-decoration: none;
    color : #4a4a4a;
    border-bottom: 2px solid transparent;
    padding: 10px 0px;
}

nav a:hover{
    color: orange;
    border-bottom: 2px solid gold;
}

.sous{
    display: none;
    box-shadow: 0px 1px 2px #CCC;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 289;
}
nav > ul li:hover .sous{
    display: block;
}
.sous li{
    float: none;
    width: 100%;
    text-align: left;
}
.sous a{
    padding: 10px;
    border-bottom: none;
}
.sous a:hover{
    border-bottom: none;
    background-color: RGBa(200,200,200,0.1);
}
.deroulant > a::after{
    content:" ▼";
    font-size: 12px;
}

.conteneur{
  margin: 50px 20px;
  height: 1500px;
}
/*********************************************************************************/
/*********************************************************************************/
/*                          CHRONOMETRE       				             */
/*********************************************************************************/
/*********************************************************************************/


#timer
{
	width : 90%
	margin : auto;
	margin-bottom : 50px;
	height : 10px;
	background: black;
	border : 2px solid black;
}

#chrono
{
	width : 100%;
	float : left;	
	height : 10px;
	background: green;
}


/*********************************************************************************/
/*********************************************************************************/
/*                          INDEX  PRESENTATIONS       				             */
/*********************************************************************************/
/*********************************************************************************/
#element, #send_file_form
{
	padding : 5px;
	border : 2px solid orange;
	color : #4a4a4a;
	background : white;
	width : 95%;
	margin : 10px;
	height : 40px;
}

#liste_presentation_item button
{
	float : right;
}

/*********************************************************************************/
/*********************************************************************************/
/*                          GENERER  PRESENTATIONS       			          */
/*********************************************************************************/
/*********************************************************************************/


element a
{
	border-radius:12px;
	background: rgb(46, 36, 60);
	border: 3px solid white;
	color:white;
	font:bold 12px Verdana;
	padding:6px 0 6px 0;
	margin : auto;
	margin : 10px;
	padding : 5px;
	text-align : center;
}

#form_afficher_personnage img
{
	height : 50px;
}

#menu_left_generer_presentation
{
	margin-bottom : 30px;
	width : 80%;
	background : white;
	padding : 10px;
	position : relative;
	left : 8%;
	border : 5px solid orange;
}

#states
{
	margin-bottom : 50px;
	z-index: -2;
	line-height: 2.5;
}

#states textarea
{
	width : 90%;
	position: relative;
	left: 5%;
	margin : 20px;
	font-size : 100%;
	font-family: 'Roboto', sans-serif;
}

.title
{
	/*background : orange;
	color : black;
	font-style : bold;
	padding : 5px;
	margin-bottom : 10px;*/
}

.indiceElmt
{
	border : 2px solid orange;
}


/************************* RADIO BUTTON ***********************/
#widget_background_selection{
}

.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;
}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label>img {
  border: 1px dashed #444;
  width: 150px;
  height: 150px;
  transition: 500ms all;
}

input[type=radio]:checked + label>img {
  transform: 
    rotateZ(-10deg) 
    rotateX(10deg);
}

div[id^='widget_dialog_tree'] 
{
	position : relative;
	left : 100px;
	border : 3px solid red;
}


/*********************************************************************************/
/*********************************************************************************/
/*                          GENERER  CALC				       			          */
/*********************************************************************************/
/*********************************************************************************/


#buttonGenererCalcul{
	/*position: -webkit-sticky;
	position: sticky;
	top: 200px;
	left : 0px;*/
}
#qrcodeCalcul 
{
	display : none;
	width : 30%;
	position : absolute;
	left : 35%;
	top :10%;
	border : 1px solid black;
	background : white;
	z-index : 400;
}
#qrcodeCalcul img
{
	width : 90%;
	position : relative;
	left : 5%;
}
#qrcodeCalcul button
{
	width : 90%;
	margin-left : Opx;
	position: relative;
	left: 5%;
}

#sticky_menu
{
 position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 200;
        background:white; 
}

/*********************************************************************************/
/*********************************************************************************/
/*                          CHRONO LECTURE NOTES       			          */
/*********************************************************************************/
/*********************************************************************************/
.eleve_note{
	width : 90%;
	margin : 0%;
	border : 1px solid grey;
	padding : 3px;
}

/*********************************************************************************/
/*********************************************************************************/
/*                          CHRONO LECTURE ENSEIGNANT       			          */
/*********************************************************************************/
/*********************************************************************************/
.eleve_link{

	border:1px solid #4a4a4a;
	padding:5px;
	box-shadow:3px 3px 12px #999;
	background:#f0f0f0;	
	width : 45%;	
	margin : auto;
	margin: 1%;
	color: black;
	border-radius : 0px;
	display : inline-block;
	font-size : 160%;
	float : left;
	text-align : center;
}

button[id^='icone_eval'] 
{
	background : none;
	border : none;
}

#chrono_lecture_enseignant_timer
{
	margin : auto;
	text-align : center;
	font-size : 500%;
}

.timerButton
{
	margin : auto;
	display : block;
	border-radius : 5px;
	border : 1px solid red;
}


/*********************************************************************************/
/*********************************************************************************/
/*                          QR CODE			       			          */
/*********************************************************************************/
/*********************************************************************************/

#qrcode img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#content
{
	width : 100%;
}
/*********************************************************************************/
/*********************************************************************************/
/*                          GESTION CLASSE				       			          */
/*********************************************************************************/
/*********************************************************************************/

.display_liste_append_button
{
	font-size : 200%;
	border : none;
	background:  : none;
}

.gestionnaire_info_eleve
{
	font-size : 50%;
	color : red;
}

#gestion_classe_panel {
    position: fixed;
    left: 7%;
    top: 5%;
    width: 80%;
    border: 5px solid orange;
    background: white;
    padding: 2%;
    font-size: 300%;
}

#gestion_classe_panel   textarea, #gestion_classe_panel input[type=number]{
	font-size : 200%;
}

#gestion_classe_panel input[type=number]{
	width : 100px;
}

#gestion_classe_panel button {
	width : 90%;
	position : relative;
	left : 5%;
	margin-top : 20px;
	font-size : 7vh;
}

#gestion_classe_panel .small_button {
	width : 45%;
	margin-top : 10px;
}

#nom_0, #nom_1
{
	border:1px solid #4a4a4a;
	padding:2px;
	box-shadow:3px 3px 12px #999;
	background:#f0f0f0;	
	width : 100%;	
	margin : auto;
	margin-top: 10px;
	margin-right: 10px;
	color: white;
	border-radius : 0px;
	display : inline-block;
	/*font-size : 160%;*/
}
#nom_0:hover, #nom_1:hover
{
	color: orange;
}

#nom_0 img, #nom_1 img
{
	height : 35px;
	width : 100px;
	margin : 0px;
}

.counter
{
	border:1px solid #4a4a4a;
	padding:2px;
	box-shadow:3px 3px 12px #999;
	background:#f0f0f0;	
	width : 10%;	
	margin : auto;
	margin-top: 10px;
	margin-right: 10px;
	color: white;
	display : none;
	font-size : 300%;
	font-family: 'Roboto', sans-serif;
	color: black;
	text-align : center;
}


#affichage_eleve_classe
{
	border:2px solid #195e83;
	padding:5px;
	border-radius:2px;
	box-shadow:3px 3px 12px #999;
	background:#69bdd2;	
	height : 40px;
	margin: 5px;
	font:bold 15px Arial;
	color: white;
	width : 7%;
	display : inline;
	border-radius : 10px;
}

#gestionnaire_button_bottom button
{
	width : 90%;
	position : relative;
	left : 5%;
	margin-top : 20px;
	font-size : 350%;
}

#nom_1
{
	border: 5px solid orange;
}

#nom:hover
{
	color : orange;
}


#global
{
	height : 100%;
	border : 3px solid red;
}

#nom_en_cours
{
	border:4px solid orange;
	padding:10px;
	border-radius:2px;
	box-shadow:3px 3px 12px #999;
	background:white;	
	width : 90%;
	margin : auto;
	margin-top: 20px;
	text-align : center;
	color : black;
	font-size: 400%;
}
#nom_appel
{
	padding:5px;
	border-radius:2px;
	box-shadow:3px 3px 12px #999;
	background:#007419;	
	width : 20%;
	height : 20px;
	margin : auto;
	margin : 5px;
	text-align : center;
	color : white;
	font-size: 110%;
	border-radius : 10px;
	display : inline;
}
#appel_eleve
{
	height : 40px;
}

#bouton
{
	border:none;
	padding:6px 0 6px 0;
	box-shadow:3px 3px 12px #999;
	background:#69bdd2;
	font:bold 50px Arial;
	color: white;
	text-align : center;
	width : 50%;
	margin : auto;
	margin-top: 100px;
	border-radius : 20px;
}
#bouton:hover
{
	background:#1979a9;
}

#icone_liste, #remove_link, #append_link, #remarque_link
{
	height : 35px;
	width : 35px;
	float : left;
	background-color: Transparent;
	border: none;
	margin-left : 0px;
}
/*
#gauche
{
	height : 100%;
	width : 100px;
	float : left;
}*/

#nom
{
	font-size : 6vh;
	font-family: 'Roboto', sans-serif;
	color: black;
	text-align : center;

}

#remarques
{
	height : 30px;
}
#remarques img
{
	height : 15px;
	width : 15px;
}




#container_task {
    width:80%;
	margin : auto;
	margin-top: 20px;
	border : 3px solid red;
	height : 100px;
}

.left_task {
    width:auto;
    height:100%;
    overflow:hidden;
	border : 3px solid blue;
}
.right_taks {
    height:100%;
    width:100px;
    float:left;
	border : 3px solid green;
}




 {box-sizing: border-box;}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  top: 10%;
  right: 10%;
  border: 3px solid #f1f1f1;
  z-index: 9;
  width : 80%;
  height : 80%;
  margin : auto;
  background-color : rgba(0, 0, 0, 0.5);
}

#raison_point_ligne
{
	width : 90%;
	margin : auto;
	margin-top : 0.5%;
	height : 8%;
}

#raison_point_ligne2 
{
	width : 90%;
	margin : auto;
	margin-top : 2%;
}

/* Add styles to the form container */
.form-container {
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
#myForm button{
  background-color: #4CAF50;
  color: white;
  padding: 5px 5px;
  cursor: pointer;
  width: 47%;
  font-size: 1.5em;
  vertical-align: center;
  height : 100%;
  width : 49%;
  display : inline;
  border-radius:10px;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
} 

#elmt_line
{
	background-color: #4CAF50;
 	color: white;
  	padding: 16px 20px;
  	cursor: pointer;
  	width: 47%;
  	height : 100%;
  	font-size: 16px;
  	font-size: 2.5vw;
  	vertical-align: center;
  	border : 3px solid red;
  	margin : auto;
}


/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/
/*PORTAIL*/
/*******************************************************************************/
/*******************************************************************************/
/*******************************************************************************/


#prof_portail, 
#eleve_portail,
#maison_portail,
#classe_portail,
#youtube_portail,
#prof_portail_tel,
#prof_portail_combat,
#prof_portail_ordinateur,
#prof_portail_tableau
{
	float : left;
	height : 200px;
	width : 200px;
	margin : 50px;
	background-size: cover;
}
#codeCombat
{
	height : 100px;
	width : 500px;
	margin : 50px;
	font-size : 70px;
}

#return
{
	position : absolute;
	top : 30px;
	left : 30px;
}

#return img
{
	width : 50px;
}

a#portail
{
	margin : 50px;
	float : left;
}
#portail img
{
	height : 200px;
	width : 200px;
}

#allbuttonPortal button
{
	height : 100%;
	font-size : 70px;
}

#classe_portail
{
	background-image: url("img/icones/classe_portail.png");
}

#maison_portail
{
	background-image: url("img/icones/maison_portail.png");
}

#prof_portail
{
	background-image: url("img/icones/prof_portail.png");
}
#prof_portail_combat
{
	background-image: url("img/icones/combat_icone.png");
}
#prof_portail_tel
{
	background-image: url("img/icones/prof_portail_tel.png");
}
#prof_portail_ordinateur
{
	background-image: url("img/icones/prof_portail_ordinateur.png");
}
#prof_portail_tableau
{
	background-image: url("img/icones/prof_portail_tableau.png");
}
#eleve_portail
{
	background-image: url("img/icones/eleve_portail.png");
}
#youtube_portail
{
	background-image: url("img/icones/youtube_portail.png");
}
#prof_portail:hover
{
	background-image: url("img/icones/prof_portail_hover.png");
}
#eleve_portail:hover
{
	background-image: url("img/icones/eleve_portail_hover.png");
}


.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Texte caché */
.tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 140px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* au-dessus de l’élément */
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}

/* Petite flèche */
.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%; /* bas du tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Quand on survole → afficher */
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


#eleve_portail .tooltiptext, 
#prof_portail .tooltiptext,
#youtube_portail .tooltiptext,
#prof_portail_combat .tooltiptext,
#prof_portail_tel .tooltiptext,
#prof_portail_ordinateur .tooltiptext,
#prof_portail_tableau .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size : 200%;

    /* Position the tooltip */
    position: relative;
    top : 50%;
    left : 170px;
    z-index: 1;
}

#eleve_portail:hover .tooltiptext , 
#prof_portail:hover .tooltiptext,
#youtube_portail:hover .tooltiptext {
    visibility: visible;
}

#description
{
	background : black;
	color : white;
	border-radius: 	10px;
	padding : 20px;
	font-size : 5vh;
	text-align: center;
	width : 100%;
	margin-top : 50px;
	display : none;
	position : absolute;
	bottom : 0px;
	left: 50%;
	transform: translateX(-50%);
}

#allbuttonPortal
{
	margin : auto;
	position : absolute;
	top : 20%;
	left: 50%;
	transform: translateX(-50%);
	display : none;
	font-size : 70px;
	padding-bottom : 100px;
/*	width : 900px;*/
}


#allbuttonPortal a:hover
{
	border : none;
	text-decoration: none;
}

.menu_bouton
{
	background-color: black;
	color : white;
	border-radius: 15px;
	padding : 15px;
	font-size: 3vw;
}


/*  INFO BULLES  */


#inscription_classe, #popForm
{
  width : 50%;
  font-family: "font dialogue", Helvetica, Arial, sans-serif;
  /*height : 300px;*/
  position : fixed;
  top: 15%;
  left : 25%;
  border : 1px solid grey;
  background : white;
  border-radius : 15px;
  padding : 20px;
    z-index : 300;
  

      transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition:all .4s;
    -o-transition: all .4s;

    box-shadow: 1px 1px 12px #555;

  }

#inscription_classe.clicked, #popForm.clicked {
    left : -50%;
}

/*
#close_window
{
  z-index:  100;
  height : 30px;
  width :  30px;
  position : absolute;
  top: 2%;
  right : 2%;
  background : url("./../../style/img/icones/close_state.png");
  background-size: 100%;
}
*/


  #close_window {
    text-align: right;
    bottom: 20px;
    right: 20px;
    background: none;
    cursor: pointer;
}
  


#content_window
{
  width : 74%;
  position : relative;
  float : left;
  aspect-ratio: 3.75/1;
  font-size : 1.5vw;
}

#content_window input, #content_window textarea
{

  font-size : 1.5vw;
  width : 100%;
}

#pers_window
{
  width : 20%;
  position : relative;
  float : left;
  aspect-ratio: 1/1;
  margin-right : 5%;
  background : #d5d5d7 url("./../../upload/img/personnage/tempete_bd.png"); 
  background-size: 100%;
  border-radius: 200px;

  border : 1px solid grey;
}

#formulaire_window
{
  height : 50px;
  position : relative;
  margin : 5px;
  border : 1 px solid orange;
}

#next_window, #prec_window
{
	display : none;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(15deg);
    }
}

#bandeau
{
height: 5vh;
    margin: 0;
    width: 100%;
    background: black;
    color: black;
    padding-top: 1vh;
    padding-bottom: 1vh;
    border-bottom: 2px solid black;
}

#bandeau a {
        text-decoration: none;
    font-size: 2vh;

        font-family: 'Uncial Antiqua', serif;
    text-align: center;
    /* margin: 40px; */
    padding: 1vh;
    color: #ffd36b;
    background: rgb(0 0 0 / 40%);
    border: 2px solid #ffd36b;
    border-radius: 20px;
    max-width: 70%;
    line-height: 1.4em;
    box-shadow: 0 0 20px rgba(210, 139, 255, 0.4), inset 0 0 15px rgba(125, 227, 255, 0.2);
    text-shadow: 0 0 6px rgba(210, 139, 255, 0.8), 0 0 20px rgba(125, 227, 255, 0.5);
    animation: glowText 4s 
ease-in-out infinite alternate;
}

#bandeau #icone_tableau
{
	border: none;
    background: none;
    height: 100%;
    box-shadow: none;
    text-shadow:  none;
    padding : 0px;
    float:left;

}

#bandeau #icone_tableau img
{
	border: none;
    height: 100%;
}

#main_titre
{
   
      margin-left: 10px;
    text-align: left;
    /* margin-top: 10px; */
    font-size: 2vw;
    width: 20%;
    float: left;
    margin: 0;
    margin-left: 10px;
    margin-top: 1vh;
    float: left;
}

.link_bandeau
{
	cursor: pointer;
        float: right;
    margin-top: 1vh;
    margin-right:10px;
    /* padding: 1vh; */
    border-radius: 20px;
}

#accueil_link
{
    position: absolute;
    bottom: 15%;
    z-index: 300;
}

#accueil_link a
{

    font-family: 'Alfa Slab One', sans-serif;
    border: 3px solid #9eafff;
    border-radius: 5vh;
    padding: 2vh;
    font-size: 3vw;
    /* float: left; */
    text-align: center;
    text-decoration: none;
    color: white;
    background: #000000;

}

@media screen and (min-width: 1200px) {
  #accueil_link a {
     font-size: 30px;
  }
}

.link{
	margin: 6vh;
}

#accueil_perso
{
    height: 70%;
    position: absolute;
    bottom: 10%;
    right: 0%;
}

#accueil_link a:hover
{

	color : #9EAFFF;

}

.capture
{
	width : 80%;
	position: relative;
	left: 10%;
}

#captures_index
{
    position: absolute;
    top: 100%;    
    padding-top: 0px;
}

#inscription_button
{/*
    position: relative;
    width: 50%;
    padding: 2vh;
    font-size: 5vh;
    margin-top: 50px;
    margin-bottom: 50px;*/
}

#captures_index h2
{
	color : white;
	margin-bottom : 20px;
	text-align: center;
	font-size: 50px;
	font-family: 'Alfa Slab One', sans-serif;
    font-weight: 100;
    padding-left : 10%;
    padding-right : 10%;
    width : 80%;
}

.icone_nok, .icone_ok
{
   height : 15px;
}

/* The message box is shown when the user clicks on the password field */
.message {
  display:none;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
  margin-bottom : 10px;
}

.message p {
  padding: 10px 35px;
  font-size: 18px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
/*  content: "&#10004;";*/
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
 /* content: '&#10006';*/
}



/********* CODE CLASSE *************/
#img_code_classe img 
{
	width : 90%;
	position : absolute;
	left : 5%;
	border : 1px solid black;
}

#img_code_classe span 
{
	width : 60%;
	position : absolute;
	left : 20%;
	top : 40%;
	text-align : center;
	padding : 30px;
	border : 4px solid #F5BE27;
	color : black;
	background: white;
	font-size : 5vw;
	opacity: 0.7;
}

.small_bold
{
	font-size: 60%;
}







/* ==========================================================
   STYLE MODERN : Améliorations graphiques avec menu lumineux
   ========================================================== */

/* --- Menu de navigation --- */
nav {
  width: 100%;
  background: linear-gradient(90deg, #1a1035, #090510);
  box-shadow: 0 2px 15px rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 15px 0;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 50px;
  margin: 0;
  padding: 0;
}

nav ul li {
  display: inline-block;
}

nav a {
  font-size: 1.2em;
  font-weight: 600;
  color: #ffd36b;
  padding: 12px 18px;
  border-radius: 12px;
  position: relative;
  transition: all 0.3s ease;
  text-shadow: 0 0 6px rgba(210,139,255,0.8),
               0 0 12px rgba(125,227,255,0.6);
}



#top_menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #ffd36b, #f4ac64);
  transition: width 0.3s ease;
  border-radius: 2px;
}

#top_menu a:hover::after {
  width: 100%;
}

/* --- Titres --- */
h2 {
}

h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #ffd36b;
  margin-top: 5px;
  border-radius: 2px;
}

/* --- Bloc principal --- */
#corps {
  background: white;
  width: 95%;
  /*max-width: 1200px;*/
  margin: 40px auto;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  line-height: 1.6;
}

/* --- Boutons modernes --- */
button, input[type=submit], input[type=file] {
  background: linear-gradient(135deg, #ffd36b, #f4ac64);
  border: none;
  color: #1a1035;
  font-weight: bold;
  font-size: 2vh;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

button:hover, input[type=submit]:hover {
  background: linear-gradient(135deg, #f4ac64, #ff9f43);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* --- Fond de page --- */
body {
  background: radial-gradient(circle at 20% 20%, #1a1035, #0c0631 70%, #090510 100%);
  background-attachment: fixed;
}

.button-contact
{
	background: none; 
     border: none; 
     color: #1a1035; 
     font-weight: bold; 
     font-size: 2vh; 
     padding: 0px; 
     margin: 0px; 
     float: right;
     box-shadow: none;

    height: 90%;
    float: right;

}

.button-contact img
{
	height: 100%;
}


/*NEWS*/

.actualite_apercu {
background: #ffffff;
    border-radius: 14px;
    padding: 5px;
    margin: 1%;
    width: 100%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s 
ease, box-shadow 0.25s 
ease;
    cursor: pointer;
        width: 46%;
}

.actualite_apercu:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Titre */
.actualite_apercu h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    display: inline;
    margin: 10px;

  /*  flex: 1 1 45%; /* largeur flexible, ex. deux colonnes */
 */ box-sizing: border-box;
}

/* Auteur */
.actualite_apercu h5 {
    font-size: 0.95rem;
    font-weight: 400;
    color: #555;
    margin: 10px;
    display: inline;
   /* float: right;*/
}

/* Pour donner de la respiration */
#news-container {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.news-container a .actualite_apercu h4{
	text-decoration: none;
}

.news-container img {
	width : 50%;
	position: relative; 
    margin: 20px;
}

.news-container p {
    width: 100%;
    text-align: justify;
}

#contenu, #nom
{
		color : black;
		text-align : left;
		width : 80%;
		font-size: 20px;
}


.badge-epingle {
    position: relative;
    width: 90%;
    top: 0px;
    right: 0px;
    background: #ffcf33;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 12px;
    display: flex
;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}


/* Keyframes */
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-7deg);
  }
  20% {
    transform: rotateZ(5deg);
  }
  25% {
    transform: rotateZ(-5deg);
  }
  30% {
    transform: rotateZ(3deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}


@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 207, 51, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}





* Liste stylisée */
.scenario-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.scenario-list li {
    padding: 0em 0em;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 3em;
    transition: background 0.2s ease;
}

.scenario-list li:last-child {
    border-bottom: none;
}

/* Effet au survol */
.scenario-list li:hover {
    background: #f0f4ff;
}

/* Belle puce à gauche */
.scenario-list li::before {
    content: "✔";
    color: #4CAF50;
    font-weight: bold;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1em;
}

/* Responsive */
@media (max-width: 600px) {
    .scenario-list li {
        font-size: 1em;
        padding: 1em 1.2em;
        padding-left: 2.5em;
    }

    .scenario-list li::before {
        left: 0.8em;
    }
}


.param_etape
{
	width: 100%;
}