/*
Theme Name: Recruter l’Expérience
Theme URI: https://recruterlexperience.fr/
Author: Recruter l’Expérience
Description: Thème éditorial sur mesure pour Recruter l’Expérience.
Version: 0.3.0
Text Domain: recruterlexperience
*/
@import url("base.css");
@import url("pages.css?v=lefil-20260918");
@import url("palette.css");
@import url("visual-lock.css?v=0.1.9");
@import url("article.css?v=0.2.0-2col-manrope");

/* Navigation regroupée : desktop, clavier et mobile. */
.re-header{gap:24px;position:sticky;top:0}
.admin-bar .re-header{top:32px}
@media(max-width:782px){.admin-bar .re-header{top:46px}}
@media(max-width:600px){.admin-bar .re-header{top:0}}
.re-header .brand{flex-shrink:0}
.re-navigation{display:flex;align-items:center;justify-content:flex-end;gap:26px;min-width:0}
.re-header .nav{display:flex;align-items:center;gap:18px;font-size:14px;color:var(--ink)}
.re-header .nav>a,.re-nav-group>summary{padding:12px 0;white-space:nowrap}
.re-nav-group{position:relative}
.re-nav-group>summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:9px}
.re-nav-group>summary::-webkit-details-marker{display:none}
.re-nav-group>summary::after{content:"";width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-top:-4px}
.re-nav-group[open]>summary::after{transform:rotate(225deg);margin-top:4px}
.re-subnav{position:absolute;top:100%;left:-16px;min-width:220px;padding:8px;background:var(--paper);border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 26px rgba(24,36,48,.12)}
.re-subnav a{display:block;padding:12px;border-radius:8px;font-size:14px;white-space:nowrap}
.re-subnav a:hover,.re-subnav a:focus-visible{background:var(--sage);color:var(--sage-ink)}
.re-header [aria-current="page"],.re-current-group>summary{font-weight:700;text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:6px}
.re-header :is(a,button,summary):focus-visible{outline:2px solid var(--ink);outline-offset:4px;border-radius:4px}
.re-nav-toggle{font:inherit;font-size:14px;font-weight:700;min-height:44px;display:flex;align-items:center;gap:12px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--ink);cursor:pointer}
.re-nav-toggle span{font-size:19px;line-height:1}
.re-navigation[hidden],.re-nav-toggle[hidden]{display:none!important}
@media(max-width:1100px){
  .re-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px 24px}
  .re-header .brand{min-width:0;flex-shrink:1}
  .re-navigation{grid-column:1/-1;display:flex;align-items:stretch;flex-direction:column;gap:16px;max-height:calc(100dvh - 94px);overflow-y:auto;padding:6px 2px 10px}
  .re-header .nav{display:flex;flex-direction:column;align-items:stretch;gap:0;font-size:16px}
  .re-header .nav>a,.re-nav-group>summary{padding:14px 4px;border-bottom:1px solid var(--line);white-space:normal}
  .re-nav-group>summary{justify-content:space-between;padding-right:10px}
  .re-subnav{position:static;min-width:0;margin:8px 0;padding:6px;background:var(--sage);border:0;border-radius:10px;box-shadow:none}
  .re-subnav a{font-size:16px;padding:12px;white-space:normal}
  .re-header .button-small{min-height:46px;font-size:14px}
}
@media(max-width:520px){.re-header{padding-inline:16px}.re-header .brand{gap:7px}.re-header .brand-name{font-size:12px}.re-nav-toggle{padding-inline:12px;gap:8px}}

