/*************************************************/
/* Début omaes.CSS                               */
/*************************************************/

/* Mise en forme du body */

body{
  background-color: white; /* Fond de la page */
  color: #000000; /* Police de caractère en noir */
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  width: 1300px;
  text-align: justify;
  margin: auto;
  margin-top: 80px;
  overflow-y: scroll;
}



/* Mise en forme du header */

header{
  /*z-index: 21;*/
  position: fixed;
  background: #111;
  border-radius: 10px;
  color: white;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  Width: inherit;
  text-align: center;
  font-family : 'Arial',sans-serif;
  font-size   : 26px;
  line-height : 34px;
  height: 40px;
  font-weight : bold;
  margin-top: 2px;
  display: block;
}



/* Mise en forme du footer */

footer {
  position: fixed;
  background: #111;
  border-radius: 5px;
  height: 22px;
  font-size: 12px;
  bottom: 0px;
  color: white;
  text-align: left;
  line-height: 22px;
  Width: inherit ;
  margin: auto;
  text-align: center;
}


/* Boutons de la page d'accueil */

.push_button {
  position: relative;
  width:500px;
  height:40px;
  text-align:center;
  color:#FFF;
  text-decoration:none;
  line-height:43px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 22px;
  display: block;
  margin: 30px;
}

.push_button:active {
  -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
  top:5px;
}

