/* Boîte globale */
.subpages-box {
  border: 1px solid #6a6fd0;
  background: #f6f6f9;
  padding: 1rem 1.4rem 1rem;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  margin-top: 1.6rem;
}

/*Titre */
.subpages-title {
  margin: 0;
  padding: 0;          /* ← clé pour réduire l’espace */
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
}
.subpages-title.is-parent a {
  font-weight: 600;
}
.subpages-title.is-child a {
  font-weight: normal;
}

/* Paragraphes */
.subpages-box p {
  margin: 0;
  padding: 0;
}

/* Liste */
.subpages-box ul {
  margin: 0.6rem 0 0 1.4rem;            /* aucune marge au-dessus */
  padding: 0;
}
.subpages-box li {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}