/* @override https://sequenza93.fr/css/form-suivre.css */


#contact-form {
	margin-top: 30px;
}

.form-group {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 0;
	margin-top: -10px;
}

.form-group:last-of-type {
	border: 0;
	margin-bottom: 0;
}

.col-form-label {
	text-align: right;
	font-weight: bold;
}

fieldset {
	min-width: 0;
	padding: 30px 30px 10px;
	margin: 20px 0;
	border: 1px solid #999;
	border-radius: 8px;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
}

legend {
	font: 36px "Allerta Stencil",sans-serif;
	width: auto;
	padding: 0 10px;
	color: #52abb0;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
}

#fin .form-group {
	border: 0;
}

.col-sm-8 .form-check:first-of-type {
	margin-top: 7px;
}