/* Auteur : Arnaud Geltzenlichter */
/* Date : 27/08/2022 */

@font-face {
  font-family: Montserrat Light;
  src: url('./font/Montserrat-Light.ttf');
}

@font-face {
  font-family: LM Roman 12;
  src: url('./font/lmroman12-regular.ttf');
}

body {
  margin: 10 px;
  font-family: 'Montserrat Light','LM Roman 12', 'Arial';
  color:#000000;
  text-align: justify;
  font-size: 13pt;
  font-style: normal;
}

.remarques_bas{
  display: block;
  clear: left;
}

.footer {
  clear: left;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 10pt;
}

.banniere_top {
  display : block;
  height: 90px;
  line-height: 90px;
  background-color : #E8E8E9;
  color :  #000000;
  font-size: 40px;
  font-weight: bold;
  text-align : center;
  margin-left : 0;
  margin-right : 0;
  margin-top : 10px;
  margin-bottom : 0px;
  padding: 5px;
  border-radius: 5px;

}

.banniere_top a
{
  text-decoration:none;
  color:#000000;
}


.separateur_haut {
  display : block;
  padding: 0px;
  border-radius: 5px;
  margin-top : 10px;
  margin-bottom: : 10px;
  height: 20px;
  background-color : #6B6B8C;
}

.conteneur_principal{
  display : block;
  background-color : #E8E8E9;
  margin-left : 0px;
  margin-right : 0px;
  margin-top : 10px;
  margin-bottom : 0px;
  padding: 20px;
  border-radius: 5px;
}

.conteneur_principal i {
  font-size: 12pt;
}

.conteneur_principal p {
  margin :0em;
  margin-left: 10px;
  padding: 10px;
}

.liste {
  display: block;
  width:auto;
  margin-left: 10px;
  margin-bottom: 30px;
  column-count: 2;
}

.liste h1 {
  font-size: 14pt;
  padding : 0px;
  margin-top : 30px;
  margin-left: 10px;
  width: auto;
  border-radius: 5px;
  background-color:  #6B6B8C ;
  text-align: center;
  color : #ffffff;
}


.liste a {
  display:block;
  float: left;
  margin:5px;
  line-height:25px;
  font-size: 12pt;
  text-align:center;
  text-decoration:none;
  font-weight: bold;
  border-radius: 5px;
  color:#000000;
}

.liste a:hover {
background-color:  #6B6B8C ;
color : #ffffff;
}

.liste ul {
   padding : 0px;
  margin-left: 20px;
}

.liste li {
margin : 20px;
}

.bouton_lecon {
  padding-left : 10px;
  padding-right: 10px;
  background-color:  #f5cb5c ;
}

.bouton_exercices {
  background-color:  #ff8844 ;
  width:85px;
}

.bouton_corrige {
  background-color:  #91d185  ;
  width:85px;
}

.titre_chapitre {
  float: left;
  margin-left: 10px;
  line-height:30px;
  font-size: 12pt;
  font-weight: bold;
}

#img_accueil_1{
  border : none;
  border-radius:7px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 10px;
  float:right;
}

.img_circuit{
  border : none;
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.cadre_jaune {
  display : table;
  margin-left: auto;
  margin-right: auto;
  margin-top: : 10px;
  margin-bottom: 20px;
  padding-top : 2px;
  padding-bottom : 2px;
  padding-left : 10px;
  padding-right: 10px;
  border: solid 2px #000000;
  border-radius: 5px;
  background-color : #f5cb5c;
}
