@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 {
	--gerer-noir: #414042;
	--gerer-dore: #C5BA9B;
	--gerer-beige: #FDF8F3;
	--gerer-white: #FFFFFF;
	--gerer-font-sans: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
	--gerer-font-serif: 'Fraunces', 'Georgia', serif;
}
.gerer-page {
	color: var(--gerer-noir);
	font-family: var(--gerer-font-sans);
	line-height: 1.6;
	overflow-x: hidden;
}
.gerer-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px;
}
.gerer-section-title {
	font-family: var(--gerer-font-sans);
	font-size: 70px;
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 16px;
	color: var(--gerer-noir);
}
.gerer-section-title em {
	font-family: var(--gerer-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 70px;
}
.gerer-section-title--center {
	text-align: center;
}
.gerer-section-title--light {
	color: var(--gerer-white);
}
.gerer-section-title--light em {
	color: var(--gerer-dore);
}
.gerer-section-subtitle {
	font-size: 20px;
	color: var(--gerer-noir);
	margin: 0 0 40px;
}
.gerer-section-subtitle--center {
	text-align: center;
}
.gerer-section-subtitle--light {
	color: var(--gerer-white);
}
.gerer-btn {
	display: inline-block;
	font-family: var(--gerer-font-sans);
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	padding: 14px 32px;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.02em;
}
.gerer-btn--primary {
	background-color: var(--gerer-dore);
	color: var(--gerer-white);
	border: 1px solid var(--gerer-dore);
}
.gerer-btn--primary:hover {
	background-color: #b0a688;
	border-color: #b0a688;
}
.gerer-hero {
	position: relative;
	min-height: 870px;
	max-height: 900px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url('../img/hero-faire-gerer-c21-paris.jpg') center center / cover no-repeat;
	overflow: hidden;
}
.gerer-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
	pointer-events: none;
}
.gerer-hero__content p {
	color: white;
	font-size: 20px;
	line-height: 1.55;
	margin: 0 auto 32px;
	max-width: 80%;
}
.gerer-hero__content {
	position: relative;
	z-index: 1;
	margin-top: -125px;
}
.gerer-hero__title {
	font-family: var(--gerer-font-sans);
	font-size: 90px;
	font-weight: 600;
	color: var(--gerer-white);
	line-height: 1.1;
	margin: 0 0 40px;
}
.gerer-hero__title em {
	font-family: var(--gerer-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 100px;
}
.gerer-btn--hero {
	background-color: var(--gerer-dore);
	color: var(--gerer-white);
	border: 1px solid var(--gerer-dore);
	padding: 14px 36px;
	font-size: 18px;
}
.gerer-btn--hero:hover {
	background-color: #b0a688;
	border-color: #b0a688;
}
.gerer-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);
}
.gerer-stats__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 30px;
	color: var(--gerer-noir);
}
.gerer-stats__item:first-child {
	padding: 0px 30px 0px 0px;
}
.gerer-stats__item:last-child {
	padding: 0px 0px 0px 30px;
}
.gerer-stats__separator {
	width: 1px;
	height: 40px;
	background-color: rgba(65,64,66,0.2);
	flex-shrink: 0;
}
.gerer-stats__number {
	font-family: var(--gerer-font-serif);
	font-size: 60px;
	color: var(--gerer-noir);
	white-space: nowrap;
}
.gerer-stats__label {
	font-size: 20px;
	text-align: left;
	line-height: 1.35;
	color: var(--gerer-noir);
	font-weight: 200;
}
.gerer-banner {
	background-color: var(--gerer-noir);
	padding: 32px 40px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.gerer-banner p {
	font-size: 20px;
	color: var(--gerer-white);
	margin: 0;
	line-height: 1.6;
	max-width: 1300px;
	width: 70%;
}
.gerer-pourquoi {
	padding: 80px 0 80px;
	background-color: var(--gerer-white);
}
.gerer-pourquoi__cards {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 16px;
	margin-bottom: 32px;
}
.gerer-pourquoi__card {
	position: relative;
	overflow: hidden;
	flex: 1;
	aspect-ratio: 1 / 1;
	perspective: 1200px;
	display: none;
	transition: all 0.4s ease;
}
.gerer-pourquoi__card.is-visible {
	display: block;
}
.gerer-pourquoi__card.is-left {
	order: 1;
}
.gerer-pourquoi__card.is-center {
	order: 2;
	aspect-ratio: 4 / 5;
}
.gerer-pourquoi__card.is-right {
	order: 3;
}
.gerer-pourquoi__card-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.gerer-pourquoi__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.gerer-pourquoi__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;
}
.gerer-pourquoi__card-label {
	color: var(--gerer-white);
	font-family: var(--gerer-font-sans);
	font-size: 1.4rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.25;
}
.gerer-pourquoi__card.is-center .gerer-pourquoi__card-label, .gerer-pourquoi__card-label {
	font-size: 40px;
}
.gerer-pourquoi__card-label em {
	font-family: var(--gerer-font-serif);
	font-style: italic;
	font-weight: 400;
}
.gerer-pourquoi__card-hover {
	position: absolute;
	inset: 0;
	background-color: var(--gerer-beige);
	padding: 36px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gerer-pourquoi__card-hover-num {
	display: block;
	font-family: var(--gerer-font-serif);
	font-size: 2.4rem;
	font-weight: 500;
	color: var(--gerer-dore);
	line-height: 1;
	margin-bottom: 28px;
}
.gerer-pourquoi__card-hover-title {
	display: block;
	font-family: var(--gerer-font-sans);
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--gerer-noir);
	line-height: 1.25;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(65, 64, 66, 0.25);
	text-align: left;
}
.gerer-pourquoi__card.is-center .gerer-pourquoi__card-hover-num {
	font-size: 2.8rem;
}
.gerer-pourquoi__card.is-center .gerer-pourquoi__card-hover-title {
	font-size: 1.35rem;
}
.gerer-pourquoi__card-hover p {
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--gerer-noir);
	margin: 0;
	text-align: left;
}
.gerer-pourquoi__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;
}
.gerer-pourquoi__card:hover .card-flip-inner {
	transform: rotateY(180deg);
}
.gerer-pourquoi__card .card-flip-front,
.gerer-pourquoi__card .card-flip-back {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}
.gerer-pourquoi__card .card-flip-back {
	transform: rotateY(180deg);
}
.gerer-pourquoi__nav {
	display: flex;
	justify-content: center;
	gap: 12px;
}
.gerer-nav-arrow {
	width: 48px;
	height: 48px;
	border: 1px solid var(--gerer-noir);
	background: transparent;
	color: var(--gerer-noir);
	font-size: 1.2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gerer-nav-arrow:hover {
	background-color: var(--gerer-noir);
	color: var(--gerer-white);
}
.gerer-mandat {
	padding: 0px 0 80px 0px;
}
.gerer-mandat__layout {
	display: grid;
	grid-template-columns: 2.1fr 1fr;
	align-items: stretch;
	margin-top: 24px;
	gap: 20px;
}
.gerer-mandat__box {
	background-color: transparent;
	border: 1px solid rgba(197, 186, 155, 0.8);
	padding: 44px 48px 32px;
	display: flex;
	flex-direction: column;
}
.gerer-mandat__logo {
	display: block;
	width: 180px;
	background-color: white;
	margin: -80px 0px 0px -20px;
	padding: 20px;
}
.gerer-mandat__title {
	font-family: var(--gerer-font-sans);
	font-size: 50px;
	font-weight: 700;
	color: var(--gerer-dore);
}
.gerer-mandat__tagline {
	font-family: var(--gerer-font-serif);
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	color: var(--gerer-noir);
	margin: 0 0 28px;
	line-height: 1.3;
}
.gerer-mandat__tagline em {
	font-style: italic;
	font-size: 30px;
}
.gerer-mandat__list {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.gerer-mandat__list li {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 8px 0;
}
.gerer-mandat__num {
	font-family: var(--gerer-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 40px;
	color: var(--gerer-dore);
	flex-shrink: 0;
	min-width: 44px;
	text-align: center;
	padding-right: 18px;
	border-right: 1px solid rgba(65, 64, 66);
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gerer-mandat__text {
	font-size: 25px;
	color: var(--gerer-noir);
	line-height: 1.45;
	flex: 1;
	padding-left: 22px;
}
.gerer-mandat__text#engagement {
	padding: 0px 20px 0px 0px;
	font-size: 20px;
}
.gerer-mandat__link,
.gerer-mandat__link, .gerer-mandat__link:visited {
	font-family: var(--gerer-font-sans);
	color: var(--gerer-dore);
	font-size: 18px;
	text-decoration: none;
	text-underline-offset: 3px;
	font-weight: 700;
	transition: opacity 0.3s;
}
.gerer-mandat__link:hover {
	color: var(--gerer-noir);
}
.gerer-mandat__image {
	overflow: hidden;
	margin-left: -40px;
	align-self: stretch;
}
.gerer-mandat__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.gerer-charge {
	padding: 80px 0;
	background-color: var(--gerer-beige);
}
.gerer-charge__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 60px;
	margin-top: 16px;
}
.gerer-charge__col {
	display: flex;
	flex-direction: column;
}
.gerer-charge__item {
	border-top: 1px solid var(--gerer-noir);
}
.gerer-charge__item:last-child {
	border-bottom: 1px solid var(--gerer-noir);
}
.gerer-charge__question {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
	background: none;
	border: none;
	font-family: var(--gerer-font-sans);
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--gerer-noir);
	padding: 15px 0;
	cursor: pointer;
	text-align: left;
	transition: color 0.3s;
}
.gerer-charge__item.is-open .gerer-charge__question,
.gerer-charge__item.is-open .gerer-charge__num,
.gerer-charge__item.is-open .gerer-charge__label {
	color: var(--gerer-dore);
}
.gerer-charge__item.is-open .gerer-charge__label, .gerer-charge__item.is-open .gerer-charge__num {
	font-weight: 700;
}
.gerer-charge__question:hover,
.gerer-charge__question:hover .gerer-charge__num,
.gerer-charge__question:hover .gerer-charge__label {
	color: var(--gerer-dore);
}
.gerer-charge__num {
	font-family: var(--gerer-font-sans);
	font-weight: 500;
	flex-shrink: 0;
	transition: color 0.3s;
	font-size: 20px;
}
.gerer-charge__label {
	flex: 1;
	color: var(--gerer-noir);
	transition: color 0.3s;
	font-size: 20px;
}
.gerer-charge__icon {
	font-size: 1rem;
	flex-shrink: 0;
	color: var(--gerer-noir);
	width: 20px;
	text-align: center;
	transition: transform 0.3s, color 0.3s;
}
.gerer-charge__item.is-open .gerer-charge__icon {
	color: var(--gerer-dore);
}
.gerer-charge__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
}
.gerer-charge__item.is-open .gerer-charge__answer {
	max-height: 260px;
	padding-bottom: 20px;
}
.gerer-charge__answer p {
	font-size: 16px;
	margin: 0;
	color: var(--gerer-noir);
	line-height: 1.55;
	padding-left: 48px;
	padding-right: 20px;
}
.gerer-bailleur {
	background-color: var(--gerer-noir);
	padding: 72px 0;
	text-align: center;
}
.gerer-bailleur__cta {
	margin-top: 8px;
	display: flex;
	justify-content: center;
}
.gerer-faq {
	padding: 80px 0;
	background-color: var(--gerer-white);
}
.gerer-faq__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 60px;
	margin-top: 16px;
}
.gerer-faq__item {
	border-top: 1px solid var(--gerer-noir);
}
.gerer-faq__item:last-child {
	border-bottom: 1px solid var(--gerer-noir);
}
.gerer-faq__question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	background: none;
	border: none;
	font-family: var(--gerer-font-sans);
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--gerer-noir);
	padding: 15px 0;
	cursor: pointer;
	text-align: left;
	transition: color 0.3s;
}
.gerer-faq__item.is-open .gerer-faq__question,
.gerer-faq__question:hover {
	color: var(--gerer-dore);
}
.gerer-faq__item.is-open .gerer-faq__text {
	font-weight: 700;
}
.gerer-faq__text {
	flex: 1;
	font-size: 20px;
}
.gerer-faq__icon {
	font-size: 1rem;
	flex-shrink: 0;
	color: var(--gerer-noir);
	width: 20px;
	text-align: center;
	transition: color 0.3s;
}
.gerer-faq__item.is-open .gerer-faq__icon {
	color: var(--gerer-dore);
}
.gerer-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
}
.gerer-faq__item.is-open .gerer-faq__answer {
	max-height: 320px;
	padding-bottom: 20px;
}
.gerer-faq__answer p {
	font-size: 16px;
	margin: 0;
	color: var(--gerer-noir);
	line-height: 1.6;
	padding-right: 20px;
}
.gerer-pret {
	background-color: var(--gerer-beige);
	overflow: hidden;
	padding: 80px 0 80px 0;
}
.gerer-pret__layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 80px;
	padding: 0 40px 0 0;
}
.gerer-pret__image {
	width: 100%;
	align-self: stretch;
	display: flex;
}
.gerer-pret__image img {
	width: 100%;
	height: 410px;
	object-fit: cover;
	display: block;
	border-radius: 0px 1000px 1000px 0px;
	background: #fff;
}
.gerer-pret__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.gerer-pret__content h2, .gerer-pret__content h2 em, .gerer-section-title--center, .gerer-section-title--center em {
	font-size: 65px;
}
.gerer-pret__content p {
	font-size: 0.95rem;
	color: var(--gerer-noir);
	line-height: 1.55;
	margin: 0 0 28px;
	max-width: 420px;
}
.gerer-bailleur h2, .gerer-bailleur h2 em {
	font-size: 60px;
}

