/* Formulaire CF7, style repris du widget Form d'Elementor Pro (labels au-dessus, champs sm, bouton primaire). */

.cros-cf7 {
	font-family: "Rubik", sans-serif;
}

.cros-cf7-row {
	display: flex;
	column-gap: 10px;
}

.cros-cf7-half {
	flex: 1 1 50%;
}

.cros-cf7-field {
	margin: 0 0 16px;
}

.cros-cf7 label {
	display: block;
	font-size: 15px;
	color: inherit;
}

/* Pages dont la section formulaire est sur le fond sombre global (#010720) : labels en blanc.
   La page Contact (42) est sur fond blanc et garde les labels sombres. */
body.page-id-15 .cros-cf7 label,
body.page-id-26 .cros-cf7 label,
body.page-id-28 .cros-cf7 label,
body.page-id-30 .cros-cf7 label,
body.page-id-32 .cros-cf7 label,
body.page-id-34 .cros-cf7 label,
body.page-id-36 .cros-cf7 label,
body.page-id-38 .cros-cf7 label {
	color: #fff;
}

.cros-cf7 .wpcf7-form-control-wrap {
	display: block;
	margin-top: 5px;
}

.cros-cf7 input[type="text"],
.cros-cf7 input[type="tel"],
.cros-cf7 input[type="email"],
.cros-cf7 textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #69727d;
	border-radius: 3px;
	padding: 10px 14px;
	font-family: inherit;
	font-size: 15px;
	color: #242424;
	box-sizing: border-box;
}

.cros-cf7 input:focus,
.cros-cf7 textarea:focus {
	outline: none;
	border-color: #444D6D;
}

.cros-cf7 textarea {
	height: 110px;
	resize: vertical;
}

.cros-cf7-submit {
	margin: 0;
}

.cros-cf7 .wpcf7-submit {
	background: #444D6D;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 12px 24px;
	font-family: "Rubik", sans-serif;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
	transition: opacity 0.2s;
}

.cros-cf7 .wpcf7-submit:hover {
	opacity: 0.9;
}

.cros-cf7 .wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 4px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 16px 0 0;
	padding: 10px 14px;
	font-family: "Rubik", sans-serif;
	font-size: 14px;
}

@media (max-width: 767px) {
	.cros-cf7-row {
		flex-wrap: wrap;
	}

	.cros-cf7-half {
		flex: 1 1 100%;
	}
}
