/*
Theme Name: Yoga Ashanti
Template: hello-elementor
Author: L.Web
Author URI: https://l-web.fr
Version: 1.0.1752005936
Updated: 2025-07-08 20:18:56

*/

body, html {
    overflow-x:hidden;
}

.highlighted {
    font-family:"Meow Script", sans-serif;
    font-weight:inherit;
    font-size:1.15em;
}

.hero-section > .elementor-element > * {
    z-index:2;
    position:relative;
}

.hero-section > .elementor-element:before {
    content:"";
    width:100%;
    height:50%;
    display:block;
    background: #FAF5EC;
    background: linear-gradient(180deg,rgba(250, 245, 236, 1) 0%, rgba(250, 245, 236, 0) 100%);
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}

.hero-section > .elementor-element:after {
    content:"";
    width:100%;
    height:50%;
    display:block;
    background: #FAF5EC;
    background: linear-gradient(0deg,rgba(250, 245, 236, 1) 0%, rgba(250, 245, 236, 0) 100%);
    position:absolute;
    bottom:0;
    left:0;
    z-index:1;
}

.premium-horizontal-scroll-container,
.premium-horizontal-scroll-container .elementor-section {
  height: auto !important;
  min-height: 400px; /* ajuste selon ton besoin */
}

#header.scrolled {
    background:#FAF5EC;
    border-bottom-right-radius:20px;
    border-bottom-left-radius:20px;
    box-shadow:0 4px 29px 0px rgba(0,0,0,0.1);
}