/* Accueil : le besoin et le savoir-faire sont visibles dès le premier écran. */
.home .hero{min-height:0;padding-block:72px 78px;gap:58px}
.home .hero h1{font-size:clamp(48px,5.9vw,78px)}
.hero-actions-primary{align-items:stretch;gap:12px}
.hero-actions-primary .button{min-height:52px;text-align:center}
.hero-reassurance{max-width:630px;margin:18px 0 0;color:var(--muted);font-size:13px}
.promise-flow{padding-block:70px 96px;border-top:1px solid var(--line)}
.journey-steps-three{grid-template-columns:repeat(3,1fr)}
.journey-steps-three article{min-height:245px}
.choice-card .number{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:700}
.choice-card h3{max-width:470px}
.example-match{padding-block:105px;border-top:1px solid var(--line)}
.example-match h2{font-size:clamp(40px,5vw,68px);margin:24px 0 50px;max-width:900px}
.example-match h2 span{color:var(--accent)}
.example-grid{display:grid;grid-template-columns:1fr 54px 1fr;align-items:stretch;gap:18px}
.example-card{border-radius:var(--radius);padding:34px;min-height:230px;display:flex;flex-direction:column;justify-content:space-between}
.example-card p{font-family:"Space Grotesk",sans-serif;font-size:clamp(23px,2.4vw,34px);line-height:1.12;letter-spacing:-.04em;margin:28px 0 0}
.example-company{background:var(--night);color:var(--paper)}
.example-talent{background:var(--sage);color:var(--sage-ink)}
.example-label{text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:700}
.example-arrow{display:grid;place-items:center;color:var(--accent);font-size:38px;font-family:"Space Grotesk",sans-serif}
.example-note{max-width:760px;color:var(--muted);margin:26px 0 0}
.services-actions{margin-top:36px}
.closing-actions{justify-content:center;gap:12px}
.contact-choice{display:flex;gap:12px;flex-wrap:wrap;margin:-24px 0 70px}
.contact-path{scroll-margin-top:120px}
.contact-path-lead{max-width:760px;color:var(--muted);font-size:18px}
.candidate-steps-three{grid-template-columns:repeat(3,1fr)}

@media(max-width:850px){
  .journey-steps-three{grid-template-columns:1fr}
  .candidate-steps-three{grid-template-columns:1fr}
  .journey-steps-three article{min-height:0}
  .example-grid{grid-template-columns:1fr}
  .example-arrow{transform:rotate(90deg);min-height:38px}
}
@media(max-width:520px){
  .home .hero{padding-block:46px 58px}
  .home .hero h1{font-size:clamp(43px,13vw,59px)}
  .hero-actions-primary{display:grid;grid-template-columns:1fr;width:100%}
  .hero-actions-primary .button{width:100%}
  .promise-flow,.example-match{padding-block:72px}
  .example-card{min-height:0;padding:26px}
  .signal-inner span{width:100%}
  .closing-actions{display:grid;grid-template-columns:1fr}
  .contact-choice{display:grid;grid-template-columns:1fr;margin-top:-12px}
  .contact-choice .button{width:100%}
}

@media (max-width:700px){.stat-card,.alert-card{min-width:0;max-width:100%;}.alert-card{width:100%;}.page-shell > *, .page-shell .page-hero > *, .page-shell .contact-grid > *, .page-shell .re-form-section{min-width:0;}.page-shell .re-form-section, .page-shell .re-form-grid, .page-shell .re-form-grid > *{width:100%;max-width:100%;min-width:0;}.page-shell *{overflow-wrap:anywhere;}}

@media (max-width:700px){.stat-card,.alert-card{min-width:0;max-width:100%;}.alert-card{width:100%;}.page-shell > *, .page-shell .page-hero > *, .page-shell .contact-grid > *, .page-shell .re-form-section{min-width:0;}.page-shell .re-form-section, .page-shell .re-form-grid, .page-shell .re-form-grid > *{width:100%;max-width:100%;min-width:0;}.re-form input[type=file]{width:100%;max-width:100%;}.page-shell *{overflow-wrap:anywhere;}}@media(max-width:480px){.portal-stats .alert-card{grid-column:1 / -1;}.portal-sidebar .source-card{overflow:hidden;}}
