/* 
Theme Name: Axé Fenêtre
Description: Axé Fenêtre est un thème enfant de Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */

.elementor-widget-text-editor a, .elementor-icon-list-item a span.elementor-icon-list-text, .e-n-menu-item a span, a span:last-child {
	background: linear-gradient(to right, currentColor, currentColor) no-repeat 100% 100%;
	background-size: 0 1.5px;
	transition: color .3s ease, background-size .3s ease !important;
}

.elementor-widget-text-editor a:hover, .elementor-icon-list-item a span:hover, .e-n-menu-item a span:hover, a:hover span:last-child {
	background-position: 0 100%;
	background-size: 100% 1.5px;
}

.e-n-menu-item a span:hover {
	color: var(--e-global-color-primary);
}

div[data-settings*='"background_background":"classic"'] a {
	color: #fff
}

.elementor-counter-title {
	text-align: center;
}

.grey-slider .swiper-slide img {
	filter: grayscale(1);
	transition: ease-out all 0.3s;
}
.grey-slider .swiper-slide:hover img {
	filter: grayscale(0);
}