.estim-hero .hero-inner {
	align-items: stretch;
	gap: 70px;
}
.form-row p{
	display: flex;
	gap: 10px;
}
.estim-hero .hero-content {
	flex: 0 0 40%;
}
.estim-hero .hero-content h1 {
	margin-bottom: 22px;
}
.estim-hero-form {
	flex: 1;
	background-color: #F5F2EA;
	padding: 30px max(60px, calc((100vw - 1300px) / 2)) 30px 60px;
	box-sizing: border-box;
}
.estim-hero-form h2 {
	text-align: center;
	margin: 0 0 10px;
	font-size: 25px;
}
.estim-form-subtitle {
	text-align: center;
	font-size: 14px;
	margin: 0 0 26px;
	line-height: 1.3;
}
.estim-hero-form .form-row {
	display: flex;
	gap: 18px;
	margin-bottom: 18px;
}
.estim-hero-form .form-field {
	flex: 1;
	display: block;
}
.estim-hero-form .form-field .wpcf7-form-control-wrap {
	display: block;
}
.estim-hero-form .form-group {
	margin-bottom: 18px;
}
.estim-hero-form .form-group:has(+ .form-required) {
	margin-bottom: 0;
}
.estim-hero-form input[type="text"], .estim-hero-form input[type="tel"], .estim-hero-form input[type="email"], .estim-hero-form textarea, .estim-hero-form select {
	width: 100%;
	height: 35px;
	padding: 0 18px;
	border: 1px solid #C5BA9B;
	background-color: #fff;
	font-size: 0.85rem;
	font-family: inherit;
	color: #252526;
	box-sizing: border-box;
	outline: none;
	transition: border-color 0.2s ease;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #C5BA9B;
}
.estim-hero-form textarea {
	height: 130px;
	padding: 14px 18px;
	resize: vertical;
	line-height: 1.5;
}
.estim-hero-form input::placeholder, .estim-hero-form textarea::placeholder {
	color: #C5BA9B;
	font-family: inherit;
	font-size: 0.85rem;
}
.estim-hero-form input:focus, .estim-hero-form textarea:focus, .estim-hero-form select:focus {
	border-color: #C5BA9B;
}
.estim-hero-form .form-select-wrapper {
	position: relative;
}
.estim-hero-form .form-select-wrapper::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url('../img/c21auteuil_arrow.svg') no-repeat center / 16px auto;
	transform: rotate(-90deg);
	pointer-events: none;
}
.estim-hero-form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 40px;
	cursor: pointer;
}
.estim-hero-form .form-required {
	font-size: 0.72rem;
	color: #ACACAC;
	margin: 0;
}
.estim-hero-form .form-submit {
	margin: 18px 0 22px;
}
.estim-hero-form .form-submit .btn-cta {
	margin-top: 0;
	cursor: pointer;
}
.estim-hero-form .form-disclaimer {
	font-size: 0.72rem;
	color: #ACACAC;
	line-height: 1.6;
	margin: 0;
}
.estim-hero-form .form-disclaimer a {
	color: #ACACAC;
	text-decoration: underline;
}
.estim-hero-form .form-disclaimer a:hover {
	color: #C5BA9B;
}
.estim-hero-form .wpcf7-not-valid-tip {
	font-size: 0.72rem;
	color: #d33;
	margin-top: 5px;
}
.estim-hero-form .wpcf7-response-output {
	margin: 14px 0 0 !important;
	font-size: 0.8rem;
}
.estim-hero-form .wpcf7-spinner {
	display: none;
}
.estim-ventes { 
	padding-bottom: 10px; 
}
.page-estimation .locations-list { 
	margin-top: 0px; 
}
.estim-guides { 
	padding-top: 30px; 
	padding-bottom: 20px; 
}
.estim-ventes-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.estim-ventes-head .biens-section-title { 
	margin: 0; 
}
.estim-ventes .locations-grid { 
	grid-template-columns: repeat(3, 1fr); 
}
.page-estimation .estim-guides .guides-head { 
	text-align: left; 
	margin-bottom: 30px; 
}

@media screen and (max-width: 1080px) {
	.estim-ventes .locations-grid { 
		grid-template-columns: 1fr; 
	}
	.estim-hero .hero-inner {
		flex-direction: column;
		gap: 0;
		padding-left: 0;
	}
	.estim-ventes-head .biens-section-title {
		margin-bottom: 0px !important;
	}
	.estim-hero .hero-content {
		flex: none;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	.estim-hero-form {
		width: 100%;
		padding: 20px;
	}
	.estim-projet .cards {
		flex-direction: column;
		gap: 20px;
	}
	.estim-projet .cards-image, .estim-projet .cards-info {
		width: 100%;
	}
	.estim-projet .cards-image {
		flex: none;
	}
	.form-row p {
		width: 100%;
	}
}