/* Pages simples / gabarits internes
   ---------------------------------------------------------------------------
   Pas de breakpoint : marges et typo fluides (clamp) pour toutes largeurs.
   --------------------------------------------------------------------------- */

.page-simple {
	padding-block: clamp(4rem, 15vw, 8rem);
	max-width: 560px;
	margin-inline: auto;
	text-align: center;
}

.page-simple h1 {
	font-family: var(--font-serif);
	font-weight: 400;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.page-simple p {
	font-family: var(--font-sans);
	color: var(--color-text-muted);
}
