/* Formulaire de contact — direction « La Maison » (sombre & or). */

.av-form {
	max-width: 780px;
	margin: 0 auto;
	font-family: 'Mulish', sans-serif;
}

.av-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px 28px;
}

.av-field { margin: 0; display: flex; flex-direction: column; gap: 9px; }
.av-field--full { grid-column: 1 / -1; }

.av-form label,
.av-form legend {
	font-size: 10.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: #9C8A5E;
}

.av-req { color: #C6A35A; }

.av-form input[type="text"],
.av-form input[type="email"],
.av-form input[type="tel"],
.av-form select,
.av-form textarea {
	width: 100%;
	background: rgba(237, 228, 210, .04);
	border: 1px solid rgba(198, 163, 90, .34);
	border-radius: 0;
	color: #EDE4D2;
	font-family: 'Mulish', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	padding: 14px 16px;
	transition: border-color .25s, background .25s;
	-webkit-appearance: none;
	appearance: none;
}

.av-form select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23C6A35A' stroke-width='1.2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 40px;
}

.av-form option { background: #17120C; color: #EDE4D2; }

.av-form textarea { resize: vertical; min-height: 150px; }

.av-form input:focus,
.av-form select:focus,
.av-form textarea:focus {
	outline: none;
	border-color: #C6A35A;
	background: rgba(237, 228, 210, .07);
}

.av-form ::placeholder { color: #7C7058; opacity: 1; }

/* Radios « première consultation » */
.av-radio {
	border: 1px solid rgba(198, 163, 90, .22);
	padding: 18px 20px;
	margin: 0;
}
.av-radio legend { padding: 0 8px; }
.av-radio label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-right: 28px;
	font-size: 14.5px;
	letter-spacing: 0;
	text-transform: none;
	color: #B7AC95;
}
.av-radio input { accent-color: #C6A35A; }

/* Consentement */
.av-consent { margin: 26px 0 0; }
.av-consent label {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0;
	text-transform: none;
	color: #A99E86;
}
.av-consent input { margin-top: 3px; accent-color: #C6A35A; }
.av-consent a { color: #C9BFA8; }

/* Honeypot */
.av-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* ALTCHA — variables 3.x. La coche du :checked doit rester contrastée. */
.av-altcha { margin: 26px 0 0; }
.av-altcha altcha-widget {
	--altcha-color-base: rgba(237, 228, 210, .04);
	--altcha-border-color: rgba(198, 163, 90, .34);
	--altcha-color-base-content: #B7AC95;
	--altcha-color-success: #C6A35A;
	--altcha-color-success-content: #0E0B08;
	--altcha-border-radius: 0;
	--altcha-max-width: 100%;
	display: block;
}
.av-altcha .altcha-checkbox-wrap label { font-size: .82em; white-space: nowrap; }

/* Envoi */
.av-submit {
	display: flex;
	align-items: center;
	gap: 26px;
	flex-wrap: wrap;
	margin: 32px 0 0;
}
.av-submit button {
	font-family: 'Mulish', sans-serif;
	font-size: 11.5px;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: #0E0B08;
	background: #C6A35A;
	border: 0;
	border-radius: 0;
	padding: 17px 34px;
	cursor: pointer;
	transition: background .25s;
}
.av-submit button:hover { background: #D8BE84; }
.av-submit__note { font-size: 12.5px; line-height: 1.6; color: #7C7058; }
.av-submit__note a { color: #B7AC95; border-bottom: 1px solid rgba(198, 163, 90, .5); text-decoration: none; }

@media (max-width: 820px) {
	.av-form__grid { grid-template-columns: 1fr; }
	.av-submit { flex-direction: column; align-items: flex-start; gap: 16px; }
}
