/* Generated style.css - Fauteuil-Roulant.fr commun CSS */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --blue:#0055A4; --blue-dark:#003d7a; --blue-light:#e8f1fb; --red:#EF3340; --gray-50:#f9fafb; --gray-100:#f3f4f6; --gray-200:#e5e7eb; --gray-500:#6b7280; --gray-700:#374151; --gray-900:#111827; --green:#16a34a; --gold:#FFD700; --radius:12px; --shadow-sm:0 1px 3px rgba(0,0,0,.08); --shadow-md:0 4px 16px rgba(0,0,0,.10); --font:"Segoe UI", system-ui, -apple-system, sans-serif; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--gray-900); background: white; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.icon { display: inline-block; vertical-align: middle; flex-shrink: 0; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 8px; font-weight: 700; font-size: .95rem; cursor: pointer; transition: all .2s; border: none; }
.btn-primary { background: var(--red); color: white; }
.btn-primary:hover { background: #c81e2b; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(239,51,64,.35); }
header { position: sticky; top: 0; z-index: 100; background: white; border-bottom: 1px solid var(--gray-200); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; max-width: 1200px; margin: 0 auto; }
.logo img { height: 60px; width: auto; }
nav { display: flex; align-items: center; gap: 28px; }
nav > a, nav > .has-sub > a { font-size: .9rem; font-weight: 600; color: var(--gray-700); transition: color .15s; }
nav > a:hover, nav > .has-sub > a:hover { color: var(--blue); }
nav > a.current { color: var(--blue); }
.nav-cta { background: white; color: var(--blue) !important; padding: 8px 18px; border-radius: 7px; font-size: .88rem; font-weight: 700; border: 2px solid var(--blue); transition: all .15s; }
.nav-cta:hover { background: var(--blue-light); }
.has-sub { position: relative; }
.has-sub > a { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; }
.has-sub > a::after { content: ""; width: 6px; height: 6px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -3px; }
.submenu { position: absolute; top: 100%; left: -16px; background: white; border: 1px solid var(--gray-200); border-radius: 10px; box-shadow: var(--shadow-md); min-width: 260px; padding: 8px; display: none; }
.has-sub:hover .submenu, .has-sub:focus-within .submenu { display: block; }
.submenu a { display: block; padding: 9px 14px; border-radius: 7px; font-size: .88rem; font-weight: 600; color: var(--gray-700); }
.submenu a:hover { background: var(--blue-light); color: var(--blue); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { width: 24px; height: 2px; background: var(--gray-700); border-radius: 2px; }
.hero { background: linear-gradient(135deg, #0055A4 0%, #003d7a 70%, #002554 100%); color: white; padding: 56px 20px 52px; }
.crumb { font-size: .82rem; opacity: .85; margin-bottom: 16px; }
.crumb a { color: white; text-decoration: underline; }
.hero h1 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); font-weight: 900; line-height: 1.18; margin-bottom: 14px; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lead { font-size: 1.05rem; opacity: .92; line-height: 1.65; margin-bottom: 22px; max-width: 760px; }
.tldr { background: var(--blue-light); border-left: 4px solid var(--blue); padding: 26px 28px; margin: 36px auto; max-width: 1100px; border-radius: 10px; }
.tldr-label { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--blue-dark); margin-bottom: 8px; }
.tldr p { font-size: 1.0rem; color: var(--gray-900); line-height: 1.75; }
.section-pad { padding: 56px 0; }
.section-pad.bg-gray { background: var(--gray-50); }
.section-head { text-align: center; margin-bottom: 36px; }
.section-label { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--blue); margin-bottom: 8px; }
h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 800; color: var(--gray-900); line-height: 1.22; margin-bottom: 10px; }
h3 { font-size: 1.12rem; font-weight: 800; color: var(--gray-900); margin-bottom: 8px; }
.lead { font-size: 1.0rem; color: var(--gray-500); max-width: 700px; margin: 0 auto; }
.toc { background: var(--blue-light); border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); padding: 12px 0; position: sticky; top: 89px; z-index: 50; }
.toc .container { display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center; }
.toc strong { font-size: .82rem; color: var(--blue-dark); margin-right: 6px; }
.toc ul { display: flex; flex-wrap: wrap; gap: 6px 14px; }
.toc ul li { display: inline-block; }
.toc a { font-size: .82rem; color: var(--gray-700); padding: 4px 9px; border-radius: 6px; transition: all .15s; }
.toc a:hover { background: white; color: var(--blue); }
.date-top { padding: 18px 20px 6px; }
.date-top p { font-size: .85rem; color: var(--gray-500); }
.aides-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 1100px; margin: 0 auto; }
.aide { background: white; border: 1.5px solid var(--gray-200); border-left: 4px solid var(--blue); border-radius: 10px; padding: 22px 24px; }
.aide h3 { color: var(--blue-dark); margin-bottom: 8px; font-size: 1.05rem; }
.aide p { font-size: .9rem; color: var(--gray-700); line-height: 1.65; margin-bottom: 6px; }
.aide a { color: var(--blue); text-decoration: underline; font-weight: 600; }
.profile { background: white; border: 1.5px solid var(--gray-200); border-left: 4px solid var(--blue); border-radius: 10px; padding: 20px 22px; }
.profile h3 { font-size: 1.0rem; color: var(--blue-dark); margin-bottom: 8px; }
.profile p { font-size: .88rem; color: var(--gray-700); line-height: 1.6; }
.table-wrap { max-width: 1100px; margin: 0 auto; overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; font-size: .9rem; min-width: 600px; background: white; border-radius: 10px; overflow: hidden; box-shadow: var(--shadow-sm); }
.data-table th { background: var(--blue-light); color: var(--blue-dark); padding: 14px 16px; text-align: left; font-weight: 700; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.data-table td { padding: 14px 16px; border-top: 1px solid var(--gray-200); color: var(--gray-700); vertical-align: top; }
.data-table tr:hover td { background: var(--gray-50); }
.src-note { font-size: .82rem; color: var(--gray-500); margin-top: 18px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.src-note a { color: var(--blue); text-decoration: underline; }
.src-list { max-width: 900px; margin: 0 auto; }
.src-list li { padding: 10px 0; border-bottom: 1px solid var(--gray-200); }
.src-list a { color: var(--blue); text-decoration: underline; font-weight: 600; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1100px; margin: 0 auto; }
.step { background: white; border: 1.5px solid var(--gray-200); border-radius: 10px; padding: 22px; }
.step-num { width: 36px; height: 36px; background: var(--blue); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 12px; }
.step h3 { font-size: 1.0rem; color: var(--blue-dark); margin-bottom: 6px; }
.step p { font-size: .9rem; color: var(--gray-700); line-height: 1.6; }
.faq-list { max-width: 880px; margin: 0 auto; }
details.faq-item { background: white; border: 1.5px solid var(--gray-200); border-radius: 10px; margin-bottom: 12px; }
.faq-item summary { padding: 16px 22px; font-weight: 700; font-size: .96rem; cursor: pointer; list-style: none; position: relative; padding-right: 50px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); color: var(--blue); font-size: 1.4rem; font-weight: 600; }
.faq-item[open] summary::after { content: "-"; }
.faq-item p { padding: 0 22px 18px; font-size: .92rem; color: var(--gray-700); line-height: 1.7; }
.erreurs-list { max-width: 880px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.erreurs-list article { background: white; border: 1.5px solid var(--gray-200); border-left: 4px solid var(--red); border-radius: 10px; padding: 18px 22px; }
.erreurs-list h3 { font-size: 1.0rem; color: var(--gray-900); margin-bottom: 6px; }
.erreurs-list p { font-size: .88rem; color: var(--gray-700); line-height: 1.6; }
.glossaire-list { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; }
.glossaire dt { font-weight: 700; color: var(--blue-dark); font-size: .95rem; padding-top: 8px; border-top: 1px solid var(--gray-200); }
.glossaire dt:first-child { border-top: none; padding-top: 0; }
.glossaire dd { margin: 4px 0 12px; font-size: .88rem; color: var(--gray-700); line-height: 1.55; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1100px; margin: 0 auto 24px; }
.stat-card { background: white; border: 1.5px solid var(--gray-200); border-radius: 10px; padding: 22px 18px; text-align: center; border-top: 4px solid var(--gold); }
.stat-num { font-size: 1.7rem; font-weight: 900; color: var(--blue-dark); line-height: 1; margin-bottom: 8px; }
.stat-lbl { font-size: .8rem; color: var(--gray-500); line-height: 1.45; }
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1100px; margin: 0 auto; }
.rel-card { background: white; border: 1.5px solid var(--gray-200); border-radius: 10px; padding: 22px; transition: all .2s; }
.rel-card:hover { border-color: var(--blue); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.rel-card h3 { color: var(--blue-dark); margin-bottom: 6px; font-size: 1.0rem; }
.rel-card p { font-size: .85rem; color: var(--gray-500); margin-bottom: 12px; }
.rel-card a { color: var(--blue); font-weight: 700; font-size: .9rem; }
.eeat-box { background: var(--blue-light); padding: 22px 0; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
.eeat-row { max-width: 1100px; margin: 0 auto; padding: 0 20px; text-align: center; }
.eeat-label { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--blue-dark); margin-bottom: 6px; }
.eeat-meta { font-size: .9rem; color: var(--gray-700); }
.cta { background: linear-gradient(135deg, #0055A4 0%, #003d7a 100%); color: white; padding: 52px 20px; text-align: center; }
.cta h2 { color: white; margin-bottom: 12px; }
.cta p { opacity: .92; max-width: 620px; margin: 0 auto 22px; }
@media (max-width: 768px) { nav { display: none; } .hamburger { display: flex; } }
footer { background: var(--gray-900); color: white; padding: 60px 20px 24px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand .logo { margin-bottom: 16px; }
.footer-brand p { font-size: .87rem; opacity: .65; line-height: 1.7; max-width: 280px; }
.footer-col h4 { font-size: .8rem; font-weight: 800; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .1em; opacity: .45; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: .87rem; opacity: .7; transition: opacity .15s; }
.footer-col a:hover { opacity: 1; }
.footer-cities { border-top: 1px solid rgba(255,255,255,.1); padding-top: 32px; margin-bottom: 32px; }
.footer-cities h4 { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; opacity: .4; margin-bottom: 16px; }
.cities-list { display: flex; flex-wrap: wrap; gap: 8px; }
.cities-list a { font-size: .78rem; opacity: .5; background: rgba(255,255,255,.06); padding: 4px 10px; border-radius: 4px; transition: opacity .15s; }
.cities-list a:hover { opacity: 1; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: .8rem; opacity: .5; flex-wrap: wrap; gap: 12px; }
.float-cta { position: fixed; bottom: 24px; right: 24px; z-index: 99; background: var(--red); color: white; padding: 14px 26px; border-radius: 50px; font-weight: 800; font-size: .95rem; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 10px 30px rgba(239,51,64,.45); cursor: pointer; transition: all .25s ease; text-decoration: none; max-width: calc(100vw - 48px); opacity: 0; pointer-events: none; transform: translateY(20px); }
.float-cta.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.float-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(239,51,64,.55); background: #c81e2b; }
.float-cta.hidden { opacity: 0; pointer-events: none; transform: translateY(20px); }
.float-cta svg { flex-shrink: 0; }
@media (max-width: 600px) {
      .float-cta { left: 12px; right: 12px; bottom: 12px; justify-content: center; border-radius: 14px; padding: 16px; font-size: 1rem; }
    }
@media (max-width: 1024px) {
      .hero-inner { grid-template-columns: 1fr; }
      .hero-form { max-width: 480px; }
      .hero-illustration { display: none; }
      .types-grid { grid-template-columns: repeat(2, 1fr); }
      .blog-grid { grid-template-columns: 1fr 1fr; }
      .blog-card:first-child { grid-column: 1/-1; }
      .remb-inner { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 768px) {
      nav { display: none; }
      .hamburger { display: flex; }
      .stats-inner { grid-template-columns: repeat(2, 1fr); }
      .types-grid { grid-template-columns: 1fr; }
      .how-steps { grid-template-columns: 1fr; }
      .how-step::after { display: none; }
      .testi-grid { grid-template-columns: 1fr; }
      .resources-grid { grid-template-columns: 1fr; }
      .blog-grid { grid-template-columns: 1fr; }
      .lead-form-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
      body { padding-bottom: 80px; }
    }
@media (max-width: 480px) {
      .hero { padding: 48px 16px 40px; }
      .how-steps { grid-template-columns: 1fr; }
    }
.cities-list span { font-size: .78rem; opacity: .5; background: rgba(255,255,255,.06); padding: 4px 10px; border-radius: 4px; cursor: default; }
.prop-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 1100px; margin: 0 auto; }
.prop-grid p { font-size: .9rem; color: var(--gray-700); line-height: 1.65; }
@media (max-width: 768px) { .footer-top { grid-template-columns: 1fr; } }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; font-size: .8rem; opacity: .85; }
@media (max-width: 1024px) { .footer-top { grid-template-columns: 1fr 1fr; } }


/* === RESPONSIVE MOBILE FIX === */
html, body { max-width: 100vw; overflow-x: hidden; }
* { max-width: 100%; }
img, video, iframe, svg, picture { max-width: 100%; height: auto; }
table { max-width: 100%; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; }
pre, code { white-space: pre-wrap; word-wrap: break-word; overflow-wrap: anywhere; }
.container { max-width: 100%; }

@media (max-width: 900px) {
  .data-table { min-width: 0; font-size: .82rem; }
  .data-table th, .data-table td { padding: 10px 8px; }
  .hero { padding: 40px 16px 36px !important; }
  .hero h1 { font-size: clamp(1.4rem, 5vw, 2rem) !important; }
  .hero-lead { font-size: .95rem !important; }
  .section-pad { padding: 36px 0 !important; }
  .toc { display: none; }
  .footer-top { gap: 24px !important; }
  .container, .footer-inner { padding-left: 16px !important; padding-right: 16px !important; }
}
@media (max-width: 600px) {
  body { font-size: 15px; }
  h1 { font-size: clamp(1.3rem, 5vw, 1.8rem) !important; line-height: 1.2 !important; }
  h2 { font-size: clamp(1.15rem, 4vw, 1.5rem) !important; }
  h3 { font-size: 1rem !important; }
  .hero { padding: 32px 14px 28px !important; }
  .container, .footer-inner, .article-body { padding-left: 14px !important; padding-right: 14px !important; }
  .aide, .step, .erreurs-list article, .rel-card, .blog-card { padding: 16px !important; }
  .tldr { padding: 18px 18px !important; margin: 24px auto !important; }
  .data-table { font-size: .78rem; }
  .data-table th, .data-table td { padding: 8px 6px; }
  .data-table th { font-size: .7rem; }
  .footer-top { grid-template-columns: 1fr !important; }
  .cities-list span, .cities-list a { font-size: .72rem !important; padding: 3px 8px !important; }
  .author-card, .callout, .key-fact { padding: 16px 18px !important; }
  .related-grid, .blog-grid, .types-grid, .stats-inner, .resources-grid { grid-template-columns: 1fr !important; gap: 14px !important; }
  .footer-bottom { font-size: .72rem !important; }
}