@media screen and (max-width: 1079px) {
	.gerer-pourquoi__card:hover .card-flip-inner {
		transform: none;
	}
	.gerer-charge, .gerer-faq {
		padding: 40px 0;
	}
	.gerer-pret__content p {
		max-width: fit-content;
	}
	.gerer-mandat {
		padding: 0px 0 40px 0px;
	}
	.gerer-mandat__text#engagement {
		padding: 0;
	}
	.gerer-mandat__image img {
		height: 400px;
	}
	.card-flip-front {
		display: none;
	}
	.gerer-pourquoi__card-hover {
		padding: 25px;
		position: static;
	}
	.gerer-pourquoi__card .card-flip-back {
		transform: rotateY(0deg);
		position: static;
	}
	.gerer-hero {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 30px;
		height: fit-content;
		min-height: fit-content;
		max-height: none;
	}
	.gerer-hero__content p {
		max-width: 100%;
	}
	.gerer-hero__content {
		padding: 120px 20px 40px;
		margin-top: 0px;
	}
	.gerer-stats__bar {
		position: static;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		gap: 16px;
		padding: 32px 20px;
		width: 100%;
	}
	.gerer-stats__item, .gerer-stats__item:first-child, .gerer-stats__item:last-child {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0px;
		padding: 0;
		width: fit-content;
		max-width: fit-content;
	}
	.gerer-stats__separator {
		display: none;
	}
	.gerer-stats__number {
		flex: 0 0 auto;
		min-width: fit-content;
		text-align: right;
	}
	.gerer-stats__label {
		flex: 1 1 auto;
		text-align: center;
	}
	p.gerer-section-subtitle.gerer-section-subtitle--center br {
		display: none;
	}
	.gerer-pourquoi__cards {
		flex-direction: column;
	}
	.gerer-pourquoi__card,
	.gerer-pourquoi__card.is-center {
		display: block;
		flex: 0 0 auto;
		width: 100%;
		height: auto;
		aspect-ratio: auto;
		max-width: 100%;
	}
	.gerer-pourquoi__card .card-flip-inner {
		height: auto;
	}
	.gerer-pourquoi__nav {
		display: none;
	}
	.gerer-pourquoi {
		padding: 40px 0 40px;
	}
	.gerer-section-title, .gerer-section-title em, .gerer-bailleur h2, .gerer-bailleur h2 em, .gerer-pret__content h2, .gerer-pret__content h2 em, .gerer-section-title--center, .gerer-section-title--center em, .gerer-mandat__title {
		font-size: 2.2rem;
	}
	.gerer-hero__title, .gerer-hero__title em {
		font-size: 3.2rem;
	}
	.gerer-mandat__layout {
		gap: 20px;
		grid-template-columns: 1fr;
	}
	.gerer-pret {
		padding: 0;
	}
	.gerer-pret__layout {
		gap: 10px;
		grid-template-columns: 1fr;
	}
	.gerer-pret__content {
		order: 1;
		padding: 30px 0px 0px 30px;
	}
	.gerer-pret__image {
		order: 2;
		flex: 1 1 auto;
	}
	.gerer-pret__image img {
		min-height: 260px;
		border-radius: 0;
		padding: 30px;
		height: 400px;
	}
	.gerer-mandat__image {
		margin-left: 0px;
	}
}

