/* 
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
*/

.site-header .site-navigation .menu li.boxed a {
	background :var( --e-global-color-6732d7d );
	margin : 0 10px;
	color : #fff;
}
.site-header .site-navigation .menu li a {
	text-transform: uppercase;
	border-bottom : 2px solid #fff;
}
.site-header .site-navigation .menu li a:hover {
	border-bottom : 2px solid #000;
}

h2.gform_title {
	display:none;
}
.site-navigation ul.menu {
	justify-content: center;
}
.site-navigation ul.menu li a {
    display: block;
    padding: 8px 8px;
}
#menu-primary-menu,
#menu-menu-principal {
	width: 980px;
}

#menu-primary-menu-1 {
	width: 900px;
}
#input_1_8_6,
#input_1_8_4 {
	padding: .65em;
}
#input_1_8_4 {
	position: relative;
	top: -2px;
}

#field_1_6 {
	position: relative;
    top: 5px;
}
#field_1_7 {
	position: relative;
	top: 4px;
}

@media (max-width: 767px) {
	#menu-primary-menu,
	#menu-menu-principal,
	#menu-primary-menu-1 {
		width: 100%;
	}

	.site-navigation-dropdown ul.menu li a {
		padding: 5px;
	}
	.site-navigation-dropdown ul.menu li.boxed a {
		background :var( --e-global-color-6732d7d );
		color : #fff;
	}
}
#menu-footer li.boxed a,
#menu-footer-anglais li.boxed a {
	background :var( --e-global-color-accent );
	margin : 0 10px;
	margin-bottom: 10px;
	color : #fff;
}


