/* DEVENIR MEMBRE */
#devenir-membre label {
	font-weight: bold;
}

#devenir-membre .form-control {
	border-radius: 0px;
}

#devenir-membre input[type="submit"] {
	width: 100%;
	height: 50px;
	background-color: #7CD0F5;
	color: #fff;
	font-weight: bold;
}

#devenir-membre input[type="submit"]:hover {
	background-color: #00254F;
	transition: 1s;
}

#devenir-membre .form-check-input {
	width: 13px;
	margin-left: 100px;
}
