#carousel-1 .carousel-control-prev, #carousel-1 .carousel-control-next {
  display: none;
}

.answers_box {
  width: 100%;
  background: var(--light;);
  padding: 5&;
  margin-bottom: 5%;
}

.answers_box > div {
  background: #efefef;
  padding: 1%;
  margin: 1%;
  width: 90%;
}

.question {
  display: inline-block;
  padding-bottom: 2%;
  margin-bottom: 2%;
  padding-left: 2%;
  border-bottom: solid 1px gray;
  width: 100%;
}

.answers {
  list-style-type: none;
}

.answers li {
  background: #fcfcfc;
  margin: 2%;
  padding: 1%;
  cursor: pointer;
}

#feedback {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 5%;
  pointer-events: none !important;
}

#feedback.ok {
  background: #28a745c7;
}

#feedback.error {
  background: #bd2130cf;
}

#ok, #error, #reset_quizz_btn {
  display: none;
}

#reactive_counter {
  position: absolute;
  left: 2%;
  top: 30%;
}

