/*
Theme Name: Legaillard Child
Theme URI: https://dev-inaativ.com/docteur-legaillard/
Description: Child theme pour site Docteur Legaillard 
Author: Rodolphe
Author URI: https://rodolphe-puissant.net
Template: hello-elementor
Version: 1.0.0
Text Domain: theme-legaillard
*/



/*
GLOBAL
*/


.page h1 {
	line-height: 1.2em !important;
}



/*
FORMS
*/


.formulaire-contact input[type=text],
.formulaire-contact input[type=email] {
	font-size:18px !important;
	padding:10px !important;
	border:2px solid #02219A !important;
	border-radius:15px !important;
	height:50px !important;
}

.formulaire-contact textarea {
	font-size:18px !important;
	padding:10px !important;
	border:2px solid #02219A !important;
	border-radius:15px !important;
}

.formulaire-contact input[type=submit] {
	font-size:22px !important;
	font-weight:700 !important;
	color:#FFF !important;
	background-color: #02219A !important;
	text-transform: uppercase !important;
	padding:10px !important;
	padding-left:20px !important;
	padding-right:20px !important;
	border:2px solid #02219A !important;
	border-radius:10px !important;
}

.formulaire-contact .gfield_required {
	padding-left:5px;
}


/*
RECAPTCHA
*/


.grecaptcha-badge { 
visibility: hidden; 
}



