.elementor-531 .elementor-element.elementor-element-1bff6254{--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;--padding-top:3%;--padding-bottom:3%;--padding-left:3%;--padding-right:3%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-531 .elementor-element.elementor-element-60d3875c{padding:0px 0px 0px 0px;}.elementor-531 .elementor-element.elementor-element-ce7c55{padding:0px 0px 0px 0px;}.elementor-531 .elementor-element.elementor-element-ce7c55 > .post-feed-grid{grid-gap:20px;}.elementor-531 .elementor-element.elementor-element-ce7c55 .post-feed-nav .ts-icon-btn{width:48px;height:48px;--ts-icon-size:24px;}.elementor-531 .elementor-element.elementor-element-ce7c55 .post-feed-nav  .ts-icon-btn{border-radius:2px;}.elementor-531 .elementor-element.elementor-element-ce7c55 .post-feed-nav .ts-icon-btn:hover{background-color:var( --e-global-color-accent );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-531 .elementor-element.elementor-element-ce7c55 > .post-feed-grid > div{width:100%;min-width:100%;}}/* Start custom CSS for ts-post-feed, class: .elementor-element-ce7c55 *//* ---- Desktop (ton code de base qui fonctionne) ---- */
ul.post-feed-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 20px !important;
  margin: 20px auto !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: fit-content !important;
  height: auto !important;
}

/* ---- Tablette et Mobile : corriger l’espace ---- */
@media (max-width: 1024px) {
  ul.post-feed-nav {
    margin-top: 8px !important;   /* colle les flèches au carrousel */
    margin-bottom: 0 !important;  /* supprime le trou en bas */
    gap: 12px !important;         /* réduit l’espace entre les flèches */
  }

  ul.post-feed-nav li a {
    width: 36px !important;
    height: 36px !important;
    font-size: 14px !important;
  }
}/* End custom CSS */