.page-cours .page-title {
  font-size: clamp(34px, 5.6vw, 60px);
  max-width: 22ch;
}
.page-cours .page-lead {
  max-width: 58ch;
  margin-bottom: 32px;
}

.cours-section {
  margin-top: clamp(56px, 8vw, 96px);
}
.cours-section .section-title {
  font-size: clamp(26px, 3.4vw, 36px);
}

.cours-reviews .section-title {
  margin-bottom: 36px;
  max-width: 26ch;
}

.cours-formats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(28px, 4vw, 48px);
}

.cours-format__title {
  font-size: 22px;
  margin: 0 0 10px;
  letter-spacing: -0.015em;
}
.cours-format__text {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.cours-themes .section-title {
  margin-bottom: 28px;
}
.cours-themes .table__label {
  white-space: nowrap;
}
.cours-themes__source {
  font-size: 15px;
  opacity: 0.75;
  margin: 20px 0 0;
}

.cours-faq {
  max-width: 760px;
}
.cours-faq .section-title {
  margin-bottom: 32px;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.faq__question {
  font-size: 19px;
  margin: 0 0 8px;
}
.faq__answer {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

/*# sourceMappingURL=cours-7f125e6971.output.css.map */
