/*
Theme Name:  Hello Elementor Child
Template: 	 hello-elementor
Theme URI:	 https://wordpress.org/themes/hello-elementor/
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: helloelementorchild
*/
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{
	display:none;
}

/* Style du bloc titre */
.custom-title h3, .widget-title.wpc-filter-title{
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4e4e4;
}
.widget-title.wpc-filter-title {
    color: #292d32;
    font-size: 22px !important;
}
.widget-title.wpc-filter-title:after , .custom-title h3::after{
    content: "" !important;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 3px;
    background-color: #f7931e;
}

