/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*Header*/
.elementor-sticky--effects{
    background: #3A4251!important;
}
/*À rajouter si menu
.menu-item-89{
	background-color: #FFF;
	border-radius: 10px;
}
.menu-item-89 a{
	color: #8EBF4E!important;
}
/*
 
/*Accueil*/
.card:hover{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 90px rgba(235, 238, 243, 1);
	transition: all ease 1s;
}

/*Contact*/
input, .elementor-field-group button{
	padding: 15px!important; 
}
form strong{
	font-size: 25px;
}

/*Politique confidentialité*/
.titre-cookies{
	height: 100px;
}


@media screen and (max-width: 1025px){
	/*À rajouter si menu
	.elementor-nav-menu{
		padding: 10% 0!important;
	}
	.menu-item-89{
	background: none;
	}
	.menu-item-89 a{
	color: #fff!important;
	}
	a.elementor-item-active{
	color: #8EBF4E!important;
	background: none!important;
	}
	.elementor-menu-toggle{
		background: none!important;
	}
	*/
	form strong{
	font-size: 22px;
	}
		/*Cookies*/
		#cmplz-manage-consent .cmplz-manage-consent{
		font-size: 12px!important;
		padding: 5px 10px!important;
		height: auto!important;
	}
}