/*
Theme Name: Hello Elementor Enfant
Description: Theme enfant de Hello Elementor.
Author: Pierrick Pralong
Author URI: http://panierdepixels.fr/
Template: hello-elementor
Version: 1.0
*/

/**HEADER**/
/*Masquer contact du menu si ordi*/
@media screen and (min-width: 1024px) {
ul.elementor-nav-menu li.p9-menu-contact{display:none;}
}
@media (max-width: 767px) {
.elementor-nav-menu__container.elementor-nav-menu--dropdown 
	{height: 85vh; display: flex; justify-content: center; flex-direction: column;}
	ul.elementor-nav-menu li.menu-item {border-bottom: 1px solid #FFF5; margin: 0 10% 0 10%;}
	ul.elementor-nav-menu li.menu-item:last-child {border-bottom: 0px solid #FFF5;}
}

/*contact*/
.page-id-541 select::picker(select) {
	appearance: base-select;
	padding: 0.5rem;
	border: 2px solid #8ec89a;
	border-radius: 10px;
	background-color: white;
	color: #8ec89a;
}