.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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#6F42C1;font-weight:600;}.elementor-kit-6 h1{color:#E83E8C;}.elementor-kit-6 h2{color:#E83E8C;}.elementor-kit-6 h3{color:#E83E8C;}.elementor-kit-6 h4{color:#E83E8C;}.elementor-kit-6 h5{color:#E83E8C;}.elementor-kit-6 h6{color:#E83E8C;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Base desktop : centrer partout ===== */
.avis-content { text-align: center; }
.avis-content * { margin-left: auto; margin-right: auto; }

/* Tables : centrage fort + lisibilité */
.avis-content table { width: 100%; border-collapse: collapse; table-layout: auto; }
.avis-content th,
.avis-content td { text-align: center !important; vertical-align: middle; }
.avis-content td p,
.avis-content th p { margin: 0; text-align: center !important; }

/* ===== TABLETTE & MOBILE : forcer le centrage et annuler tout CSS qui casse les tableaux ===== */
@media (max-width: 1024px) {
  /* 1) Annule les hacks "responsive table" (display:block etc.) venant d'un thème/ancien CSS */
  .avis-content table,
  .avis-content thead,
  .avis-content tbody,
  .avis-content tr,
  .avis-content th,
  .avis-content td { display: revert !important; }   /* revient au display natif des tables */

  /* 2) Centre tout le texte, y compris les <p> injectés dans les cellules */
  .avis-content,
  .avis-content *,
  .avis-content table,
  .avis-content th,
  .avis-content td,
  .avis-content td p,
  .avis-content th p { text-align: center !important; }

  /* 3) Empêche le débordement horizontal, on autorise les retours à la ligne */
  .avis-content table { width: 100% !important; table-layout: fixed; }
  .avis-content th,
  .avis-content td { white-space: normal !important; word-break: break-word; }

  /* 4) Nettoyage : certains thèmes mettent du flex dans les cellules -> on remet table-cell */
  .avis-content th,
  .avis-content td { display: table-cell !important; }

  /* 5) Listes centrées */
  .avis-content ul,
  .avis-content ol { padding-left: 0 !important; list-style-position: inside; }
}

/* ===== Fallback si tu NE peux PAS mettre le wrapper .avis-content ===== */
/* (Dé-commente ces lignes si besoin, sinon ignore) */
/*
@media (max-width: 1024px) {
  .entry-content,
  .elementor-widget-container { text-align: center !important; }
  .entry-content table,
  .elementor-widget-container table { display: revert !important; width: 100% !important; table-layout: fixed; }
  .entry-content th, .entry-content td,
  .elementor-widget-container th, .elementor-widget-container td {
    display: table-cell !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: break-word;
    vertical-align: middle;
  }
  .entry-content td p, .entry-content th p,
  .elementor-widget-container td p, .elementor-widget-container th p { text-align: center !important; margin: 0; }
  .entry-content ul, .entry-content ol,
  .elementor-widget-container ul, .elementor-widget-container ol { padding-left: 0 !important; list-style-position: inside; }
}
*//* End custom CSS */