.elementor-2600 .elementor-element.elementor-element-5020fa60{--display:flex;}.elementor-2600 .elementor-element.elementor-element-1940eaa2{--display:flex;}.elementor-2600 .elementor-element.elementor-element-587a2aec{--display:flex;}.elementor-2600 .elementor-element.elementor-element-5d549688{--display:flex;}.elementor-2600 .elementor-element.elementor-element-2e7565bb{--display:flex;}.elementor-2600 .elementor-element.elementor-element-3db92054{--display:flex;}.elementor-2600 .elementor-element.elementor-element-57f400c1{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-title-normal-color:#1D4ED8;--n-accordion-title-active-color:#F59E0B;--n-accordion-icon-size:15px;}/* Start custom CSS for text-editor, class: .elementor-element-3a785e06 *//* =====================================
   TABLE RESPONSIVE – MOBILE FIRST
===================================== */

.table-responsive {
  width: 100%;
}

/* ===== MOBILE PAR DÉFAUT ===== */

.flight-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #ffffff;
  font-family: inherit;
}

/* On cache le header sur mobile */
.flight-table thead {
  display: none;
}

/* Chaque ligne devient une carte */
.flight-table tr {
  display: block;
  margin-bottom: 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}

/* Effet léger au touch */
.flight-table tr:active {
  transform: scale(0.99);
}

/* Cellules empilées */
.flight-table td {
  display: block;
  padding: 6px 0;
  border: none;
}

/* Label automatique */
.flight-table td::before {
  content: attr(data-label);
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== BADGES ===== */

.badge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 6px;
}

.direct {
  background: #16a34a;
  color: #ffffff;
}

.stop {
  background: #334155;
  color: #ffffff;
}

/* Sous-info (escale, hub...) */
.sub {
  font-size: 12px;
  color: #64748b;
  margin-top: 3px;
}

/* Prix */
.price {
  font-weight: 600;
}

/* Ligne mise en avant */
.best {
  background: #fff7ed !important;
  border-left: 5px solid #f97316;
}

.best .price {
  color: #ea580c;
  font-weight: 700;
}

/* =====================================
   VERSION DESKTOP
===================================== */

@media (min-width: 768px) {

  .table-responsive {
    overflow-x: auto;
  }

  .flight-table {
    min-width: 720px;
    font-size: 15px;
  }

  /* Header visible */
  .flight-table thead {
    display: table-header-group;
  }

  .flight-table th {
    background: #0f172a;
    color: #ffffff;
    padding: 14px;
    text-align: left;
    font-weight: 600;
  }

  /* Revenir au mode tableau */
  .flight-table tr {
    display: table-row;
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .flight-table td {
    display: table-cell;
    padding: 14px;
    border-bottom: 1px solid #e5e7eb;
  }

  .flight-table td::before {
    display: none;
  }

  /* Hover desktop */
  .flight-table tbody tr:hover {
    background-color: #f8fafc;
  }
}/* End custom CSS */