@media screen and (max-width: 768px) {
	.gerer-container {
		padding: 0 24px;
	}
	.gerer-section-title, .gerer-section-title em, .gerer-bailleur h2, .gerer-bailleur h2 em, .gerer-pret__content h2, .gerer-pret__content h2 em {
		font-size: 1.9rem;
	}
	.gerer-hero__title, .gerer-hero__title em {
		font-size: 2.4rem;
	}
	.gerer-stats__number {
		font-size: 1.8rem;
	}
	.gerer-banner {
		padding: 24px;
	}
	.gerer-banner p {
		font-size: 20px;
		width: 100%;
	}
	.gerer-pourquoi,
	.gerer-mandat,
	.gerer-charge,
	.gerer-bailleur,
	.gerer-faq {
		padding: 40px 0;
	}
	.gerer-pourquoi {
		padding-bottom: 0px;
		padding: 40px 0 20px;
	}
	.gerer-mandat__image {
		min-height: 260px;
		margin-left: 0;
		margin-top: -40px;
	}
	.gerer-charge__grid,
	.gerer-faq__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.gerer-mandat__link,
	.gerer-mandat__link:visited {
		margin-bottom: 20px;
		text-align: center;
	}
	.gerer-mandat {
		padding-top: 0px;
	}
	.gerer-pret__layout {
		gap: 0px;
	}
}

@media screen and (max-width: 550px) {
	.gerer-section-title {
		font-size: 1.6rem;
	}
	.gerer-mandat__title {
		font-size: 30px;
	}
	.gerer-mandat__list li {
		flex-direction: column;
	}
	.gerer-mandat__num {
		border-right: none;
	}
	.gerer-mandat__text {
		padding-left: 0px;
	}
	.gerer-mandat__text#engagement {
		text-align: left;
	}
	.gerer-hero__title {
		font-size: 2rem;
		padding: 0 16px;
	}
	.gerer-mandat__box, .gerer-pret__content {
		padding: 25px;
	}
	.gerer-stats__bar {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		padding: 24px 16px;
	}
	.gerer-mandat__logo {
		margin: -60px 0px 0px -20px;
	}
	.gerer-stats__item {
		padding: 0;
	}
	.gerer-banner p, .gerer-section-subtitle, .gerer-mandat__text, .gerer-charge__num, .gerer-charge__label, .gerer-faq__text {
		font-size: 16px;
	}
	.gerer-mandat__list {
		flex-direction: column;
	}
	.gerer-mandat__text {
		padding-left: 0px;
		text-align: center;
	}
	.gerer-mandat__list li {
		flex-direction: column;
		text-align: center;
	}
}
