.home-hero .hero-content h1 {
	margin: 0 0 22px;
}
.home-hero-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.home-hero-actions .btn-cta {
	margin-top: 30px;
}
.home-biens-head .btn-cta {
	color: #C5BA9B;
	padding: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C5BA9B;
}
.home-band {
	max-width: none;
	padding: 0;
	background-color: #AEC1AD;
}
.home-band-inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 48px 100px;
	text-align: center;
	color: #fff;
}
.home-band-vendre h2 {
	margin: 0 0 14px;
}
.home-band-vendre h2, .home-band-vendre h2 em, .home-band-vendre p {
	color: #fff;
}
.home-band-vendre p {
	color: #fff;
	font-size: 16px;
	max-width: 620px;
	margin: 0 auto;
}
.home-band-vendre .btn-cta {
	margin-top: 30px;
}
.home-biens {
	margin-top: 60px;
}
.home-biens-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 28px;
}
.home-biens-head h2 {
	margin: 0;
}
.home-biens-all {
	font-size: 14px;
	color: #252526;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}
.home-biens-all:hover {
	color: #C5BA9B;
}
.home-biens-filters {
	display: flex;
	gap: 12px;
	list-style: none;
	margin: 0 0 45px;
	padding: 0;
	flex-wrap: wrap;
}
.biens-filter {
	border: 1px solid #C5BA9B;
	padding: 12px 30px;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.2s ease;
	user-select: none;
}
.biens-filter:hover {
	font-weight: 700;
}
.biens-filter.active {
	background-color: #C5BA9B;
	color: #fff;
	font-weight: 700;
}
.location-card.is-filtered {
	display: none;
}
.home-biens .bien-badge-transac {
	left: auto;
	right: 20px;
}
.home-biens .bien-badge-transac-vendre {
	background: #C5BA9B;
}
.home-biens .bien-badge-transac-louer {
	background: #AEC1AD;
}
.home-vp {
	max-width: none;
	padding: 0;
	background-color: #AEC1AD;
	margin-top: 60px;
	overflow: hidden;
}
.home-vp-inner {
	display: flex;
	align-items: center;
	gap: 60px;
	padding-left: max(100px, calc((100vw - 1300px) / 2));
}
.home-vp-content {
	flex: 0 0 44%;
	padding: 60px 0;
	color: #fff;
}
.home-vp-content h2 {
	color: #fff;
	margin: 0 0 16px;
}
.home-vp-content h2 em {
	color: #fff;
}
.home-vp-content p {
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 22px;
}
.home-vp-content .btn-cta{
	margin-top: 0px;
}
.home-vp-image {
	flex: 1;
	margin-right: -5%;
}
.home-vp-image .hero-image-shape {
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 500px 0 0 500px;
}
.home-vp-image .hero-image-shape img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.home-vp-form {
	display: flex;
	gap: 0;
	max-width: 420px;
}
.home-vp-form input[type="email"] {
	flex: 1;
	min-width: 0;
	padding: 13px 18px;
	border: none;
	font-size: 0.85rem;
	outline: none;
	font-family: inherit;
	background: #fff;
}
.home-vp-form button {
	background-color: #C5BA9B;
	color: #fff;
	border: 1px solid #C5BA9B;
	cursor: pointer;
	white-space: nowrap;
	padding: 13px 26px;
	font-size: 13px;
	font-weight: 700;
	font-family: inherit;
	transition: background-color 0.2s ease;
}
.home-vp-form button:hover {
	background-color: #b5a88a;
}
.home-stats {
	margin: 90px auto;
}
.home-stats .stats-list {
	align-items: center;
}
.home-stats .stats-list li {
	flex: 1 1 0;
	min-width: 0;
}
.home-stats-brand {
	text-align: left !important;
}
.home-stats-brand-name {
	display: block;
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 34px;
	color: #252526;
	line-height: 1.1;
}
.home-stats-brand-sub {
	display: block;
	font-size: 14px;
	color: #6b6b6b;
	margin-top: 6px;
}
.page-home .temoignages {
	padding-top: 30px;
}
.page-home .related-posts {
	padding-top: 60px;
}
.home-hero-actions {
	align-items: center;
}
.home-hero-actions .link-secondary {
	margin-top: 30px;
}

@media screen and (max-width: 1080px) {
	.home-vp-inner {
		flex-direction: column;
		gap: 0;
		padding-left: 0;
	}
	.page-home .related-posts {
		padding: 20px;
	}
	.home-biens {
		margin-top: 20px;
	}
	.home-vp-content {
		flex: none;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.home-vp-image {
		width: 100%;
		margin-right: 0;
	}
	.home-vp-image .hero-image-shape {
		border-radius: 0;
		height: 280px;
	}
	.home-band-inner {
		padding: 20px;
	}
	.home-articles .blog-grid {
		grid-template-columns: 1fr;
	}
	.home-biens-filters {
	    margin: 0 0 20px;
	}
}

@media screen and (max-width: 550px) {
	.home-vp-form {
		flex-direction: column;
		gap: 10px;
	}
	.home-hero-actions {
		flex-direction: column;
		align-items: baseline;
	}
	.home-hero-actions .link-secondary {
		margin-top: 0px;
	}
}