.elementor-1645 .elementor-element.elementor-element-3de448f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-1645:not(.elementor-motion-effects-element-type-background), body.elementor-page-1645 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for shortcode, class: .elementor-element-d47ae88 *//* =====================================================
   FLOW INTERNATIONAL — Article Blog
   Préfixe : .fba-*
   Shortcodes : [flow_hero_article] [flow_contenu_article]
===================================================== */

.fba-hero,
.fba-layout,
.fba-sb-sommaire,
.fba-sb-cta,
.fba-sb-related,
.fba-content {
  --navy:   #0D1B2A;
  --orange: #EF7B52;
  --cream:  #F5F2ED;
  --white:  #FFFFFF;
  --gray:   #6B7280;
  --gray-light: #E5E0D8;
  --text:   #2C3A4A;
}

/* === HERO === */
.fba-hero {
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-color: var(--navy);
}
.fba-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(13,27,42,.35) 0%, rgba(13,27,42,.78) 100%);
  display: flex;
  align-items: flex-end;
  padding-bottom: 48px;
}
.fba-hero-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
.fba-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 18px;
}
.fba-breadcrumb a { color: rgba(255,255,255,.6); }
.fba-breadcrumb a:hover { color: var(--orange); }
.fba-breadcrumb span { color: rgba(255,255,255,.35); }
.fba-breadcrumb span:last-child { color: rgba(255,255,255,.85); }
.fba-cat-tag {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 2px;
  margin-bottom: 14px;
}
.fba-h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 800;
  color: var(--white)!important;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 1.15;
  max-width: 780px;
  margin-bottom: 18px;
}
.fba-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: rgba(255,255,255,.65);
  font-family: 'Barlow', sans-serif;
}
.fba-dot {
  width: 4px;
  height: 4px;
  background: var(--orange);
  border-radius: 50%;
  display: inline-block;
}

/* === LAYOUT 2 COLONNES === */
.fba-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 32px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 56px;
  align-items: start;
}

/* === CONTENU ARTICLE === */
.fba-content h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.2;
  margin: 48px 0 16px;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--orange);
}
.fba-content h2:first-child { margin-top: 0; }
.fba-content h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 32px 0 12px;
}
.fba-content p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.fba-content strong { color: var(--navy); font-weight: 600; }
.fba-content a { color: var(--orange); font-weight: 500; }
.fba-content a:hover { text-decoration: underline; }
.fba-content ul,
.fba-content ol {
  margin: 0 0 20px 20px;
}
.fba-content ul li,
.fba-content ol li {
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 8px;
}
.fba-content ul li::marker { color: var(--orange); }
.fba-content ol li::marker { color: var(--orange); font-weight: 700; }
.fba-content img {
  width: 100%;
  border-radius: 6px !important;
  margin: 32px 0;
}
.fba-content figure { margin: 36px 0; }
.fba-content figure img { margin: 0; }
.fba-content figcaption {
  text-align: center;
  font-size: 13px;
  color: var(--gray);
  margin-top: 8px;
}
/* Encadré callout — appliqué via class WP éditeur ou via filtre */
.fba-content blockquote {
  background: var(--cream);
  border-left: 4px solid var(--orange);
  padding: 20px 24px;
  margin: 28px 0;
  border-radius: 0 4px 4px 0;
}
.fba-content blockquote p {
  margin: 0;
  font-style: italic;
  color: var(--navy);
  font-size: 15.5px;
}
.fba-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 28px 0;
  font-size: 15px;
}
.fba-content th {
  background: var(--navy);
  color: var(--white);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 12px 16px;
  text-align: left;
}
.fba-content td {
  padding: 11px 16px;
  color: var(--text);
  border-bottom: 1px solid var(--gray-light);
}
.fba-content tr:last-child td { border-bottom: none; }
.fba-content tr:nth-child(even) td { background: var(--cream); }

/* === SIDEBAR === */
.fba-sidebar {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
/* Titre de bloc sidebar */
.fba-sb-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
}

/* Sommaire */
.fba-sb-sommaire {
  background: var(--cream);
  border-radius: 6px;
  padding: 24px;
  border-top: 4px solid var(--orange);
}
.fba-sb-sommaire ol {
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fba-sb-sommaire ol li {
  font-size: 14px;
  line-height: 1.45;
}
.fba-sb-sommaire ol li a {
  color: var(--navy);
  font-weight: 500;
  transition: color .2s;
}
.fba-sb-sommaire ol li a:hover { color: var(--orange); }

/* CTA sidebar */
.fba-sb-cta {
  background: var(--navy);
  border-radius: 6px;
  padding: 28px 24px;
  text-align: center;
  border-bottom: 4px solid var(--orange);
}
.fba-sb-cta-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}
.fba-sb-cta-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.fba-sb-cta-text {
  font-size: 13.5px;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
  margin-bottom: 20px;
}
.fba-sb-cta-btn {
  display: block;
  background: var(--orange);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: background .2s;
}
.fba-sb-cta-btn:hover { background: #d9643c; }
.fba-sb-cta-tel {
  display: block;
  color: rgba(255,255,255,.6);
  font-size: 13px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .04em;
  transition: color .2s;
}
.fba-sb-cta-tel:hover { color: var(--orange); }

/* Articles liés */
.fba-sb-related {
  background: #fff;
  border: 1px solid var(--gray-light);
  border-radius: 6px;
  padding: 24px;
}
.fba-sb-related-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid var(--gray-light);
  text-decoration: none;
}
.fba-sb-related-item:last-child { border-bottom: none; padding-bottom: 0; }
.fba-sb-tag {
  font-size: 11px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--orange);
}
.fba-sb-related-label {
  font-size: 14px;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.4;
  transition: color .2s;
}
.fba-sb-related-item:hover .fba-sb-related-label { color: var(--orange); }

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .fba-layout {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
  .fba-sidebar { position: static; }
  .fba-hero { height: 360px; }
  .fba-hero-inner { padding: 0 20px; }
}/* End custom CSS */