.elementor-26783 .elementor-element.elementor-element-47781f1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-26783 .elementor-element.elementor-element-8d8b505{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26783 .elementor-element.elementor-element-41fdab2{--display:flex;}.elementor-26783 .elementor-element.elementor-element-8da43df{--display:flex;--justify-content:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26783 .elementor-element.elementor-element-951f30a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-26783 .elementor-element.elementor-element-4ae4766{width:100%;max-width:100%;}.elementor-26783 .elementor-element.elementor-element-4ae4766.elementor-element{--align-self:flex-start;}.elementor-26783 .elementor-element.elementor-element-4ae4766 .tpg-widget-heading-wrapper .tpg-widget-heading{font-family:"Roboto", Sans-serif;font-size:20px;font-weight:bold;text-transform:uppercase;line-height:1.25em;color:var( --e-global-color-7761179 );}.elementor-26783 .elementor-element.elementor-element-4ae4766 .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading, .elementor-26783 .elementor-element.elementor-element-4ae4766 .tpg-widget-heading-wrapper.heading-style3 .tpg-widget-heading{background-color:var( --e-global-color-text );}.elementor-26783 .elementor-element.elementor-element-4ae4766 .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading::after, .elementor-26783 .elementor-element.elementor-element-4ae4766 .tpg-widget-heading-wrapper.heading-style2 .tpg-widget-heading::before{border-color:var( --e-global-color-text );}.elementor-26783 .elementor-element.elementor-element-4ae4766 .tpg-widget-heading-wrapper.heading-style1 .tpg-widget-heading-line{border-color:var( --e-global-color-text );}.elementor-26783 .elementor-element.elementor-element-4ae4766.section-title-style-style2 .tpg-header-wrapper:not(.carousel) .tpg-widget-heading-wrapper,.elementor-26783 .elementor-element.elementor-element-4ae4766.section-title-style-style3 .tpg-header-wrapper:not(.carousel) .tpg-widget-heading-wrapper,.elementor-26783 .elementor-element.elementor-element-4ae4766.section-title-style-style2 .tpg-header-wrapper.carousel, .elementor-26783 .elementor-element.elementor-element-4ae4766.section-title-style-style3 .tpg-header-wrapper.carousel{border-bottom-color:var( --e-global-color-text );}.elementor-26783 .elementor-element.elementor-element-4ae4766.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected, .elementor-26783 .elementor-element.elementor-element-4ae4766.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide.selected{color:var( --e-global-color-text );}.elementor-26783 .elementor-element.elementor-element-4ae4766.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover, .elementor-26783 .elementor-element.elementor-element-4ae4766.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide:hover{color:var( --e-global-color-text );}.elementor-26783 .elementor-element.elementor-element-4ae4766.section-title-style-style2 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide::before, .elementor-26783 .elementor-element.elementor-element-4ae4766.section-title-style-style3 .tpg-header-wrapper.carousel .rt-filter-item-wrap.swiper-wrapper .swiper-slide::before{border-bottom-color:var( --e-global-color-text );}.elementor-26783 .elementor-element.elementor-element-4ae4766 .tpg-widget-heading-wrapper.heading-style4::after{background-color:var( --e-global-color-text );}.elementor-26783 .elementor-element.elementor-element-b7591cf.elementor-element{--align-self:center;}.elementor-26783 .elementor-element.elementor-element-c4c47de.elementor-element{--align-self:center;}.elementor-26783 .elementor-element.elementor-element-2082781.elementor-element{--align-self:center;}.elementor-26783 .elementor-element.elementor-element-4e5d978.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-26783 .elementor-element.elementor-element-8d8b505{--width:70%;}.elementor-26783 .elementor-element.elementor-element-951f30a{--width:30%;}}/* Start custom CSS for shortcode, class: .elementor-element-32c8495 */.lire-aussi-flex-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
    list-style: none; 
    padding: 0;
    margin: 0;
}

