/* Traiteur Duchateau — formulaire de contact.
   Styles minimalistes, alignés sur la charte existante (variables du thème,
   avec valeurs de repli si les variables ne sont pas définies). */

.tdc-hp {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.tdc-error {
	display: none;
	background: rgba(226, 112, 58, .09);
	border: 1px solid rgba(226, 112, 58, .35);
	color: #8c3d14;
	border-radius: var(--radius-sm, 12px);
	padding: 14px 16px;
	margin-bottom: 20px;
	font-size: .98rem;
	line-height: 1.55;
}

.tdc-error.show {
	display: block;
}

form.tdc-busy {
	opacity: .72;
	pointer-events: none;
}

form.tdc-busy button[type="submit"] {
	cursor: progress;
}

.tdc-legal {
	margin-top: 14px;
	font-size: .78rem;
	line-height: 1.5;
	color: var(--muted, #5d6e7e);
}

.tdc-legal a {
	color: var(--fonce, #003C78);
	text-decoration: underline;
}

/* Badge Google masqué uniquement si l'option est activée (mention légale affichée). */
.tdc-hide-badge .grecaptcha-badge {
	visibility: hidden;
}
