/* 
Theme Name: Hello Elementor Child by Marque[Digitale]
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team and Marque[Digitale] team
Author: Elementor Team feat Marque[Digitale]
Author URI: https://marquedigitale.fr
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
*/

body{overflow-x:hidden;}

.lien a {
    position: relative;
    text-decoration: none;
    color: var( --e-global-color-accent );
    padding: 10px 0;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: transparent;
    border-radius: 0px 0px 0px 0px;
    padding: 6px 0px 4px 0px;
}
.lien a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -02px;
    width: 0%;
    height: 2px;
    background: var( --e-global-color-accent )!important;
    transition: width 500ms ease;
}
.lien a:hover:after {
    width: 100%;
}

/* Mark */

mark, mark:link {
    color:inherit;
    font-weight: 800;
  text-decoration: none;
  background-position-y: -0%;
    background: none;
  background-image: linear-gradient( transparent 38%, #94C5EC 10%);
  transition: background 500ms ease;
  background-size: 15px;
  background-size: auto 175%;
    line-height:1.2em
}

mark:hover {
  background-position-y: 100%;
    color: #fff;
}

