@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 {
	--vendre-noir: #414042;
	--vendre-dore: #C5BA9B;
	--vendre-beige: #FDF8F3;
	--vendre-white: #FFFFFF;
	--vendre-font-sans: "articulat-cf", 'Inter', 'Helvetica Neue', Arial, sans-serif;
	--vendre-font-serif: 'Fraunces', 'Georgia', serif;
}
.vendre-page {
	color: var(--vendre-noir);
	font-family: var(--vendre-font-sans);
	line-height: 1.6;
	overflow-x: hidden;
}
.vendre-page *, .vendre-page *::before, .vendre-page *::after {
	box-sizing: border-box;
}
.vendre-container {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px;
}
.vendre-section-title {
	font-family: var(--vendre-font-sans);
	font-size: 70px;
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 16px;
	color: var(--vendre-noir);
}
.vendre-section-title em {
	font-family: var(--vendre-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 70px;
}
.vendre-section-title--center {
	text-align: center;
}
.vendre-section-title--light {
	color: var(--vendre-white);
}
.vendre-section-title--light em {
	color: var(--vendre-dore);
}
.vendre-section-subtitle {
	font-size: 20px;
	color: var(--vendre-noir);
	font-family: var(--vendre-font-sans);
	margin: 0 0 40px;
}
.vendre-section-subtitle--center {
	text-align: center;
}
.vendre-section-subtitle--light {
	color: var(--vendre-white);
}
.vendre-btn {
	display: inline-block;
	font-family: var(--vendre-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;
}
.vendre-btn--primary {
	background-color: var(--vendre-dore);
	color: var(--vendre-white);
	border: 1px solid var(--vendre-dore);
}
.vendre-btn--primary:hover {
	background-color: #b0a688;
	border-color: #b0a688;
}
.vendre-btn--hero {
	background-color: var(--vendre-dore);
	color: var(--vendre-white);
	border: 1px solid var(--vendre-dore);
}
.vendre-btn--hero:hover {
	background-color: #b0a688;
	border-color: #b0a688;
}
.vendre-btn--hero-outline {
	background-color: transparent;
	color: var(--vendre-white);
	border: 1px solid var(--vendre-white);
}
.vendre-btn--hero-outline:hover {
	background-color: var(--vendre-white);
	color: var(--vendre-noir);
}
.vendre-hero {
	position: relative;
	min-height: 870px;
	max-height: 900px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: url('../img/hero-vendre-c21-paris.jpg') center center / cover no-repeat;
	overflow: hidden;
}
.vendre-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
	pointer-events: none;
}
.vendre-hero__content {
	position: relative;
	z-index: 1;
	margin-top: -125px;
}
.vendre-hero__title {
	font-family: var(--vendre-font-sans);
	font-size: 110px;
	font-weight: 600;
	color: var(--vendre-white);
	line-height: 1.1;
	margin: 0 0 40px;
}
.vendre-hero__title em {
	font-family: var(--vendre-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 130px;
}
.vendre-hero__content p {
	color: var(--vendre-white);
	font-size: 20px;
	line-height: 1.55;
	margin: 0 auto 32px;
	max-width: 80%;
}
.vendre-hero__ctas {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}
.vendre-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);
}
.vendre-stats__item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 30px;
	color: var(--vendre-noir);
}
.vendre-stats__item:first-child {
	padding: 0px 30px 0px 0px;
}
.vendre-stats__item:last-child {
	padding: 0px 0px 0px 30px;
}
.vendre-stats__separator {
	width: 1px;
	height: 40px;
	background-color: rgba(65,64,66,0.2);
	flex-shrink: 0;
}
.vendre-stats__number {
	font-family: var(--vendre-font-serif);
	font-size: 60px;
	color: var(--vendre-noir);
	white-space: nowrap;
	line-height: 1;
}
.vendre-stats__label {
	font-size: 20px;
	text-align: left;
	line-height: 1.35;
	color: var(--vendre-noir);
	font-weight: 200;
}
.vendre-banner {
	background-color: var(--vendre-noir);
	padding: 36px 40px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.vendre-banner p {
	font-size: 20px;
	color: var(--vendre-white);
	margin: 0;
	line-height: 1.6;
	max-width: 1300px;
	width: 70%;
}
.vendre-mandat {
	padding: 80px 0 0 0px;
}
.vendre-mandat__layout {
	display: grid;
	grid-template-columns: 2.1fr 1fr;
	align-items: stretch;
	margin-top: 32px;
	gap: 20px;
}
.vendre-mandat__box {
	background-color: var(--vendre-white);
	border: 1px solid rgba(197, 186, 155, 0.8);
	padding: 44px 48px 32px;
	display: flex;
	flex-direction: column;
}
.vendre-mandat__logo {
	display: block;
	width: 190px;
	background-color: var(--vendre-white);
	margin: -80px 0 0 -20px;
	padding: 20px;
}
.vendre-mandat .vendre-section-subtitle {
	margin: 0 0 70px;
}
.vendre-mandat__title {
	font-family: var(--vendre-font-sans);
	font-size: 46px;
	font-weight: 700;
	color: var(--vendre-dore);
	margin: 16px 0 8px;
	line-height: 1.1;
}
.vendre-mandat__tagline {
	font-family: var(--vendre-font-serif);
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	color: var(--vendre-noir);
	margin: 0 0 10px;
}
.vendre-mandat__tagline em {
	font-style: italic;
	font-size: 30px;
	font-weight: 600;
}
.vendre-mandat__list {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.vendre-mandat__list li {
	display: flex;
	align-items: flex-start;
	gap: 0;
	padding: 16px 0;
}
.vendre-mandat__list li:last-child {
	border-bottom: 0;
}
.vendre-mandat__num {
	font-family: var(--vendre-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 40px;
	color: var(--vendre-dore);
	flex-shrink: 0;
	min-width: 44px;
	text-align: center;
	padding-right: 18px;
	border-right: 1px solid var(--vendre-noir);
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vendre-mandat__item-text {
	flex: 1;
	padding-left: 22px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: var(--vendre-noir);
	line-height: 1.45;
}
.vendre-mandat__item-text strong {
	font-family: var(--vendre-font-sans);
	font-size: 25px;
	font-weight: 700;
	color: var(--vendre-noir);
}
.vendre-mandat__item-text span {
	font-size: 16px;
	color: var(--vendre-noir);
}
.vendre-mandat__link, .vendre-mandat__link, .vendre-mandat__link:visited {
	font-family: var(--vendre-font-sans);
	color: var(--vendre-dore);
	font-size: 18px;
	text-decoration: none;
	text-underline-offset: 3px;
	font-weight: 700;
	transition: opacity 0.3s;
}
.vendre-mandat__link:hover {
	color: var(--vendre-noir);
}
.vendre-mandat__image {
	overflow: hidden;
	margin-left: -40px;
	align-self: stretch;
}
.vendre-mandat__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.vendre-pourquoi {
	padding: 80px 0;
	background-color: var(--vendre-white);
}
.vendre-pourquoi__cards {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-top: 32px;
	margin-bottom: 32px;
}
.vendre-pourquoi__card {
	position: relative;
	overflow: hidden;
	flex: 1;
	aspect-ratio: 1 / 1;
	display: none;
	transition: all 0.4s ease;
}
.vendre-pourquoi__card.is-visible {
	display: block;
}
.vendre-pourquoi__card.is-left {
	order: 1;
}
.vendre-pourquoi__card.is-center {
	order: 2;
	aspect-ratio: 4 / 5;
}
.vendre-pourquoi__card.is-right {
	order: 3;
}
.vendre-pourquoi__card-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.vendre-pourquoi__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.vendre-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;
}
.vendre-pourquoi__card-label {
	color: var(--vendre-white);
	font-family: var(--vendre-font-sans);
	font-size: 32px;
	font-weight: 700;
	text-align: left;
	line-height: 1.2;
}
.vendre-pourquoi__card.is-center .vendre-pourquoi__card-label {
	font-size: 36px;
}
.vendre-pourquoi__card-label em {
	font-family: var(--vendre-font-serif);
	font-style: italic;
	font-weight: 400;
}
.vendre-pourquoi__card-hover {
	position: absolute;
	inset: 0;
	background-color: var(--vendre-beige);
	padding: 36px 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.vendre-pourquoi__card-hover-num {
	display: block;
	font-family: var(--vendre-font-serif);
	font-size: 2.4rem;
	font-weight: 500;
	color: var(--vendre-dore);
	line-height: 1;
	margin-bottom: 28px;
}
.vendre-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;
}
.vendre-pourquoi__card-hover p {
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--vendre-noir);
	margin: 0;
}
.vendre-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;
}
.vendre-pourquoi__card:hover .card-flip-inner {
	transform: rotateY(180deg);
}
.vendre-pourquoi__card .card-flip-front, .vendre-pourquoi__card .card-flip-back {
	position: absolute;
	inset: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
}
.vendre-pourquoi__card .card-flip-back {
	transform: rotateY(180deg);
}
.vendre-pourquoi__nav {
	display: flex;
	justify-content: center;
	gap: 12px;
}
.vendre-nav-arrow {
	width: 48px;
	height: 48px;
	border: 1px solid var(--vendre-noir);
	background: transparent;
	color: var(--vendre-noir);
	font-size: 1.2rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vendre-nav-arrow:hover {
	background-color: var(--vendre-noir);
	color: var(--vendre-white);
}
.vendre-nav-arrow--light {
	border-color: var(--vendre-white);
	color: var(--vendre-white);
}
.vendre-nav-arrow--light:hover {
	background-color: var(--vendre-white);
	color: var(--vendre-noir);
}
.vendre-etapes {
	position: relative;
	padding: 80px 0;
	background: url('../img/vendre-signature-c21-paris.jpg') center center / cover no-repeat;
}
.vendre-etapes > .vendre-container {
	position: relative;
	z-index: 1;
}
.vendre-etapes__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 32px;
}
.vendre-etapes__step {
	display: block;
	background-color: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(4px);
	padding: 28px;
}
.vendre-etapes__header {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 20px;
}
.vendre-etapes__num {
	color: var(--vendre-noir);
	font-family: var(--vendre-font-serif);
	font-size: 65px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	flex-shrink: 0;
	padding-right: 22px;
	margin-right: 22px;
	border-right: 1px solid rgba(65, 64, 66, 0.25);
}
.vendre-etapes__step h3 {
	font-family: var(--vendre-font-sans);
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	color: var(--vendre-noir);
	line-height: 1.25;
}
.vendre-etapes__step p {
	font-size: 16px;
	margin: 0;
	color: var(--vendre-noir);
	line-height: 1.55;
}
.vendre-honoraires {
	background-color: var(--vendre-white);
	padding: 80px 0 0 0;
}
.vendre-honoraires__layout {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 40px 0px 0px;
	display: grid;
	grid-template-columns: 1.15fr 1fr;
	align-items: center;
	gap: 60px;
}
.vendre-honoraires__image {
	overflow: hidden;
}
.vendre-honoraires__image img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 0px 320px 320px 0px;
}
.vendre-honoraires__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.vendre-honoraires__content .vendre-section-title, .vendre-etapes h2 {
	margin-bottom: 24px;
	font-size: 65px;
	line-height: 1;
}
.vendre-honoraires__content .vendre-section-title em, .vendre-etapes h2 em {
	font-size: 75px;
}
.vendre-honoraires__content p {
	font-size: 16px;
	color: var(--vendre-noir);
	line-height: 1.6;
	margin: 0 0 32px;
}
.vendre-honoraires__content .vendre-btn--primary {
	width: fit-content;
}
.vendre-histoires {
	padding: 80px 0 60px;
	background-color: var(--vendre-noir);
	text-align: center;
	overflow: hidden;
}
.vendre-histoires h2 {
	margin: 0 0 32px;
}
.vendre-histoires .vendre-section-subtitle {
	margin-bottom: 40px;
}
.vendre-histoires__slider {
	padding: 0 40px;
	margin: 0 auto 32px;
	max-width: 1300px;
}
.vendre-histoires__track {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
.vendre-histoires__card {
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	width: 30%;
	aspect-ratio: 1 / 1;
	transition: all 0.4s ease;
	display: none;
	text-decoration: none;
	color: var(--vendre-white);
}
.vendre-histoires__card.is-visible {
	display: block;
}
.vendre-histoires__card.is-center {
	width: 34%;
	aspect-ratio: 4 / 5;
}
.vendre-histoires__card.is-left {
	order: 1;
}
.vendre-histoires__card.is-center {
	order: 2;
}
.vendre-histoires__card.is-right {
	order: 3;
}
.vendre-histoires__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}
.vendre-histoires__card:hover img {
	transform: scale(1.04);
}
.vendre-histoires__card--static {
	cursor: default;
}
.vendre-histoires__card--static:hover img {
	transform: none;
}
.vendre-histoires__card-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: none;
}
.vendre-histoires__card-text {
	text-align: left;
	padding: 24px;
}
.vendre-histoires__card-title {
	display: block;
	font-family: var(--vendre-font-sans);
	font-size: 32px;
	font-weight: 700;
	color: var(--vendre-white);
	line-height: 1.2;
}
.vendre-histoires__card-arrond {
	display: block;
	margin-top: -6px;
}
.vendre-histoires__card-arrond em {
	font-family: var(--vendre-font-serif);
	font-style: italic;
	font-weight: 400;
	font-size: 32px;
	color: var(--vendre-white);
}
.vendre-histoires__card.is-center .vendre-histoires__card-title, .vendre-histoires__card.is-center .vendre-histoires__card-arrond em {
	font-size: 40px;
}
.vendre-histoires__badge {
	align-self: stretch;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(6px);
	color: var(--vendre-noir);
	font-family: var(--vendre-font-sans);
	font-size: 0.78rem;
	font-weight: 600;
	padding: 15px 25px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: left;
}
.vendre-histoires__footer {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 8px 40px 0;
	max-width: 1300px;
	margin: 0 auto;
}
.vendre-histoires__nav {
	display: flex;
	gap: 12px;
}
.vendre-histoires__link {
	position: absolute;
	right: 40px;
}
.vendre-histoires__link a {
	color: var(--vendre-dore);
	font-family: var(--vendre-font-sans);
	font-size: 18px;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 700;
	transition: opacity 0.3s;
}
.vendre-histoires__link a:hover {
	opacity: 0.85;
}
.vendre-faq {
	background-color: var(--vendre-white);
}
.vendre-faq__content {
	display: flex;
	gap: 48px;
	align-items: flex-start;
}
.vendre-faq__left {
	flex: 1;
}
.vendre-faq__right {
	flex: 0 0 42%;
}
.vendre-faq__right img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.vendre-faq__content h2, .vendre-faq__content h2 em {
	font-size: 50px;
}
.vendre-faq__accordion {
	margin-top: 32px;
}
.vendre-faq__item {
	border-top: 1px solid var(--vendre-noir);
}
.vendre-faq__item:last-child {
	border-bottom: 1px solid var(--vendre-noir);
}
.vendre-faq__question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	background: none;
	border: none;
	font-family: var(--vendre-font-sans);
	font-size: 0.95rem;
	font-weight: 500;
	color: var(--vendre-noir);
	padding: 15px 0;
	cursor: pointer;
	text-align: left;
	transition: color 0.3s;
}
.vendre-faq__item.is-open .vendre-faq__question, .vendre-faq__question:hover {
	color: var(--vendre-dore);
}
.vendre-faq__item.is-open .vendre-faq__text {
	font-weight: 700;
}
.vendre-faq__text {
	flex: 1;
	font-size: 20px;
}
.vendre-faq__icon {
	font-size: 1.3rem;
	flex-shrink: 0;
	color: var(--vendre-noir);
	width: 24px;
	text-align: center;
}
.vendre-faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
}
.vendre-faq__item.is-open .vendre-faq__answer {
	max-height: 360px;
	padding-bottom: 20px;
}
.vendre-faq__item.is-open .vendre-faq__icon {
	color: var(--vendre-dore);
}
.vendre-faq__answer p {
	font-size: 16px;
	margin: 0;
	color: var(--vendre-noir);
	line-height: 1.3;
	padding-right: 20px;
}

