
@font-face{font-family:"Lato";src:url(fonts/lato-latin-400-normal.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Lato";src:url(fonts/lato-latin-400-italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:"Lato";src:url(fonts/lato-latin-700-normal.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Source Serif 4";src:url(fonts/source-serif-4-latin-600-normal.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Source Serif 4";src:url(fonts/source-serif-4-latin-700-normal.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:"Source Serif 4";src:url(fonts/source-serif-4-latin-400-italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}
/* GMF Proservices — feuille de style du site
   Palette et typographies reprises des plaquettes commerciales. */

:root{
  --navy-950:#071a2e;
  --navy:#0b2542;
  --navy-800:#12345a;
  --teal:#13939b;
  --teal-ink:#0b737a;
  --teal-light:#5cc3c9;
  --ice:#e6f2f3;
  --mist:#f2f4f6;
  --line:#dbe2e8;
  --ink:#15202e;
  --muted:#526072;
  --white:#ffffff;
  --on-dark:#d7e1ea;
  --radius:10px;
  --wrap:1140px;
  --serif:"Source Serif 4","Source Serif Pro",Georgia,"Times New Roman",serif;
  --sans:"Lato","Helvetica Neue",Arial,sans-serif;
  color-scheme:light;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.65}
img{max-width:100%;height:auto;display:block}
a{color:var(--teal-ink);text-underline-offset:3px}
a:hover{color:var(--navy)}
:focus-visible{outline:3px solid var(--teal);outline-offset:2px;border-radius:4px}
h1,h2,h3{font-family:var(--serif);color:var(--navy);line-height:1.2;text-wrap:balance;margin:0}
h1{font-size:clamp(2rem,4.2vw,3.1rem);font-weight:700;letter-spacing:-.01em}
h2{font-size:clamp(1.6rem,2.8vw,2.15rem);font-weight:700}
h3{font-size:1.2rem;font-weight:600}
p{margin:0}
ul,ol{margin:0;padding:0}

.wrap{max-width:var(--wrap);margin-inline:auto;padding-inline:20px}
.eyebrow{font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--teal-ink)}
.on-dark .eyebrow,.eyebrow.on-dark{color:var(--teal-light)}
.lead{font-size:1.14rem;color:var(--muted);max-width:62ch}
.stack{display:flex;flex-direction:column;gap:14px}
.section{padding-block:clamp(56px,8vw,96px)}
.section.tint{background:var(--mist)}
.section-head{display:flex;flex-direction:column;gap:12px;margin-bottom:36px;max-width:760px}
.skip{position:absolute;left:-999px;top:8px;background:var(--white);padding:8px 12px;z-index:100}
.skip:focus{left:8px}

/* En-tête */
.site-header{position:sticky;top:env(safe-area-inset-top,0px);z-index:50;background:var(--navy-950);border-bottom:1px solid rgba(255,255,255,.08)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px}
.brand img{height:34px;width:auto}
.nav{display:flex;align-items:center;gap:4px}
.nav a{color:var(--on-dark);text-decoration:none;font-size:.95rem;font-weight:700;padding:8px 11px;border-radius:6px}
.nav a:hover{color:var(--white);background:rgba(255,255,255,.07)}
.nav a[aria-current="page"]{color:var(--white);box-shadow:inset 0 -2px 0 var(--teal)}
.nav a.nav-cta{background:var(--teal-ink);color:var(--white);margin-left:8px;padding-inline:16px}
.nav a.nav-cta:hover{background:var(--teal)}
.menu-btn{display:none;background:transparent;border:1px solid rgba(255,255,255,.25);color:var(--white);font:700 .9rem var(--sans);padding:8px 14px;border-radius:6px;cursor:pointer}
@media (max-width:980px){
  .menu-btn{display:block}
  .nav{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;background:var(--navy-950);padding:10px 20px 20px;border-bottom:1px solid rgba(255,255,255,.08)}
  .nav.open{display:flex}
  .nav a{padding:12px 10px}
  .nav a.nav-cta{margin:8px 0 0;text-align:center}
}

/* Boutons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font:700 1rem var(--sans);text-decoration:none;padding:13px 22px;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:background .15s,color .15s,border-color .15s}
.btn-primary{background:var(--teal-ink);color:var(--white)}
.btn-primary:hover{background:var(--navy);color:var(--white)}
.on-dark .btn-primary:hover{background:var(--teal);color:var(--white)}
.btn-ghost{border-color:currentColor;color:var(--navy)}
.btn-ghost:hover{background:var(--navy);color:var(--white);border-color:var(--navy)}
.on-dark .btn-ghost{color:var(--white);border-color:rgba(255,255,255,.45)}
.on-dark .btn-ghost:hover{background:var(--white);color:var(--navy);border-color:var(--white)}
.btn-row{display:flex;flex-wrap:wrap;gap:12px}

/* Bandeaux sombres */
.on-dark{background:var(--navy);color:var(--on-dark)}
.on-dark h1,.on-dark h2,.on-dark h3{color:var(--white)}
.on-dark .lead{color:var(--on-dark)}
.hero{background:var(--navy);padding-block:clamp(56px,8vw,96px)}
.hero .wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}
.hero-text{display:flex;flex-direction:column;gap:22px}
.hero .quote{font-family:var(--serif);font-style:italic;color:var(--teal-light);font-size:1.15rem}
@media (max-width:900px){.hero .wrap{grid-template-columns:1fr}}
.page-hero{background:var(--navy);padding-block:clamp(48px,7vw,80px)}
.page-hero .wrap{display:flex;flex-direction:column;gap:18px}
.page-hero .lead{max-width:68ch}

/* Illustration du flux (accueil) */
.flow{background:var(--navy-950);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:26px;display:flex;flex-direction:column;gap:6px}
.flow-title{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:var(--teal-light);margin-bottom:10px}
.flow-step{display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:12px 14px;color:var(--white);font-weight:700}
.flow-step small{display:block;font-weight:400;color:var(--on-dark);font-size:.85rem}
.flow-dot{flex:none;width:30px;height:30px;border-radius:50%;background:var(--teal-ink);display:grid;place-items:center;font-size:.85rem}
.flow-link{width:2px;height:12px;background:var(--teal);margin-left:28px;opacity:.7}
.flow-foot{margin-top:12px;font-size:.85rem;color:var(--on-dark)}

/* Chiffres clés */
.facts{background:var(--navy-950);padding-block:28px}
.facts ul{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.facts li{display:flex;align-items:baseline;gap:14px;color:var(--on-dark);font-size:.95rem;line-height:1.35}
.facts strong{font-family:var(--serif);font-size:2rem;color:var(--teal-light);font-weight:700;flex:none;font-variant-numeric:tabular-nums}
@media (max-width:760px){.facts ul{grid-template-columns:1fr}}

/* Grilles et cartes */
.grid{display:grid;gap:20px}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}
@media (max-width:980px){.g4{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.g2,.g3,.g4{grid-template-columns:1fr}}
.card{background:var(--mist);border-radius:var(--radius);padding:26px;display:flex;flex-direction:column;gap:10px}
.tint .card{background:var(--white)}
.card p{color:var(--muted)}
.card .more{margin-top:auto;padding-top:8px;font-weight:700;text-decoration:none}
.card .more::after{content:" →"}
.card-tag{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-ink)}
.service-card{border-top:4px solid var(--navy)}
.service-card.teal{border-top-color:var(--teal)}

.checks{list-style:none;display:grid;gap:12px}
.checks li{display:flex;gap:12px;align-items:flex-start}
.checks li::before{content:"";flex:none;width:22px;height:22px;margin-top:3px;border-radius:50%;background:var(--teal-ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 12.5l4 4 8-9' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat}
.checks.two{grid-template-columns:repeat(2,1fr);gap:14px 28px}
@media (max-width:640px){.checks.two{grid-template-columns:1fr}}
.limits{list-style:none;display:grid;gap:10px}
.limits li{background:var(--mist);border-radius:8px;padding:14px 18px 14px 50px;position:relative;color:var(--ink)}
.limits li::before{content:"!";position:absolute;left:14px;top:14px;width:24px;height:24px;border-radius:50%;background:var(--navy);color:var(--white);font-weight:700;font-size:.85rem;display:grid;place-items:center}

/* Étapes numérotées (séquences réelles) */
.steps{list-style:none;display:grid;gap:18px;counter-reset:s}
.steps li{counter-increment:s;display:flex;flex-direction:column;gap:6px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}
.steps li::before{content:counter(s);width:38px;height:38px;border-radius:50%;background:var(--teal-ink);color:var(--white);font-weight:700;display:grid;place-items:center;margin-bottom:6px}
.steps h3{font-family:var(--sans);font-size:1rem;letter-spacing:.12em;text-transform:uppercase}
.steps p{color:var(--muted);font-size:.97rem}
.method{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:0 36px;counter-reset:m}
.method li{counter-increment:m;display:grid;grid-template-columns:40px 1fr;gap:4px 14px;padding:16px 0;border-bottom:1px solid var(--line)}
.method li::before{content:counter(m);grid-row:span 2;width:34px;height:34px;border-radius:50%;background:var(--navy);color:var(--white);font-weight:700;display:grid;place-items:center}
.method strong{color:var(--navy)}
.method span{color:var(--muted);font-size:.96rem}
@media (max-width:760px){.method{grid-template-columns:1fr}}

/* Parcours en 15 étapes */
.journeys{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
@media (max-width:860px){.journeys{grid-template-columns:1fr}}
.journey{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:var(--white)}
.journey h3{margin-bottom:4px}
.journey > p{color:var(--muted);font-size:.95rem;margin-bottom:16px}
.journey ol{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;counter-reset:j}
.journey li{counter-increment:j;display:flex;align-items:center;gap:8px;background:var(--ice);border-radius:8px;padding:8px 10px;font-size:.88rem;font-weight:700;color:var(--navy);line-height:1.25}
.journey li:nth-child(6n+4),.journey li:nth-child(6n+5),.journey li:nth-child(6n+6){background:var(--mist)}
.journey li::before{content:counter(j);flex:none;width:24px;height:24px;border-radius:50%;background:var(--navy);color:var(--white);font-size:.75rem;display:grid;place-items:center;font-variant-numeric:tabular-nums}
@media (max-width:520px){.journey ol{grid-template-columns:repeat(2,1fr)}}

/* Exemples d'automatisations */
.examples{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
@media (max-width:760px){.examples{grid-template-columns:1fr}}
.example{border-radius:var(--radius);overflow:hidden;background:var(--mist);display:flex;flex-direction:column}
.example h3{background:var(--navy);color:var(--white);font-family:var(--sans);font-size:.85rem;letter-spacing:.14em;text-transform:uppercase;padding:12px 20px;display:flex;justify-content:space-between;gap:10px}
.example h3 span{color:var(--teal-light);letter-spacing:.08em}
.example p{padding:16px 20px 4px}
.example .gain{padding:0 20px 16px;color:var(--teal-ink);font-weight:700;font-size:.95rem}

/* Offres et tarifs */
.offers{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}
@media (max-width:980px){.offers{grid-template-columns:1fr}}
.offer{border:1px solid var(--line);border-radius:12px;padding:28px;display:flex;flex-direction:column;gap:14px;background:var(--white);position:relative}
.offer h3{font-size:1.3rem}
.offer .price{font-family:var(--serif);font-size:1.6rem;font-weight:700;color:var(--teal-ink);line-height:1.1}
.offer .price small{display:block;font-family:var(--sans);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}
.offer .aim{font-style:italic;color:var(--muted)}
.offer ul{list-style:none;display:grid;gap:6px;font-size:.95rem}
.offer li::before{content:"›";color:var(--teal);font-weight:700;margin-right:8px}
.offer.featured{background:var(--navy);border-color:var(--navy);color:var(--on-dark)}
.offer.featured h3{color:var(--white)}
.offer.featured .price{color:var(--teal-light)}
.offer.featured .price small,.offer.featured .aim{color:var(--on-dark)}
.badge{position:absolute;top:-13px;right:20px;background:var(--teal-ink);color:var(--white);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px;border-radius:999px}
.care{margin-top:20px;display:grid;grid-template-columns:1fr 1.3fr;gap:24px;align-items:center;background:var(--ice);border-radius:12px;padding:28px}
.care ul{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:6px 20px;font-size:.95rem}
.care li::before{content:"›";color:var(--teal-ink);font-weight:700;margin-right:8px}
@media (max-width:760px){.care,.care ul{grid-template-columns:1fr}}
.fineprint{font-size:.9rem;color:var(--muted);font-style:italic;margin-top:18px}

.note{background:var(--ice);border-radius:12px;padding:26px 28px;display:flex;flex-direction:column;gap:10px}
.note strong{color:var(--navy)}
.panel-dark{background:var(--navy);color:var(--on-dark);border-radius:12px;padding:30px;display:flex;flex-direction:column;gap:12px}
.panel-dark h3{color:var(--white)}
.chips{display:flex;flex-wrap:wrap;gap:8px;list-style:none}
.chips li{background:var(--white);border:1px solid var(--line);border-radius:999px;padding:6px 14px;font-size:.9rem;font-weight:700;color:var(--navy)}
.tint .chips li{background:var(--white)}
.chips.dark li{background:var(--navy);color:var(--white);border-color:var(--navy)}

.split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
@media (max-width:860px){.split{grid-template-columns:1fr}}

/* À propos */
.about{display:grid;grid-template-columns:360px 1fr;gap:48px;align-items:start}
.about figure{margin:0;display:flex;flex-direction:column;gap:12px}
.about figure img{border-radius:12px;aspect-ratio:3/4;object-fit:cover;width:100%}
.about figcaption{font-size:.9rem;color:var(--muted)}
@media (max-width:860px){.about{grid-template-columns:1fr}.about figure{max-width:340px}}
.timeline{list-style:none;display:grid;gap:0;border-left:2px solid var(--line);margin-left:6px}
.timeline li{position:relative;padding:0 0 22px 26px}
.timeline li::before{content:"";position:absolute;left:-8px;top:5px;width:14px;height:14px;border-radius:50%;background:var(--white);border:3px solid var(--teal-ink)}
.timeline .when{font-size:.82rem;font-weight:700;letter-spacing:.08em;color:var(--teal-ink);font-variant-numeric:tabular-nums}
.timeline strong{display:block;color:var(--navy)}
.timeline p{color:var(--muted);font-size:.96rem}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:start}
@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}
.form{display:grid;grid-template-columns:1fr 1fr;gap:16px;background:var(--mist);border-radius:12px;padding:28px}
.form .full{grid-column:1/-1}
@media (max-width:640px){.form{grid-template-columns:1fr}}
.field{display:flex;flex-direction:column;gap:6px}
.field label{font-weight:700;font-size:.92rem;color:var(--navy)}
.field .opt{font-weight:400;color:var(--muted)}
.field input,.field select,.field textarea{font:inherit;font-size:1rem;color:var(--ink);background:var(--white);border:1px solid #c5cfd9;border-radius:8px;padding:11px 12px;width:100%}
.field textarea{min-height:150px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid rgba(19,147,155,.35);border-color:var(--teal-ink)}
.consent{display:flex;gap:10px;align-items:flex-start;font-size:.9rem;color:var(--muted)}
.consent input{margin-top:5px;width:18px;height:18px;accent-color:var(--teal-ink);flex:none}
.hp{position:absolute;left:-5000px;width:1px;height:1px;overflow:hidden}
.form-status{font-weight:700;padding:12px 14px;border-radius:8px}
.form-status.ok{background:var(--ice);color:var(--navy)}
.form-status.err{background:#fdecea;color:#8a1c12}
.contact-card{display:flex;flex-direction:column;gap:18px}
.contact-card dl{margin:0;display:grid;gap:14px}
.contact-card dt{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-ink)}
.contact-card dd{margin:2px 0 0;font-size:1.05rem;color:var(--navy);font-weight:700;user-select:all}
.contact-card dd.plain{font-weight:400;color:var(--ink);user-select:auto}

/* Pages juridiques */
.legal{max-width:760px;display:flex;flex-direction:column;gap:30px}
.legal section{display:flex;flex-direction:column;gap:10px}
.legal h2{font-size:1.35rem}
.legal p,.legal li{color:var(--ink)}
.legal ul{padding-left:20px;display:grid;gap:4px}
.todo{background:#fff4d6;border:1px dashed #c9971c;color:#6b4d00;padding:1px 6px;border-radius:4px;font-weight:700}

/* Appel à l'action */
.cta-band{background:var(--navy);padding-block:clamp(48px,7vw,72px)}
.cta-band .wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px}
.cta-band .text{display:flex;flex-direction:column;gap:10px;max-width:640px}

/* Pied de page */
.site-footer{background:var(--navy-950);color:var(--on-dark);padding-block:56px 28px;font-size:.95rem}
.site-footer .cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}
@media (max-width:860px){.site-footer .cols{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.site-footer .cols{grid-template-columns:1fr}}
.site-footer h2{font-family:var(--sans);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--teal-light);margin-bottom:12px}
.site-footer ul{list-style:none;display:grid;gap:8px}
.site-footer a{color:var(--on-dark);text-decoration:none}
.site-footer a:hover{color:var(--white);text-decoration:underline}
.site-footer .logo{width:220px;margin-bottom:14px}
.site-footer .legal-line{margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:.85rem;color:#9fb0c2}
