.hero .hero-content h1 {
	margin: 0;
}
.hero .hero-content p {
	margin-top: 18px;
}
#fg-intro {
	padding: 60px 100px 0px;
}
#fg-intro .cards {
	margin-bottom: 0;
}
.page-faire-gerer .stats#fg-stats-hero {
	background-color: #AEC1AD;
}
.page-faire-gerer .stats#fg-stats-hero .stats-list li + li::before {
	background-color: white;
}
.page-faire-gerer .stats#fg-stats-hero .stat-number, .page-faire-gerer .stats#fg-stats-hero .stat-label{
	color: white;
}
p small{
	text-align: center;
	opacity: 0.5;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.step {
	flex: 1 0 350px;
}
.collab-image.collab-image-arch{
	margin-top: -100px;
}
.cards .cards-info p{
	margin-bottom: 1.5rem;
}
#fg-intro .fg-director-name {
	font-size: 25px;
}
#fg-intro .fg-director-role {
	margin-top: 0;
	font-weight: 300;
	font-style: italic;
}
.fg-trust {
	max-width: inherit;
	padding: 0;
	background-color: transparent;
}
.fg-trust .stats-list {
	display: flex;
	justify-content: flex-start;
	gap: clamp(40px, 8vw, 110px);
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: none;
}
.fg-trust .stats-list li {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
}
.fg-trust .stats-list li + li::before {
	content: "";
	position: absolute;
	left: calc(clamp(40px, 8vw, 110px) / -2);
	top: 50%;
	transform: translateY(-50%);
	height: 56px;
	width: 1px;
	background-color: #252526;
}
.fg-trust .stat-number {
	font-size: 60px;
	line-height: 1.1;
	font-weight: 300;
}
.fg-trust .stat-label {
	font-size: 14px;
	color: #252526;
	margin-top: 8px;
}
.fg-trust .stat-label small {
	font-size: 14px;
}
.fg-included {
	max-width: none;
	background-color: #AEC1AD;
	padding: 60px 100px;
}
.fg-included .container {
	max-width: 1300px;
	margin: 0 auto;
}
.fg-included-title {
	text-align: center;
	color: #fff;
	margin: 0 0 45px;
}
.fg-included-title em {
	color: #fff;
}
.fg-included-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}
.fg-included-card {
	background-color: #fff;
	padding: 45px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.fg-included-card h3 {
	margin: 0 0 26px;
	font-size: 22px;
}
.fg-included-card .fg-toggle {
	margin-top: 0;
}
.fg-included-details {
	width: 100%;
	margin-top: 28px;
}
.fg-included-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.fg-included-details li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.5;
	color: #252526;
}
.fg-included-details li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #C5BA9B;
}
.fg-gli {
	max-width: none;
	background-color: #AEC1AD;
	padding: 0;
	margin: 20px 0 0;
	overflow: hidden;
}
.fg-gli-inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 60px 100px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}
.fg-gli-content {
	flex: 1;
	min-width: 0;
}
.fg-gli-content h2, .fg-gli-content h2 em {
	color: #fff;
	margin: 0 0 22px;
}
.fg-gli-content > p {
	color: #fff;
}
.fg-gli-stats {
	display: flex;
	gap: clamp(40px, 5vw, 70px);
	list-style: none;
	padding: 0;
	margin: 0;
}
.fg-gli-stats li {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
	width: -webkit-fill-available;
}
.fg-gli-stats li + li::before {
	content: "";
	position: absolute;
	left: calc(clamp(40px, 5vw, 70px) / -2);
	top: 50%;
	transform: translateY(-50%);
	height: 56px;
	width: 1px;
	background-color: white;
}
.fg-gli-number {
	color: #fff;
	display: block;
	font-size: 50px;
	font-weight: 300;
}
.fg-gli-unit {
	font-size: 30px;
	font-weight: 300;
}
.fg-gli-label {
	display: block;
	font-size: 18px;
	color: #ffff;
	margin-top: 6px;
	max-width: 150px;
}
.fg-gli-image {
	flex: 0 0 38%;
	max-width: 38%;
	margin-top: 60px;
}
.fg-gli-image .arch-img {
	overflow: hidden;
	border-radius: 1000px 1000px 0 0;
	background-color: #fff;
	padding: 26px;
}
.fg-gli-image .arch-img img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	display: block;
}
.fg-cta {
	padding-top: 0;
	padding-bottom: 60px;
}
.fg-cta .projet-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
}
.fg-cta .projet-content {
	flex: 1;
	min-width: 0;
	padding-top: 70px;
}
.fg-cta .projet-content h2 {
	margin: 0 0 24px;
}
.fg-cta-agencies {
	display: flex;
	gap: 0;
	margin-top: 40px;
}
.fg-cta-agency + .fg-cta-agency {
	border-left: 1px solid #C5BA9B;
	margin-left: 30px;
	padding-left: 30px;
}
.fg-cta-agency h3, .fg-cta-agency p{
	font-size: 14px;
}
.fg-cta-agency .fg-cta-agency-name {
	font-weight: 700;
}
.fg-cta-agency a {
	color: #252526;
	text-decoration: none;
}
.fg-cta-agency a:hover {
	color: #C5BA9B;
}
.fg-cta .projet-image {
	flex: 0 0 45%;
	max-width: 42%;
	margin-top: -100px;
}
.fg-cta .projet-image .arch-img {
	overflow: hidden;
	border-radius: 1000px 1000px 0 0;
	background-color: #fff;
	padding: 30px;
}
.fg-cta .projet-image .arch-img img {
	min-height: 550px;
}
.fg-included-lead {
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	margin: 0 0 18px;
}
.fg-gli-fine {
	font-size: 12px;
	opacity: 0.85;
	margin-top: 10px;
	line-height: 1.3;
}

