h1.faq {
  font-size: 2rem;  
  font-family: Montserrat;
  margin-bottom: 3vh;
  text-align: center;
}

h2.faq {
  font-size: 1.5rem;
}

.question {
  border: none;
  width: 100%;
  font-size: 1rem;
  padding: 12px;
  background: var(--caps-green);
  color: white;
}

.reponse {
  background: black;
  font-size: 1rem;
  color: white;
}

.back {
    margin: 10vh 0 5vh 0;
}

section {
  margin-bottom: 5vh;
}

.question p {
  margin-bottom: 0;
}

/* Gestion écrans > tablette */
@media (min-width: 768px) {
  h1.faq {
    font-size: 2rem
  }

  h2.faq {
    font-size: 1.5rem;
  }

  .question,
  .reponse,
  p {
    font-size: 1rem;
  }
}

/* Gestion écrans > tablette */
@media (min-width: 810px) {
  h1.faq {
    font-size: 2rem
  }

  h2.faq {
    font-size: 1.5rem;
  }

  .question,
  .reponse,
  p {
    font-size: 1rem;
  }

}