/*pour IE...*/
html {font-size: 100%;}


body{
	margin:0px;
	padding:0px;
		padding-bottom: 20px;
text-align: center;
	
font-family:verdana, calibri, sans-serif;
font-size: 0.8em;


/*height: 100%;*/

/*background-image: url(images/fond_violet2.jpg);*/


-webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  background-attachment: fixed;
  
 /*background: linear-gradient(darkslateblue, indigo);*/
}




#title {

color:black;
text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
font-size: 2.5em;

margin-bottom: 1em;
margin-top: 1em;


}


.conteneur {

width: 80%;
margin:auto;
margin-bottom:2.5em;

}



.hover{
cursor:pointer;
}


#cadre_authentification{

/*border: white 1px solid;
display: table;
margin:auto;
padding-left: 40px;
padding-right: 40px;
border-radius: 5px;
box-shadow: 5px 5px 5px black;*/
padding: 15px;

background-color: rgba(255,255,255,0.7);

margin-bottom: 2.5em;
}

form{
margin: 0em;
}


#connexion_button{
margin-top: 1em;
}

.cadre{
display: inline-block;
vertical-align: top;
font-size: 1.5em;
font-weight: bold;
width: 31%;
margin-right: 2%;
/*border-radius: 5px;*/
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover; /* version standardisée */
color: rgb(0,0,100);
text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white; 
word-wrap: break-word;
box-shadow: 5px 5px 5px black;
}

.cadre_bg_image{
position: relative;
overflow: hidden;
}

.img_bg{
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-size: cover; 
 }


.cadre_exo{
padding-top: 1em;
}


.boutons_liens{
height: 150px;
line-height: 150px;
}


.ss_cadre{
display:inline-block ; 
line-height:normal ; 
vertical-align: middle;
}

#contact {
color: black;
position : fixed;
  width : 500px;
  left : 50%;
  margin-left : -250px;
  bottom: 5px;
}

#contact a{
color: black;
}


input[type='text'], input[type='password']{
  margin: 5px;
  /*border-radius: 5px;
  height: 2em;*/
  padding: 5px;

}

.titre_connexion{
  font-size: 1.5em;
}

.icone_connect{
margin-left: 10px;
}

#select_etab{
  height: 2em;
  /*border-radius: 5px;*/
  background-color: transparent;
  border: 1px solid black;
}

#select_add_etab{
  height: 2em;
 /* border-radius: 5px;*/
  border: 1px solid black;
}

select:focus, input:focus{
outline: none;
}

.edit_bar img{
margin-left: 3px;
margin-right: 3px;
vertical-align: middle;
cursor:pointer;
}

.edit_bar{
margin-left: 5px;
}

.btn_acces{
margin: 10px;
padding: 2px;
border: 1px solid silver;
color: silver;
display: inline-block;
}

.btn_acces_vert{
border: 1px solid #69E10F;
color: #69E10F;
}

div[name='acces_classe_niveau']{
width: 70%;
margin:auto;
margin-top: 20px;
margin-bottom: 20px;
padding:20px;
text-align: left;
background-color: rgba(0,0,0,0.8);
color: white;
}

div[name='nom_etab_acces']{
margin-top: 15px;
}

.ss_titres{
color: white;
font-size: 18px;
padding-left: 5%;
padding-right: 5%;
}

#div_etablissements{
padding:20px;
}

table.gestion{
color: white;
border-collapse: collapse;
font-size: 1em;
cursor: default;
}

table.gestion td, table.gestion th{
border:1px solid white;
padding:5px;
}

table.gestion img{
height: 16px;
margin-right: 7px;
}

#table_param_etab{
color: white;
border-collapse: collapse;
font-size: 1em;
cursor: default;
}

#table_param_etab td{
padding:5px;
}

table.formulaire{
font-size: 1em;
cursor: default;
}

#table_etabs{
margin:auto;
color: white;
border-collapse: collapse;
}


#table_etabs td{
padding:10px;
border:1px solid white;
font-size: 14px;
}

#table_etabs td img{
margin-right: 5px;
vertical-align: middle;
}

#table_eleves{
margin-top: 10px;
}

div[name='menu_admin']{
margin-bottom:1em;
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.bouton_menu_admin{
margin-left: 1em;
margin-right: 1em;
font-weight: bold;
padding: 10px;
background-color: rgba(255,255,255,0.5);

}

#div_admin{
font-size: 1.1em;

}

#div_gestion{
text-align:left ; 
padding:10px;
color: white;
}

#table_profs_demandes{
margin-top: 20px;
}

#overlay{
position: fixed;
background-color: rgba(0,0,0,0.5);
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 1;
}

#dialog_box{
display: table;
position: fixed;
left: 0;
right: 0;
top:20px;
bottom: 20px;
margin:auto;
width: 50%;
z-index: 3;
border-radius: 5px;
background-color: white;
padding:20px;
}

#import_box{
display: table;
position: fixed;
left: 0;
right: 0;
top:0;
bottom: 0;
margin:auto;
width: 90%;
z-index: 2;
border-radius: 5px;
background-color: white;
padding:20px;

}

#resultat_import{

text-align: left;
overflow-y: auto;;

}

#dialog_box div[name='boutons']{
	margin-top: 10px;
}


