/*
 * ÉTUDES — Hero
 */

.hero--etudes {
	min-height: 560px;
	background-image:
		linear-gradient(90deg, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0.6) 45%, rgba(255,255,255,0.1) 100%),
		url('https://images.unsplash.com/photo-1582213782179-e0d4d3cce33a?auto=format&fit=crop&w=1800&q=80');
	background-size: cover;
	background-position: center;
}

.hero--etudes h1 {
	font-size: clamp(48px, 7vw, 96px);
	margin-bottom: 24px;
}

.hero--etudes p {
	max-width: 820px;
	margin-bottom: 0;
}

@media (max-width: 968px) {
	.hero--etudes { min-height: 420px; }
}

@media (max-width: 540px) {
	.hero--etudes { min-height: 360px; }
	.hero--etudes h1 { font-size: 48px; }
}
