@charset "UTF-8";

/* ==================================================================
   Ex-bloc inline <style id="jcd-offers-editorial"> - externalise le 2026-08-07
   ================================================================== */

/* Offres : cartes classiques sobres (v3) - toutes largeurs.
   Cartes a peine detachees du fond (hairline + fond quasi nul), SANS pastille coloree
   ni bouton : pole en petit texte mono gris, Postuler en lien texte + fleche derriere
   un separateur hairline interne. Grille auto a la place du carrousel. */
.offers-ctrl{ display:none !important; }
.offers-track{ display:grid !important; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)) !important; gap:12px !important; overflow:visible !important; scroll-snap-type:none !important; padding:0 !important; }
.offer-card{
  flex:none !important; width:auto !important; scroll-snap-align:none !important;
  display:flex !important; flex-direction:column !important; align-items:flex-start !important;
  padding:19px 20px 15px !important; margin:0 !important;
  background:rgba(255,255,255,.012) !important;
  border:1px solid rgba(255,255,255,.06) !important;
  border-radius:12px !important; box-shadow:none !important;
  transition:border-color 280ms ease, background 280ms ease !important;
}
.offer-card:hover{ background:rgba(255,255,255,.02) !important; border-color:rgba(255,255,255,.11) !important; }
/* Nom du pole a la couleur de son pole (--pc, pose en inline sur .offer-card par renderOffers). */
.offer-pole{ margin:0 0 9px !important; font-family:'JetBrains Mono',ui-monospace,monospace !important; font-size:10px !important; letter-spacing:.16em !important; color:color-mix(in srgb, var(--pc, #9a9a9a) 70%, white) !important; gap:0 !important; }
.offer-pole::before{ display:none !important; }
.offer-title{ margin:0 0 6px !important; font-size:16px !important; line-height:1.3 !important; }
.offer-meta{ margin:0 0 8px !important; font-size:12px !important; }
.offer-toggle{ margin:0 !important; font-size:12px !important; color:var(--text-3,#8f8f8f) !important; }
.offer-foot{ margin-top:auto !important; padding:12px 0 0 !important; width:100% !important; border-top:1px solid rgba(255,255,255,.05) !important; }
.offer-desc p{ padding-top:10px !important; }
.offer-apply{
  display:inline-flex !important; align-items:center !important; gap:8px !important;
  min-height:0 !important; padding:2px 0 !important;
  background:none !important; border:0 !important; border-radius:0 !important;
  font-size:13px !important; color:var(--text-3,#b8b8b8) !important;
  transition:color 240ms ease !important;
}
.offer-card:hover .offer-apply, .offer-apply:hover{ color:var(--text-1,#f4f4f4) !important; }
.offers-head{ margin-bottom:14px !important; }
@media (max-width:820px){
  .offers-track{ grid-template-columns:1fr !important; gap:9px !important; }
  .offer-card{ padding:15px 16px 12px !important; }
  .offer-title{ font-size:15px !important; }
  .offer-foot{ padding-top:10px !important; }
  .offer-apply{ min-height:34px !important; }
}

/* ==================================================================
   Ex-bloc inline <style> principal - externalise le 2026-08-07
   ================================================================== */

  /* ===========================================================
     FOOTER — Bento compact (repris de index), rendu autonome.
     =========================================================== */
  footer[role="contentinfo"] {
    --bg-elev-1: #101010;
    --text-primary: #f4f4f4;
    --text-secondary: #b8b8b8;
    --text-tertiary: #6a6a6a;
    --border-subtle: rgba(255, 255, 255, 0.06);

    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-top: 0;
    background:
      radial-gradient(120% 80% at 50% 0%, rgba(255,255,255,0.025) 0%, transparent 55%),
      var(--bg-elev-1);
    padding: clamp(34px, 4vw, 56px) 0 clamp(18px, 2.4vw, 30px);
  }
  footer[role="contentinfo"]::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22) 50%, transparent);
    z-index: 2;
  }
  footer[role="contentinfo"] .container { position: relative; z-index: 1; }

  .footer-grain {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.5;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/></svg>");
    background-size: 180px 180px;
  }

  .footer-bento {
    display: grid;
    grid-template-columns: 1fr 0.9fr 1.3fr;
    grid-template-areas: "poles groupe contact";
    gap: 14px;
    margin-bottom: 22px;
  }
  .fcard--poles   { grid-area: poles; }
  .fcard--groupe  { grid-area: groupe; }
  .fcard--contact { grid-area: contact; }

  .fcard {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.012) 100%);
    border: 1px solid var(--border-subtle);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    transition:
      transform 600ms cubic-bezier(0.32,0.72,0,1),
      border-color 600ms cubic-bezier(0.32,0.72,0,1),
      box-shadow 600ms cubic-bezier(0.32,0.72,0,1);
  }
  .fcard-inner { position: relative; z-index: 1; padding: clamp(18px, 1.6vw, 24px); height: 100%; }
  .fcard::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(var(--accent-rgb),0.55) 0%, rgba(255,255,255,0.22) 45%, rgba(255,255,255,0) 72%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask-composite: exclude;
    opacity: 0;
    transition: opacity 600ms cubic-bezier(0.32,0.72,0,1);
    pointer-events: none;
  }
  .fcard:hover {
    border-color: rgba(255,255,255,0.02);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
  }
  .fcard:hover::after { opacity: 1; }

  .fcard--groupe::after {
    background: linear-gradient(180deg,
      rgba(255,255,255,0.55) 0%,
      rgba(var(--accent-rgb),0.45) 20%,
      rgba(255,255,255,0) 60%);
  }
  .fcard--contact::after {
    background: linear-gradient(225deg,
      rgba(var(--accent-rgb),0.55) 0%,
      rgba(255,255,255,0.22) 45%,
      rgba(255,255,255,0) 72%);
  }

  .fcard-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin: 0 0 16px;
  }

  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; }
  .footer-links--cols { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
  .footer-link {
    position: relative;
    display: inline-block;
    font-size: 13.5px;
    line-height: 1.4;
    color: #9a9a9a; /* qw3 contraste AA (ex text-tertiary 3.44:1) */
    text-decoration: none;
    transition: color 480ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .footer-link:hover { color: var(--text-primary); }
  .footer-link:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 2px; }
  .footer-link.is-current { color: var(--accent-hi); }

  .footer-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-contact-block { display: flex; flex-direction: column; gap: 3px; }
  .fc-city { color: var(--text-primary); font-weight: 600; font-size: 14px; letter-spacing: -0.01em; }
  .fc-role { color: var(--text-secondary); font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; }
  .footer-contact-block address { font-style: normal; color: #8a8a8a; /* qw3 contraste AA, fine print */ font-size: 13px; line-height: 1.5; margin-bottom: 6px; }
  .footer-contact-block .footer-link { color: var(--text-secondary); font-variant-numeric: tabular-nums; }
  .fc-hours { color: #8a8a8a; /* qw3 contraste AA, fine print */ font-size: 12px; margin-top: 6px; }

  .footer-linkedin {
    width: 40px; height: 40px;
    flex: none;
    border-radius: 11px;
    display: inline-flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.82);
    background: linear-gradient(180deg, rgba(var(--accent-rgb),0.24) 0%, rgba(var(--accent-rgb),0.10) 100%);
    border: 1px solid rgba(var(--accent-rgb),0.45);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 6px 16px -8px rgba(var(--accent-rgb),0.55);
    transition:
      color 300ms cubic-bezier(0.32,0.72,0,1),
      background 300ms cubic-bezier(0.32,0.72,0,1),
      border-color 300ms cubic-bezier(0.32,0.72,0,1),
      transform 300ms cubic-bezier(0.32,0.72,0,1),
      box-shadow 300ms cubic-bezier(0.32,0.72,0,1);
  }
  .footer-linkedin:hover {
    color: #fff;
    background: linear-gradient(180deg, rgba(var(--accent-rgb),0.5) 0%, rgba(var(--accent-rgb),0.28) 100%);
    border-color: rgba(var(--accent-rgb),0.7);
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 10px 24px -8px rgba(var(--accent-rgb),0.7);
  }
  .footer-linkedin:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

  .footer-bottom {
    position: relative;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #8a8a8a; /* qw3 contraste AA, fine print */
  }
  .footer-bottom::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.10) 50%, transparent);
  }
  .footer-bottom .footer-copyright { color: #8a8a8a; /* qw3 contraste AA, fine print */ }
  .footer-bottom-right {
    display: inline-flex; align-items: center; gap: 16px;
    padding: 6px 14px 6px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(var(--accent-rgb),0.10) 0%, rgba(var(--accent-rgb),0.04) 55%, transparent 100%);
    border: 1px solid rgba(var(--accent-rgb),0.14);
  }
  .footer-bottom .footer-legal { display: inline-flex; gap: 6px; align-items: center; }

  .footer-bottom .footer-link {
    color: #9a9a9a; /* qw3 contraste AA (ex text-tertiary 3.44:1) */
    transition: color 180ms ease;
  }
  .footer-bottom .footer-link:hover { color: var(--text-primary); }
  .footer-bottom-right .footer-linkedin {
    color: rgba(255,255,255,0.82);
    transition:
      color 300ms cubic-bezier(0.32,0.72,0,1),
      background 300ms cubic-bezier(0.32,0.72,0,1),
      border-color 300ms cubic-bezier(0.32,0.72,0,1),
      transform 300ms cubic-bezier(0.32,0.72,0,1),
      box-shadow 300ms cubic-bezier(0.32,0.72,0,1);
  }
  .footer-bottom-right .footer-linkedin:hover { color: #fff; }

  @media (max-width: 860px) {
    .footer-bento {
      grid-template-columns: 1fr 1fr;
      grid-template-areas:
        "poles groupe"
        "contact contact";
    }
  }
  @media (max-width: 560px) {
    .footer-bento {
      grid-template-columns: 1fr;
      grid-template-areas:
        "poles"
        "groupe"
        "contact";
    }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .footer-bottom-right { width: 100%; justify-content: space-between; }
  }
  @media (max-width: 380px) {
    .footer-contacts { grid-template-columns: 1fr; }
  }

  @media (prefers-reduced-motion: reduce) {
    .fcard, .footer-link, .footer-linkedin { transition: none; }
    .fcard:hover, .footer-linkedin:hover { transform: none; }
  }

/* ==================================================================
   Ex-bloc inline <style id="jcd-mtap"> - externalise le 2026-08-07
   ================================================================== */

/* UX mobile 2026-07-20 */
@media (max-width:820px){
  a.jcd-skip{min-height:44px !important;}
  a.logo{padding:8px !important;margin:-8px !important;}
  .footer-link{display:inline-flex !important;align-items:center !important;min-height:44px !important;padding:5px 0 !important;}
  .footer-linkedin{width:44px !important;height:44px !important;}
  .footer-link,.footer-copyright,.footer-legal,.footer-legal a,#year{color:#9a9a9a !important;}
  .jcd-mnav__sub{font-size:16px !important;}

  .q-intent-opt{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:44px !important;}
  .q-rgpd{padding:6px 0 !important;}
  .q-rgpd input[type="checkbox"]{width:22px !important;height:22px !important;}

  .values-viewport{overflow:hidden !important;}
  .offer-toggle{display:inline-flex !important;align-items:center !important;min-height:44px !important;}
  .offer-apply{display:inline-flex !important;align-items:center !important;min-height:44px !important;}
}

/* ==================================================================
   Ex-bloc inline <style id="jcd-mlite"> - externalise le 2026-08-07
   ================================================================== */

/* Allegement mobile 2026-07-20 */
@media (max-width:767.98px){
  .clients-trust,.prest-aside-clients,section.partners,.prest-aside-partners{display:none !important;}
}
@media (max-width:560px){
  .offers-sec,.apply-sec,.values-sec{padding-top:30px !important;padding-bottom:30px !important;}
  .offer-card{padding:12px 14px 10px !important;}
  .apply-grid{gap:14px !important;}
}

/* ==================================================================
   Ex-bloc inline <style id="jcd-moffers"> - externalise le 2026-08-07
   ================================================================== */

/* Carrousel offres 1/1 mobile 2026-07-22 */
@media (max-width:820px){
  .offers-track{
    display:flex !important; flex-wrap:nowrap !important; grid-template-columns:none !important; gap:10px !important;
    overflow-x:auto !important; overflow-y:visible !important; scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling:touch; scrollbar-width:none; padding:0 0 4px !important; margin:0 !important;
  }
  .offers-track::-webkit-scrollbar{ display:none; }
  .offers-track .offer-card{
    flex:0 0 100% !important; width:100% !important; max-width:100% !important; min-width:0 !important;
    scroll-snap-align:start !important; scroll-snap-stop:always !important; margin:0 !important; box-sizing:border-box !important;
  }
  .jcd-moffers-dots{ display:flex; justify-content:center; gap:8px; margin-top:14px; }
  .jcd-moffers-dots button{
    position:relative; width:7px; height:7px; border-radius:999px; border:0; padding:0;
    background:rgba(255,255,255,.18); cursor:pointer; -webkit-tap-highlight-color:transparent;
    transition:background .25s ease, transform .25s ease;
  }
  .jcd-moffers-dots button::after{ content:''; position:absolute; inset:-14px; }
  .jcd-moffers-dots button.is-on{ background:rgba(244,244,244,.9); transform:scale(1.3); }
}
@media (min-width:821px){ .jcd-moffers-dots{ display:none !important; } }
@media (prefers-reduced-motion: reduce){ .jcd-moffers-dots button{ transition:none; } }

/* ==================================================================
   Ex-bloc inline <style id="jcd-eco-css"> - externalise le 2026-08-07
   ================================================================== */

  /* =====================================================
     LE GROUPE - logos des societes soeurs, signature
     centrale de la barre legale (entre copyright et
     mentions). Injecte par _outils/inject_footer_eco.py
     ===================================================== */
  .footer-eco { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 2px 20px; }
  .footer-eco-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a8a8a; /* fine print AA */
  }
  .footer-eco-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px; /* cible tactile */
    text-decoration: none;
    color: var(--accent-hi, #97a3b8); /* fleche teintee pole */
  }
  .footer-eco-link img {
    display: block;
    width: auto;
    opacity: 0.52;
    transition:
      opacity 480ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .footer-eco-arrow {
    flex: none;
    opacity: 0;
    transform: translate(-3px, 3px);
    transition:
      opacity 480ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .footer-eco-link:hover img { opacity: 0.95; transform: translateY(-1px); }
  .footer-eco-link:hover .footer-eco-arrow { opacity: 0.9; transform: translate(0, 0); }
  .footer-eco-link:focus-visible { outline: 2px solid var(--accent, #748099); outline-offset: 3px; border-radius: 2px; }
  /* Sous 860px la barre wrappe : le bloc prend sa propre ligne centree. */
  @media (max-width: 860px) {
    .footer-bottom .footer-eco { width: 100%; order: 3; justify-content: center; }
  }
  @media (prefers-reduced-motion: reduce) {
    .footer-eco-link img, .footer-eco-arrow { transition: none; }
    .footer-eco-link:hover img { transform: none; }
  }

/* ==================================================================
   HERO — double CTA (2026-08-20)
   « Decouvrir nos opportunites » (primaire, ancre #offres) devant
   « Postuler » (ghost, ancre #postuler, candidature spontanee).
   La variante ghost reprend la grammaire de .btn-cta--ghost.
   ================================================================== */

  .hero-ctas {
    display: flex; align-items: center; flex-wrap: wrap;
    gap: 12px;
  }
  .hero-apply--ghost {
    background: transparent; color: var(--text-1);
    border-color: var(--line-3);
  }
  .hero-apply--ghost:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--text-3);
    box-shadow: none;
  }