button{
margin-left: 5px;
margin-right: 5px;
}

button.onoff{
font-family: monospace;
}

button img{
vertical-align: middle;
margin-right: 3px;
}

div.titre_dialog_box{
font-weight: bold;
margin-bottom: 10px;

}

#chargement_div_gestion{
color: white;
margin-top: 20px;
text-align: left;
}

#table_eleves thead tr th.sortable{
padding-left: 25px;
padding-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
}

#message_erreur_import{
color: red;
font-size:1em;

}


div.echec{
color: red;
margin:20px;
padding:20px;
}

div.succes{
color: green;
margin:20px;
padding:20px;
}

.liste_comptes_echec{
font-size: 0.9em;
color: red;
border-collapse: collapse;
}

.liste_comptes_echec td{
border:1px solid red;
padding:2px;
}

.liste_comptes_echec th{
padding:3px;
}

.liste_comptes_succes{
font-size: 0.9em;
color: green;
border-collapse: collapse;
}
.liste_comptes_succes td{
border:1px solid green;
}
.liste_comptes_succes th{
padding:3px;
}

#import_csv{

margin-top: 40px;
padding:20px;
background-color: rgba(0,0,0,0.50);
}

#import_csv div.titre{
	text-align: center;
	font-weight: bold;

}

#import_csv div.titre img{
margin-left: 5px;
margin-right: 5px;

}

#import_csv button{
margin-top: 20px;
display: block;
}

#import_csv form{
	display: inline-block;
border: 1px solid white;
padding: 20px;
margin-top: 10px;
text-align: center;
}

span.radio_button{
margin:10px;
}

#astuce_url{
	width: 70%;
	margin:auto;
  margin-top: 20px;
  color: white;
  background-color: blueviolet;
  padding: 10px;
}

#astuce_url img{
margin-right: 10px;
vertical-align: middle;
height: 32px;
width: auto;
}

#astuce_url a, #astuce_url a:hover,  #astuce_url a:visited,  #astuce_url a:active {
color: white;
}

#lbl_echec_auth{
color:red; 
margin-bottom:10px;
margin-top: 10px;
}



#texte_aide{
text-align: left;
}

#texte_aide div:not(.ss_titre_aide){
margin:10px;
}

.ss_titre_aide{
margin-bottom: 2px;
/*font-size: 1.1em;*/
color: lightskyblue;
margin-top: 40px;
}

.ss_titre_aide img{
  vertical-align: middle;
  margin-right: 5px;
}


#div_niveaux img{
	margin-right: 5px;
	vertical-align: middle;
}



div.titreNiveau{
border:1px solid black;
/*border-radius: 5px;*/
box-shadow:3px 3px 8px black;

margin:auto;
margin-top: 5px;
margin-bottom: 15px;
width: 50%;
padding:15px;
font-size: 1.2em;
font-weight: bold;
}





.niveau_deploye{
background-color:rgba(255, 255, 255,0.7);
padding: 10px;
padding-bottom: 30px;
}

div[name='contenuNiveau']{
width: 65%;
margin:auto;
}

.titreChapitre{
	font-size:1.2em;
	padding:7px;
	margin-top:20px;
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:5px;*/
	border:1px solid black;

}

div[name='niveau'], div[name='add_niveau']{
margin-top: 40;

}

.contenuChapitre{
	color:white;
	padding:20px;
	background-color:rgba(0,0,0,0.65);
	text-align: left;
	/*-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;	*/

}

div[name='infos']{
	color: black;
	font-size: 0.8em;
	font-weight: bold;
	margin-top:10;
}

div[name='stats']{
	font-size: 0.7em;
	font-weight: normal;
	margin-top:10;
}

div[name='liens']{
text-align: left;
margin-bottom: 10px;
}

div[name='liens'] div{
margin:5;
}

img[name='icone_lien']{
height: 24;
width: auto;
}

div[name='liens'] a{
color: black;
}

table[name='stats_barr']{
border-collapse: collapse;
width: 70%;
margin:auto;
}


.check_exo{

padding: 0.48em;
margin-right: 4px;
float: left;
border-radius: 1em;
border: 1px solid grey;

}

div[name='sommaireParties']{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

div[name='cadre_titre_partie']{
	display: flex;
	margin: 10;
	padding: 7;
	border: 1px solid black;
	font-size: 1.2em;
}

.partie_active{
background-color: rgba(0, 0, 0, 0.3);	
}

.item_exo{
margin:5;
}

span[name='lib_chapitre'], div[name='titre_niveau'] span, label[name='titre_exercice']{
margin-left: 5;
margin-right: 5;
}


div[name='activation']{
	
padding:10px;
padding-bottom: 20px;
}

div[name='activation'] div{
	margin-top: 10px;
	margin-bottom: 10px;

}

label[name='nb_essais']{
font-style: italic;
color: cornflowerblue;
margin-right: 5px;
}

div[name='gestion_acces_partage']{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid black;
    padding: 10px;
}

div[name='tags_partage_public']{
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;

}

div[name='liste_tags']{
margin-bottom: 15px;
margin-top: 15px;

}

.tag{
margin-left: 5px;
margin-right: 5px;
border:1px solid black;
padding:2px;
margin: 5;
display: inline-block;
}