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

#menu-1-1149e81b {
    height: 75px;
    
    color: #fff;
    text-transform: uppercase;
   
    font-size: 17px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

#menu-1-1149e81b > li.menu-item > a.elementor-item:hover {
	padding-bottom: 10px; 
}


.orange a {
	background-color: #FF6600;
}
.bleu a {
	background-color: #3399CC;
}
.jaune a {
	background-color: #FFCC00;
}

.vert a {
	background-color: #00CC00;
}

.bleu-titre a {
	background-color: #3399CC;
	/* width: 33%; */
}

#menu-top .elementor-nav-menu--dropdown a {
	padding: 4px 18px 4px 4px!important;
}


#menu-top li.padding8 > a.is_hovered,
#menu-top li.padding8 > a.is_active
 {
    margin-bottom: -8px !important;
    padding-top: 18px !important;
}



/* li.is_hovered a {
    padding-top: 18px !important;
} */

.post .wp-post-image {
    width: 100%;
    max-height: 1200px; 
    -o-object-fit: cover;
    object-fit: cover;
}