/* /////////////////// tout les éléments /////////////////// */
#quiz_plugin h2{
  text-align: center;
  color: #477D8A;
}

/* /////////////////// formulaire-exercice /////////////////// */

#formulaire-exercice{
  width: 100%;


}

/* /////////////////// formulaire-admin /////////////////// */


#scroll_table_questions{
  height: 500px;
    overflow-y: auto;
}

#table_questions th{
  position: sticky;
  top:0;
  background-color: white;
}

#menu_protocole img{
  height: 60px;

}

.etape_haut{
  width: 20px;
  max-height: 20px;
  margin-right: 5px;
}

.etape_bas{
  width: 20px;
  max-height: 20px;
  margin-left: 5px;
}



/* /////////////////// exercice /////////////////// */




.question_block{
  margin-bottom: 20px !important;
}




.question_titre{
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px !important;
  font-weight: bold;
}

.question_bouton{
  background-color: #477D8A;
  border: #477D8A solid 2px;
  border-radius: 10px;
  color : white;
  padding-left: 5px;
  height: 30px;
  margin-right: 4px;
}

.question_bouton:hover{
  border: #477D8A solid 2px;
  background-color: white;
  color : black;
}

#question_numero_suivant{
  margin-right: 10px;
}


#question_consigne{
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px !important;
}


#corriger{
  height: 100%;
  width: 100%;

}


#exercice_boite{
  position: auto;
  background-color: white;
  min-height: 150px;
  overflow: hidden;

}

#exercice{ position: relative;
  width: 100%;
  min-height: 150px;
  height: auto;

}

#canvas{
  position: absolute;

}

#divs{
  position: absolute;
  width: 100%;
}

#images{
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#popup{
  position: absolute;
  z-index: 10;

}

#exercice canvas{
  position: absolute;
  z-index: 1;
}

#exercice #popup{
  text-align: center;
  background-color: white;
  padding: 10px;
  margin-top: 5px;
  border-style: solid;
  border-width: 2px;
  border-color : #477D8A;
  border-radius: 20%;
}



/* /////////////////// type /////////////////// */

/* ///Définition */

.exo_mot{
  color : #477D8A;
  background-color: white;

  font-size: 12pt;
  line-height: normal;
  position: absolute;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 10px;
  border : 2px #477D8A solid;

}

.exo_definition{
  color : #477D8A;
  background-color: white;

  font-size: 12pt;
  line-height: normal;
  position: absolute;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 5px;
  border : 2px #477D8A solid;
}

.exo_mot_click{
 color : white;
 background-color: #477D8A;

 font-size: 12pt;
 line-height: normal;
 position: absolute;
 margin-bottom: 10px;
 padding-left: 5px;
 padding-right: 10px;
 border : 2px #477D8A solid;
}

.exo_definition_click{
 color : white;
 background-color: #477D8A;

 font-size: 12pt;
 line-height: normal;
 position: absolute;
 margin-bottom: 10px;
 padding-left: 10px;
 padding-right: 5px;
 border : 2px #477D8A solid;
}


.exo_mot_bonne_rep{
  color : white;
  background-color: #95C11F;

  font-size: 12pt;
  line-height: normal;
  position: absolute;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 10px;
  border : 2px #477D8A solid;
}

.exo_mot_mauvaise_rep{
  color : white;
  background-color: #EA4C65;

  font-size: 12pt;
  line-height: normal;
  position: absolute;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 10px;
  border : 2px #477D8A solid;
}
/* ///Schémas */


.exo_etiquette{
  color : #477D8A;
  background-color: white;
  text-align: center;
  font-size: 12pt;
  line-height: 16px;
  position: absolute;

  padding: 2px 4px;
  border : 2px #477D8A solid;
}

.exo_etiquette_click{
  color : white;
  background-color: #477D8A;
  text-align: center;
  font-size: 12pt;
  line-height: 16px;
  position: absolute;
  padding: 2px 4px;
  border : 2px #477D8A solid;
}

.exo_etiquette_bonne_rep{
  color : white;
  background-color: #95C11F;
  text-align: center;
  font-size: 12pt;
  line-height: 16px;
  position: absolute;
  padding: 2px 4px;
  border : 2px #95C11F solid;
}

.exo_etiquette_mauvaise_rep{
  color : white;
  background-color: #EA4C65;
  text-align: center;
  font-size: 12pt;
  line-height: 16px;
  position: absolute;
  padding: 2px 4px;
  border : 2px #EA4C65 solid;
}

.exo_image{
  position: absolute;
  z-index : 0;
}

.modifier_etiquette{
  color : #477D8A;
  font-size: 12pt;
  background-color: white;
  text-align: center;
  position: absolute;

  padding: 5px 15px;
  border : 2px #477D8A solid;
  z-index : 1000;
}

.button_off{
  color: #2271b1;
  border-color: #2271b1;
  text-align: center;
  background: white;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px !important;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;

}

.button_on{
  color: white;
  border-color: #2271b1;
  background: #2271b1;
  text-align: center;
  vertical-align: top;

  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px !important;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;

}

/* ///Protocole */

#exo_protocole .div{
  height: 300px;
  position: absolute;
}

#exo_protocole .numero{
  margin-top: 10px;
  background-color:  #477D8A;
  color: white;
  font-size:  40px;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;

  border-radius: 40px;

  margin-left: 60px;
}

#exo_protocole .texte{
  padding:  10px;
  font-size:  15px;
  text-align: center;
    color: #477D8A ;
}

#exo_protocole .left{
  float:left;
  width : 180px;
}

#exo_protocole .image {
  float: right;
  height: 300px;

  position: absolute;
}


#exo_protocole .image img{
  height: 280px;
  margin: 10px;


}
#exo_protocole .bouton{
  height: 100px;
  background-color: white;
  opacity: 80%;
  position: absolute;

}

#exo_protocole .bouton:hover{
  height: 100px;
  width: inherit;
  background-color: white;
  opacity: 0%;

}

/* /////////////////// test /////////////////// */


/* color

*/
