/**
 * Pages SEO internationales — layout premium (hero + moteur jaune).
 */

body.fh-intl-page {
  background: #f5f6fa;
  color: #1e293b;
}

/* Header */
.fh-intl-header {
  position: relative;
  z-index: 20;
  background: #003580;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fh-intl-topnav a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}
.fh-intl-topnav .dropdown-toggle {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 600;
}
.fh-intl-topnav .dropdown-toggle:hover,
.fh-intl-topnav .dropdown-toggle:focus {
  color: #ffb700;
}
.fh-intl-topnav .dropdown-menu {
  max-height: 320px;
  overflow-y: auto;
}

/* Hero */
.fh-intl-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 52vh, 560px);
  display: flex;
  align-items: stretch;
  padding: clamp(1.75rem, 4vh, 3rem) 0 clamp(2rem, 4vh, 2.5rem);
  background: #001f4d;
}
.fh-intl-hero__media {
  position: absolute;
  inset: 0;
  background-image: var(--fh-intl-hero-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 72% center;
  z-index: 0;
}
.fh-intl-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(0, 20, 48, 0.94) 0%,
    rgba(0, 35, 84, 0.82) 24%,
    rgba(0, 53, 128, 0.48) 46%,
    rgba(0, 40, 95, 0.14) 68%,
    rgba(0, 31, 77, 0.02) 80%,
    transparent 90%
  );
  z-index: 1;
  pointer-events: none;
}
.fh-intl-hero__blur {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(62%, 760px);
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.72) 42%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.72) 42%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}
.fh-intl-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 24% 18%, rgba(255, 183, 0, 0.14) 0%, transparent 52%);
  pointer-events: none;
  z-index: 3;
}
.fh-intl-hero__inner {
  position: relative;
  z-index: 4;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fh-intl-breadcrumb {
  margin-top: 0;
}
.fh-intl-breadcrumb .breadcrumb-item,
.fh-intl-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.875rem;
}
.fh-intl-breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.fh-intl-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
.fh-intl-hero__title {
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  margin: 0 0 0.75rem;
  max-width: 18ch;
}
.fh-intl-hero__lead {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.55;
  max-width: 42rem;
  margin: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.fh-intl-hero__updated {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  margin: 0.75rem 0 0;
}
.fh-intl-hero__updated time {
  font-style: normal;
}

/* Search dock */
.fh-intl-search-dock {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 1.25rem 1.25rem 1rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.fh-intl-search-label {
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0;
}
body.fh-intl-page .fh-intl-search-dock .moteur-wrapper {
  padding: 0.75rem 0 0;
  background: transparent;
}
body.fh-intl-page .fh-intl-search-dock .moteur-bar {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  border: 2px solid rgba(255, 183, 0, 0.85);
}
body.fh-intl-page .fh-intl-search-dock .moteur-submit {
  background: #003580 !important;
  font-size: 1.05rem;
  min-width: 140px;
}
body.fh-intl-page .fh-intl-search-dock .moteur-submit:hover {
  filter: brightness(1.08);
}
.fh-intl-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.fh-intl-trust span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8125rem;
  font-weight: 600;
}

/* Social proof + breadcrumb bar */
.fh-intl-crumbbar {
  background: #fff;
  border-bottom: 1px solid #e5e9f2;
  padding: 0.85rem 0;
}
.fh-intl-crumbbar__trail {
  --bs-breadcrumb-divider: '›';
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.fh-intl-crumbbar .breadcrumb-item {
  display: flex;
  align-items: center;
}
.fh-intl-crumbbar .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  display: inline-block;
  padding-right: 0.45rem;
  padding-left: 0.45rem;
  color: #94a3b8;
  content: var(--bs-breadcrumb-divider, '›');
}
.fh-intl-crumbbar .breadcrumb-item,
.fh-intl-crumbbar .breadcrumb-item a {
  color: #64748b;
  font-size: 0.875rem;
  text-decoration: none;
}
.fh-intl-crumbbar .breadcrumb-item a:hover {
  color: #003580;
  text-decoration: underline;
}
.fh-intl-crumbbar .breadcrumb-item.active {
  color: #003580;
  font-weight: 600;
}
.fh-intl-cities__lead {
  color: #64748b;
  margin: -0.35rem 0 1.25rem;
  line-height: 1.55;
}
.fh-intl-cities__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.fh-intl-city-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e9f2;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #fff;
  min-height: 100%;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.fh-intl-city-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 53, 128, 0.12);
  border-color: #c7d4ea;
  color: inherit;
}
.fh-intl-city-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #003580 0%, #0050b3 100%);
  background-image: linear-gradient(180deg, rgba(0, 31, 77, 0.15) 0%, rgba(0, 31, 77, 0.45) 100%), var(--fh-intl-city-image, none);
  background-size: cover;
  background-position: center;
}
.fh-intl-city-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.85rem 0.95rem 1rem;
}
.fh-intl-city-card__name {
  font-weight: 700;
  color: #003580;
  font-size: 1rem;
}
.fh-intl-city-card__cta {
  color: #64748b;
  font-size: 0.8125rem;
  font-weight: 600;
}
.fh-intl-proof {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-bottom: 1px solid #e2e8f0;
  padding: 1.25rem 0;
}
.fh-intl-proof__box {
  text-align: center;
  padding: 1rem 1.25rem;
  background: #f1f5f9;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}
.fh-intl-proof__box p {
  margin: 0;
  color: #003580;
  font-weight: 700;
  font-size: 1.05rem;
}
.fh-intl-proof__box p + p {
  margin-top: 0.35rem;
  color: #334155;
  font-weight: 600;
  font-size: 0.98rem;
}

/* Content cards */
.fh-intl-card {
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 16px;
  padding: 1.5rem 1.65rem;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}
.fh-intl-card__title {
  color: #003580;
  font-size: 1.35rem;
  font-weight: 800;
  margin: 0 0 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  line-height: 1.3;
}
.fh-intl-card__num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 10px;
  background: linear-gradient(135deg, #003580, #2b71c2);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fh-intl-card__body {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #334155;
}
.fh-intl-list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fh-intl-list-check li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.75rem;
  border-bottom: 1px solid #f1f5f9;
  line-height: 1.55;
}
.fh-intl-list-check li:last-child {
  border-bottom: 0;
}
.fh-intl-list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #003580;
  font-weight: 800;
}

