.affichage_td{

}

.affichage_td .points_td{
  text-align: center;
  position: relative;
  left: 70px;
  height: 40px;
  width: 70px;
  border: 1px solid #B7112A;
  margin-top: 40px;
  position: relative;
  font-weight: bold;
}

.affichage_td .points_td .numero_td{
  position: absolute;
  top: 0px;
  right: -30px;
  height: 20px;
  width: 50px;
  background-color: #00959f;
  color: white;
}
.numero_ev{
  position: absolute;
  top: 0px;
  right: -30px;
  height: 20px;
  width: 20px;
  background-color: #00959f;
  color: white;
}


.affichage_td .question_td{
  padding-left: 130px;
  margin-top: 40px;
}

.affichage_td  .question_td .question_text{
  margin-bottom: 30px;
}

.affichage_td  .question_td  .question_audio audio{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.affichage_td  .question_td .question_image img,.affichage_td  .question_td .question_video video{
  width: 100%;
  height: 400px;
}

.reponse_user .reponse_vrai_faux,.reponse_user .reponse_choix{
  margin-top: 30px;
}

.reponse_user .reponse_vrai_faux input{
  height: 30px;
  width: 30px;
  background-color: transparent;
  color: #00959f;
  border:1px solid #00959f;
  margin-left: 50px;
}

.reponse_user .reponse_vrai_faux label{
  margin-top: 5px;
  font-size: 1.4em;
  vertical-align: top;
}


.reponse_user .reponse_choix input{
  height: 30px;
  width: 30px;
  background-color: transparent;
  color: #00959f;
  border:1px solid #00959f;
  margin-left: 50px;
}

.reponse_user .reponse_choix label{
  margin-top: 5px;
  font-size: 1.4em;
  vertical-align: top;
}

.bouton_verifier_avancer{
  padding-top: 20px;
  padding-left: 20px;
}