@media screen and (max-width: 1080px) {
	.fg-included, .fg-gli-inner {
		padding: 20px;
	}
	.fg-gli {
		margin: 0;
	}
	.fg-gli-inner {
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}
	.fg-included-card {
	    padding: 20px;
	}
	.fg-gli-image {
		flex: none;
		max-width: 100%;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0px;
	}
	.fg-cta .projet-inner {
		flex-direction: column;
		gap: 20px;
	}
	.fg-cta .projet-content {
		padding-top: 20px;
	}
	.fg-cta .projet-image {
		flex: none;
		max-width: 100%;
		width: 100%;
		margin-top: 0;
	}
	.fg-trust .stats-list {
		gap: 20px;
	}
	.fg-included-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.fg-gli-stats {
		flex-wrap: wrap;
		gap: 20px;
	}
	.page-faire-gerer .stats {
		background-color: #AEC1AD;
	}
	.page-faire-gerer .stats.fg-trust {
		background-color: white;
	}
	.fg-trust .stat-number {
		font-size: 40px;
	}
	.step {
		flex: 1;
	}
	.collab-image.collab-image-arch {
		margin-top: 0;
	}
	.page-faire-gerer .stats .stat-number, .page-faire-gerer .stats .stat-label {
		color: white;
	}
	.stats.fg-trust .stat-number, .stats.fg-trust .stat-label{
		color: #252526;
	}
	#fg-intro {
		padding: 20px 20px 0px;
	}
	#fg-intro .cards-image {
		overflow: visible; /* laisse l'image sortir du conteneur pour le full-bleed */
	}
	#fg-intro .cards-image .arch-img {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		height: 400px;
		border-radius: 0;
		overflow: hidden;
	}
	#fg-intro .cards-image .arch-img img,
	#fg-intro .cards-image .arch-img picture {
		width: 100%;
		height: 100%;
		aspect-ratio: auto;
		object-fit: cover;
		display: block;
	}
	.fg-trust .stats-list li {
		padding: 20px 0px;
	}
	.fg-cta .projet-image .arch-img img, .fg-cta .projet-image .arch-img{
		height: 400px;
		border-radius: 0;
		padding: 0;
	}
	.fg-cta {
		padding-bottom: 20px;
	}
	.fg-trust .stats-list {
		flex-direction: row;
	}
	.fg-trust .stats-list li {
		flex: 1;
		width: auto;
	}
	.fg-trust .stats-list li + li::before {
		display: block;
	}
	.fg-gli-stats {
		flex-wrap: nowrap;
		gap: 16px;
	}
	.fg-gli-stats li {
		min-width: 0;
	}
	.fg-gli-stats li + li::before {
		left: -8px;
	}
}
@media screen and (max-width: 550px) {
	.fg-trust .stats-list li + li::before, .fg-gli-stats li + li::before{
		display: none;
	}
	.fg-trust .stats-list {
		flex-direction: column;
		gap: 0px;
	}
	.fg-gli-stats, .fg-cta-agencies {
		flex-direction: column;
	}
	.fg-cta-agency + .fg-cta-agency {
		border-left: 0px;
		margin-left: 0;
		padding-left: 0;
		margin-top: 20px;
	}
}
/* Sécurise le full-bleed mobile de la photo directeur (pas de scroll horizontal) */
.page-faire-gerer { overflow-x: clip; }