/* --- 2. Dimensionnement des Articles (3 par ligne) --- */
.lire-aussi-item {
    /* Calcule la largeur pour avoir 3 articles par ligne,
       en soustrayant l'espace (gap) total des marges internes (padding) */
    width: calc(33.33% - 14px); /* (20px gap / 3) * 2 = ~13.33px, arrondi à 14px pour la sécurité */
    
    /* Style de carte */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    background-color: #f2efde;
    transition: box-shadow 0.3s ease-in-out;
}

.lire-aussi-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* --- 3. Style des Éléments Internes --- */
.lire-aussi-item img {
    width: 100%;
    height: 14rem;
    border-radius: 6px;
    margin-bottom: 32px;
}

.lire-aussi-item h4 a {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5em;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    display: block; /* Force le lien à prendre toute la largeur */
    margin-bottom: 32px;
   
    height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-align: center; 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lire-aussi-item h4 a:hover {
    color: var(--e-global-color-accent); /* Utiliser votre couleur d'accent Elementor */
}

.lire-aussi-item .post-read-more-button {
    font-size: 0.85em;
    border: none;
    padding: 16px;
    border-radius:10px ;
    background-color:#E30613;
    color: #777;
    display: block;
    margin-top:auto;
}

/* --- 4. Règle pour la Responsivité (Mobile/Tablette) --- */

/* Sur les tablettes (max 768px), affichage de 2 articles par ligne */
@media (max-width: 768px) {
    .lire-aussi-item {
        width: calc(50% - 10px); /* 2 articles, 20px de gap */
    }
}

/* Sur les mobiles (max 480px), affichage de 1 article par ligne */
@media (max-width: 480px) {
    .lire-aussi-item {
        width: 100%;
        margin-bottom: 10px; /* Ajoute un peu d'espace si le gap ne suffit pas */
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8d0c62a */.lire-aussi-flex-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
    list-style: none; 
    padding: 0;
    margin: 0;
}

/* --- 2. Dimensionnement des Articles (3 par ligne) --- */
.lire-aussi-item {
    /* Calcule la largeur pour avoir 3 articles par ligne,
       en soustrayant l'espace (gap) total des marges internes (padding) */
    width: calc(33.33% - 14px); /* (20px gap / 3) * 2 = ~13.33px, arrondi à 14px pour la sécurité */
    
    /* Style de carte */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    background-color: #f2efde;
    transition: box-shadow 0.3s ease-in-out;
}

.lire-aussi-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* --- 3. Style des Éléments Internes --- */
.lire-aussi-item img {
    width: 100%;
    height: 14rem;
    border-radius: 6px;
    margin-bottom: 32px;
}

.lire-aussi-item h4 a {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5em;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    display: block; /* Force le lien à prendre toute la largeur */
    margin-bottom: 32px;
   
    height: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-align: center; 
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lire-aussi-item h4 a:hover {
    color: var(--e-global-color-accent); /* Utiliser votre couleur d'accent Elementor */
}

.lire-aussi-item .post-read-more-button {
    font-size: 0.85em;
    border: none;
    padding: 16px;
    border-radius:10px ;
    background-color:#E30613;
    color: #777;
    display: block;
    margin-top:auto;
}

/* --- 4. Règle pour la Responsivité (Mobile/Tablette) --- */

/* Sur les tablettes (max 768px), affichage de 2 articles par ligne */
@media (max-width: 768px) {
    .lire-aussi-item {
        width: calc(50% - 10px); /* 2 articles, 20px de gap */
    }
}

/* Sur les mobiles (max 480px), affichage de 1 article par ligne */
@media (max-width: 480px) {
    .lire-aussi-item {
        width: 100%;
        margin-bottom: 10px; /* Ajoute un peu d'espace si le gap ne suffit pas */
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-951f30a */.elementor-26783 .elementor-element.elementor-element-951f30a{
    position: sticky;
    top:48px;
    align-self: flex-start;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: calc(100vh - 48px - 60px);
}
.elementor-26783 .elementor-element.elementor-element-951f30a > *:last-child {
    margin-bottom: 0;
}/* End custom CSS */