/*
Theme Name: Les Jardins du Caveau
Theme URI: https://lesjardinsducaveau.com/
Description: Thème du site web des Jardins du Caveau
Author: Korigan
Author URL: https://www.korigan.fr
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URL: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementorchild
*/


   .sticky-btn, .sticky-btn * {
    transition: all .5s ease-in-out !important;
    }

    .sticky-btn {
       /* display: inline-block;*/
        width: 30% !important;
    }


/* état replié : texte masqué */
.sticky-btn .sticky-text.elementor-widget-text-editor {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* au survol : texte révélé */
.sticky-btn:hover .sticky-text.elementor-widget-text-editor {
    opacity: 1;
}

/* largeur animée au survol */
.sticky-btn:hover {
    width: 100% !important;
}

/* marge du paragraphe */
.sticky-text.elementor-widget-text-editor p {
    margin-block-end: 0;
}

    @media screen and (max-width: 1026px) {
   
     /* toujours déroulé */
    .sticky-btn {
        width: 100% !important;
    }
    /* pas d'animation */
    .sticky-btn, .sticky-btn * {
        transition: none;
    }
    /* texte sur une ligne + marge supprimée */
    .sticky-text.elementor-widget-text-editor p {
        white-space: nowrap;
        margin-block-end: 0;
    }
    /* 👇 LA ligne qui manquait : texte visible en permanence */
    .elementor-116 .elementor-element.elementor-element-6387536e.sticky-text {
        opacity: 1;
    }
}


        
    

    