.elementor-5371 .elementor-element.elementor-element-890e6fe{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5371 .elementor-element.elementor-element-79d4b00{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:300;}/* Start custom CSS *//* =====================================
   TABLEPRESS - STYLE GENERAL
===================================== */

.tablepress {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
}

.tablepress th,
.tablepress td {
  padding: 6px 10px;
  white-space: nowrap;
  vertical-align: middle;
}

.tablepress td {
  border-bottom: 1px solid #f1f5f9;
}

.tablepress tr:last-child td {
  border-bottom: none;
}


/* =====================================
   TABLEPRESS - RESPONSIVE MOBILE
   Scroll X + Y
===================================== */

@media (max-width: 768px) {

  .tablepress {
    display: block;
    max-height: 420px;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }

  .tablepress table {
    min-width: 650px;
  }

  /* Figer 1ère colonne */
  .tablepress th:first-child,
  .tablepress td:first-child {
    position: sticky;
    left: 0;
    background: #ffffff;
    z-index: 2;
    box-shadow: 2px 0 5px rgba(0,0,0,0.05);
  }

  /* Figer entête */
  .tablepress thead th {
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 3;
  }

}


/* =====================================
   TABLEPRESS - MODE PAYSAGE
===================================== */

@media (max-width: 1024px) and (orientation: landscape) {

  .tablepress {
    max-height: none;
    overflow: auto;
  }

  .tablepress th,
  .tablepress td {
    font-size: 13px;
    padding: 5px 8px;
  }

  /* Priorité colonne figée */
  .tablepress th:first-child,
  .tablepress td:first-child {
    z-index: 4;
  }

}
/* ===== Rétrécir la 1ère colonne sur mobile ===== */
@media (max-width: 768px) {

  .tablepress th:first-child,
  .tablepress td:first-child {
    min-width: 110px;
    max-width: 130px;
    width: 120px;
    white-space: normal;   /* autorise retour à la ligne */
    word-break: break-word;
    line-height: 1.2;
  }
}/* End custom CSS */