.elementor-3154 .elementor-element.elementor-element-e65735f{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-3b89770 *//* ══════════════════════════════════════════
   TRAVIVU – Article Air France / Orly 2026
   Harmonisé avec le CSS articles existants
   ══════════════════════════════════════════ */

.tv-article * { box-sizing: border-box; }
.tv-article {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 16px;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #0f172a;
}

/* ── TYPOGRAPHIE ── */
.tv-article h1 {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 10px;
}
.tv-article h2 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 32px 0 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e5e7eb;
}
.tv-article h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 20px 0 8px;
}
.tv-article p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
  color: #334155;
}
.tv-article a { color: #1d4ed8; text-decoration: underline; }
.tv-article a:hover { color: #f59e0b; }

.tv-meta {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tv-intro {
  font-size: 16px;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 24px;
  border-left: 4px solid #f97316;
  padding-left: 14px;
}

/* ── SEO BOX ── */
.tv-seo {
  background: #f8fafc;
  border-left: 4px solid #1e3a8a;
  padding: 14px 16px;
  margin-bottom: 28px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.8;
  color: #334155;
}
.tv-seo strong {
  color: #0f172a;
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

/* ── FACTS BOX ── */
.tv-facts {
  background: #fff7ed;
  border: 1px solid #f97316;
  border-left: 4px solid #f97316;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 24px 0;
}
.tv-facts h3 {
  color: #ea580c;
  margin: 0 0 10px;
  font-size: 15px;
}
.tv-facts ul { list-style: none; padding: 0; margin: 0; }
.tv-facts ul li {
  padding: 6px 0 6px 22px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
  border-bottom: 1px solid #fed7aa44;
}
.tv-facts ul li:last-child { border-bottom: none; }
.tv-facts ul li::before {
  content: "✈";
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 13px;
  color: #f97316;
}

/* ── TIMELINE ── */
.tv-timeline {
  border-left: 3px solid #1e3a8a;
  padding-left: 20px;
  margin: 20px 0;
}
.tv-tl-item { margin-bottom: 18px; position: relative; }
.tv-tl-item::before {
  content: '';
  width: 11px;
  height: 11px;
  background: #1e3a8a;
  border-radius: 50%;
  position: absolute;
  left: -27px;
  top: 4px;
}
.tv-tl-item .year {
  font-weight: 700;
  color: #1e3a8a;
  font-size: 14px;
}
.tv-tl-item p {
  margin: 3px 0 0;
  font-size: 14px;
  color: #64748b;
}

/* ── AFFILIATE BOX ── */
.tv-aff {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #1d4ed8;
  border-radius: 8px;
  padding: 18px;
  margin: 24px 0;
}
.tv-aff .disclaimer {
  font-size: 12px;
  color: #64748b;
  font-style: italic;
  margin-bottom: 10px;
  line-height: 1.5;
}
.tv-aff h3 { color: #1e3a8a; margin: 0 0 8px; font-size: 16px; }
.tv-aff > p { font-size: 14px; margin-bottom: 14px; }

/* ── BOUTONS ── */
.tv-aff-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tv-aff-btns .tv-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px 16px;
  background: #1d4ed8;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  transition: background .2s;
}
.tv-aff-btns .tv-btn:hover { background: #f59e0b; color: #fff !important; }
.tv-aff-btns .tv-btn.green { background: #16a34a; }
.tv-aff-btns .tv-btn.green:hover { background: #f59e0b; }

/* ── FAQ ── */
.tv-faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.tv-faq-q {
  background: #f8fafc;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
  color: #0f172a;
  transition: background .2s;
}
.tv-faq-q::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: #1d4ed8;
  flex-shrink: 0;
}
.tv-faq-q.open {
  background: linear-gradient(90deg, #0f172a, #1e3a8a);
  color: #fff;
}
.tv-faq-q.open::after { content: '−'; color: #f59e0b; }
.tv-faq-a {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease;
  font-size: 14px;
  line-height: 1.7;
  color: #334155;
  background: #fff;
}
.tv-faq-a.open { padding: 14px 16px; max-height: 500px; }

/* ── CTA ── */
.tv-cta {
  background: linear-gradient(90deg, #0f172a, #1e3a8a);
  color: #fff;
  border-radius: 10px;
  padding: 28px 20px;
  text-align: center;
  margin: 32px 0;
}
.tv-cta h2 {
  color: #fff !important;
  border: none !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 20px;
}
.tv-cta p { color: #94a3b8; margin-bottom: 18px; font-size: 15px; }
.tv-cta .tv-btn {
  display: inline-block;
  padding: 13px 32px;
  background: #f59e0b;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  transition: background .2s;
}
.tv-cta .tv-btn:hover { background: #d97706; }

/* ── RELATED ── */
.tv-related {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 24px 0;
  background: #f8fafc;
}
.tv-related h3 { color: #0f172a; margin: 0 0 12px; }
.tv-related ul { list-style: none; padding: 0; margin: 0; }
.tv-related ul li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 14px;
}
.tv-related ul li:last-child { border-bottom: none; }
.tv-related ul li a { color: #1d4ed8; text-decoration: none; }
.tv-related ul li a:hover { color: #f59e0b; text-decoration: underline; }

/* ── RESPONSIVE ── */
@media (min-width: 600px) {
  .tv-article { padding: 0 24px; }
  .tv-article h1 { font-size: 28px; }
  .tv-article h2 { font-size: 22px; }
  .tv-aff-btns {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .tv-aff-btns .tv-btn { width: auto; flex: 1; }
}

@media (min-width: 900px) {
  .tv-article h1 { font-size: 30px; }
}/* End custom CSS */