@media (max-width: 1079px) {
	.vendre-pourquoi__card:hover .card-flip-inner {
		transform: none;
	}
	.card-flip-front {
		display: none;
	}
	.vendre-pourquoi__card-hover {
		padding: 25px;
		position: static;
	}
	.vendre-pourquoi__card .card-flip-back {
		transform: rotateY(0deg);
		position: static;
	}
	.vendre-hero {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 30px;
		height: fit-content;
		min-height: fit-content;
		max-height: none;
	}
	.vendre-banner p {
		width: 100%;
	}
	.vendre-hero__content {
		padding: 120px 20px 40px;
		margin-top: 0px;
	}
	.vendre-hero__title, .vendre-hero__title em {
		font-size: 3.2rem;
	}
	.vendre-faq__content h2, .vendre-faq__content h2 em, .vendre-section-title, .vendre-honoraires__content .vendre-section-title, .vendre-etapes h2, .vendre-section-title em, .vendre-honoraires__content .vendre-section-title em, .vendre-etapes h2 em {
		font-size: 2.2rem;
	}
	.vendre-mandat__layout {
		grid-template-columns: 1fr;
	}
	.vendre-histoires {
		padding: 25px 0 0;
	}
	.vendre-mandat__image {
		margin-left: 0;
		margin-top: 24px;
		min-height: 320px;
	}
	.vendre-etapes__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.vendre-honoraires__layout {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 0px 40px;
	}
	.vendre-honoraires__image img {
		border-radius: 0px;
		height: 400px;
	}
	.vendre-histoires__slider {
		padding: 0 25px;
	}
	.vendre-histoires__track {
		flex-direction: column;
	}
	.vendre-histoires__card, .vendre-histoires__card.is-center {
		display: block;
		width: 100%;
		max-width: none;
		height: 400px;
		aspect-ratio: auto;
	}
	.vendre-histoires__nav {
		display: none;
	}
	.vendre-histoires__footer {
		flex-direction: column;
		padding: 0 25px;
	}
	.vendre-histoires__link {
		position: static;
		margin-top: 16px;
		text-align: center;
	}
	.vendre-faq__content {
		flex-direction: column;
	}
	.vendre-faq__right {
		flex: 0 0 auto;
		width: 100%;
	}
	.vendre-pourquoi__cards {
		flex-direction: column;
	}
	.vendre-pourquoi__card, .vendre-pourquoi__card.is-center {
		display: block;
		flex: 0 0 auto;
		width: 100%;
		height: auto;
		aspect-ratio: auto;
		max-width: 100%;
	}
	.vendre-pourquoi__card .card-flip-inner {
		height: auto;
	}
	.vendre-pourquoi__nav {
		display: none;
	}
	.vendre-stats__bar {
		position: static;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		gap: 16px;
		padding: 32px 20px;
		width: 100%;
	}
	.vendre-stats__item, .vendre-stats__item:first-child, .vendre-stats__item:last-child {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0px;
		padding: 0;
		width: fit-content;
		max-width: fit-content;
	}
	.vendre-stats__separator {
		display: none;
	}
	.vendre-stats__number {
		flex: 0 0 auto;
		min-width: fit-content;
		text-align: right;
		line-height: inherit;
	}
	.vendre-stats__label {
		flex: 1 1 auto;
		text-align: center;
	}
	.vendre-pourquoi, .vendre-honoraires, .vendre-etapes {
		padding: 40px 0;
	}
	.vendre-faq {
		padding: 40px 0 0 0;
	}
	.vendre-mandat__image img, .vendre-faq__right img {
		height: 400px;
	}
	.vendre-pourquoi br {
		display: block;
	}
	.vendre-mandat {
		padding: 40px 0 0 0px;
	}
}

