/**
 * Pages françaises — adaptation du layout international au contenu legacy.
 */

/* Header + navbar existante */
.fh-modern-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0.35rem 0;
}

body.fh-modern-page .fh-modern-header .main-navbar {
  flex: 1 1 auto;
  min-width: 0;
}

body.fh-modern-page .fh-modern-header .nav-menu > li > a,
body.fh-modern-page .fh-modern-header .nav-menu > li > .nav-link {
  color: rgba(255, 255, 255, 0.92) !important;
}

body.fh-modern-page .fh-modern-header .nav-menu > li > a:hover,
body.fh-modern-page .fh-modern-header .nav-menu > li > .nav-link:hover {
  color: #ffb700 !important;
}

body.fh-modern-page .fh-modern-header .toggle-nav .sidebar-bar {
  color: #fff;
}

body.fh-modern-page .fh-modern-header .mega-menu-container {
  z-index: 30;
}

/* Contenu legacy dans le shell moderne */
body.fh-modern-page .fh-modern-content > .container,
body.fh-modern-page .fh-modern-content > div > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

body.fh-modern-page .fh-modern-content section.small-section,
body.fh-modern-page .fh-modern-content section.xs-section,
body.fh-modern-page .fh-modern-content .fh-modern-card,
body.fh-modern-page .fh-modern-content > .container > section {
  background: #fff;
  border: 1px solid #e5e9f2;
  border-radius: 16px;
  padding: 1.5rem 1.5rem 1.25rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

body.fh-modern-page .fh-modern-content section .container,
body.fh-modern-page .fh-modern-content section.small-section .container,
body.fh-modern-page .fh-modern-content section.xs-section .container {
  max-width: none;
  padding: 0;
}

body.fh-modern-page .fh-modern-content h2,
body.fh-modern-page .fh-modern-content h3 {
  color: #003580;
  font-weight: 700;
}

body.fh-modern-page .fh-modern-content .breadcrumbs,
body.fh-modern-page .fh-modern-content #breadcrumb {
  display: none !important;
}

body.fh-modern-page .fh-modern-content p a,
body.fh-modern-page .fh-modern-content li a {
  color: #0050b3;
  text-decoration: none;
}

body.fh-modern-page .fh-modern-content p a:hover,
body.fh-modern-page .fh-modern-content li a:hover {
  color: #003580;
  text-decoration: underline;
}

body.fh-modern-page .fh-modern-content .row.mt-4.text-muted,
body.fh-modern-page .fh-modern-content p[style*="font-size: 0.8em"] {
  color: #64748b !important;
  font-size: 0.875rem !important;
  margin-bottom: 1rem;
}

body.fh-modern-page .fh-modern-seo-hook {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

body.fh-modern-page .fh-modern-main {
  padding-top: 2rem !important;
}

body.fh-modern-page .home_section,
body.fh-modern-page .search-panel,
body.fh-modern-page .mix-layout-section {
  display: none !important;
}

body.fh-modern-page .fh-intl-search-dock .title-top {
  display: none;
}

@media (max-width: 991.98px) {
  body.fh-modern-page .fh-modern-header__inner {
    align-items: flex-start;
  }
}
