.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Roboto Condensed", Sans-serif;font-size:1.1em;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Roboto Condensed", Sans-serif;font-size:1em;}.elementor-kit-6 h1{font-family:"Roboto Condensed", Sans-serif;font-size:2em;font-weight:600;letter-spacing:-1.2px;}.elementor-kit-6 h2{font-family:"Roboto Condensed", Sans-serif;font-size:1.5em;font-weight:600;letter-spacing:-0.2px;}.elementor-kit-6 h3{font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6 h1{font-size:1.4em;}.elementor-kit-6 h2{font-size:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:1.2em;line-height:1.1em;letter-spacing:-0.2px;}.elementor-kit-6 h2{font-size:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Tronquer le paragraphe <p> à 4 lignes dans les blocs avec la classe "conclusion" */
.conclusion .elementor-text-editor p,
.conclusion p {
    font-size: 16px;                    /* tu peux changer la taille du texte normal */
    line-height: 1.2;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;              /* ← Tronque à 4 lignes */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: 1.2em;
}

/* Style du H2 (optionnel mais recommandé) */
.conclusion .elementor-text-editor h2,
.conclusion h2 {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.8em;
}/* End custom CSS */