/* ==========================================================================
   HERO PAGE D'ACCUEIL
   ========================================================================== */

h1.titre-header-accueil {
	animation: slideUpFadeIn 2s cubic-bezier(0.16, 1, 0.3, 1) both;
	font-family: var(--wp--preset--font-family--secondary) !important;
	font-size: clamp(5rem, 12vw, 10rem) !important;
	font-weight: 400 !important;
	line-height: 0.65 !important;
	color: var(--wp--preset--color--primary) !important;
}


.grille-hero-home .bouton-cta {
	width: 340px;
	max-width: 100%;
	box-sizing: border-box;
}

@media (width < 900px) {
	.grille-hero-home .wp-block-image {
		max-width: 360px;
		margin-inline: auto;
		width: 100%;
	}

	.grille-hero-home .bouton-cta {
		width: 300px !important;
		margin-inline: auto !important;
	}
}