@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,300;1,9..144,400;1,9..144,500;1,9..144,600;1,9..144,700&display=swap');
:root {
	--fhe-noir: #414042;
	--fhe-dore: #C5BA9B;
	--fhe-beige: #FDF8F3;
	--fhe-white: #FFFFFF;
	--fhe-font-sans: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
	--fhe-font-serif: 'Fraunces', 'Georgia', serif;
}
.fhe-page {
	color: var(--fhe-noir);
	font-family: var(--fhe-font-sans);
	line-height: 1.6;
	overflow-x: hidden;
}
.fhe-bien-card__link:visited {
	color: var(--fhe-dore);
}
.fhe-bien-card__link:hover {
	color: var(--fhe-noir);
}
.fhe-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px;
}
.fhe-section-title {
	font-family: var(--fhe-font-sans);
	font-size: 70px;
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 40px;
	color: var(--fhe-noir);
}
.fhe-section-title em {
	font-family: var(--fhe-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 70px;
}
.fhe-section-title--center {
	text-align: center;
}
.fhe-section-title--serif {
	font-family: var(--fhe-font-serif);
	font-weight: 400;
}
.fhe-section-title--serif em {
	font-family: var(--fhe-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 70px;
}
.fhe-section-title--light, .fhe-section-subtitle--light {
	color: var(--fhe-white);
}
.fhe-section-title--light em {
	color: var(--fhe-dore);
}
.fhe-section-subtitle {
	font-size: 20px;
	color: var(--fhe-noir);
	margin: 0 0 40px;
	line-height: 1.6;
}
.fhe-section-subtitle--center {
	text-align: center;
}
.fhe-btn {
	display: inline-block;
	font-family: var(--fhe-font-sans);
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	padding: 14px 30px;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.02em;
	white-space: nowrap;
}
.fhe-btn--primary {
	background-color: var(--fhe-dore);
	color: var(--fhe-white);
	border: 1px solid var(--fhe-dore);
}
.fhe-btn--primary:hover {
	background-color: #b0a688;
	border-color: #b0a688;
}
.fhe-btn--outline {
	background: transparent;
	color: var(--fhe-white);
	border: 1px solid var(--fhe-white);
}
.fhe-btn--outline:hover {
	background-color: var(--fhe-white);
	color: var(--fhe-noir);
}
.fhe-hero {
	position: relative;
	min-height: 870px;
	max-height: 900px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url('../img/hero-fhe-c21-paris.jpg') center center / cover no-repeat;
	overflow: hidden;
}
.fhe-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.25) 100%);
	pointer-events: none;
}
.fhe-hero__content {
	position: relative;
	z-index: 1;
	margin-top: -165px;
}
.fhe-hero__title {
	font-family: var(--fhe-font-sans);
	font-size: 90px;
	font-weight: 600;
	color: var(--fhe-white);
	line-height: 1;
	margin: 0 0 22px;
}
.fhe-hero__title em {
	font-family: var(--fhe-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 100px;
}
.fhe-hero__subtitle, .fhe-hero__content > p {
	font-size: 20px;
	color: var(--fhe-white);
	line-height: 1.55;
	margin: 0 auto 32px;
	max-width: 80%;
}
.fhe-hero__ctas {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}
.fhe-btn--hero {
	background-color: var(--fhe-dore);
	color: var(--fhe-white);
	border: 1px solid var(--fhe-dore);
	padding: 14px 32px;
	font-size: 18px;
}
.fhe-btn--hero:hover {
	background-color: #b0a688;
	border-color: #b0a688;
}
.fhe-btn--hero-outline {
	background-color: transparent;
	color: var(--fhe-white);
	border: 1px solid rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(6px);
	padding: 14px 32px;
	font-size: 18px;
}
.fhe-btn--hero-outline:hover {
	background-color: var(--fhe-white);
	color: var(--fhe-noir);
	border-color: var(--fhe-white);
}
.fhe-stats__bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 28px 40px;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(6px);
}
.fhe-stats__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 30px;
	color: var(--fhe-noir);
}
.fhe-stats__item:first-child {
	padding: 0px 30px 0px 0px;
}
.fhe-stats__item:last-child {
	padding: 0px 0px 0px 30px;
}
.fhe-stats__separator {
	width: 1px;
	height: 40px;
	background-color: rgba(65,64,66,0.2);
	flex-shrink: 0;
}
.fhe-stats__number {
	font-family: var(--fhe-font-serif);
	font-size: 60px;
	color: var(--fhe-noir);
	white-space: nowrap;
}
.fhe-stats__label {
	font-size: 20px;
	text-align: left;
	line-height: 1.35;
	color: var(--fhe-noir);
	font-weight: 200;
}
.fhe-banner {
	background-color: var(--fhe-noir);
	padding: 36px 40px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.fhe-banner p {
	font-size: 20px;
	color: var(--fhe-white);
	margin: 0;
	line-height: 1.6;
	max-width: 1300px;
	width: 70%;
}
.fhe-reseau {
	padding: 80px 0;
	background-color: var(--fhe-white);
	text-align: center;
}
.fhe-reseau__cards {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 16px;
	margin-bottom: 32px;
	padding: 0 40px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.fhe-reseau__card {
	position: relative;
	overflow: hidden;
	flex: 1;
	aspect-ratio: 1 / 1;
	perspective: 1200px;
	display: none;
	transition: all 0.4s ease;
}
.fhe-reseau__card.is-visible {
	display: block;
}
.fhe-reseau__card.is-left {
	order: 1;
}
.fhe-reseau__card.is-center {
	order: 2;
	aspect-ratio: 4 / 5;
}
.fhe-reseau__card.is-right {
	order: 3;
}
.fhe-reseau__card-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fhe-reseau__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.fhe-reseau__card-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
	display: flex;
	align-items: flex-end;
	padding: 24px;
}
.fhe-reseau__card-label {
	color: var(--fhe-white);
	font-family: var(--fhe-font-sans);
	font-weight: 700;
	text-align: left;
	line-height: 1;
}
.fhe-reseau__card-label em {
	font-family: var(--fhe-font-serif);
	font-style: italic;
	font-weight: 400;
}
.fhe-reseau__card-label, .fhe-reseau__card-label em, .fhe-reseau__card.is-center .fhe-reseau__card-label, .fhe-reseau__card.is-center .fhe-reseau__card-label em {
	font-size: 40px;
}
.fhe-reseau__card-hover {
	position: absolute;
	inset: 0;
	background-color: var(--fhe-beige);
	padding: 36px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fhe-reseau__card-hover-title {
	display: block;
	font-family: var(--fhe-font-sans);
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--fhe-noir);
	line-height: 1.25;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(65, 64, 66, 0.25);
	text-align: left;
}
.fhe-reseau__card-hover-title em {
	font-family: var(--fhe-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 1.55rem;
}
.fhe-reseau__card.is-center .fhe-reseau__card-hover-title {
	font-size: 1.6rem;
}
.fhe-reseau__card.is-center .fhe-reseau__card-hover-title em {
	font-size: 1.75rem;
}
.fhe-reseau__card-hover p {
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--fhe-noir);
	margin: 0;
	text-align: left;
}
.fhe-reseau__card .card-flip-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.7s cubic-bezier(0.4, 0.0, 0.2, 1);
	transform-style: preserve-3d;
}
.fhe-reseau__card:hover .card-flip-inner {
	transform: rotateY(180deg);
}
.fhe-reseau__card .card-flip-front, .fhe-reseau__card .card-flip-back {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}
.fhe-reseau__card .card-flip-back {
	transform: rotateY(180deg);
}
.fhe-reseau__nav {
	display: flex;
	justify-content: center;
	gap: 12px;
}
.fhe-agences {
	padding: 0px 0 80px;
	background-color: var(--fhe-white);
}
.fhe-agences__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px 20px;
	margin-top: 32px;
}
.fhe-agence-card {
	display: flex !important;
	flex-direction: column !important;
	text-decoration: none !important;
	color: var(--fhe-noir) !important;
	background-color: var(--fhe-white) !important;
	border: 0 !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fhe-agence-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
	color: var(--fhe-noir) !important;
}
.fhe-agence-card:hover *, .fhe-agence-card:hover .fhe-agence-card__name, .fhe-agence-card:hover .fhe-agence-card__addr, .fhe-agence-card:hover .fhe-agence-card__phone {
	color: inherit !important;
}
.fhe-agence-card:hover .fhe-agence-card__link {
	color: var(--fhe-dore) !important;
}
.fhe-agence-card__img {
	overflow: hidden;
}
.fhe-agence-card__img img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}
.fhe-agence-card:hover .fhe-agence-card__img img {
	transform: scale(1.04);
}
.fhe-agence-card__info {
	display: flex !important;
	flex-direction: column !important;
	padding: 24px 24px 28px !important;
	flex: 1;
	gap: 0 !important;
	border: 1px solid var(--fhe-dore);
}
.fhe-agence-card__name {
	display: flex !important;
	flex-direction: column !important;
	gap: 2px;
	font-family: var(--fhe-font-sans) !important;
	font-size: 25px;
	font-weight: 700 !important;
	color: var(--fhe-noir) !important;
	line-height: 1.25 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	margin: 0 0 18px !important;
}
.fhe-agence-card__name-prefix, .fhe-agence-card__name-suffix {
	display: block !important;
	text-transform: none !important;
}
.fhe-agence-card__contact {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
	margin: 0 0 20px !important;
}
.fhe-agence-card__addr {
	display: block !important;
	font-size: 0.85rem !important;
	color: var(--fhe-noir) !important;
	line-height: 1.45;
	margin: 0 !important;
}
.fhe-agence-card__phone {
	display: block !important;
	font-size: 0.9rem !important;
	line-height: 1.4;
	font-weight: 700 !important;
	color: var(--fhe-noir) !important;
	margin: 0 !important;
}
.fhe-agence-card__link {
	display: block !important;
	margin-top: auto !important;
	font-family: var(--fhe-font-sans) !important;
	font-size: 18px;
	font-weight: 700 !important;
	color: var(--fhe-dore) !important;
	letter-spacing: 0.02em !important;
	text-transform: none !important;
	transition: letter-spacing 0.3s ease;
}
.fhe-agence-card:hover .fhe-agence-card__link {
	letter-spacing: 0.04em;
}
.fhe-experience {
	position: relative;
	padding: 80px 0;
	background-size: 110%;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
}
.fhe-experience__overlay {
	position: absolute;
	inset: 0;
}
.fhe-experience__inner {
	position: relative;
	z-index: 1;
}
.fhe-experience .fhe-section-title, .fhe-experience .fhe-section-subtitle {
	text-align: left;
}
.fhe-experience .fhe-section-subtitle {
	margin-bottom: 44px;
}
.fhe-experience__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.fhe-experience__step {
	display: flex;
	align-items: stretch;
	gap: 0;
	padding: 24px 22px;
	background-color: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(4px);
}
.fhe-experience__num {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	color: var(--fhe-noir);
	font-family: var(--fhe-font-serif);
	font-size: 80px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	flex-shrink: 0;
	padding-right: 18px;
	border-right: 1px solid rgba(65, 64, 66, 0.22);
}
.fhe-experience__text {
	flex: 1;
	padding-left: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fhe-experience__step h3 {
	font-family: var(--fhe-font-sans);
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 4px;
	color: var(--fhe-noir);
}
.fhe-experience__step p {
	font-size: 16px;
	margin: 0;
	color: var(--fhe-noir);
	line-height: 1.45;
}
.fhe-biens {
	padding: 80px 0 60px;
	background-color: var(--fhe-white);
	text-align: center;
	overflow: hidden;
}
.fhe-biens .fhe-section-title {
	margin-bottom: 32px;
}
.fhe-biens__slider {
	padding: 0 40px;
	margin-bottom: 32px;
}
.fhe-biens__track {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
.fhe-bien-card {
	flex: 1;
	display: none;
	flex-direction: column;
	text-align: left;
	background-color: var(--fhe-white);
	transition: all 0.4s ease;
}
.fhe-bien-card.is-visible {
	display: flex;
}
.fhe-bien-card.is-left {
	order: 1;
}
.fhe-bien-card.is-center {
	order: 2;
}
.fhe-bien-card.is-right {
	order: 3;
}
.fhe-bien-card__img {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-bottom: 16px;
}
.fhe-bien-card.is-center .fhe-bien-card__img {
	aspect-ratio: 4 / 5;
}
.fhe-bien-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.fhe-bien-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 4px;
}
.fhe-bien-card__title {
	font-family: var(--fhe-font-sans);
	font-size: 20px;
	font-weight: 700;
	color: var(--fhe-noir);
	margin: 0;
	line-height: 1.3;
}
.fhe-bien-card__meta {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.fhe-bien-card__meta li {
	font-size: 16px;
	color: var(--fhe-noir);
	line-height: 1.45;
}
.fhe-bien-card__link {
	margin-top: 6px;
	font-family: var(--fhe-font-sans);
	font-size: 18px;
	color: var(--fhe-dore);
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 700;
	transition: color 0.3s;
	width: fit-content;
}
.fhe-bien-card__link:hover {
	color: var(--fhe-noir);
}
.fhe-biens__nav {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 40px;
}
.fhe-nav-arrow {
	width: 48px;
	height: 48px;
	border: 1px solid var(--fhe-noir);
	background: transparent;
	color: var(--fhe-noir);
	font-size: 1.2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fhe-nav-arrow:hover {
	background-color: var(--fhe-noir);
	color: var(--fhe-white);
}
.fhe-projet {
	overflow: hidden;
	padding: 0px 0 80px 0px;
}
.fhe-projet__layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 80px;
	padding: 0 40px 0 0;
}
.fhe-projet__image {
	width: 100%;
	align-self: stretch;
	display: flex;
}
.fhe-projet__image img {
	width: 100%;
	height: 410px;
	object-fit: cover;
	display: block;
	border-radius: 0px 1000px 1000px 0px;
	background: #fff;
}
.fhe-projet__content {
	padding-right: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.fhe-projet__content h2 {
	font-family: var(--fhe-font-sans);
	font-weight: 600;
	color: var(--fhe-noir);
	margin: 0 0 40px;
}
.fhe-projet__content h2, .fhe-projet__content h2 em {
	font-size: 65px;
	line-height: 1;
}
.fhe-projet__content p {
	font-size: 0.95rem;
	color: var(--fhe-noir);
	line-height: 1.55;
	margin: 0 0 28px;
}

@media screen and (max-width: 1079px) {
	.fhe-reseau__card:hover .card-flip-inner {
		transform: none;
	}
	.card-flip-front {
		display: none;
	}
	.fhe-section-title br {
		display: block;
	}
	.fhe-reseau__card-hover {
		padding: 25px;
		position: static;
	}
	.fhe-reseau__card .card-flip-back {
		transform: rotateY(0deg);
		position: static;
	}
	.fhe-hero {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 30px;
		height: fit-content;
		min-height: fit-content;
		max-height: none;
	}
	.fhe-reseau, .fhe-biens {
		padding: 40px 0 0;
	}
	.fhe-projet__content p {
		max-width: 80%;
	}
	.fhe-hero__content {
		padding: 120px 20px 40px;
		margin-top: 0px;
	}
	.fhe-stats__bar {
		position: static;
		margin-top: 0;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		gap: 16px;
		padding: 32px 20px;
		width: 100%;
	}
	.fhe-stats__item, .fhe-stats__item:first-child, .fhe-stats__item:last-child {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
		padding: 0;
		width: fit-content;
		max-width: fit-content;
	}
	.fhe-stats__separator {
		display: none;
	}
	.fhe-stats__number {
		flex: 0 0 auto;
		min-width: fit-content;
		text-align: right;
	}
	.fhe-stats__label {
		flex: 1 1 auto;
		text-align: center;
	}
	.fhe-biens__slider {
		padding: 0;
	}
	.fhe-biens__track {
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}
	.fhe-bien-card, .fhe-bien-card.is-left, .fhe-bien-card.is-center, .fhe-bien-card.is-right {
		display: flex;
		width: 100%;
		max-width: none;
		padding: 0px 30px;
	}
	.fhe-bien-card__img, .fhe-bien-card.is-center .fhe-bien-card__img {
		aspect-ratio: auto;
		height: 400px;
	}
	.fhe-biens__nav {
		display: none;
	}
	.fhe-btn {
		width: 100%;
		max-width: fit-content;
		text-align: center;
		white-space: break-spaces;
	}
	.fhe-projet {
		padding: 0;
	}
	.fhe-projet__layout {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.fhe-projet__content {
		order: 1;
		padding: 0 35px;
	}
	.fhe-projet__image {
		order: 2;
	}
	.fhe-projet__image img {
		min-height: 260px;
		border-radius: 0;
		padding: 30px;
		height: 400px;
	}
	.fhe-section-title, .fhe-section-title em {
		font-size: 2.2rem !important;
	}
	.fhe-hero__title, .fhe-hero__title em {
		font-size: 3.2rem;
	}
	.fhe-agences__grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.fhe-experience {
		padding: 40px;
	}
	.fhe-experience__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.fhe-reseau__cards {
		flex-direction: column;
		margin-bottom: 0px;
	}
	.fhe-reseau__card, .fhe-reseau__card.is-center {
		display: block;
		flex: 0 0 auto;
		width: 100%;
		height: auto;
		aspect-ratio: auto;
		max-width: 100%;
	}
	.fhe-reseau__card .card-flip-inner {
		height: auto;
	}
	.fhe-reseau__nav {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.fhe-agences__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.fhe-container {
		padding: 0 24px;
	}
	.fhe-section-title, .fhe-section-title em {
		font-size: 1.9rem !important;
	}
	.fhe-hero__title, .fhe-hero__title em {
		font-size: 2.4rem !important;
	}
	.fhe-hero__subtitle {
		font-size: 0.95rem;
	}
	.fhe-hero__ctas {
		flex-direction: column;
		align-items: center;
	}
	.fhe-stats__number {
		font-size: 1.8rem;
	}
	.fhe-banner {
		padding: 24px;
	}
	.fhe-banner p {
		font-size: 0.88rem;
		width: 100%;
	}
	.fhe-reseau, .fhe-agences {
		padding: 40px 0;
	}
	.fhe-experience {
		padding: 40px 0px 40px 0px;
	}
	.fhe-agences {
		padding-top: 0px;
	}
	.fhe-experience__grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 550px) {
	.fhe-section-title, .fhe-section-title em {
		font-size: 1.6rem !important;
	}
	.fhe-section-subtitle, .fhe-banner p, .fhe-experience__step h3 {
		font-size: 20px;
	}
	.fhe-reseau, .fhe-agences {
		padding: 25px 0;
	}
	.fhe-projet__content {
		padding: 25px 25px 0px 25px;
	}
	.fhe-reseau__cards, .fhe-bien-card {
		padding: 0 25px;
	}
	.fhe-hero__title, .fhe-hero__title em {
		font-size: 2rem !important;
	}
	.fhe-stats__bar {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		padding: 24px 16px;
		width: 100%;
	}
	.fhe-stats__item {
		padding: 0;
	}
	.fhe-agences__grid {
		grid-template-columns: 1fr;
	}
	.fhe-projet__content h2 {
		margin: 0 0 20px;
	}
}
