/**
 * Copyright since 2002 Creabilis
 *
 * International Registered Trademark & Property of Creabilis
 */
.faq-question {
  background-color: #0082bf;
  color: #fff;
  padding: 0.9375rem 1.25rem;
  cursor: pointer;
  border-radius: 0.5rem;
  margin-bottom: 0.3125rem;
  transition: background-color 0.3s;
}

.faq-question:hover {
  background-color: #069;
}

.faq-answer {
  background-color: #f3f3f3;
  padding: 0.9375rem 1.25rem;
  border-radius: 0 0 0.5rem 0.5rem;
  margin-bottom: 0.625rem;
  display: none;
}

.faq-answer.show {
  display: block;
}
/*# sourceMappingURL=blocFaq.css.map */
