/* section avec background coloré */
.steph-section {
	padding-block: 3.6rem;
	margin-block: 0!important;
	align-items: center!important;
}
.steph-section > * {
	width: 1200px;
	max-width: 92%!important;
	margin-inline: auto;
}

/* section hero 'prise de rendez-vous' */
.hero-rdv {
	display: flex;
	flex-direction: column;
	gap: 2em;
	align-items: center;
}
.hero-rdv h3, .hero-rdv p {
	color: white;
}
