.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=url] {
	display: block;
	width: 100%;
	margin: 5px 0;
	height: calc(2.7rem + 0rem);
	padding: 0.5625rem 1.125rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.8;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 0rem solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=url]:focus {
	border: 0rem solid #ced4da;
	outline: none;
}

div.form-formation-wrapper {
	padding: 20px 0;
}


.wpcf7 input[type=text]::placeholder, .wpcf7 input[type=email]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=url]::placeholder {
	color: grey;
}

input.wpcf7-form-control.wpcf7-submit {
	display: block;
	cursor: pointer;
	background-color: #3D62A6;
	margin: 25px auto 0;
	border-radius: 15px;
	width: fit-content;
	padding: 3px 15px;
	color: #fff;
	font-weight: bold;
}