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

/* header */
.elementor-sticky--effects{-webkit-transform: translateY(-100%);transform: translateY(-100%);transition: transform .3s ease, -webkit-transform .3s ease !important;}
.shownavbar .elementor-sticky--effects{-webkit-transform: translateY(0%);transform: translateY(0%);transition: transform .3s ease, -webkit-transform .3s ease !important;}
.shownavbar .elementor-location-header .elementor-sticky--active{background: #000 !important;box-shadow: 0 0 10px #000;}
.menu-item-has-children .sub-menu {min-width: 200px !important;padding: 0 10px !important;}

/* langue */
.wpml-elementor-ls {float: right;}
.wpml-ls-legacy-dropdown-click a,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover
{color: #fff;background-color: transparent;}
.js-wpml-ls-item-toggle.wpml-ls-item-toggle {border: none;}
.wpml-ls-legacy-dropdown-click {width: 170px;}
.js-wpml-ls-sub-menu.wpml-ls-sub-menu .wpml-ls-link {background: #fff;padding: 10px;}

/* animations */
.fadeInLeft {animation-name: uxleft !important;animation-duration: 3s !important;}
@keyframes uxleft {
0% {-webkit-clip-path: inset(0 100% 0 0);clip-path: inset(0 100% 0 0);}
100% {-webkit-clip-path: inset(0);clip-path: inset(0);}
}
.fadeInRight {animation-name: uxright !important;animation-duration: 3s !important;}
@keyframes uxright {
0% {-webkit-clip-path: inset(0 0 0 100%);clip-path: inset(0 0 0 100%);}
100% {-webkit-clip-path: inset(0);clip-path: inset(0);}
}

/* footer */
.elementor-location-footer a,
.elementor-location-footer a:visited
{color: #fff; transition: .3s ease-in-out}
.elementor-location-footer a:hover{color: red}