/*
 Theme Name: Litho Child
 Theme URI: https://litho.themezaa.com/
 Description: Child theme for Litho theme
 Version: 1.2
 Author: ThemeZaa
 Author URI: https://www.themezaa.com/
 Tested up to: 5.8
 Requires PHP: 7.3
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses/
 Template: litho
 Text Domain: litho-child
*/

/*surcharge style defaut des boutons: pas de bordure*/
body .litho-button-wrapper .elementor-button, 
body .elementor-widget-litho-button a.elementor-button, 
body .btn, [type=submit], 
body .wp-block-search .wp-block-search__button, 
body input[type="submit"], 
body .elementor-button-wrapper a.elementor-button{
	border-width: 0;
}

/*maque les sous-menus
#menu-mci-menu > li > ul{
	display: none !important;
}*/

button.navbar-toggler{
	border-radius: 0px 0px 0px 0px !important;
	color: red  !important;
	background-color: transparent !important
}


/*centrage des logos dans le carrousel de la home*/
.brand-logo-carousel div{
	text-align: center;
}

#home-etape-1,#home-etape-2,#home-etape-3 {
	cursor: pointer;
}