/*! Style pour le pattern Section étapes */

.is-section-etapes-title p {
  color: var(--wp--custom--secondary-500);
}

.is-section-etapes-title h2 {
  color: var(--wp--custom--theme-500);
}

.is-section-etapes-number {
  font-size: 100px;
  color: var(--wp--custom--secondary-500);
  font-family: 'Montserrat', sans-serif;
}

.is-section-etapes-number span {
  color: var(--wp--custom--theme-500);
}

.is-section-etapes-number-content h2 {
  color: var(--wp--custom--theme-500);
}