.hero-inscriptions {
  background-image: url("/images/club-groupe.jpg");
}

main {
  background: #f7f7f7;
}

/* TARIFS */

.tarif-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  margin-bottom: 40px;
}

.prix {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 12px 0;
  color: var(--primary-color);
}

/* PAIEMENT */

.paiement {
  background: #fafafa;
}
.paiement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

/* TIMELINE */

.timeline {
  max-width: 700px;
  margin: auto;
}

.step {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.step span {
  width: 40px;
  height: 40px;
  min-width: 40px;
  flex-shrink: 0;
  background: var(--primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 15px;
}

/* INFO */

.reduction {
  font-size: 0.9rem;
  color: #777;
}

/* PAIEMENT */

.paiement-list {
  display: grid;
  gap: 15px;
  max-width: 600px;
  margin: auto;
}

.paiement-item {
  border-top: 5px solid var(--primary-color);
  display: flex;
  align-items: center;
  gap: 15px;
  background: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.paiement-icon {
  font-size: 1.5rem;
}

.paiement-item p {
  margin: 2px 0 0;
  font-size: 0.9rem;
  color: #666;
}

/* PROCEDURE */

.timeline {
  max-width: 700px;
  margin: auto;
}

.step {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.step span {
  width: 40px;
  height: 40px;

  min-width: 40px;
  min-height: 40px;

  flex-shrink: 0;

  background: var(--primary-color);
  color: white;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: bold;

  margin-right: 15px;
}

.info-box {
  background: #fff6fb;

  border-left: 5px solid var(--primary-color);

  border-radius: 6px;
}
