/*
Theme Name: Zebox
Template: hello-elementor
Author: Metoyer Teddy
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1760630957
Updated: 2025-10-16 18:09:17

*/

:root {
    --shadow-sm: rgba(0, 0, 0, 0.12) 0px 4px 12px;
    --shadow-md: rgba(0, 0, 0, 0.3) 0px 2px 8px;
    --shadow-lg: rgba(0, 0, 0, 0.2) 0px 25px 50px -12px, rgba(0, 0, 0, 0.05) 0px 13px 27px -5px;
}

.shadow-sm {
    box-shadow: var(--shadow-sm);
}

.shadow-md {
    box-shadow: var(--shadow-md);
}

.shadow-lg {
    box-shadow: var(--shadow-lg);
}

.elementor .elementor-button {
    background-color: transparent;
    overflow: hidden;
    position: relative;
    -moz-transition: background-size 0.35s ease, color 0.35s ease;
    -webkit-transition: background-size 0.35s ease, color 0.35s ease;
    -o-transition: background-size 0.35s ease, color 0.35s ease;
    transition: background-size 0.35s ease, color 0.35s ease;
    z-index: 0;
    --button-color-slide: var(--e-global-color-secondary, currentColor);
    background-image: linear-gradient(90deg,
            var(--button-color-slide) 0 0);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left center
}

.elementor .elementor-button:hover, .elementor .elementor-button:focus-visible {
    background-size: 100% 100%
}


.shadow-box img {
    box-shadow: 20px 20px 0px 0px #c6aa98 !important;
    transition: box-shadow 0.3s ease;
}

.shadow-box:hover img {
    box-shadow: 30px 30px 0px 0px #c6aa98 !important;
    
}

.elementor-widget-heading.highlight .elementor-heading-title {
    --hl: #f6d1b4;
    display: inline;
    line-height: 1.15;
    padding: 0 .35em;
    background: linear-gradient(to bottom, transparent 55%, var(--hl) 0);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left bottom;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    transition: background-size 1s ease-out;
}

/* Si l’élément n’est PAS invisible (i.e. après animation), on déclenche le surlignage */
.elementor-widget-heading.highlight:not(.elementor-invisible) .elementor-heading-title {
    background-size: 100% 100%;
}

/* Fallback au hover si la classe n’est pas utilisée ou retirée tardivement */
.elementor-widget-heading.highlight:hover .elementor-heading-title {
    background-size: 100% 100%;
}
