.hero .hero-content h1 {
	margin: 0;
}
.hero .hero-image-shape {
	height: 450px;
}
.page-fhe .hero-subtitle {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 700;
	margin: 18px 0 18px;
}
.page-fhe .hero-content p {
	font-size: 18px;
	color: #252526;
}
.page-fhe .hero-content p:last-child {
	line-height: 28px;
}
.fhe-reseau {
	padding-top: 50px;
	padding-bottom: 10px;
	text-align: center;
}
.fhe-approche {
	padding: 30px 100px 80px;
}
.temoignages{
	padding-top: 30px;
}
.fhe-fullimage {
	max-width: none;
	margin: 0;
	padding: 0;
}
.fhe-fullimage img {
	width: 100%;
	height: 540px;
	object-fit: cover;
	display: block;
}
.fhe-approche p{
	font-size: 16px;
	line-height: 26px;
}
.fhe-prestige {
	background-color: #F5F2EA;
	margin: 60px auto;
}
.prestige-band {
	padding: 60px 0px;
}
.prestige-intro {
	max-width: 60%;
}
.prestige-lead {
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 22px;
	font-weight: 700;
}
.prestige-lead em{
	font-family: 'Playfair Display', Georgia, serif;
}
.prestige-en {
	max-width: 85%;
	line-height: 1.3;
}
.prestige-cta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 60px;
}
.prestige-cta-content {
	flex: 1;
	min-width: 0;
}
.prestige-image {
	flex: 0 0 45%;
	margin-top: -250px;
}
.prestige-image .arch-img {
	overflow: hidden;
	border-radius: 1000px 1000px 0 0;
	background-color: white;
	padding: 30px;
}
.prestige-image .arch-img img {
	width: 100%;
	height: fit-content;
	object-fit: cover;
	display: block;
}
.prestige-cta h2 {
	margin: 0 0 14px;
}
.prestige-cta-content > p {
	font-size: 15px;
	color: #252526;
	margin-bottom: 30px;
}
.prestige-agencies {
	display: flex;
	gap: 0;
}
.prestige-agency + .prestige-agency {
	border-left: 1px solid #C5BA9B;
	margin-left: 45px;
	padding-left: 45px;
}
.prestige-agency strong {
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin-bottom: 8px;
	color: #252526;
}
.prestige-agency p {
	font-size: 0.85rem;
	line-height: 1.7;
	color: #252526;
	margin: 0;
}
.prestige-agency a {
	color: #252526;
	text-decoration: none;
}
.prestige-agency a:hover {
	color: #C5BA9B;
}
.fhe-projet{
	padding-bottom: 40px;
}

@media screen and (max-width: 1080px) {
	.fhe-approche {
		padding: 20px;
	}
	.prestige-band {
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}
	.prestige-image {
		flex: none;
		max-width: 100%;
		width: 100%;
		margin-top: 0px;
	}
	.prestige-intro {
		max-width: 100%;
	}
	.prestige-cta {
		gap: 20px;
		flex-direction: column;
	}
	.prestige-agencies {
		gap: 20px;
	}
	.fhe-fullimage img {
		height: 400px;
	}
	.fhe-reseau {
		padding-top: 0px;
	}
	.fhe-prestige {
		margin: 20px auto;
	}
	.prestige-image .arch-img, .prestige-image .arch-img img {
		border-radius: 0;
		padding: 0;
		width: 100%;
		height: 400px;
		aspect-ratio: inherit;
		border-radius: 0;
	}
}