/*
Theme Name:     hello-elementor-child
Author: 		https://libevia-bien-etre.fr/
Author URI: 	https://libevia-bien-etre.fr/
Template:       hello-elementor
Text Domain:    hello-elementor-child
Version:		2025-04-08
*/

/* --------------TOUTES LES PAGES--------------*/
/* --------------CONTACT--------------*/
/* Mise en forme du formulaire de contact */
/* Ecarts entre les champs de formulaire */
input:not([type="button"]):not([type="submit"]) {
	margin-bottom: 5px;
}
/* Largeur du bouton du formulaire */
input[type="submit"] {
	width: 100%;
}
/* Mise en forme du texte après message envoyé */
.wpcf7 form.sent .wpcf7-response-output {
	margin: 0;
	padding: 20px;
	text-align: center;
}
/* --------------FOOTER COPYRIGHT--------------*/
/* Couleur du lien Copyright et du lien 29-web */
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #E05331;
}
/* --------------MASQUER LOGO Google reCAPTCHA v3--------------*/
.grecaptcha-badge {
	visibility: collapse !important;  
}
/* --------------WPFront Scroll Top--------------*/
/* Style de la flèche pour le back to top */
#wpfront-scroll-top-container i {
	color: #333;
	opacity: 0.9;
	text-shadow:
	-1px -1px 0 #fff,  
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}
#wpfront-scroll-top-container i:hover {
	color: #333;
	text-shadow:
	-1px -1px 0 #fff,  
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}