.clblue {
  text-shadow:-1px -1px 0 #2C7982;
  background: #3EACBA;
  border:1px solid #379AA4;
  background-image:linear-gradient(top, #48C6D4, #3EACBA);
  border-radius:5px;
  box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
}

.clblue:hover {
  background: #48C6D4;
  background-image:linear-gradient(top, #3EACBA, #48C6D4);
}

.clred {
  text-shadow:-1px -1px 0 #A62A2A;
  background: #F52A2A;
  border:1px solid #BC2A2A;
  background-image:linear-gradient(top, #FA5858, #F52A2A);
  border-radius:5px;
  box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #BC2A2A, 0 4px 2px rgba(0, 0, 0, .5);
}

.clred:hover {
  background: #FA5858;
  background-image:linear-gradient(top, #F52A2A, #FA5858);
}



.clcalc {
  text-shadow:-1px -1px 0 #8D1D75;
  background: #8D1D75;
  border:1px solid #8D1D75;
  background-image:linear-gradient(top, #bb6283, #8D1D75);
  border-radius:5px;
  box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #8D1D75, 0 4px 2px rgba(0, 0, 0, .5);
}

.clcalc:hover {
  background: #bb6283;
  background-image:linear-gradient(top, #8D1D75, #bb6283);
}



.clSST {
  text-shadow:-1px -1px 0 #008500;
  background: #009400;
  border:1px solid #008500;
  background-image:linear-gradient(top, #00be00, #009400);
  border-radius:5px;
  box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #009400, 0 4px 2px rgba(0, 0, 0, .5);
}

.clSST:hover {
  background: #00be00;
  background-image:linear-gradient(top, #009400, #00be00);
}







/************************************************************/
/* Mise en forme du bouton retour vers Accueil              */
/************************************************************/
.btnAccueil {
  text-decoration: none;
  padding: 5px;
  font-family: arial;
  font-size: 0.5em;
  color: #FFFFFF;
  background-color: #007800;
  border-radius: 24px;
  position : relative;
  top : 20px;
  left : 400px;
  border-radius: 24px;
  border: 2px solid #FFFFFF;
  box-shadow: 3px 3px 12px #444444;
}

.btnAccueil:active {
  padding: 5px;
  box-shadow: 1px 1px 4px #777777;
}

.btnAccueil:hover {
  background-color: #00B900;
}








/*************************************************/
/* Mise en forme des liens complement            */
/*************************************************/
.complement {
  color: #9999FF;
  margin-left: 40px;
  border: 1px solid #9999FF;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  background: #E5E5FF;
  text-decoration: none;
 }
.complement:hover {
  background: #9999FF;
  color: white;
  cursor: pointer;
}
.complement:active {
  background: #F3FFE7;
  color: #9999FF;
}

/*Pour faire apparaitre l'image en infobulle */
a.complement span{
  display: none;
  margin-left:70px;
  margin-top:5px;
}
a.complement:hover span{
  display:block;
  position:absolute;
}




/*************************************************/
/* Mise en forme des titres sur les cours        */
/*************************************************/
.cours {
  color: #ea7500;
  margin-left: 20px; 
  background-color: #fff5ce;
  border: 1px solid #ea7500;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}
a.cours:hover {
  color: #fff5ce;
  background-color: #ea7500;
  cursor: pointer;
}
a.cours:active {
  color: #ea7500;
  background-color: #fff5ce;
}
/*Pour faire apparaitre l'image en infobulle */
a.cours span{
  display: none;
  margin-left:70px;
  margin-top:5px;
}
a.cours:hover span{
  display:block;
  position:absolute;
}




/*************************************************/
/* Mise en forme des liens todo                  */
/*************************************************/
.todo {
  color: #969696; 
  margin-left: 20px;
  background-color: #dcdcdc;
  border: 1px solid #969696;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

a.todo {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}






/*************************************************/
/* Mise en forme des titres des activités        */
/*************************************************/
.activite {
  color: #00B050;
  margin-left: 40px;
  border: 1px solid #00B050;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  background: #F3FFE7;
  text-decoration: none;
 }
.activite:hover {
  background: #00B050;
  color: white;
  cursor: pointer;
}
.activite:active {
  background: #F3FFE7;
  color: #00B050;
}


/*Pour faire apparaitre l'image en infobulle*/
a.activite span{
  display: none;
  margin-left:50px;
  margin-top:5px;
}
a.activite:hover span{
  display:block;
  position:absolute;
}



/*************************************************/
/* Mise en forme des titres des exercices        */
/*************************************************/
.titreexercice {
  color: #d5edff;
  margin-left: 80px;
  border: 1px solid #0070c0;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  background: #0070c0;
  text-decoration: none;
 }



/*************************************************/
/* Mise en forme des titres des exercices        */
/*************************************************/
.exercice {
  color: #0070c0;
  margin-left: 20px;
  border: 1px solid #0070c0;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  background: #d5edff;
  text-decoration: none;
 }
.exercice:hover {
  background: #0070c0;
  color: white;
  cursor: pointer;
}
.exercice:active {
  background: #d5edff;
  color: #0070c0;
}
/*Pour faire apparaitre l'image en infobulle*/
a.exercice span{
  display: none;
  margin-left:50px;
  margin-top:5px;
}
a.exercice:hover span{
  display:block;
  position:absolute;
}





/**********************************************************/
/* Définition des couleurs                                */ 
/**********************************************************/
.clActivite{
  color: #70AD47;
}
.clExercice{
  color: #5B9BD5;
}



/**********************************************************/
/* Définition style police des numéros des questions      */ 
/**********************************************************/
.question{
  font-weight: bold;
}

/**********************************************************/
/* Définition style police des titres sur pages web       */ 
/**********************************************************/
.titre{
  font-weight: bold;
}


/**********************************************************/
/* Définition style police des verbes d'action            */ 
/**********************************************************/
.va{
  font-weight: bold;
}

/**********************************************************/
/* Définition style police Langage de Programmation       */ 
/**********************************************************/
.lg{
  font-family: 'Courier New', monospace;
  font-weight: bold;
  color: #0070C0;

}



/*************************************************/
/* Mise en forme des image miniatures portrait   */
/*************************************************/
.miniature {
  border-width: 1px;
  border-color: black;
  border-style: solid;
  width: 200px;
  margin-left: 1px;
  z-index: 200;
  position:relative;
}


/*************************************************/
/* Mise en forme des image miniatures paysage    */
/*************************************************/
.miniature_Paysage {
  border-width: 1px;
  border-color: black;
  border-style: solid;
  width: 283px;
  margin-left: 1px;
  z-index: 200;
  position:relative;
}






/*************************************************/
/* Mise en forme des lignes de séparation        */
/*************************************************/

.custom-line {
            width: 80%;
            height: 2px;
            background-color: black;
            margin: 20px auto;
        }



/*********************************************************************/
/* Mise en forme des lignes de séparation avec texte au milieu       */
/*********************************************************************/

 .separator-container {
            width: 80%;
            margin: 40px auto;
        }

        .separator {
            display: flex;
            align-items: center;
            text-align: center;
        }

        .separator::before,
        .separator::after {
            content: '';
            flex: 1;
            border-bottom: 2px solid #000; /* Épaisseur 2px */
        }

        .separator:not(:empty)::before {
            margin-right: 10px;
        }

        .separator:not(:empty)::after {
            margin-left: 10px;
        }

        .separator b {
            font-weight: bold;
        }














/*************************************************/
/* Mise en forme des titres de domaines          */
/*************************************************/
.domaine {
  font-family: 'Arial Black', sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #0070C0; 
  margin-left: 0px;
  border-radius: 5px 5px 30px 5px;
  border: 1px solid #0070C0;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  background: #B2CDFF;
  box-shadow: 5px 5px 5px 1px #878787;
}
.domaine:hover {
  background-color: #0070C0;
  color: white;
 }
.domaine:active {
  background-color: #B2CDFF;
  color: #0070C0;
}


/*************************************************/
/* Mise en forme des titres des chapitres        */
/*************************************************/
.chapitre {
  color: #c00000;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #c00000;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  background: #FFF0F0;
  box-shadow: 2px 2px 5px 1px #878787;
  text-decoration: none;
}

.chapitre:hover {
  background: #c00000;
  color: white;
  cursor: pointer;
}

.chapitre:active {
  background: #FFF0F0;
  color: #c00000;
}

/*Pour faire apparaitre l'image en infobulle*/
a.chapitre span{
  display: none;
  margin-left:50px;
  margin-top:5px;
}
a.chapitre:hover span{
  display:block;
  position:absolute;
}










/*************************************************/
/* Mise en forme des titres des chapitres NO       */
/*************************************************/
.chapitre-no {
  color: #565454;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #565454;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  background: #F0F3F5;
  box-shadow: 2px 2px 5px 1px #878787;
  text-decoration: none;
}












/*************************************************/
/* Mise en forme des titres des activités        */
/*************************************************/
.activite {
  color: #00B050;
  margin-left: 20px;
  border: 1px solid #00B050;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  background: #F3FFE7;
  text-decoration: none;
 }
.activite:hover {
  background: #00B050;
  color: white;
  cursor: pointer;
}
.activite:active {
  background: #F3FFE7;
  color: #00B050;
}


/*Pour faire apparaitre l'image en infobulle*/
a.activite span{
  display: none;
  margin-left:50px;
  margin-top:5px;
}
a.activite:hover span{
  display:block;
  position:absolute;
}







/*************************************************/
/* Mise en forme des titres sur les suppléments  */
/*************************************************/
.supp {
  color: #A02B93;
  margin-left: 60px; 
  background-color: #F8E4F5;
  border: 1px solid #A02B93;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}
a.supp:hover {
  color: #F8E4F5;
  background-color: #A02B93;
  cursor: pointer;
}
a.supp:active {
  color: #A02B93;
  background-color: #F8E4F5;
}
/*Pour faire apparaitre l'image en infobulle */
a.supp span{
  display: none;
  margin-left:90px;
  margin-top:5px;
}
a.supp:hover span{
  display:block;
  position:absolute;
}



/*************************************************/
/* Mise en forme des titres des exercices        */
/*************************************************/
.titreeval {
  color: #FFF2F2;
  margin-left: 80px;
  border: 1px solid #FF0000;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
  background: #FF0000;
  text-decoration: none;
 }



/*************************************************/
/* Mise en forme des titres evaluations          */
/*************************************************/
.eval {
  color: #c00000; 
  margin-left: 20px;
  background-color: #FFF0F0;
  border: 1px solid #c00000;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 26px;
}
.eval:hover {
  background: #c00000;
  color: #FFF0F0;
  cursor: pointer;
}
.eval:active {
  background: #FFF0F0;
  color: #c00000;
}
/*Pour faire apparaitre l'image en infobulle*/
a.eval span{
  display: none;
  margin-left:50px;
  margin-top:5px;
}
a.eval:hover span{
  display:block;
  position:absolute;
}


/*************************************************/
/* Mise en forme des titres correction evaluations          */
/*************************************************/
.corevaltodo {
  color: #969696; 
  margin-left: 20px;
  background-color: #dcdcdc;
  border: 1px solid #969696;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 26px;
}

a.corevaltodo {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}








/*************************************************/
/* Mise en forme des corrections                 */
/*************************************************/
.titrecorrection {
  color: #dfebff; 
  margin-left: 80px;
  background-color: #0000ff;
  border: 1px solid #0000ff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
}



/*************************************************/
/* Mise en forme des corrections                 */
/*************************************************/
.correction {
  color: #0000ff; 
  margin-left: 20px;
  background-color: #dfebff;
  border: 1px solid #0000ff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 26px;
}
.correction:hover {
  background: #0000ff;
  color: #dfebff;
  cursor: pointer;
}
.correction:active {
  background: #dfebff;
  color: #0000ff;
}
/*Pour faire apparaitre l'image en infobulle*/
a.correction span{
  display: none;
  margin-left:50px;
  margin-top:5px;
}
a.correction:hover span{
  display:block;
  position:absolute;
}





/*************************************************/
/* Mise en forme du bouton pdf                   */
/*************************************************/
.pdf {
  color: #FF0000; 
  margin-left: 10px;
  background-color: #FFF2F2;
  border: 1px solid #FF0000;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
a.pdf {
  text-decoration: none;
}
a.pdf:hover {
  color: white;
  background-color: #FF0000;
}
a.pdf:active {
  color: white;
  background-color: #FF0000;
  border-color: white;
}




/*************************************************/
/* Mise en forme des liens sur les CALC          */
/*************************************************/
.calc {
  color: #8D1D75; /* vert */
  margin-left: 20px;
  background-color: white;
  border: 1px solid #8D1D75;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;

}
a.calc {
  text-decoration: none;
}
a.calc:hover {
  color: #8D1D75;
  background-color: #E8CAD5;
  border-radius: 5px;
  border:1px solid black;
}
a.calc:active {
  color: white;
  background-color: #8D1D75;
  border-radius: 5px;
}
/*Pour faire apparaitre l'image en infobulle*/
a.calc span{
  display: none;
  margin-left:50px;
  margin-top:5px;
}
a.calc:hover span{
  display:block;
  position:absolute;
  /*border:1px solid #000;*/
  /*background-color:#FFF;*/
}























/*************************************************/
/* Fin New CSS                                   */
/*************************************************/






































/*************************************************/
/* Mise en forme des exposants                   */
/*************************************************/

sup {
  font-size: 0.6em;
}


/*************************************************/
/* Mise en forme des puces                       */
/*************************************************/

li {
  margin-left: 10px;
  
}









/******************************************************************/
/* Mise en forme des liens sur les capacités et connaissances     */
/******************************************************************/
.capaco {
	color : #02505B;
	background-color: white;
	border: 1px solid #02505B;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 20px;
}
a.capaco {
  text-decoration: none;
}
a.capaco:hover {
  background-color: #CDF1FE;
	color: #02505B;
  border:1px solid black;

}
a.capaco:active {
  background-color: #02505B;
	color: white;
}
/*Pour faire apparaitre l'image en infobulle*/
a.capaco span{
  display: none;
  margin-left:50px;
  margin-top:5px;
}
a.capaco:hover span{
  display:block;
  position:absolute;
  /*border:1px solid #000;*/
  /*background-color:#FFF;*/
}





/******************************************************************/
/* Mise en forme des liens sur les questions flash                */
/******************************************************************/
.flash {
  color : #A3D903;
  background-color: white;
  border: 1px solid #A3D903;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 20px;
}
a.flash {
  text-decoration: none;
}
a.flash:hover {
  background-color: #EDFFC1;
  color: #A3D903;
  border:1px solid #A3D903;

}
a.flash:active {
  background-color: #A3D903;
  color: white;
}






/*************************************************/
/* Mise en forme des liens sur les modules       */
/*************************************************/
.module {
  color: #c00000;
  /* rouge */
  margin-left: 10px;
	margin-right: 10px;
  border: 1px solid #c00000;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
	/*background-color: #ffe7e7;*/
	background: #FFE7E7;
	background: -moz-linear-gradient(top, #FFE7E7 0%, #FFC2C2 100%);
	background: -webkit-linear-gradient(top, #FFE7E7 0%, #FFC2C2 100%);
	background: linear-gradient(to bottom, #FFE7E7 0%, #FFC2C2 100%);
	/* ombres */
	-webkit-box-shadow: 2px 2px 5px 1px #878787;
	box-shadow: 2px 2px 5px 1px #878787;
}
.module:hover {
  background: #c00000;
  color: #FFF;
  cursor: pointer;
}
.module:active {
  background: #ffc1c1;
  color: #c00000;
  cursor: pointer;

}


/*************************************************/
/* Mise en forme des image miniatures  paysage   */
/*************************************************/
.miniatureP {
  border-width: 1px;
  border-color: black;
  border-style: solid;
  width: 283px;
  margin-left: 1px;
  z-index: 200;
}













