/*--Questions fréquentes--------------------------------------*/
div#question {
  position: absolute;
  width: 90%;
  background-color: #0CE2EF;
  text-align: left;
  margin-left:5%;
  font-size: 20px;
}
.question {
  border: 1px solid red;
  padding: 5px;
  display: block;
  cursor: pointer;
}
.reponse {
  border: 1px solid blue;
  padding: 10px;
  display: none;
}
input {
  display: none;
}
input:checked + .reponse {
  background: white;
  display: block;
}
.pdf-embed {
  width: 100%;
  max-width: 100%;
  height: auto;
}
