@media(max-width:767px){.elementor-21040101 .elementor-element.elementor-element-36ee4bf > .elementor-widget-container{margin:-20px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-36ee4bf */@media (max-width: 767px) {
    /* ÉTAT PAR DÉFAUT : Limité à 3 lignes */
    .bloc-depliant.masque .elementor-widget-container,
    .bloc-depliant.masque .elementor-text-editor {
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        height: auto !important; /* Force le calcul automatique */
    }

    /* ÉTAT DÉPLIÉ : On réinitialise tout pour forcer l'affichage complet */
    .bloc-depliant:not(.masque) .elementor-widget-container,
    .bloc-depliant:not(.masque) .elementor-text-editor {
        display: block !important;
        -webkit-line-clamp: unset !important; /* Supprime la limite de lignes */
        overflow: visible !important;
        height: auto !important;
    }
}

/* Style du bouton */
.elementor-21040101 .elementor-element.elementor-element-36ee4bf .btn-lire-suite {
    display: none;
    color: #666666; 
    font-size: 0.8rem;
    /*font-weight: bold;*/
    cursor: pointer;
   /* margin-top: 8px;*/
}
@media (max-width: 767px) {
    .elementor-21040101 .elementor-element.elementor-element-36ee4bf .btn-lire-suite { display: inline-block; }
}/* End custom CSS */