@media (max-width: 720px) {
	.vendre-hero__title, .vendre-hero__title em {
		font-size: 2.4rem;
	}
	.vendre-faq__content h2, .vendre-faq__content h2 em, .vendre-section-title, .vendre-honoraires__content .vendre-section-title, .vendre-etapes h2, .vendre-section-title em {
		font-size: 1.9rem;
	}
	.vendre-hero__content p, .vendre-section-subtitle {
		font-size: 20px;
	}
	.vendre-stats__bar {
		flex-direction: column;
		gap: 20px;
		align-items: center;
		padding: 24px 16px;
	}
	.vendre-stats__number {
		font-size: 1.8rem;
	}
	.vendre-mandat__box {
		padding: 32px 24px 24px;
	}
	.vendre-etapes__grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 550px) {
	.vendre-hero__title {
		font-size: 2rem;
		padding: 0 16px;
	}
	.vendre-faq__content h2, .vendre-faq__content h2 em, .vendre-section-title, .vendre-honoraires__content .vendre-section-title, .vendre-etapes h2, .vendre-section-title em, .vendre-honoraires__content .vendre-section-title em, .vendre-etapes h2 em {
		font-size: 1.6rem;
	}
	.vendre-banner p, .vendre-mandat .vendre-section-subtitle {
		font-size: 16px;
	}
	.vendre-banner {
		padding: 25px;
	}
	.vendre-container, .vendre-histoires .vendre-section-subtitle, .vendre-honoraires__layout {
		padding: 0 25px;
	}
	.vendre-pourquoi, .vendre-honoraires, .vendre-etapes {
		padding: 25px 0;
	}
	.vendre-faq {
		padding: 25px 0 0 0;
	}
	.vendre-mandat__list li {
		flex-direction: column;
		padding: 0px 0;
	}
	.vendre-mandat__item-text {
		padding-left: 0px;
	}
	.vendre-mandat__num {
		align-self: baseline;
		border-right: none;
	}
	.vendre-hero__content p, .vendre-section-subtitle {
		font-size: 18px;
	}
	.vendre-histoires .vendre-section-subtitle {
		margin-bottom: 20px;
	}
	.vendre-etapes__step h3 {
		font-size: 20px;
	}
	.vendre-etapes__step {
		padding: 16px;
	}
	.vendre-etapes__num {
		font-size: 35px;
		padding-right: 15px;
		margin-right: 15px;
	}
}