/* FAQ */
.fh-intl-accordion .accordion-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px !important;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.fh-intl-accordion .accordion-button {
  font-weight: 700;
  color: #0f172a;
  font-size: 0.98rem;
  padding: 1rem 1.15rem;
}
.fh-intl-accordion .accordion-button:not(.collapsed) {
  background: #f0f6ff;
  color: #003580;
  box-shadow: none;
}
.fh-intl-accordion .accordion-body {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #475569;
}

/* Sidebar */
.fh-intl-sidebar__cta {
  background: linear-gradient(145deg, #003580 0%, #00224f 100%);
  color: #fff;
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 12px 32px rgba(0, 53, 128, 0.28);
}
.fh-intl-sidebar__cta p {
  color: rgba(255, 255, 255, 0.88);
}
.fh-intl-btn-primary {
  background: #ffb700 !important;
  color: #001f4d !important;
  border: 0 !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  padding: 0.65rem 1rem !important;
}
.fh-intl-btn-primary:hover {
  filter: brightness(1.05);
  color: #001f4d !important;
}
.fh-intl-sidebar__block {
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 16px;
  padding: 1.15rem 1.25rem;
}
.letter-spacing {
  letter-spacing: 0.06em;
  color: #64748b;
  font-size: 0.72rem;
}
.fh-intl-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.fh-intl-link-list li,
.fh-intl-link-list .fh-intl-link-row {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.fh-intl-link-list li:last-child {
  margin-bottom: 0;
}
.fh-intl-link-list a {
  color: #003580;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  line-height: 1.45;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
}
.fh-intl-link-list a i {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 0.75rem;
  margin: 0;
}
.fh-intl-link-list a span {
  flex: 1 1 auto;
  min-width: 0;
}
.fh-intl-link-list a:hover {
  text-decoration: underline;
  color: #001f4d;
}

.fh-intl-footer {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
}

@media (min-width: 768px) {
  .fh-intl-cities__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .fh-intl-cities__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .fh-intl-hero {
    min-height: auto;
    padding-top: clamp(1.25rem, 3vh, 2rem);
  }
  .fh-intl-hero__media {
    background-position: center 30%;
  }
  .fh-intl-hero__scrim {
    background: linear-gradient(
      180deg,
      rgba(0, 20, 48, 0.9) 0%,
      rgba(0, 35, 84, 0.76) 38%,
      rgba(0, 53, 128, 0.34) 62%,
      rgba(0, 31, 77, 0.08) 78%,
      transparent 100%
    );
  }
  .fh-intl-hero__blur {
    width: 100%;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.55) 52%, transparent 88%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.55) 52%, transparent 88%);
  }
  .fh-intl-hero__title {
    max-width: none;
  }
  .fh-intl-sidebar.sticky-top {
    position: static !important;
  }
}

@media (max-width: 767.98px) {
  .fh-intl-search-dock {
    padding: 1rem;
    border-radius: 16px;
  }
  body.fh-intl-page .fh-intl-search-dock .moteur-bar {
    flex-direction: column;
    align-items: stretch;
  }
  body.fh-intl-page .fh-intl-search-dock .moteur-submit {
    width: 100%;
  }
}
