:root {
  --primary-blue: #3A8BCA;
  --secondary-turquoise: #40BCB1;
  --accent-pink: #E25FD3;
  --black: #000000;
  --white: #FFFFFF;
  --background-light: #F7F9FA;
  --text-dark: #1D252C;
  --navy: var(--primary-blue);
  --navy-deep: var(--text-dark);
  --blue: var(--primary-blue);
  --turquoise: var(--secondary-turquoise);
  --magenta: var(--accent-pink);
  --yellow: var(--accent-pink);
  --ink: var(--text-dark);
  --muted: rgba(29, 37, 44, .7);
  --paper: var(--background-light);
  --line: rgba(29, 37, 44, .13);
  --shell: 1040px;
  --radius: 24px;
  --shadow: 0 22px 70px rgba(15, 45, 72, .1);
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; scroll-padding-top: 100px; background: #1d679e; overflow-x: clip; }
body {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  flex-direction: column;
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body > main { flex: 1 0 auto; }
body > .site-footer { flex: 0 0 auto; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
address { font-style: normal; }
.shell { width: min(var(--shell), calc(100% - 120px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 16px; border-radius: 8px; background: var(--yellow); color: var(--navy-deep); font-weight: 800; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(58, 139, 202, .12); background: rgba(255, 255, 255, .94); backdrop-filter: blur(18px); transition: box-shadow .2s, background .2s; }
.site-header.is-scrolled { background: rgba(255, 255, 255, .96); box-shadow: 0 10px 35px rgba(15, 45, 72, .08); }
.header-inner { display: flex; min-height: 130px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand { display: inline-flex; align-items: center; padding: 8px 0 0; }
.brand img { width: 232px; height: 126px; object-fit: contain; animation: logo-arrival .7s cubic-bezier(.2, .8, .2, 1) both; }
.site-nav { display: flex; align-items: center; gap: 4px; padding: 5px; border: 1px solid rgba(58, 139, 202, .13); border-radius: 999px; background: var(--background-light); }
.site-nav a { position: relative; padding: 8px 11px; color: var(--text-dark); font-size: 12px; font-weight: 720; text-decoration: none; }
.site-nav a[aria-current="page"] { background: rgba(58, 139, 202, .1); color: var(--primary-blue); }
.site-nav .nav-phone { display: inline-flex; align-items: center; gap: 6px; color: var(--primary-blue); font-variant-numeric: tabular-nums; white-space: nowrap; }
.site-nav .nav-phone > span { color: var(--secondary-turquoise); font-size: 13px; }
.site-nav > a:not(.nav-cta):after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--turquoise); transition: right .2s; }
.site-nav > a:hover:after, .site-nav > a:focus-visible:after { right: 0; }
.site-nav .nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--primary-blue); color: var(--white); box-shadow: 0 8px 20px rgba(58, 139, 202, .2); }
.nav-menu-head { display: none; }
.nav-menu-item > span:last-child { display: grid; }
.nav-menu-item strong { font-size: inherit; }
.nav-menu-item small { display: none; }
.nav-menu-contact { background: var(--primary-blue); color: var(--white) !important; }
.menu-toggle { display: none; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(58, 139, 202, .24); border-radius: 12px; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--primary-blue); transition: transform .2s, opacity .2s; }

.hero { padding: 40px 0 0; background: radial-gradient(circle at 4% 16%, rgba(64, 188, 177, .1), transparent 27%), radial-gradient(circle at 37% 4%, rgba(226, 95, 211, .04), transparent 20%), linear-gradient(180deg, var(--white), var(--background-light)); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: 52px; }
.hero-copy { position: relative; z-index: 2; padding: 28px 0 42px; }
.hero-copy > * { animation: poster-rise .7s cubic-bezier(.2, .8, .2, 1) both; }
.hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-copy > :nth-child(3) { animation-delay: .16s; }
.hero-copy > :nth-child(4) { animation-delay: .24s; }
.hero-copy > :nth-child(5) { animation-delay: .32s; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #397270; font-size: 11px; font-weight: 850; letter-spacing: 1.45px; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span, .eyebrow::after { width: 24px; height: 2px; flex: 0 0 24px; background: linear-gradient(90deg, var(--blue), var(--turquoise), var(--magenta)); }
.eyebrow::after { content: ""; transform: rotate(180deg); }
.eyebrow.light { color: var(--primary-blue); }
.eyebrow.light > span, .eyebrow.light::after { background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise), var(--accent-pink)); }
.pill { display: inline-flex; align-items: center; justify-content: center; height: 28px; margin: 0 0 14px; padding: 0 14px; border: 1px solid rgba(58, 139, 202, .2); border-radius: 999px; background: rgba(58, 139, 202, .09); color: #2f6c80; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 10px; font-weight: 750; letter-spacing: .4px; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.sector-frequency .pill, .medical-signature-services article > .pill { margin: 0; }
@media (max-width: 560px) { .pill { height: 26px; padding: 0 12px; font-size: 9px; } }
h1, h2, h3, p { overflow-wrap: break-word; }
p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--muted); }
h1, h2 { margin: 0; color: var(--primary-blue); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 900; letter-spacing: -.052em; line-height: .98; }
[data-typewriter-title]::after { content: ""; display: inline-block; width: 3px; height: .82em; margin-left: 5px; vertical-align: -.09em; border-radius: 999px; background: var(--primary-blue); animation: tw-caret-blink 1.05s steps(2, start) infinite; }
[data-typewriter-title].is-typed::after { display: none; }
@keyframes tw-caret-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
h1 { max-width: 760px; font-size: clamp(34px, 3.5vw, 49px); }
h1 em { position: relative; color: var(--accent-pink); font-style: normal; }
h1 em:after { content: ""; position: absolute; left: 0; right: 3%; bottom: -.08em; height: .09em; border-radius: 999px; background: linear-gradient(90deg, var(--accent-pink), var(--secondary-turquoise)); transform: scaleX(0); transform-origin: left; animation: title-line .8s .75s cubic-bezier(.2, .8, .2, 1) forwards; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: #4c6171; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 14px 22px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 820; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--primary-blue); color: var(--white); box-shadow: 0 14px 30px rgba(58, 139, 202, .22); }
.button-text { padding-inline: 10px; color: var(--navy); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin: 30px 0 0; padding: 0; color: #455c6c; font-size: 13px; font-weight: 700; list-style: none; }
.hero-proof span { display: inline-grid; width: 21px; height: 21px; margin-right: 6px; place-items: center; border-radius: 50%; background: #dff4f0; color: #16867f; }
.hero-visual { position: relative; min-height: 530px; overflow: hidden; border: 8px solid rgba(255, 255, 255, .82); border-radius: 30px 30px 8px 30px; background: var(--background-light); box-shadow: 0 24px 65px rgba(58, 139, 202, .14); animation: visual-arrival .85s .12s cubic-bezier(.2, .8, .2, 1) both; }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 38, 61, .08), transparent 38%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; object-position: 54% center; animation: image-breathe 10s 1s ease-in-out infinite alternate; }
.hero-note { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: grid; max-width: 245px; padding: 17px 20px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 16px; background: rgba(58, 139, 202, .93); color: var(--white); box-shadow: 0 16px 38px rgba(58, 139, 202, .24); backdrop-filter: blur(12px); animation: note-float 4.5s 1s ease-in-out infinite; }
.hero-note strong { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 17px; font-weight: 850; }
.hero-note span { color: rgba(255, 255, 255, .84); font-size: 12px; }

.section { padding: 90px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 70px; margin-bottom: 48px; }
.section-heading h2, .means-copy h2, .local-copy h2, .contact-card h2, .method-intro h2 { font-size: clamp(34px, 3.5vw, 50px); }
.section-heading h2:after, .means-copy h2:after, .local-copy h2:after, .method-intro h2:after, .contact-card h2:after { content: ""; display: block; width: 72px; height: 7px; margin-top: 18px; border-radius: 999px; background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise), var(--accent-pink)); }
.method-intro h2:after, .contact-card h2:after { background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise), var(--accent-pink)); }
.section-heading > p { margin: 0 0 6px; color: var(--muted); }
.expertise-section .section-heading { grid-template-columns: minmax(0, 1fr) 260px; gap: 40px; }
.expertise-title { font-size: clamp(30px, 3.2vw, 40px) !important; }
.expertise-title span { color: var(--primary-blue); }
.expertise-title em { color: var(--accent-pink); font-style: normal; }
.pillar-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.pillar-card { position: relative; min-height: 455px; padding: 30px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .14); border-top: 6px solid var(--primary-blue); border-radius: 20px; background: var(--white); box-shadow: 0 14px 40px rgba(58, 139, 202, .08); }
.pillar-card.is-visible:hover { transform: translateY(-7px); box-shadow: 0 22px 52px rgba(58, 139, 202, .14); }
.pillar-card:after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -100px; border: 1px solid rgba(46, 184, 176, .18); border-radius: 50%; box-shadow: 0 0 0 32px rgba(46, 184, 176, .035), 0 0 0 64px rgba(46, 184, 176, .025); }
.pillar-clean, .pillar-maintenance { grid-column: span 4; }
.pillar-maintenance { border-top-color: var(--accent-pink); }
.pillar-control { grid-column: span 4; border-color: var(--primary-blue); background: var(--primary-blue); color: #fff; }
.pillar-card header { display: flex; align-items: center; justify-content: space-between; }
.pillar-number { color: #7b8b96; font-family: Georgia, serif; font-size: 18px; }
.pillar-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #eaf7f5; color: var(--turquoise); font-size: 22px; }
.pillar-card h3 { margin: 54px 0 20px; color: var(--primary-blue); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 29px; font-weight: 880; letter-spacing: -.04em; line-height: 1.04; }
.pillar-maintenance h3 { color: var(--accent-pink); }
.pillar-card > p { color: #5e707e; }
.pillar-card ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.pillar-card li { position: relative; padding-left: 18px; color: #3e5362; font-size: 13px; font-weight: 650; }
.pillar-card li:before { content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--turquoise); }
.pillar-control .pillar-number { color: rgba(255, 255, 255, .72); }
.pillar-control .pillar-icon { background: rgba(255, 255, 255, .1); color: var(--yellow); }
.pillar-maintenance .pillar-icon { background: rgba(226, 95, 211, .09); color: var(--accent-pink); }
.pillar-control h3 { margin-top: 24px; color: #fff; }
.pillar-control > p { color: rgba(255, 255, 255, .9); }
.pillar-control .pillar-badge { display: inline-flex; margin: 58px 0 0; padding: 6px 10px; border-radius: 999px; background: var(--accent-pink); color: var(--black); font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.pillar-control a { position: absolute; z-index: 2; left: 30px; bottom: 32px; display: flex; gap: 16px; color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }

.showcase-section { position: relative; padding: 30px 0 110px; overflow: hidden; background: var(--white); }
.showcase-section:before { content: ""; position: absolute; width: 420px; height: 420px; right: -220px; top: 30px; border-radius: 50%; background: rgba(64, 188, 177, .08); }
.showcase-frame { position: relative; min-height: 610px; }
.showcase-media { position: relative; width: 76%; min-height: 590px; margin: 0; overflow: hidden; border-radius: 30px; background: #eaf3f7; box-shadow: 0 26px 70px rgba(58, 139, 202, .14); }
.showcase-media:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(58, 139, 202, .08), transparent 52%); pointer-events: none; }
.showcase-media img { width: 100%; height: 590px; object-fit: cover; transition: transform .8s cubic-bezier(.2, .8, .2, 1); animation: showcase-breathe 12s ease-in-out infinite alternate; }
.showcase-media figcaption { position: absolute; z-index: 2; left: 24px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid rgba(255, 255, 255, .7); border-radius: 999px; background: rgba(255, 255, 255, .88); color: var(--text-dark); font-size: 11px; font-weight: 800; backdrop-filter: blur(12px); }
.showcase-media figcaption span { width: 8px; height: 8px; border-radius: 50%; background: var(--secondary-turquoise); box-shadow: 0 0 0 5px rgba(64, 188, 177, .14); animation: status-pulse 2.2s ease-in-out infinite; }
.showcase-panel { position: absolute; z-index: 3; right: 0; top: 50%; width: 48%; padding: 40px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .16); border-radius: 24px 6px 24px 6px; background: linear-gradient(155deg, rgba(255, 255, 255, .98), rgba(247, 251, 253, .96)); box-shadow: 0 26px 70px rgba(29, 37, 44, .12); transform: translateY(-50%); backdrop-filter: blur(16px); }
.showcase-panel:after { content: "NM"; position: absolute; right: 18px; top: 13px; color: rgba(58, 139, 202, .045); font-size: 82px; font-weight: 950; letter-spacing: -.09em; line-height: 1; pointer-events: none; }
.showcase-panel .showcase-title { position: relative; margin: 0; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(28px, 2.9vw, 36px) !important; font-weight: 900; letter-spacing: -.052em; line-height: .98; }
.showcase-title span { color: var(--primary-blue); }
.showcase-title em { color: var(--accent-pink); font-style: normal; }
.testimonial-panel { position: relative; margin-top: 22px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .14); border-radius: 20px; background: linear-gradient(145deg, rgba(58, 139, 202, .055), rgba(255, 255, 255, .98) 45%, rgba(226, 95, 211, .045)); box-shadow: 0 16px 38px rgba(58, 139, 202, .1); }
.testimonial-head { padding: 16px 18px 6px; }
.testimonial-head .eyebrow { margin: 0; }
.testimonial-window { padding: 10px; overflow: hidden; }
.testimonial-track { position: relative; min-height: 178px; padding: 17px 18px 15px; border: 1px solid rgba(58, 139, 202, .11); border-radius: 15px; background: rgba(255, 255, 255, .94); box-shadow: 0 10px 24px rgba(58, 139, 202, .07); animation: testimonial-slide 14s cubic-bezier(.45, 0, .25, 1) infinite; will-change: transform, opacity; }
.testimonial-panel:hover .testimonial-track { animation-play-state: paused; }
.testimonial-rating { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.testimonial-rating > span { color: #f5b400; font-size: 12px; letter-spacing: 1.5px; }
.testimonial-rating small { padding: 4px 7px; border-radius: 999px; background: rgba(226, 95, 211, .08); color: #9d428f; font-size: 7px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.testimonial-track blockquote { margin: 9px 0 12px; color: var(--text-dark); font-size: 11px; font-weight: 690; line-height: 1.48; }
.testimonial-track footer { display: grid; grid-template-columns: 31px 1fr auto; align-items: center; gap: 9px; }
.testimonial-avatar { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--primary-blue), var(--secondary-turquoise)); color: var(--white); font-size: 8px; font-weight: 900; }
.testimonial-track footer > div { display: grid; line-height: 1.25; }
.testimonial-track footer strong { color: var(--primary-blue); font-size: 10px; }
.testimonial-track footer small { color: rgba(29, 37, 44, .48); font-size: 7px; font-weight: 750; letter-spacing: .5px; text-transform: uppercase; }
.testimonial-track footer > b { align-self: end; color: rgba(226, 95, 211, .24); font-family: Georgia, serif; font-size: 38px; line-height: .65; }
.showcase-cta { margin-top: 20px; }
.hero-showcase { margin-top: 0; }

.client-strip { position: relative; padding: 31px 0 38px; overflow: hidden; }
.client-strip-heading { display: flex; align-items: center; justify-content: center; margin-bottom: 18px; text-align: center; }
.client-strip-heading .eyebrow { margin: 0; }
.client-strip .sector-tools-title { margin: 0 0 18px; text-align: center; }
.client-trust-title { font-size: clamp(22px, 3.5vw, 38px) !important; }
.client-trust-title .sector-right-title-bold { font-size: clamp(22px, 2.8vw, 34px); color: var(--accent-pink); font-weight: 800; }
.client-trust-title .sector-right-title-light { font-size: clamp(22px, 2.8vw, 34px); color: #6BB8E8; font-weight: 200; }
.client-marquee { position: relative; max-width: 1100px; margin: 0 auto; padding: 12px 0; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; border-top: 1px solid rgba(58, 139, 202, .12); border-bottom: 1px solid rgba(58, 139, 202, .12); background: rgba(255, 255, 255, .96); box-shadow: 0 14px 35px rgba(58, 139, 202, .08); -webkit-overflow-scrolling: touch; }
.client-marquee::-webkit-scrollbar { display: none; width: 0; height: 0; }
.client-marquee-wrap { position: relative; max-width: 1100px; margin: 0 auto; }
.client-marquee-wrap .client-marquee { margin: 0; }
.client-marquee-arrow { position: absolute; z-index: 5; top: 50%; display: grid; width: 27px; height: 42px; padding: 0; place-items: center; border: 1px solid rgba(58, 139, 202, .15); border-radius: 10px; background: rgba(58, 139, 202, .11); color: rgba(58, 139, 202, .62); cursor: pointer; font: 300 22px/1 Inter, sans-serif; opacity: .62; transform: translateY(-50%); box-shadow: 0 5px 12px rgba(42, 100, 139, .07); backdrop-filter: blur(3px); transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease; }
.client-marquee-arrow:hover, .client-marquee-arrow:focus-visible { background: rgba(58, 139, 202, .9); color: var(--white); opacity: 1; transform: translateY(-50%) scale(1.06); }
.client-marquee-arrow-prev { left: -13px; }
.client-marquee-arrow-next { right: -13px; }
.client-marquee-track { display: flex; width: max-content; flex-wrap: nowrap; gap: 0; align-items: center; }
.client-logo-set { display: flex; flex-wrap: nowrap; align-items: center; gap: 0; padding-right: 0; }
.client-logo-set figure { display: grid; flex: 0 0 180px; width: 180px; height: 80px; margin: 0; padding: 8px 28px; place-items: center; border-right: 1px solid rgba(58, 139, 202, .1); transition: background .25s; }
.client-logo-set figure:hover { background: rgba(58, 139, 202, .045); }
.client-logo-set img { display: block; width: auto; height: auto; max-width: 154px; max-height: 68px; object-fit: contain; transition: transform .3s cubic-bezier(.2, .8, .2, 1), filter .3s; }
.client-logo-set figure:hover img { transform: scale(1.08); filter: drop-shadow(0 7px 10px rgba(58, 139, 202, .16)); }
.client-more { flex-shrink: 0; margin-left: 60px; display: flex; align-items: center; }
.client-more strong { font-size: 16px; font-weight: 800; color: var(--primary-blue); letter-spacing: -.01em; }

.services-grid { padding: 31px 0 0; background: var(--white); }
  .services-grid-heading { display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
  .services-grid-heading .eyebrow { width: 100%; margin: 0; justify-content: center; text-align: center; }
  .services-grid-inner { display: flex; gap: 24px; max-width: var(--shell); margin-inline: auto; padding: 0 12px; }
  .service-card { --card-accent-rgb: 58, 139, 202; position: relative; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; text-align: left; padding: 24px 20px; min-height: 182px; flex: 1 1 0; min-width: 0; border: 1px solid rgba(58, 139, 202, .08); border-radius: 28px; box-shadow: 0 8px 22px rgba(29, 37, 44, .04); }
  .service-card:nth-child(2) { --card-accent-rgb: 255, 255, 255; }
  .service-card:nth-child(3) { --card-accent-rgb: 226, 95, 211; }
  .service-card:nth-child(4) { --card-accent-rgb: 255, 255, 255; }
  .service-card::before, .service-card::after { content: ""; position: absolute; pointer-events: none; border-radius: 50%; transition: transform .45s cubic-bezier(.2, .8, .2, 1), opacity .45s ease; }
  .service-card::before { right: -54px; bottom: -58px; width: 132px; height: 132px; background: radial-gradient(circle at 35% 35%, rgba(var(--card-accent-rgb), .22), rgba(var(--card-accent-rgb), .06) 56%, transparent 72%); opacity: .9; }
  .service-card::after { right: -30px; bottom: -34px; width: 82px; height: 82px; border: 1px solid rgba(var(--card-accent-rgb), .2); box-shadow: 0 0 0 12px rgba(var(--card-accent-rgb), .035); }
  .service-card > h3, .service-card > p { position: relative; z-index: 1; }
  .service-card--light { background: var(--white); }
  .service-card:nth-child(even) { border-color: rgba(255, 255, 255, .16); background: var(--primary-blue); box-shadow: 0 12px 28px rgba(58, 139, 202, .2); }
  .service-icon { width: 96px; height: 96px; margin-bottom: 22px; transition: transform .35s cubic-bezier(.2, .8, .2, 1); }
  .service-icon img { width: 96px; height: 96px; }
  .service-icon img.icon-tertiaire { transform: scale(.65); transform-origin: top left; }
  .service-icon img.icon-vitrerie { transform: scale(1.133); transform-origin: top left; }
  .service-icon img.icon-cabinet { transform: scale(.85); transform-origin: top left; }
  .service-icon img.icon-sm { width: 60px; height: 60px; }
  .service-card--light .service-icon img { filter: none; }
  .service-card h3 { display: flex; width: 100%; max-width: 100%; align-items: flex-start; gap: 9px; margin: 0 0 12px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 15.3px; font-weight: 850; letter-spacing: .025em; line-height: 1.16; text-transform: uppercase; }
  .service-title-text { min-width: 0; flex: 1; text-wrap: balance; }
  .service-card--light .service-title-text { color: var(--primary-blue); background: linear-gradient(105deg, #2478ba 5%, var(--primary-blue) 48%, #319d98 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .service-index { position: relative; display: inline-flex; width: 33px; height: 33px; flex: 0 0 33px; align-items: center; justify-content: center; overflow: hidden; isolation: isolate; border: 1px solid rgba(58, 139, 202, .42); border-radius: 50%; background: rgba(58, 139, 202, .14); color: #1767a7; box-shadow: 0 4px 10px rgba(58, 139, 202, .12); font-size: 12px; font-weight: 950; letter-spacing: .02em; line-height: 1; text-shadow: 0 1px 0 rgba(255, 255, 255, .9); animation: service-index-pulse 2.4s ease-in-out infinite; }
  .service-index::before { content: ""; position: absolute; z-index: -1; inset: 2px; border-radius: inherit; background: conic-gradient(from 0deg, transparent 0 52%, rgba(64, 188, 177, .9) 68%, rgba(226, 95, 211, .8) 82%, transparent 100%); animation: service-index-orbit 3s linear infinite; pointer-events: none; }
  .service-index::after { content: ""; position: absolute; z-index: -1; inset: 4px; border-radius: inherit; background: #eef7fc; }
  .service-card:nth-child(2) .service-index { animation-delay: .3s; }
  .service-card:nth-child(3) .service-index { animation-delay: .6s; }
  .service-card:nth-child(4) .service-index { animation-delay: .9s; }
  .service-card p { margin: 0; line-height: 1.6; max-width: 280px; }
  .service-card--light p { color: var(--muted); }
  .service-card:nth-child(even) .service-title-text { color: var(--white); background: none; -webkit-text-fill-color: var(--white); text-shadow: 0 2px 14px rgba(255, 255, 255, .16); }
  .service-card:nth-child(even) .service-index { border-color: rgba(255, 255, 255, .58); background: rgba(255, 255, 255, .22); color: var(--white); box-shadow: 0 4px 12px rgba(18, 72, 112, .24); text-shadow: 0 1px 2px rgba(20, 68, 106, .52); }
  .service-card:nth-child(even) .service-index::after { background: #3a8bca; }
  .service-card:nth-child(even) p { color: rgba(255, 255, 255, .88); }
  .service-link { position: relative; display: inline-flex; align-items: center; gap: 6px; min-height: 24px; margin-top: auto; padding: 5px 0 3px; color: var(--primary-blue); font-size: 9px; font-weight: 800; letter-spacing: .07em; line-height: 1; text-decoration: none; text-transform: uppercase; opacity: .78; transition: gap .25s ease, opacity .25s ease, transform .25s ease; }
  .service-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise), transparent); transform: scaleX(.55); transform-origin: left; transition: transform .3s ease; }
  .service-link > span { display: inline-flex; width: 18px; height: 18px; align-items: center; justify-content: center; border: 1px solid rgba(58, 139, 202, .24); border-radius: 50%; font-size: 10px; transition: transform .25s ease, border-color .25s ease; }
  .service-link:hover, .service-link:focus-visible { gap: 9px; opacity: 1; transform: translateY(-1px); }
  .service-link:hover::after, .service-link:focus-visible::after { transform: scaleX(1); }
  .service-link:hover > span, .service-link:focus-visible > span { border-color: var(--primary-blue); transform: translateX(2px); }
  .service-card:nth-child(even) .service-link { color: rgba(255, 255, 255, .9); }
  .service-card:nth-child(even) .service-link::after { background: linear-gradient(90deg, var(--white), rgba(255, 255, 255, .4), transparent); }
  .service-card:nth-child(even) .service-link > span { border-color: rgba(255, 255, 255, .4); }

.method-section { position: relative; overflow: hidden; border-top: 1px solid rgba(58, 139, 202, .12); border-bottom: 1px solid rgba(58, 139, 202, .12); background: #eef7fc; color: var(--text-dark); }
.method-section:before { content: ""; position: absolute; width: 560px; height: 560px; left: -260px; bottom: -300px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .018), 0 0 0 140px rgba(255, 255, 255, .012); }
.method-grid { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 100px; }
.method-intro h2 { color: var(--primary-blue); }
.method-intro > p { max-width: 500px; margin: 26px 0; color: rgba(29, 37, 44, .82); font-weight: 600; }
.method-callout { display: flex; align-items: center; gap: 18px; margin-top: 38px; padding: 20px; border: 1px solid rgba(226, 95, 211, .18); border-radius: 16px; background: rgba(255, 255, 255, .94); box-shadow: 0 12px 30px rgba(58, 139, 202, .07); }
.method-callout > span { color: var(--accent-pink); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 35px; font-weight: 900; }
.method-callout p { margin: 0; color: rgba(29, 37, 44, .72); }
.method-callout strong { display: block; color: var(--text-dark); }
.process-list { margin: 0; padding: 0; counter-reset: steps; list-style: none; }
.process-list li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; margin-bottom: 12px; padding: 20px; border: 1px solid rgba(58, 139, 202, .12); border-radius: 16px; background: var(--white); box-shadow: 0 10px 28px rgba(58, 139, 202, .065); }
.process-list li:not(:last-child) { margin-bottom: 14px; }
.process-list li > span { display: grid; width: 48px; height: 48px; place-items: center; border: 2px solid rgba(58, 139, 202, .2); border-radius: 50%; color: var(--primary-blue); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 900; }
.process-list h3 { margin: 0 0 7px; color: var(--primary-blue); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 21px; font-weight: 850; letter-spacing: -.025em; }
.process-list p { margin: 0; color: rgba(29, 37, 44, .72); }
.process-list li.is-visible:hover { transform: translateX(6px); border-color: rgba(58, 139, 202, .28); }

.means-section { background: #fff; }
.means-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 100px; align-items: start; }
.means-copy { position: sticky; top: 130px; }
.means-copy > p:last-child { max-width: 480px; color: var(--muted); }
.equipment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.equipment-list > div { display: grid; min-height: 225px; align-content: space-between; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); transition: transform .2s, border-color .2s; }
.equipment-list > div:hover { transform: translateY(-4px); border-color: #a9d8d4; }
.equipment-list span { color: var(--turquoise); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 900; }
.equipment-list strong { align-self: end; color: var(--primary-blue); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 19px; font-weight: 850; letter-spacing: -.025em; line-height: 1.1; }
.equipment-list small { color: var(--muted); font-size: 12px; }

.local-section { background: var(--background-light); }
.local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.local-map { position: relative; display: grid; min-height: 470px; place-content: center; overflow: hidden; border-radius: 26px; background: var(--primary-blue); color: var(--white); text-align: center; box-shadow: 0 22px 60px rgba(58, 139, 202, .2); }
.local-map:before { content: "42"; position: absolute; left: 28px; top: 8px; color: rgba(255, 255, 255, .045); font-family: Georgia, serif; font-size: 220px; line-height: 1; }
.local-map strong { position: relative; z-index: 2; margin-top: 12px; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 30px; font-weight: 900; letter-spacing: -.035em; }
.local-map small { position: relative; z-index: 2; color: rgba(255, 255, 255, .84); font-size: 10px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; }
.map-dot { position: relative; z-index: 2; justify-self: center; width: 16px; height: 16px; border: 4px solid #dffffb; border-radius: 50%; background: var(--turquoise); box-shadow: 0 0 0 8px rgba(46, 184, 176, .2); }
.map-dot { animation: map-pulse 2.4s ease-out infinite; }
.map-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(87, 209, 199, .26); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 245px; height: 245px; }
.orbit-two { width: 420px; height: 420px; }
.orbit-one { animation: orbit-drift 18s linear infinite; }
.orbit-two { animation: orbit-drift 26s linear infinite reverse; }
.roanne-label { position: absolute; right: 62px; top: 120px; color: rgba(255, 255, 255, .9); font-size: 12px; font-weight: 750; line-height: 1.35; text-align: left; }
.local-copy > p { color: var(--muted); }
.local-copy address { display: grid; margin-top: 28px; padding: 20px 0 0; border-top: 1px solid #cedad8; }
.local-copy address span { color: #6f807f; font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.local-copy address strong { margin-top: 5px; color: var(--navy); font-size: 15px; }

.contact-section { padding: 90px 0; background: #fff; }
.contact-card { position: relative; display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; overflow: hidden; padding: 48px; border: 1px solid rgba(58, 139, 202, .2); border-left: 8px solid var(--primary-blue); border-radius: 24px; background: var(--white); color: var(--text-dark); box-shadow: 0 18px 55px rgba(58, 139, 202, .1); }
.contact-card:after { content: ""; position: absolute; width: 170px; height: 170px; right: -85px; top: -85px; border-radius: 50%; background: rgba(64, 188, 177, .12); }
.contact-card.is-visible:after { animation: contact-orb 6s ease-in-out infinite alternate; }
.contact-card h2 { color: var(--primary-blue); }
.contact-copy { position: relative; z-index: 1; }
.contact-copy p { margin-top: 0; color: rgba(29, 37, 44, .7); font-weight: 600; }
.button-white { margin-top: 10px; background: var(--primary-blue); color: var(--white); box-shadow: 0 12px 28px rgba(58, 139, 202, .2); }
.contact-copy > a:not(.button) { display: block; margin-top: 16px; color: var(--primary-blue); }

.partner-section { padding: 20px 0 90px; background: #fff; }
.partner-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; padding-top: 45px; border-top: 1px solid var(--line); }
.partner-inner h2 { font-size: 27px; }
.partner-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.partner-links a { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; transition: border-color .2s, transform .2s; }
.partner-links a:hover { transform: translateY(-2px); border-color: var(--turquoise); }
.partner-links span { font-size: 20px; }

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 24px 0 max(14px, env(safe-area-inset-bottom));
  background: linear-gradient(115deg, #1d679e, #2c7fb9 58%, #347fa4);
  color: var(--white);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 5% 0%, rgba(64, 188, 177, .2), transparent 28%), radial-gradient(circle at 100% 100%, rgba(226, 95, 211, .11), transparent 25%);
  pointer-events: none;
}
.footer-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(360px, 1.2fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 14px;
  background: transparent;
}
.footer-summary, .footer-column, .footer-map-column {
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.footer-summary, .footer-column, .footer-map-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 15px 17px;
}
.footer-map-column { padding: 0 0 0 22px; }
.footer-grid > * + * { border-left: 1px solid rgba(255, 255, 255, .16); }
.footer-identity {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
  padding-bottom: 6px;
}
.footer-kicker {
  position: relative;
  display: inline-block;
  width: max-content;
  max-width: 100%;
  margin: 0;
  color: var(--white);
  font-size: clamp(22px, 2.25vw, 32px);
  font-weight: 850;
  letter-spacing: .025em;
  line-height: 1.05;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  clip-path: inset(0 100% 0 0);
  animation: footer-name-typing 60s steps(15, end) infinite;
}
.footer-kicker::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 1.05em;
  background: var(--turquoise);
  box-shadow: 0 0 8px rgba(64, 188, 177, .65);
  animation: footer-name-caret 60s step-end infinite;
}
@keyframes footer-name-typing {
  0% { clip-path: inset(0 100% 0 0); }
  5%, 99.8% { clip-path: inset(0 0 0 0); }
  100% { clip-path: inset(0 100% 0 0); }
}
@keyframes footer-name-caret {
  0%, 1%, 2%, 3%, 4%, 5% { opacity: 1; }
  .5%, 1.5%, 2.5%, 3.5%, 4.5%, 5.5%, 100% { opacity: 0; }
}
.footer-summary h2 {
  margin: 0;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -.015em;
}
.footer-column {
  justify-content: flex-start;
}
.footer-column h3 {
  margin: 0 0 4px;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: -.015em;
}
.footer-summary a, .footer-column a {
  color: var(--white);
  font-size: 11px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.footer-summary a:hover, .footer-column a:hover { color: #b9f1ec; transform: translateX(4px); }
.footer-summary address, .footer-column span, .footer-column address {
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
  font-style: normal;
  line-height: 1.55;
}
.footer-zone-list {
  display: grid;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-zone-list li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, .84);
  font-size: 11px;
  line-height: 1.45;
}
.footer-zone-list li::before {
  content: "";
  position: absolute;
  top: .52em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--turquoise);
  box-shadow: 0 0 0 4px rgba(64, 188, 177, .14);
}
.footer-map-heading {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 8px;
}
.footer-map-heading > address {
  flex: 0 1 245px;
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  font-style: normal;
  line-height: 1.4;
}
.footer-zone-copy {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.footer-map-heading h3 {
  flex: 0 0 auto;
  margin: 0;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 850;
}
.footer-map-heading .footer-zone-list {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px 14px;
}
.footer-map-heading .footer-zone-list li { white-space: nowrap; }
.footer-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 132px;
  margin-top: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 22px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 15px 32px rgba(7, 50, 82, .24);
  transition: transform .3s ease, box-shadow .3s ease;
}
.footer-map::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 3px 0 rgba(64, 188, 177, .72), inset 0 0 0 1px rgba(255, 255, 255, .08);
  pointer-events: none;
}
.footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  filter: saturate(.95) contrast(.98);
  transition: filter .3s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
}
.footer-map:hover { transform: translateY(-2px); box-shadow: 0 19px 38px rgba(7, 50, 82, .3); }
.footer-map:hover iframe { filter: saturate(1.08) contrast(1); transform: scale(1.015); }
.footer-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
}
.footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer-legal a, .footer-legal span {
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  text-decoration: none;
}
.footer-legal a:hover { color: #b9f1ec; }
.footer-bottom a {
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.footer-bottom a:hover { color: #b9f1ec; transform: translateY(-2px); }

/* Page métier — secteur tertiaire */
.service-detail-page { background: var(--white); }
.service-detail-page .header-inner { min-height: 106px; }
.service-detail-page .brand img { width: 196px; height: 102px; }
.detail-hero { position: relative; overflow: hidden; padding: 24px 0 36px; background: radial-gradient(circle at 7% 16%, rgba(64, 188, 177, .13), transparent 28%), radial-gradient(circle at 92% 8%, rgba(226, 95, 211, .075), transparent 24%), linear-gradient(180deg, #fff, #f5f9fb); }
.detail-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: 34px; }
.detail-hero-copy { position: relative; z-index: 2; }
.detail-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #506978; font-size: 11px; font-weight: 760; text-decoration: none; }
.detail-back span { color: var(--primary-blue); transition: transform .2s ease; }
.detail-back:hover span { transform: translateX(-3px); }
.detail-hero-copy .eyebrow { margin-bottom: 13px; }
.detail-hero h1 { max-width: 540px; font-size: clamp(28px, 2.95vw, 40px); line-height: 1.05; }
.detail-hero h1 em { display: block; margin-top: 8px; }
.detail-lead { max-width: 570px; margin: 18px 0 0; color: #536b7a; font-size: 15px; font-weight: 500; line-height: 1.62; }
.detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 22px; }
.detail-email { color: var(--primary-blue); font-size: 12px; font-weight: 760; text-underline-offset: 4px; }
.detail-visual { position: relative; min-height: 370px; overflow: hidden; border: 6px solid rgba(255, 255, 255, .9); border-radius: 27px; background: #eaf3f7; box-shadow: 0 24px 58px rgba(58, 139, 202, .14); }
.detail-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(22, 61, 90, .24)); pointer-events: none; }
.detail-visual img { width: 100%; height: 100%; min-height: 370px; object-fit: cover; object-position: 55% center; }
.detail-visual-note { position: absolute; z-index: 2; right: 20px; bottom: 20px; left: 20px; display: grid; gap: 3px; padding: 17px 20px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 16px; background: rgba(58, 139, 202, .9); color: var(--white); backdrop-filter: blur(12px); }
.detail-visual-note strong { font-size: 15px; font-weight: 850; }
.detail-visual-note span { color: rgba(255, 255, 255, .84); font-size: 11px; }

.detail-benefits { position: relative; z-index: 3; margin-top: -24px; }
.detail-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(58, 139, 202, .12); border-radius: 20px; background: var(--white); box-shadow: 0 20px 48px rgba(42, 91, 126, .1); }
.detail-benefits article { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 12px; min-height: 88px; align-items: center; padding: 15px 19px; overflow: hidden; transition: background-color .35s ease, transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease; }
.detail-benefits article + article { border-left: 1px solid rgba(58, 139, 202, .12); }
.detail-benefits article::after { content: ""; position: absolute; inset: 0 auto 0 -42%; width: 38%; background: linear-gradient(90deg, transparent, rgba(64, 188, 177, .22), rgba(255, 255, 255, .72), transparent); transform: skewX(-18deg); animation: detail-benefit-shine 4.8s cubic-bezier(.4, 0, .2, 1) infinite; pointer-events: none; }
.detail-benefits article:nth-child(2)::after { animation-delay: .8s; }
.detail-benefits article:nth-child(3)::after { animation-delay: 1.6s; }
.detail-benefits article > span { position: relative; z-index: 1; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: rgba(226, 95, 211, .08); color: var(--accent-pink); font-family: Georgia, serif; font-size: 16px; animation: detail-benefit-number 3.2s ease-in-out infinite; transition: transform .35s ease, color .35s ease, background-color .35s ease; }
.detail-benefits article:nth-child(2) > span { animation-delay: .45s; }
.detail-benefits article:nth-child(3) > span { animation-delay: .9s; }
.detail-benefits article > div { position: relative; z-index: 1; }
.detail-benefits strong { display: block; color: var(--primary-blue); font-size: 14px; font-weight: 850; }
.detail-benefits p { margin: 5px 0 0; color: var(--muted); line-height: 1.5; }

.detail-section { padding: 52px 0; }
.detail-heading { display: grid; max-width: 660px; margin-bottom: 26px; }
.detail-heading .eyebrow { margin-bottom: 20px; }
.detail-heading h2, .detail-method-copy h2, .detail-cta h2 { font-size: clamp(24px, 2.45vw, 32px); }
.detail-heading > p:last-child, .detail-method-copy > p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.62; }
.detail-offer { background: var(--white); }
.detail-offer-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); align-items: start; gap: 48px; }
.detail-offer-layout .detail-heading { position: sticky; top: 128px; margin-bottom: 0; }
.detail-offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.detail-offer-grid article { position: relative; min-height: 140px; padding: 17px 19px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .13); border-radius: 18px; background: linear-gradient(145deg, #fff, #f7fbfd); box-shadow: 0 10px 28px rgba(58, 139, 202, .06); }
.detail-offer-grid article > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: rgba(58, 139, 202, .09); color: var(--primary-blue); font-family: Georgia, serif; font-size: 12px; }
.detail-offer-grid h3 { margin: 15px 0 6px; color: var(--primary-blue); font-size: 17px; font-weight: 850; line-height: 1.12; }
.detail-offer-grid p { max-width: 430px; margin: 0; color: var(--muted); }
.detail-offer-grid article::after { content: ""; position: absolute; right: -55px; bottom: -65px; width: 130px; height: 130px; border: 1px solid rgba(64, 188, 177, .16); border-radius: 50%; box-shadow: 0 0 0 22px rgba(64, 188, 177, .025); }

.detail-method { position: relative; overflow: hidden; background: #eef7fc; }
.detail-method::before { content: ""; position: absolute; right: -230px; top: -260px; width: 520px; height: 520px; border-radius: 50%; background: rgba(64, 188, 177, .09); }
.detail-method-grid { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 50px; }
.detail-method-copy h2 { max-width: 500px; }
.detail-steps { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.detail-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: center; min-height: 82px; padding: 13px 17px; border: 1px solid rgba(58, 139, 202, .12); border-radius: 15px; background: rgba(255, 255, 255, .8); box-shadow: 0 8px 22px rgba(58, 139, 202, .055); }
.detail-steps li > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--primary-blue); color: var(--white); font-size: 11px; font-weight: 850; }
.detail-steps strong { color: var(--primary-blue); font-size: 16px; }
.detail-steps p { margin: 4px 0 0; color: var(--muted); }

.detail-cta { padding: 44px 0 56px; background: var(--white); }
.detail-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 29px 34px; overflow: hidden; border-radius: 21px; background: linear-gradient(120deg, var(--primary-blue), #337fb9 58%, #367b9d); color: var(--white); box-shadow: 0 21px 48px rgba(58, 139, 202, .19); }
.detail-cta-card .eyebrow { color: rgba(255, 255, 255, .8); }
.detail-cta-card h2 { max-width: 650px; color: var(--white); }
.detail-cta-button { flex: 0 0 auto; background: var(--white); color: var(--primary-blue); box-shadow: 0 12px 28px rgba(20, 70, 108, .2); }
.cta-vibration-blue { transform-origin: center; animation: detail-cta-vibration 5s ease-in-out infinite; }
.alternating-cta { transform-origin: center; animation: page-cta-alternation 10s ease-in-out infinite; }
.alternating-cta-top { animation-delay: 5s; }

@keyframes detail-cta-vibration {
  0%, 79%, 100% { transform: translate3d(0, 0, 0) rotate(0); box-shadow: 0 12px 28px rgba(20, 70, 108, .2); }
  82% { transform: translate3d(-4px, 0, 0) rotate(-1deg); }
  84% { transform: translate3d(4px, 0, 0) rotate(1deg); }
  86% { transform: translate3d(-5px, 0, 0) rotate(-1.2deg); box-shadow: 0 15px 34px rgba(20, 70, 108, .32), 0 0 0 5px rgba(255, 255, 255, .18); }
  88% { transform: translate3d(5px, 0, 0) rotate(1.2deg); }
  90% { transform: translate3d(-3px, 0, 0) rotate(-.7deg); }
  92% { transform: translate3d(3px, 0, 0) rotate(.7deg); }
  95% { transform: translate3d(0, 0, 0) rotate(0); box-shadow: 0 12px 28px rgba(20, 70, 108, .2); }
}

@keyframes page-cta-alternation {
  0%, 14%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
  2% { transform: translate3d(-4px, 0, 0) rotate(-1deg); }
  4% { transform: translate3d(4px, 0, 0) rotate(1deg); }
  6% { transform: translate3d(-5px, 0, 0) rotate(-1.2deg); }
  8% { transform: translate3d(5px, 0, 0) rotate(1.2deg); }
  10% { transform: translate3d(-3px, 0, 0) rotate(-.7deg); }
  12% { transform: translate3d(0, 0, 0) rotate(0); }
}

/* Contenu métier compact */
.sector-services-heading h2, .sector-complements h2, .sector-why h2 { font-size: clamp(24px, 2.45vw, 32px); }
.sector-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; padding: 0; list-style: none; }
.sector-tags li { position: relative; padding: 7px 13px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .2); border-radius: 999px; background: rgba(58, 139, 202, .07); color: #37627e; font-size: 11px; font-weight: 750; line-height: 1.35; box-shadow: 0 5px 14px rgba(38, 91, 129, .045); transition: transform .28s cubic-bezier(.2, .8, .2, 1), border-color .28s ease, background-color .28s ease, box-shadow .28s ease; }
.sector-tags li::before { content: ""; position: absolute; inset: 0 auto 0 -45%; width: 35%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), transparent); transform: skewX(-18deg); transition: left .45s ease; }
.sector-tags li::after { content: ""; display: inline-block; width: 5px; height: 5px; margin-left: 8px; border-radius: 50%; background: var(--primary-blue); vertical-align: 1px; }
.sector-tags li:nth-child(3n + 2) { border-color: rgba(64, 188, 177, .28); background: rgba(64, 188, 177, .08); color: #2e746e; }
.sector-tags li:nth-child(3n + 2)::after { background: var(--secondary-turquoise); }
.sector-tags li:nth-child(3n) { border-color: rgba(226, 95, 211, .22); background: rgba(226, 95, 211, .055); color: #765273; }
.sector-tags li:nth-child(3n)::after { background: var(--accent-pink); }
.sector-tags.is-visible li { animation: sector-environment-arrival .65s cubic-bezier(.16, 1, .3, 1) both; }
.sector-tags.is-visible li:nth-child(2) { animation-delay: .06s; }
.sector-tags.is-visible li:nth-child(3) { animation-delay: .12s; }
.sector-tags.is-visible li:nth-child(4) { animation-delay: .18s; }
.sector-tags.is-visible li:nth-child(5) { animation-delay: .24s; }
.sector-tags.is-visible li:nth-child(6) { animation-delay: .3s; }
.sector-tags.is-visible li:nth-child(7) { animation-delay: .36s; }
@media (hover: hover) and (pointer: fine) {
  .sector-tags li:hover { z-index: 1; border-color: rgba(58, 139, 202, .42); background: var(--white); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(38, 91, 129, .12); }
  .sector-tags li:hover::before { left: 115%; }
}

.sector-services { position: relative; padding: 0 0 70px; background: #f5f8fa; overflow: hidden; }
.sector-services::before { content: ""; position: absolute; top: 60px; right: -60px; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(58, 139, 202, .08), transparent 70%); pointer-events: none; }
.sector-services::after { content: ""; position: absolute; bottom: 80px; left: -50px; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(64, 188, 177, .1), transparent 70%); pointer-events: none; }
.sector-services-layout { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: start; }
.sector-services-side { display: grid; }
.sector-services-heading { position: relative; overflow: hidden; padding: 34px 28px 30px; border: 1px solid rgba(255, 255, 255, .18); border-top: 0; border-radius: 0 0 20px 20px; background: var(--primary-blue); color: var(--white); box-shadow: 0 20px 46px rgba(40, 104, 153, .18); transform-origin: top center; }
.sector-services-heading::before { content: ""; position: absolute; z-index: 0; top: 0; bottom: 0; left: -48%; width: 32%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), rgba(64, 188, 177, .2), transparent); opacity: 0; transform: skewX(-18deg); pointer-events: none; }
.sector-services-heading::after { content: ""; position: absolute; right: -72px; bottom: -82px; width: 170px; height: 170px; border: 1px solid rgba(255, 255, 255, .23); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255, 255, 255, .055), 0 0 0 56px rgba(64, 188, 177, .035); }
.sector-services-heading.is-visible { animation: sector-heading-unroll 1.05s cubic-bezier(.16, 1, .3, 1) both; }
.sector-services-heading.is-visible::before { animation: sector-heading-pass 1.15s ease-out .38s both; }
.sector-services-heading:not(.is-visible) > * { opacity: 0; }
.sector-services-heading.is-visible > .sector-services-intro { animation: sector-heading-content .66s ease-out .28s both; }
.sector-services-heading.is-visible > .sector-services-detail-head { animation: sector-heading-content .66s ease-out .4s both; }
.sector-services-heading.is-visible > .sector-service-tags { animation: sector-heading-content .66s ease-out .52s both; }
.sector-services-heading.is-visible > .sector-services-note { animation: sector-heading-content .66s ease-out .64s both; }
.sector-services-heading .eyebrow { position: relative; z-index: 1; margin-bottom: 18px; color: rgba(255, 255, 255, .78); }
.sector-services-heading .eyebrow > span, .sector-services-heading .eyebrow::after { background: linear-gradient(90deg, var(--white), var(--secondary-turquoise)); }
.sector-services-heading h2 { position: relative; z-index: 1; color: var(--white); font-size: clamp(24px, 2.45vw, 31px); }
.sector-services-intro, .sector-services-detail-head { position: relative; z-index: 1; }
.sector-services-intro > p:last-child, .sector-services-detail-head > p:last-child { max-width: 390px; margin: 17px 0 0; color: rgba(255, 255, 255, .8); font-size: 12px; line-height: 1.65; }
.sector-services-detail-head { margin-top: 27px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .22); }
.sector-accordion > .sector-services-detail-head { margin-top: 0; padding-top: 0; border-top: 0; }
.sector-accordion > .sector-services-detail-head h2 { font-size: clamp(22px, 2.2vw, 28px); }
.sector-accordion > .sector-services-detail-head > p:last-child { color: #4b5b66; }
.sector-services-side .sector-service-tags { margin-top: 0; }
.sector-services-note { position: relative; z-index: 1; display: grid; gap: 2px; margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .2); }
.sector-services-note strong { color: var(--white); font-size: 12px; }
.sector-services-note span { color: rgba(255, 255, 255, .66); font-size: 10px; line-height: 1.45; }
.sector-services-heading .sector-service-tags { position: relative; z-index: 1; gap: 6px; margin: 22px 0 0; padding: 0; }
.sector-services-heading .sector-service-tags li { display: flex; padding: 0; border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .09); color: var(--white); font-size: 9px; box-shadow: none; }
.sector-services-heading .sector-service-tags li::after { display: none; }
.sector-services-heading .sector-service-tags a { position: relative; z-index: 1; display: inline-flex; min-height: 28px; align-items: center; padding: 6px 10px; color: rgba(255, 255, 255, .88); line-height: 1.3; text-decoration: none; }
.sector-services-heading .sector-service-tags li:hover { border-color: rgba(255, 255, 255, .58); background: rgba(255, 255, 255, .18); box-shadow: 0 8px 18px rgba(20, 70, 108, .16); }
.sector-services-heading .sector-service-tags a:focus-visible { border-radius: 999px; outline: 2px solid var(--white); outline-offset: 2px; color: var(--white); }
.sector-consumables { position: relative; display: block; max-width: 480px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-top: 0; border-radius: 0 0 23px 23px; background: var(--primary-blue); color: var(--white); box-shadow: 0 22px 46px rgba(40, 104, 153, .18); transition: transform .35s cubic-bezier(.16, 1, .3, 1), border-color .35s ease, box-shadow .35s ease; transform-origin: top center; opacity: 0; transform: perspective(900px) rotateX(-8deg) scaleY(.88); }
.sector-consumables.is-visible { animation: sector-heading-unroll 1.05s cubic-bezier(.16, 1, .3, 1) both; }
.sector-consumables:not(.is-visible) > * { opacity: 0; }
.sector-consumables.is-visible > * { animation: sector-heading-content .66s ease-out .28s both; }
.sector-consumables::before { content: ""; position: absolute; z-index: 0; left: -65px; top: -80px; width: 190px; height: 190px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; pointer-events: none; clip-path: inset(0); }
.sector-consumables::after { content: ""; position: absolute; right: -72px; bottom: -82px; width: 190px; height: 190px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255, 255, 255, .025), 0 0 0 56px rgba(64, 188, 177, .025); pointer-events: none; clip-path: inset(0); }
.sector-consumables-summary { position: relative; z-index: 1; display: block; padding: 27px 23px 20px; cursor: pointer; list-style: none; }
.sector-consumables-summary::-webkit-details-marker { display: none; }
.sector-consumables-summary:focus-visible { outline: 3px solid rgba(64, 188, 177, .34); outline-offset: -4px; }
.sector-consumables-title { position: relative; z-index: 1; display: block; padding: 0 0 17px; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.sector-consumables small { display: block; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sector-consumables-title small { display: inline-flex; width: max-content; padding: 5px 9px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; background: rgba(255, 255, 255, .15); color: rgba(255, 255, 255, .85); letter-spacing: .09em; }
.sector-consumables h3 { max-width: 470px; margin: 10px 0 0; color: var(--white); font-size: 25px; font-weight: 950; line-height: 1.02; letter-spacing: -.04em; }
.sector-consumables-title p { max-width: 520px; margin: 11px 0 0; color: rgba(255, 255, 255, .8); line-height: 1.55; }
.sector-consumables-title p strong { color: var(--white); font-weight: 950; }
.sector-consumables-preview { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1.15fr 1fr; gap: 7px; margin-top: 14px; }
.sector-consumables-preview span { display: flex; min-height: 64px; flex-direction: column; justify-content: center; gap: 3px; padding: 10px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 13px; background: rgba(255, 255, 255, .15); color: rgba(255, 255, 255, .9); font-size: 14px; font-weight: 750; line-height: 1.25; }
.sector-consumables-preview span:first-child { border-color: rgba(255, 255, 255, .4); background: var(--white); color: var(--primary-blue); box-shadow: 0 10px 22px rgba(20, 70, 108, .25); }
.sector-consumables-preview strong { display: block; color: var(--white); font-size: 11px; font-weight: 950; line-height: 1.1; }
.sector-consumables-preview span:first-child strong { color: var(--primary-blue); font-size: 24px; }
.sector-consumables-preview .sector-consumables-zero { min-height: 82px; padding: 12px 13px; }
.sector-consumables-preview .sector-consumables-zero strong { font-size: 36px; letter-spacing: -.055em; }
.sector-consumables-preview .sector-consumables-zero small { color: var(--primary-blue); font-size: 8px; letter-spacing: .055em; }
.sector-consumables-discover { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 45px; margin-top: 14px; padding: 9px 10px 9px 15px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 12px; background: rgba(255, 255, 255, .15); color: var(--white); font-size: 9px; font-weight: 950; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; box-shadow: 0 11px 23px rgba(20, 70, 108, .15); }
.sector-consumables-discover span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .25); color: var(--white); font-size: 14px; }
.sector-consumables-discover:focus-visible { outline: 3px solid rgba(64, 188, 177, .5); outline-offset: 3px; }
.sector-consumables-products { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-content: start; gap: 7px; margin: 0; padding: 0; border: 0; list-style: none; }
.sector-consumables-products li { position: relative; min-height: 42px; padding: 9px 8px 9px 28px; border: 1px solid rgba(58, 139, 202, .14); border-radius: 11px; background: rgba(255, 255, 255, .86); color: #37627e; font-size: 8px; font-weight: 850; line-height: 1.3; box-shadow: 0 7px 16px rgba(38, 91, 129, .055); }
.sector-consumables-products li::before { content: "✓"; position: absolute; left: 9px; top: 50%; display: grid; width: 14px; height: 14px; place-items: center; border-radius: 50%; background: rgba(64, 188, 177, .13); color: #27847b; font-size: 8px; font-weight: 900; transform: translateY(-50%); }
.sector-consumables-advantages { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 8px; margin: 0; padding-top: 12px; border-top: 1px solid rgba(58, 139, 202, .14); }
.sector-consumables-advantages > div { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 11px; align-items: center; margin: 0; padding: 13px; border-radius: 15px; box-shadow: 0 9px 20px rgba(38, 91, 129, .075); }
.sector-consumables-advantages > div:first-child { background: linear-gradient(120deg, var(--primary-blue), #347fa4 72%, #367e98); }
.sector-consumables-advantages > div + div { border: 1px solid rgba(64, 188, 177, .28); background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(238, 249, 247, .9)); }
.sector-consumables-advantages dt { display: grid; min-height: 42px; place-items: center; margin: 0; border-radius: 12px; background: rgba(64, 188, 177, .13); color: #27847b; font-size: 8px; font-weight: 900; letter-spacing: .055em; text-align: center; text-transform: uppercase; }
.sector-consumables-advantages .sector-advantage-primary dt { background: var(--white); color: var(--primary-blue); font-size: 13px; box-shadow: 0 7px 15px rgba(14, 72, 108, .17); }
.sector-consumables-advantages dd { display: grid; gap: 3px; margin: 0; }
.sector-consumables-advantages strong { color: var(--primary-blue); font-size: 11px; font-weight: 900; line-height: 1.25; }
.sector-consumables-advantages .sector-advantage-primary strong { color: var(--white); }
.sector-consumables-advantages span { color: #506a79; font-size: 8px; line-height: 1.4; }
.sector-consumables-advantages .sector-advantage-primary span { color: rgba(255, 255, 255, .75); }
.sector-consumables-signature { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; margin: 0; padding: 10px 11px; border-radius: 11px; background: rgba(58, 139, 202, .065); color: #48687c; font-size: 8px; font-weight: 800; line-height: 1.4; }
.sector-consumables-signature span { display: grid; width: 17px; height: 17px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(64, 188, 177, .13); color: #27847b; font-size: 9px; }
.sector-consumables-commercial { position: relative; z-index: 1; padding: 15px 16px; overflow: hidden; border: 1px solid rgba(155, 79, 150, .24); border-radius: 14px; background: linear-gradient(135deg, rgba(226, 95, 211, .08), rgba(255, 255, 255, .88)); box-shadow: 0 9px 21px rgba(119, 74, 130, .08); }
.sector-consumables-commercial::after { content: ""; position: absolute; right: -31px; top: -39px; width: 82px; height: 82px; border: 12px solid rgba(155, 79, 150, .07); border-radius: 50%; pointer-events: none; }
.sector-consumables-commercial strong { position: relative; z-index: 1; display: block; margin-bottom: 6px; color: #91478d; font-size: 13px; font-weight: 900; line-height: 1.25; }
.sector-consumables-commercial p { position: relative; z-index: 1; max-width: 540px; margin: 0; color: #5d5262; font-size: 9px; font-weight: 650; line-height: 1.62; }
.sector-consumables-commercial a { position: relative; z-index: 1; display: inline-flex; width: max-content; min-height: 36px; align-items: center; justify-content: center; gap: 10px; margin-top: 11px; padding: 8px 12px 8px 14px; border: 1px solid rgba(183, 91, 173, .24); border-radius: 10px; background: linear-gradient(120deg, #ead3e8, #f5eaf4 58%, #fff); color: #84427f; font-size: 9px; font-weight: 900; text-decoration: none; box-shadow: 0 9px 20px rgba(145, 71, 141, .13); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.sector-consumables-commercial a span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: #a6539e; color: var(--white); transition: transform .2s ease, background-color .2s ease; }
.sector-consumables-commercial a:hover { border-color: rgba(166, 83, 158, .38); transform: translateY(-2px); box-shadow: 0 13px 25px rgba(145, 71, 141, .2); }
.sector-consumables-commercial a:hover span { background: #91478d; transform: translate(2px, -2px); }
.sector-consumables-commercial a:focus-visible { outline: 3px solid rgba(226, 95, 211, .28); outline-offset: 3px; }
@media (hover: hover) and (pointer: fine) {
  .sector-consumables:hover { border-color: rgba(255, 255, 255, .46); transform: translateY(-6px); box-shadow: 0 32px 62px rgba(20, 70, 108, .35); }
}
.sector-accordion { display: grid; gap: 18px; }
.sector-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.sector-card { position: relative; display: flex; flex-direction: column; padding: 26px 24px 22px; border: 1px solid rgba(58, 139, 202, .14); border-radius: 20px; background: var(--white); box-shadow: 0 12px 30px rgba(38, 78, 106, .06); overflow: hidden; opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.16, 1, .3, 1), box-shadow .4s ease, border-color .4s ease; }
.sector-cards .sector-card.is-visible { opacity: 1; transform: none; }
.sector-card:nth-child(1) { --accent: var(--primary-blue); transition-delay: .05s, .05s, 0s, 0s; }
.sector-card:nth-child(2) { --accent: var(--secondary-turquoise); transition-delay: .13s, .13s, 0s, 0s; }
.sector-card:nth-child(3) { --accent: var(--primary-blue); transition-delay: .21s, .21s, 0s, 0s; }
.sector-card:nth-child(4) { --accent: var(--accent-pink); transition-delay: .29s, .29s, 0s, 0s; }
.sector-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .5s cubic-bezier(.16, 1, .3, 1); }
.sector-card::after { content: ""; position: absolute; top: -46px; right: -46px; width: 130px; height: 130px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 14%, transparent), transparent 70%); opacity: 0; transition: opacity .45s ease; pointer-events: none; }
.sector-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.sector-card:nth-child(even) .sector-card-head { flex-direction: row-reverse; }
.sector-card-index { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 36px; font-weight: 900; letter-spacing: -.04em; line-height: .9; color: var(--accent); transition: transform .45s cubic-bezier(.16, 1, .3, 1); }
.sector-card:nth-child(even) .sector-card-index { -webkit-text-stroke: 1.5px var(--accent); color: transparent; }
.sector-card-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; background: color-mix(in srgb, var(--accent) 10%, var(--white)); color: var(--accent); transition: transform .45s cubic-bezier(.16, 1, .3, 1), background-color .4s ease; }
.sector-card-icon svg { width: 24px; height: 24px; }
.sector-card h3 { margin: 0 0 8px; color: var(--primary-blue); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 19px; font-weight: 880; letter-spacing: -.02em; line-height: 1.12; }
.sector-card > p { margin: 0 0 16px; color: #4b5b66; line-height: 1.55; }
.sector-card-discover { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; align-self: flex-start; padding: 8px 0; border: 0; background: none; color: var(--primary-blue); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.sector-card-arrow { display: inline-block; transition: transform .28s ease; }
.sector-card-discover[aria-expanded="true"] .sector-card-arrow { transform: rotate(90deg); }
.sector-card-panel { overflow: hidden; max-height: 0; opacity: 0; transform: translateY(-8px); transition: max-height .55s cubic-bezier(.16, 1, .3, 1), opacity .4s ease, transform .4s ease, margin-top .4s ease, padding-top .4s ease, border-color .4s ease; }
.sector-card-panel.is-open { max-height: 560px; opacity: 1; transform: none; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(58, 139, 202, .12); }
.sector-card-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.sector-card-list li { position: relative; padding-left: 16px; color: #4b5b66; font-size: 12px; line-height: 1.45; }
.sector-card-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.sector-show-all { display: inline-flex; align-items: center; gap: 9px; margin: 10px auto 0; padding: 13px 24px; border: 1px solid rgba(58, 139, 202, .28); border-radius: 999px; background: var(--white); color: var(--primary-blue); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: background-color .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease; }
.sector-show-all span[aria-hidden] { transition: transform .3s ease; }
.sector-full-detail { margin-top: 6px; }
.sector-full-detail-intro { margin: 0 0 12px; color: #5e707e; font-size: 12px; }
.sector-accordion--compact details summary { min-height: 60px; padding: 12px 16px; }
.sector-accordion--compact details[open] .sector-panel { padding: 14px 16px 18px; }
.sector-services-heading.is-visible > .sector-service-tags { animation: none; }

.sector-cards .sector-card:focus-within { transition-delay: 0s, 0s, 0s, 0s; transform: translateY(-6px); box-shadow: 0 24px 50px rgba(38, 78, 106, .13); border-color: color-mix(in srgb, var(--accent) 42%, transparent); }

@media (hover: hover) and (pointer: fine) {
  .sector-cards .sector-card:hover { transition-delay: 0s, 0s, 0s, 0s; transform: translateY(-6px); box-shadow: 0 24px 50px rgba(38, 78, 106, .13); border-color: color-mix(in srgb, var(--accent) 42%, transparent); }
  .sector-card:hover::before { transform: scaleX(1); }
  .sector-card:hover::after { opacity: 1; }
  .sector-card:hover .sector-card-icon { transform: translateY(-2px) rotate(-3deg); }
  .sector-card:hover .sector-card-index { transform: translateY(-2px); }
  .sector-card-discover:hover { color: #2f6c80; }
  .sector-card-discover:hover .sector-card-arrow { transform: translateX(3px); }
  .sector-show-all:hover { background: rgba(58, 139, 202, .06); border-color: rgba(58, 139, 202, .5); transform: translateY(-1px); box-shadow: 0 14px 28px rgba(58, 139, 202, .14); }
  .sector-show-all:hover span[aria-hidden] { transform: translateX(4px); }
}

@media (max-width: 768px) {
  .sector-cards { grid-template-columns: 1fr; gap: 14px; }
  .sector-card { padding: 22px 18px; }
  .sector-card-index { font-size: 32px; }
  .sector-card::after { display: none; }
  .sector-show-all { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .tertiary-hero-side .work-hero-copy[data-reveal].is-photo-first { opacity: 1 !important; transform: none !important; }
  .sector-cards .sector-card, .sector-card-panel, .sector-card-icon, .sector-card-index, .sector-card::before, .sector-show-all span[aria-hidden] { transition: none !important; animation: none !important; }
  .sector-cards .sector-card { opacity: 1 !important; transform: none !important; }
  .sector-card-panel { opacity: 1 !important; transform: none !important; }
  .sector-card-panel.is-open { max-height: none !important; }
  .bureaux-hero-slide { animation: none !important; opacity: 1 !important; }
}

/* Navigation rapide 2026 : repères visuels sobres et cohérents. */
.tertiary-header-trade-nav { gap: 7px; align-items: center; }
.tertiary-header-trade-nav > a,
.tertiary-header-trade-nav > .tertiary-nav-sectors > .tertiary-nav-prestations {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid rgba(58, 139, 202, .12);
  border-radius: 9px;
  background: rgba(255, 255, 255, .72);
  color: #315e78;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.tertiary-header-trade-nav > a > svg,
.tertiary-header-trade-nav > .tertiary-nav-sectors > .tertiary-nav-prestations > svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tertiary-header-trade-nav > a > span,
.tertiary-header-trade-nav > .tertiary-nav-sectors > .tertiary-nav-prestations > span {
  margin-right: 0;
  color: rgba(58, 139, 202, .62);
  font-size: 8px;
}
.tertiary-header-trade-nav > a:hover,
.tertiary-header-trade-nav > a:focus-visible,
.tertiary-header-trade-nav > .tertiary-nav-sectors > .tertiary-nav-prestations:hover,
.tertiary-header-trade-nav > .tertiary-nav-sectors > .tertiary-nav-prestations:focus-visible {
  border-color: rgba(58, 139, 202, .32);
  background: #fff;
  color: var(--primary-blue);
  box-shadow: 0 8px 18px rgba(38, 91, 129, .1);
  transform: translateY(-1px);
}
.tertiary-header-trade-nav > .tertiary-nav-digital { border-color: rgba(39, 141, 136, .2); color: #277b77; }
.tertiary-header-trade-nav > .tertiary-nav-associations { border-color: rgba(166, 83, 158, .16); color: #754471; }
.site-nav .nav-menu-icon { display: grid; place-items: center; }
.site-nav .nav-menu-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
@media (prefers-reduced-motion: reduce) {
  .tertiary-header-trade-nav > a,
  .tertiary-header-trade-nav > .tertiary-nav-sectors > .tertiary-nav-prestations { transition: none; }
  .tertiary-header-trade-nav > a:hover,
  .tertiary-header-trade-nav > .tertiary-nav-sectors > .tertiary-nav-prestations:hover { transform: none; }
}

/* Accueil : aucun changement visuel après un clic sur l'ancre. */
.home-page .tertiary-header-trade-nav > .work-trade-home,
.home-page .tertiary-header-trade-nav > .work-trade-home:hover,
.home-page .tertiary-header-trade-nav > .work-trade-home:focus,
.home-page .tertiary-header-trade-nav > .work-trade-home:focus-visible,
.home-page .tertiary-header-trade-nav > .work-trade-home:active {
  border-color: transparent;
  background: transparent;
  color: var(--text-dark);
  box-shadow: none;
  transform: none;
}

.sector-accordion details { position: relative; overflow: hidden; border: 1px solid rgba(48, 94, 126, .13); border-radius: 15px; background: var(--white); box-shadow: 0 8px 24px rgba(38, 78, 106, .045); transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease; }
.sector-accordion details::after { content: ""; position: absolute; right: -30px; bottom: -39px; width: 88px; height: 88px; border: 12px solid rgba(58, 139, 202, .045); border-radius: 50%; box-shadow: 0 0 0 12px rgba(64, 188, 177, .018); pointer-events: none; }
.sector-accordion details:nth-child(even)::after { border-color: rgba(64, 188, 177, .06); box-shadow: 0 0 0 12px rgba(226, 95, 211, .016); }
.sector-accordion summary, .sector-panel { position: relative; z-index: 1; }
.sector-accordion details:hover { border-color: rgba(58, 139, 202, .28); transform: translateY(-1px); }
.sector-accordion details[open] { transform: none; }
.sector-accordion summary { position: relative; display: grid; grid-template-columns: 40px 1fr 30px; gap: 15px; align-items: center; min-height: 72px; padding: 14px 18px; cursor: pointer; list-style: none; transition: color .3s ease, background-color .3s ease, box-shadow .3s ease; }
.sector-accordion summary:focus-visible { outline: 3px solid rgba(64, 188, 177, .35); outline-offset: -3px; }
.sector-accordion details[open] summary { border-bottom: 1px solid rgba(58, 139, 202, .12); }
.sector-accordion summary::-webkit-details-marker { display: none; }
.sector-accordion summary > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(58, 139, 202, .13); border-radius: 10px; background: #f2f8fb; color: var(--primary-blue); font-size: 9px; font-weight: 850; letter-spacing: .04em; transition: background-color .25s ease, color .25s ease, border-color .25s ease; }
.sector-accordion summary strong { display: block; color: #2f5875; font-size: 14px; font-weight: 850; line-height: 1.3; }
.sector-accordion summary small { display: block; margin-top: 3px; color: #798994; font-size: 10px; line-height: 1.4; }
.sector-accordion summary i { position: relative; width: 28px; height: 28px; border: 1px solid rgba(58, 139, 202, .2); border-radius: 50%; background: var(--white); transition: background-color .65s ease, transform .65s cubic-bezier(.16, 1, .3, 1); }
.sector-accordion summary i::before, .sector-accordion summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 8px; height: 1px; background: var(--primary-blue); transform: translate(-50%, -50%); transition: transform .65s cubic-bezier(.16, 1, .3, 1); }
.sector-accordion summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.sector-accordion details[open] summary i { transform: rotate(180deg); }
.sector-accordion details[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.sector-panel { padding: 20px 20px 22px 73px; overflow: hidden; background: var(--white); color: var(--muted); font-size: 12px; animation: sector-panel-open 1.45s cubic-bezier(.16, 1, .3, 1) both; }
.sector-panel > p { max-width: 720px; margin: 0; line-height: 1.7; }
.sector-panel > p + p { margin-top: 12px; }
.sector-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 0; padding: 0; border-top: 1px solid rgba(58, 139, 202, .1); list-style: none; }
.sector-list li { position: relative; min-height: 35px; padding: 9px 4px 8px 20px; border-bottom: 1px solid rgba(58, 139, 202, .1); line-height: 1.45; }
.sector-list li::before { content: "✓"; position: absolute; left: 1px; top: 8px; color: var(--secondary-turquoise); font-size: 11px; font-weight: 900; }
.sector-panel-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.sector-panel-split > div { padding: 16px; border: 1px solid rgba(58, 139, 202, .11); border-radius: 12px; background: #f8fbfd; }
.sector-panel h3 { margin: 0 0 11px; color: var(--primary-blue); font-size: 12px; font-weight: 850; }
.sector-panel-split .sector-list { grid-template-columns: 1fr; }
.sector-frequency { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; margin-top: 15px; }
.sector-frequency strong { margin-right: 4px; color: var(--primary-blue); font-size: 11px; }
.sector-frequency span { /* pastilles uniformisées via la classe globale .pill */ }
.sector-process { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 14px; padding: 0; list-style: none; counter-reset: sector-process; }
.sector-process li { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgba(58, 139, 202, .14); border-radius: 7px; background: #f7fbfd; color: var(--primary-blue); font-size: 10px; font-weight: 750; counter-increment: sector-process; }
.sector-process li::before { content: counter(sector-process, decimal-leading-zero); color: var(--accent-pink); font-size: 8px; }
.sector-control { border-left: 3px solid var(--secondary-turquoise) !important; }
.sector-control summary::after { content: "Point fort"; position: absolute; right: 62px; top: 50%; padding: 4px 8px; border-radius: 999px; background: rgba(64, 188, 177, .1); color: #28877f; font-size: 8px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transform: translateY(-50%); }

.sector-complements { padding: 48px 0; background: var(--primary-blue); color: var(--white); }
.sector-complements-grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 54px; align-items: start; }
.sector-complements h2 { max-width: 430px; color: var(--white); }
.sector-complements .eyebrow { color: rgba(255, 255, 255, .78); }
.sector-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .22); }
.sector-links a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 10px 4px; border-bottom: 1px solid rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .9); font-size: 12px; font-weight: 720; text-decoration: none; }
.sector-links a:nth-child(odd) { margin-right: 18px; }
.sector-links a span { transition: transform .2s ease; }
.sector-links a:hover span { transform: translate(2px, -2px); }

.sector-why { padding: 48px 0; background: var(--white); }
.sector-why-grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 54px; align-items: start; }
.sector-why-grid ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 0; padding: 0; border-top: 1px solid rgba(58, 139, 202, .18); list-style: none; }
.sector-why-grid li { position: relative; min-height: 48px; padding: 13px 0 12px 19px; border-bottom: 1px solid rgba(58, 139, 202, .14); color: #456071; font-size: 12px; font-weight: 720; }
.sector-why-grid li::before { content: ""; position: absolute; left: 0; top: 20px; width: 7px; height: 7px; border-radius: 50%; background: var(--secondary-turquoise); box-shadow: 0 0 0 4px rgba(64, 188, 177, .1); }

@keyframes sector-panel-open {
  0% { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(-14px) scaleY(.88); transform-origin: top; }
  35% { opacity: .42; clip-path: inset(0 0 58% 0); transform: translateY(-9px) scaleY(.93); }
  72% { opacity: 1; clip-path: inset(0); transform: translateY(3px) scaleY(1.016); }
  100% { opacity: 1; clip-path: inset(0); transform: none; }
}
@keyframes sector-environment-arrival { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes sector-heading-unroll {
  0% { opacity: 0; clip-path: inset(0 0 100% 0); transform: perspective(900px) rotateX(-8deg) scaleY(.88); }
  68% { opacity: 1; clip-path: inset(0); transform: perspective(900px) rotateX(1deg) scaleY(1.01); }
  100% { opacity: 1; clip-path: inset(0); transform: none; }
}
@keyframes sector-heading-content {
  from { opacity: 0; transform: translateY(-14px); }
  to { opacity: 1; transform: none; }
}
@keyframes sector-heading-pass {
  0% { left: -48%; opacity: 0; }
  25% { opacity: .75; }
  100% { left: 122%; opacity: 0; }
}

/* ============================================================ */
/* Zone blanche — Tertiaire : Notre approche (style 2e modèle)  */
/* ============================================================ */

/* Couleurs du modèle */
:root {
  --card-bg: #f4f6fa;
  --card-bg-hover: #edf0f5;
  --card-border: rgba(58, 139, 202, .08);
  --card-shadow: 0 2px 16px rgba(42, 91, 126, .05);
  --card-shadow-open: 0 8px 32px rgba(42, 91, 126, .08);
  --capsule-bg: #ffffff;
  --capsule-shadow: 0 2px 8px rgba(42, 91, 126, .06);
  --primary-blue: #3a8bca;
  --secondary-turquoise: #40bcb1;
  --accent-pink: #e25fd3;
  --text-dark: #1d2a3a;
  --muted: #6b7a8a;
}

/* Colonne droite */
.sector-services-right { display: flex; flex-direction: column; gap: 28px; padding-top: 40px; }

/* Intro */
.sector-right-intro h2 { max-width: 100%; margin: 10px 0 0; color: var(--primary-blue); font-size: clamp(24px, 2.4vw, 30px); line-height: 1.06; letter-spacing: -.025em; }
.sector-right-title { display: flex; flex-direction: column; gap: 0; margin: 10px 0 0; line-height: 1; }
.sector-right-title-bold { font-size: clamp(22px, 2.8vw, 34px); font-weight: 800; color: #6BB8E8; letter-spacing: -.03em; line-height: 1.1; }
.sector-right-title-light { font-size: clamp(22px, 2.8vw, 34px); font-weight: 200; color: var(--primary-blue); letter-spacing: -.03em; line-height: 1.1; }
.sector-right-intro > p { max-width: 520px; margin: 10px 0 0; color: var(--muted); }
.sector-right-intro > p + p { margin-top: 16px; }

/* ============================================================ */
/* Bloc transition — chevauche bleu / blanc                       */
/* ============================================================ */
.sector-transition-block { position: relative; z-index: 5; max-width: 440px; margin: -56px auto 0; padding: 28px 28px; background: linear-gradient(180deg, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, .95) 40%, var(--white) 100%); border: 1px solid rgba(58, 139, 202, .1); border-radius: 20px; box-shadow: 0 8px 32px rgba(42, 91, 126, .1); text-align: center; overflow: hidden; opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s cubic-bezier(.16, 1, .3, 1); }
.bureaux-hero { overflow-x: clip !important; overflow-y: visible !important; }
.bureaux-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.bureaux-hero .work-hero-copy, .bureaux-hero .work-hero-grid { position: relative; z-index: 2; }
.bureaux-hero .work-hero-lead { position: relative; z-index: 2; }
.bureaux-hero-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; animation: bureaux-hero-fade 10s ease-in-out infinite; }
.bureaux-hero-slide-1 { background-image: url('assets/bureau/nos-services-3.webp'); animation-delay: 0s; }
.bureaux-hero-slide-2 { background-image: url('assets/bureau/nos-services-6.webp'); animation-delay: 5s; }
@keyframes bureaux-hero-fade {
  0%, 45% { opacity: 0; }
  50%, 95% { opacity: 1; }
  100% { opacity: 0; }
}
.bureaux-hero-block { background: linear-gradient(180deg, rgba(107, 184, 232, 0) 0%, rgba(107, 184, 232, 0.3) 3%, rgba(107, 184, 232, 0.7) 6%, #6BB8E8 10%, #6BB8E8 100%); padding: 100px 40px 720px; margin: 0 40px; margin-bottom: -720px; text-align: center; border-radius: 24px; opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s cubic-bezier(.16, 1, .3, 1); position: relative; z-index: 10; }
.bureaux-hero-block.is-visible { opacity: 1; transform: none; }
.bureaux-hero-title-bold { color: var(--white); font-size: clamp(28px, 4vw, 48px); font-weight: 800; letter-spacing: -.03em; }
.bureaux-hero-title-light { color: rgba(255, 255, 255, .8); font-size: clamp(28px, 4vw, 48px); font-weight: 200; letter-spacing: -.03em; }
.sector-transition-block::before { content: ""; position: absolute; top: -30px; right: -30px; width: 80px; height: 80px; border-radius: 50%; background: radial-gradient(circle, rgba(226, 95, 213, .1), transparent 70%); pointer-events: none; }
.sector-transition-block::after { content: ""; position: absolute; bottom: -20px; left: -20px; width: 60px; height: 60px; border-radius: 50%; background: radial-gradient(circle, rgba(64, 188, 177, .08), transparent 70%); pointer-events: none; }
.sector-transition-block.is-visible { opacity: 1; transform: none; }
.sector-transition-shine { position: absolute; top: 0; left: -100%; width: 60%; height: 100%; background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, .35) 45%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .35) 55%, transparent 60%); pointer-events: none; animation: sector-transition-shine 10s ease-in-out infinite; }
@keyframes sector-transition-shine { 0%, 70% { left: -100%; } 100% { left: 200%; } }
.sector-transition-titles { position: relative; min-height: 80px; }
.sector-transition-slide { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; transform: translateY(10px); transition: opacity .5s ease, transform .5s ease; pointer-events: none; }
.sector-transition-slide.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sector-transition-block h2 { margin: 0; line-height: 1.15; }
.sector-transition-text { margin: 16px 0 0; color: #4a5568; font-size: 13px; line-height: 1.65; text-align: center; }
.sector-transition-block .sector-right-title-bold { color: var(--primary-blue); font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; letter-spacing: -.03em; }
.sector-transition-block .sector-right-title-light { color: var(--primary-blue); font-size: clamp(22px, 3vw, 34px); font-weight: 200; letter-spacing: -.03em; }

/* ============================================================ */
/* Section Services — Conclusion                                */
/* ============================================================ */
.sector-right-conclusion { grid-column: 1 / -1; margin-top: 24px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.sector-right-conclusion h3 { margin: 0 0 12px; color: var(--primary-blue); font-size: clamp(22px, 2.8vw, 34px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.sector-right-conclusion p { max-width: 580px; margin: 0; color: var(--muted); line-height: 1.7; }

/* ============================================================ */
/* Texte après les cartes                                        */
/* ============================================================ */
.sector-after-cards { max-width: 680px; margin: 48px auto 0; padding: 0 20px; text-align: center; opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s cubic-bezier(.16, 1, .3, 1); }
.sector-after-cards.is-visible { opacity: 1; transform: none; }
.sector-after-cards-bold { margin: 0 0 12px; color: var(--primary-blue); font-size: clamp(18px, 2.5vw, 24px); font-weight: 800; letter-spacing: -.02em; line-height: 1.3; }
.sector-after-cards p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.sector-office-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 40px 0; }
.sector-office-photo { margin: 0; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, .08); transition: transform .3s, box-shadow .3s; }
.sector-office-photo:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(58, 139, 202, .12); }
.sector-office-photo img { width: 100%; height: 200px; object-fit: cover; display: block; }
.sector-office-photo figcaption { padding: 12px 16px; background: var(--white); color: #4a5568; font-size: 13px; font-weight: 600; text-align: center; }
.sector-office-intro { max-width: 880px; margin-right: auto; margin-left: auto; text-align: center; }
.sector-office-intro-copy { position: relative; isolation: isolate; padding: 22px 26px; overflow: hidden; border-radius: 18px; background: linear-gradient(135deg, rgba(58, 139, 202, .09), rgba(107, 184, 232, .035)); box-shadow: 0 10px 28px rgba(58, 139, 202, .06); }
.sector-office-intro-copy::after { position: absolute; z-index: -1; right: -22px; bottom: -30px; width: 120px; height: 60px; border-radius: 120px 120px 0 0; background: rgba(58, 139, 202, .14); content: ""; transform: rotate(-10deg); }
.sector-office-intro-copy p { margin: 0; }
.sector-office-intro-copy h3 { margin: 22px 0 9px; color: var(--primary-blue); font-size: clamp(21px, 2.4vw, 28px); font-weight: 850; letter-spacing: -.03em; line-height: 1.2; }
.office-intro-title-bold { color: var(--primary-blue); font-weight: 850; }
.office-intro-title-light { color: #6bb8e8; font-weight: 280; }
.sector-office-choice-copy { max-width: 880px; margin: 0 auto 22px; padding: 20px 26px 22px; border: 1px solid rgba(205, 74, 86, .14); border-radius: 18px; background: linear-gradient(135deg, rgba(205, 74, 86, .085), rgba(255, 248, 248, .78)); box-shadow: 0 10px 26px rgba(168, 58, 68, .045); text-align: center; }
.sector-office-choice-title { margin: 0 auto 12px; color: #c84f5b; font-size: clamp(21px, 2.4vw, 28px); letter-spacing: -.03em; line-height: 1.2; text-align: center; }
.sector-office-choice-title .office-intro-title-bold { color: #c84f5b; }
.sector-office-choice-title .office-intro-title-light { display: inline-block; color: #df7e87; animation: office-brand-vibrate 3s ease-in-out infinite; transform-origin: center; }
@keyframes office-brand-vibrate {
  0%, 72%, 100% { transform: translateX(0) rotate(0); }
  76% { transform: translateX(-4px) rotate(-1deg); }
  80% { transform: translateX(4px) rotate(1deg); }
  84% { transform: translateX(-3px) rotate(-.7deg); }
  88% { transform: translateX(3px) rotate(.7deg); }
  92% { transform: translateX(-1px) rotate(0); }
  96% { transform: translateX(1px) rotate(0); }
}
@media (prefers-reduced-motion: reduce) {
  .sector-office-choice-title .office-intro-title-light { animation: none; }
}
.sector-office-choice-copy p { margin: 0; }
.sector-office-title { margin-bottom: 18px; text-align: center; }
.sector-office-title .sector-right-title-bold { color: #2f88c8; font-size: clamp(32px, 4.2vw, 50px); font-weight: 850; letter-spacing: -.045em; }
.sector-office-title .sector-right-title-light { color: var(--accent-pink); font-size: clamp(28px, 3.65vw, 43px); font-weight: 280; letter-spacing: -.04em; }
.sector-office-photos { position: relative; display: block; width: min(520px, 100%); height: 310px; margin: 42px auto 52px; }
.sector-office-photo { position: absolute; width: 235px; border: 4px solid #fff; border-radius: 14px; box-shadow: 0 12px 28px rgba(36, 82, 111, .18); }
.sector-office-photo:nth-child(1) { z-index: 3; top: 0; left: 50%; transform: translateX(-50%); }
.sector-office-photo:nth-child(2) { z-index: 1; bottom: 0; left: 24%; transform: translateX(-50%) rotate(-5deg); }
.sector-office-photo:nth-child(3) { z-index: 2; right: 24%; bottom: 0; transform: translateX(50%) rotate(5deg); }
.sector-office-photo:hover { box-shadow: 0 15px 32px rgba(36, 82, 111, .22); }
.sector-office-photo:nth-child(1):hover { transform: translateX(-50%) scale(1.035); }
.sector-office-photo:nth-child(2):hover { transform: translateX(-50%) rotate(-5deg) scale(1.035); }
.sector-office-photo:nth-child(3):hover { transform: translateX(50%) rotate(5deg) scale(1.035); }
.sector-office-photo img { height: 145px; }
.sector-office-photo figcaption { display: none; }
.health-sector-page #sante { padding-top: 64px; }
.health-sector-page #sante > .shell { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); gap: 34px 38px; align-items: center; }
.health-sector-page .sector-office-intro { width: 100%; max-width: none; margin: 0; text-align: left; }
.health-sector-page .sector-office-title { text-align: left; }
.health-sector-page .sector-office-photos { position: relative; display: block; width: min(390px, 100%); height: 390px; margin: 0 auto; }
.health-sector-page .sector-office-photo,
.health-sector-page .sector-office-photo:nth-child(n) { position: absolute; width: 235px; height: 145px; border: 4px solid #fff; }
.health-sector-page .sector-office-photo:nth-child(1) { z-index: 1; top: 0; right: auto; bottom: auto; left: 0; transform: rotate(-4deg); }
.health-sector-page .sector-office-photo:nth-child(2) { z-index: 2; top: 112px; right: 0; bottom: auto; left: auto; transform: rotate(3deg); }
.health-sector-page .sector-office-photo:nth-child(3) { z-index: 3; top: auto; right: auto; bottom: 0; left: 8%; transform: rotate(-2deg); }
.health-sector-page .sector-office-photo img { height: 100%; min-height: 0; }
.health-sector-page .sector-office-photo figcaption { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 7px 9px; border-radius: 8px; background: rgba(255, 255, 255, .88); }
.health-sector-page .sector-office-photo:nth-child(1):hover { transform: rotate(-4deg) translateY(-5px) scale(1.02); }
.health-sector-page .sector-office-photo:nth-child(2):hover { transform: rotate(3deg) translateY(-5px) scale(1.02); }
.health-sector-page .sector-office-photo:nth-child(3):hover { transform: rotate(-2deg) translateY(-5px) scale(1.02); }
.health-sector-page .sector-office-service-highlight,
.health-sector-page .sector-office-services-frame { grid-column: 1 / -1; width: 100%; }
.health-sector-page .sector-office-service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; padding-bottom: 28px; }
.health-sector-page .sector-office-service-list article { min-height: 250px; }
.health-sector-page .sector-office-service-list article:nth-child(even) { transform: translateY(28px); }
.health-sector-page .sector-office-service-list article:nth-child(even):hover { transform: translateY(23px); }
.retail-sector-page #grandes-surfaces { padding-top: 60px; }
.retail-sector-page .sector-office-intro { max-width: 980px; }
.retail-sector-page .sector-office-photos { position: relative; display: block; width: min(700px, 100%); height: 235px; margin: 38px auto 48px; }
.retail-sector-page .sector-office-photo,
.retail-sector-page .sector-office-photo:nth-child(n) { position: absolute; width: 235px; height: 145px; border: 5px solid #fff; }
.retail-sector-page .sector-office-photo:nth-child(1) { z-index: 1; top: 42px; right: auto; bottom: auto; left: 0; transform: rotate(-4deg); }
.retail-sector-page .sector-office-photo:nth-child(2) { z-index: 3; top: 0; right: auto; bottom: auto; left: 50%; transform: translateX(-50%) rotate(2deg); }
.retail-sector-page .sector-office-photo:nth-child(3) { z-index: 2; top: 44px; right: 0; bottom: auto; left: auto; transform: rotate(-2deg); }
.retail-sector-page .sector-office-photo img { height: 100%; }
.retail-sector-page .sector-office-photo:nth-child(1):hover { z-index: 4; transform: rotate(-4deg) translateY(-6px) scale(1.025); }
.retail-sector-page .sector-office-photo:nth-child(2):hover { z-index: 4; transform: translateX(-50%) rotate(2deg) translateY(-6px) scale(1.025); }
.retail-sector-page .sector-office-photo:nth-child(3):hover { z-index: 4; transform: rotate(-2deg) translateY(-6px) scale(1.025); }
.retail-sector-page .sector-office-service-list { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.retail-sector-page .sector-office-service-list article { width: 100%; min-height: 210px; padding: 25px 26px 22px; }
.retail-sector-page .sector-office-service-list article:nth-child(1),
.retail-sector-page .sector-office-service-list article:nth-child(4),
.retail-sector-page .sector-office-service-list article:nth-child(5) { grid-column: span 7; }
.retail-sector-page .sector-office-service-list article:nth-child(2),
.retail-sector-page .sector-office-service-list article:nth-child(3),
.retail-sector-page .sector-office-service-list article:nth-child(6) { grid-column: span 5; }
.retail-sector-page .sector-office-service-list article:nth-child(7) { grid-column: 3 / 11; }
.industry-sector-page #sites-industriels { padding-top: 60px; }
.industry-sector-page .sector-office-intro { max-width: 980px; }
.industry-sector-page .sector-office-photos { position: relative; display: block; width: min(560px, 100%); height: 185px; margin: 42px auto 52px; }
.industry-sector-page .sector-office-photo,
.industry-sector-page .sector-office-photo:nth-child(n) { position: absolute; width: 235px; height: 145px; border: 4px solid #fff; }
.industry-sector-page .sector-office-photo:nth-child(1) { z-index: 1; top: 20px; left: 0; transform: scale(.9); opacity: .82; }
.industry-sector-page .sector-office-photo:nth-child(2) { z-index: 3; top: 0; left: 50%; transform: translateX(-50%) scale(1.06); }
.industry-sector-page .sector-office-photo:nth-child(3) { z-index: 2; top: 20px; right: 0; bottom: auto; left: auto; transform: scale(.9); opacity: .82; }
.industry-sector-page .sector-office-photo img { height: 100%; }
.industry-sector-page .sector-office-photo:nth-child(1):hover { z-index: 4; opacity: 1; transform: translateY(-4px) scale(.96); }
.industry-sector-page .sector-office-photo:nth-child(2):hover { transform: translateX(-50%) translateY(-4px) scale(1.1); }
.industry-sector-page .sector-office-photo:nth-child(3):hover { z-index: 4; opacity: 1; transform: translateY(-4px) scale(.96); }
.industry-sector-page .sector-office-service-list { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; }
.industry-sector-page .sector-office-service-list article { width: 100%; min-height: 220px; grid-column: span 6; padding: 24px 28px; }
.industry-sector-page .sector-office-service-list article:nth-child(3),
.industry-sector-page .sector-office-service-list article:nth-child(6) { min-height: 178px; grid-column: 1 / -1; }
.industry-sector-page .sector-office-service-list article > div { display: block; }
.industry-sector-page .sector-office-service-list article:nth-child(3) > div,
.industry-sector-page .sector-office-service-list article:nth-child(6) > div { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: 24px; align-items: center; }
.industry-sector-page .sector-office-service-list article h4 { margin: 42px 0 11px; text-align: center; }
.industry-sector-page .sector-office-service-list article:nth-child(3) h4,
.industry-sector-page .sector-office-service-list article:nth-child(6) h4 { margin: 38px 0 0; text-align: left; }
.industry-sector-page .sector-office-service-list article p { text-align: left; }
.retail-sector-page .sector-office-service-list article h4,
.retail-sector-page .sector-office-service-list article p { text-align: left; }
.sector-office-service-highlight { max-width: 860px; margin: 0 auto 28px; padding: 14px 18px; border: 0; border-radius: 0; background: none; color: #d2699d; font-size: clamp(21px, 2.35vw, 27px); font-weight: 300; letter-spacing: -.015em; line-height: 1.38; text-align: center; }
.sector-office-service-highlight strong { display: block; font-weight: 800; }
.sector-office-service-highlight span { display: block; font-weight: 300; }
.sector-office-services-frame { position: relative; padding: 30px 28px 32px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .1); border-radius: 24px; background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(239, 247, 252, .78)); box-shadow: 0 24px 52px -14px rgba(38, 91, 129, .16); }
.sector-office-service-list article { position: relative; overflow: hidden; border: 1px solid rgba(58, 139, 202, .12); background: linear-gradient(145deg, #fff, #f7fbfe); }
.sector-office-service-list article > * { position: relative; z-index: 1; }
.sector-office-service-list article::before { position: absolute; z-index: 2; top: -90px; left: -110px; width: 58px; height: 390px; background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .92), rgba(255, 255, 255, 0)); content: ""; opacity: .9; pointer-events: none; transform: translateX(-140px) rotate(19deg); animation: office-card-shine 14s ease-in-out infinite; }
@keyframes office-card-shine {
  0% { transform: translateX(-140px) rotate(19deg); }
  8% { transform: translateX(520px) rotate(19deg); }
  8.01%, 100% { transform: translateX(520px) rotate(19deg); }
}
.sector-office-service-list article:nth-child(2)::before { animation-delay: 1.35s; }
.sector-office-service-list article:nth-child(3)::before { animation-delay: 2.7s; }
.sector-office-service-list article:nth-child(4)::before { animation-delay: 4.05s; }
.sector-office-service-list article:nth-child(5)::before { animation-delay: 5.4s; }
.sector-office-service-list article:nth-child(6)::before { animation-delay: 6.75s; }
@media (prefers-reduced-motion: reduce) {
  .sector-office-service-list article::before { animation: none; opacity: 0; }
}
.sector-office-service-list article::after { position: absolute; z-index: 0; right: -24px; bottom: -42px; width: 105px; height: 76px; border-radius: 105px 105px 0 0; background: var(--office-decor, rgba(58, 139, 202, .1)); content: ""; pointer-events: none; transform: rotate(-12deg); }
.sector-office-service-list article:hover { border-color: rgba(58, 139, 202, .22); box-shadow: 0 17px 34px rgba(42, 91, 126, .13); }
.sector-office-service-list article h4 { margin: 5px 0 9px; color: var(--primary-blue); font-size: clamp(20px, 2.2vw, 27px); font-weight: 850; letter-spacing: -.035em; line-height: 1.08; }
.office-card-title-bold { color: var(--primary-blue); font-weight: 850; }
.office-card-title-light { color: #6BB8E8; font-weight: 280; }
@keyframes office-card-deck-in {
  0% { opacity: 0; filter: blur(5px); translate: 0 120px; scale: .78; rotate: 4deg; }
  70% { opacity: 1; filter: blur(0); translate: 0 -11px; scale: 1.025; rotate: -.8deg; }
  100% { opacity: 1; filter: none; translate: none; scale: 1; rotate: 0deg; }
}
.sector-office-services-frame:not(.is-visible) .sector-office-service-list article { opacity: 0; }
.sector-office-services-frame.is-visible .sector-office-service-list article { animation: office-card-deck-in 1.35s cubic-bezier(.16, 1, .3, 1) both; }
.sector-office-services-frame.is-visible .sector-office-service-list article:nth-child(2) { animation-delay: .4s; }
.sector-office-services-frame.is-visible .sector-office-service-list article:nth-child(3) { animation-delay: .8s; }
.sector-office-services-frame.is-visible .sector-office-service-list article:nth-child(4) { animation-delay: 1.2s; }
.sector-office-services-frame.is-visible .sector-office-service-list article:nth-child(5) { animation-delay: 1.6s; }
.sector-office-services-frame.is-visible .sector-office-service-list article:nth-child(6) { animation-delay: 2s; }
.sector-office-services-frame.is-visible .sector-office-service-list article:nth-child(7) { animation-delay: 2.4s; }
@media (prefers-reduced-motion: reduce) {
  .sector-office-services-frame:not(.is-visible) .sector-office-service-list article { opacity: 1; }
  .sector-office-services-frame.is-visible .sector-office-service-list article { animation: none; }
}
.office-card-badge { position: absolute; z-index: 3; top: 18px; left: 0; display: inline-flex; min-height: 29px; align-items: center; justify-content: center; margin: 0; padding: 6px 14px 6px 16px; border-radius: 0 999px 999px 0; background: var(--office-badge, var(--primary-blue)); color: #fff !important; font-size: 9px !important; font-weight: 950 !important; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 17px color-mix(in srgb, var(--office-badge, var(--primary-blue)) 30%, transparent); }
.sector-office-service-list article:nth-child(1) { --office-decor: rgba(58, 139, 202, .13); --office-badge: #3a8bca; background: linear-gradient(145deg, #fff, #eaf5fc); }
.sector-office-service-list article:nth-child(2) { --office-decor: rgba(64, 188, 177, .13); --office-badge: #329e95; background: linear-gradient(145deg, #fff, #eaf8f5); }
.sector-office-service-list article:nth-child(3) { --office-decor: rgba(226, 95, 211, .1); --office-badge: #b65bac; background: linear-gradient(145deg, #fff, #f9eef7); }
.sector-office-service-list article:nth-child(4) { --office-decor: rgba(183, 132, 35, .12); --office-badge: #ad7d22; background: linear-gradient(145deg, #fff, #f8f3e6); }
.sector-office-service-list article:nth-child(5) { --office-decor: rgba(132, 101, 190, .11); --office-badge: #7960ad; background: linear-gradient(145deg, #fff, #f1eef9); }
.sector-office-service-list article:nth-child(6) { --office-badge: #3c9b78; background: linear-gradient(145deg, #fff, #e9f7f2); }
.sector-office-service-list article:nth-child(7) { --office-badge: #3a8bca; background: linear-gradient(145deg, #fff, #eaf5fc); }
.sector-office-service-list article:nth-child(8) { --office-badge: #329e95; background: linear-gradient(145deg, #fff, #eaf8f5); }
.sector-office-service-list article p { padding: 10px 12px; border-radius: 10px; background: rgba(255, 255, 255, .58); }
.sector-office-service-list article::after { content: none; }
.sector-office-service-list article,
.sector-office-benefit-list article { position: relative; display: flex; min-height: 220px; padding: 24px 20px 20px; overflow: hidden; align-items: flex-start; justify-content: center; border-radius: 18px; text-align: center; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .95), 0 11px 26px rgba(42, 91, 126, .09); }
.sector-office-service-list article > div,
.sector-office-benefit-list article > div { position: static; width: 100%; }
.sector-office-service-list article > .pill,
.sector-office-benefit-list article > .pill { position: absolute; z-index: 0; top: -14px; right: 10px; height: auto; margin: 0; padding: 0; border: 0; background: none; color: rgba(58, 139, 202, .1); font-size: 82px; font-weight: 950; letter-spacing: -.08em; line-height: 1; }
.sector-office-service-list article h4,
.sector-office-benefit-list article h4 { display: flex; min-height: 58px; align-items: center; justify-content: center; column-gap: 8px; row-gap: 5px; flex-wrap: wrap; margin: 42px 0 11px; font-size: clamp(20px, 2.2vw, 27px); letter-spacing: -.035em; line-height: 1.08; text-align: center; }
.sector-office-service-list article p,
.sector-office-benefit-list article p { margin: 0; padding: 11px 12px; border-radius: 11px; background: rgba(255, 255, 255, .62); text-align: left; }
.sector-office-service-list article p strong { color: var(--office-badge, #315e78); font-weight: 850; }
.sector-office-benefit-list article:nth-child(1) { --office-badge: #3a8bca; background: linear-gradient(145deg, #fff, #eaf5fc); }
.sector-office-benefit-list article:nth-child(2) { --office-badge: #329e95; background: linear-gradient(145deg, #fff, #eaf8f5); }
.sector-office-benefit-list article:nth-child(3) { --office-badge: #7960ad; background: linear-gradient(145deg, #fff, #f1eef9); }
@media (max-width: 800px) {
  .health-sector-page #sante { padding-top: 42px; }
  .health-sector-page #sante > .shell { display: block; }
  .health-sector-page .sector-office-intro,
  .health-sector-page .sector-office-title { text-align: center; }
  .health-sector-page .sector-office-photos { width: 300px; height: 310px; margin: 28px auto 34px; }
  .health-sector-page .sector-office-photo:nth-child(n) { width: 175px; height: 115px; }
  .health-sector-page .sector-office-photo:nth-child(2) { top: 98px; }
  .health-sector-page .sector-office-service-list { grid-template-columns: 1fr; gap: 14px; padding-bottom: 0; }
  .health-sector-page .sector-office-service-list article:nth-child(even),
  .health-sector-page .sector-office-service-list article:nth-child(even):hover { transform: none; }
  .retail-sector-page #grandes-surfaces { padding-top: 42px; }
  .retail-sector-page .sector-office-photos { width: 330px; height: 205px; margin: 30px auto 36px; }
  .retail-sector-page .sector-office-photo:nth-child(n) { width: 175px; height: 115px; }
  .retail-sector-page .sector-office-photo:nth-child(1) { top: 46px; }
  .retail-sector-page .sector-office-photo:nth-child(2) { left: 50%; }
  .retail-sector-page .sector-office-photo:nth-child(3) { top: 48px; }
  .retail-sector-page .sector-office-service-list article,
  .retail-sector-page .sector-office-service-list article:nth-child(n) { width: 100%; min-height: 0; grid-column: 1 / -1; }
  .industry-sector-page #sites-industriels { padding-top: 42px; }
  .industry-sector-page .sector-office-photos { width: 330px; height: 145px; margin: 30px auto 36px; }
  .industry-sector-page .sector-office-photo:nth-child(n) { width: 175px; height: 115px; }
  .industry-sector-page .sector-office-photo:nth-child(1),
  .industry-sector-page .sector-office-photo:nth-child(3) { top: 14px; }
  .industry-sector-page .sector-office-service-list article,
  .industry-sector-page .sector-office-service-list article:nth-child(n) { width: 100%; min-height: 0; grid-column: 1 / -1; padding: 24px 20px 20px; }
  .industry-sector-page .sector-office-service-list article:nth-child(n) > div { display: block; }
  .industry-sector-page .sector-office-service-list article h4 { margin: 42px 0 11px; text-align: center; }
  .sector-office-services-frame { padding: 24px 18px 22px; border-radius: 20px; }
  .sector-office-service-list article,
  .sector-office-benefit-list article { min-height: 200px; }
}
.sector-office-quote-section { padding-top: 20px; padding-bottom: 70px; }
.sector-office-quote-actions { display: grid; flex: 0 0 auto; gap: 9px; }
.sector-office-quote-phone { color: #fff; font-size: 13px; font-weight: 900; text-align: center; text-decoration: none; }
@media (max-width: 800px) { .sector-office-quote-actions { width: 100%; } }
@media (max-width: 560px) {
  .sector-office-photos { width: 330px; height: 260px; }
  .sector-office-photo { width: 175px; }
  .sector-office-photo:nth-child(2) { left: 25%; }
  .sector-office-photo:nth-child(3) { right: 25%; }
  .sector-office-photo img { height: 115px; }
}

/* ============================================================ */
/* Nos atouts et outils                                         */
/* ============================================================ */
.sector-tools { position: relative; width: fit-content; max-width: 480px; margin: 0; padding: 40px 48px; background: linear-gradient(135deg, #fadbd8, #f5b7b1); border: none; border-radius: 24px; text-align: center; overflow: hidden; opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s cubic-bezier(.16, 1, .3, 1); color: #c0392b; animation: tools-vibrate 7s ease-in-out infinite; }
@keyframes tools-vibrate {
  0%, 70%, 100% { transform: translateY(0) translateX(0) rotate(0deg); }
  72% { transform: translateY(0) translateX(-12px) rotate(-1.5deg); }
  74% { transform: translateY(0) translateX(12px) rotate(1.5deg); }
  76% { transform: translateY(0) translateX(-12px) rotate(-1.5deg); }
  78% { transform: translateY(0) translateX(12px) rotate(1.5deg); }
  80% { transform: translateY(0) translateX(-8px) rotate(-1deg); }
  82% { transform: translateY(0) translateX(8px) rotate(1deg); }
  84% { transform: translateY(0) translateX(-4px) rotate(0deg); }
  86% { transform: translateY(0) translateX(4px) rotate(0deg); }
  88% { transform: translateY(0) translateX(0) rotate(0deg); }
}
.sector-google-layout { margin-top: 64px; }
.home-social-proof .sector-google-layout { margin-top: 24px; }
.sector-google-layout .sector-exigence { width: 100%; max-width: 100%; }
.sector-tools { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.sector-exigence { position: relative; padding: 20px 48px; border-radius: 24px; text-align: center; overflow: hidden; opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s cubic-bezier(.16, 1, .3, 1); background: linear-gradient(135deg, #f8fbff 0%, #e8f4fd 50%, #f0faf9 100%); border: 2px solid rgba(58, 139, 202, .18); box-shadow: 0 12px 40px rgba(58, 139, 202, .12); }
.sector-exigence-circle-1 { position: absolute; top: -40px; right: -40px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(58, 139, 202, .15), transparent 70%); pointer-events: none; }
.sector-exigence-circle-2 { position: absolute; bottom: -30px; left: -30px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(64, 188, 177, .12), transparent 70%); pointer-events: none; }
.sector-exigence.is-visible { opacity: 1; transform: none; animation: google-block-in .8s cubic-bezier(.16, 1, .3, 1) forwards; }
@keyframes google-block-in {
  0% { opacity: 0; transform: translateY(24px) scale(.97); }
  100% { opacity: 1; transform: none; }
}
.google-reviews .google-review { opacity: 0; transform: translateY(16px); }
.sector-exigence.is-visible .google-review:nth-child(1) { animation: google-card-in .5s cubic-bezier(.16, 1, .3, 1) .2s forwards; }
.sector-exigence.is-visible .google-review:nth-child(2) { animation: google-card-in .5s cubic-bezier(.16, 1, .3, 1) .4s forwards; }
.sector-exigence.is-visible .google-review:nth-child(3) { animation: google-card-in .5s cubic-bezier(.16, 1, .3, 1) .6s forwards; }
@keyframes google-card-in {
  0% { opacity: 0; transform: translateY(16px) scale(.95); }
  100% { opacity: 1; transform: none; }
}
.sector-exigence .sector-tools-title { margin: 0 0 20px; }
.sector-exigence .sector-tools-title .sector-right-title-bold { color: #6BB8E8; }
.sector-exigence .sector-tools-title .sector-right-title-light { color: var(--primary-blue); }
.sector-exigence .sector-right-title-bold { font-size: clamp(22px, 2.8vw, 34px); }
.sector-exigence .sector-right-title-light { font-size: clamp(22px, 2.8vw, 34px); }
.sector-exigence p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.google-header { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 24px; }
.reviews-platform-headers { display: grid; margin-bottom: 24px; }
.reviews-platform-headers .google-header { grid-area: 1 / 1; margin-bottom: 0; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px) scale(.985); }
.reviews-platform-headers .google-header.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: none; animation: review-title-in .7s cubic-bezier(.16, 1, .3, 1) both; }
.reviews-platform-headers .google-header.is-leaving { visibility: visible; pointer-events: none; animation: review-title-out .55s cubic-bezier(.55, 0, 1, .45) both; }
.reviews-platform-title .sector-right-title-bold,
.reviews-platform-title .sector-right-title-light { font-size: clamp(20px, 2.5vw, 30px); }
@keyframes review-title-in {
  0% { opacity: 0; filter: blur(4px); transform: translateY(16px) scale(.98); }
  100% { opacity: 1; filter: blur(0); transform: none; }
}
@keyframes review-title-out {
  0% { opacity: 1; filter: blur(0); transform: none; }
  100% { opacity: 0; filter: blur(4px); transform: translateY(-14px) scale(.98); }
}
@media (prefers-reduced-motion: reduce) {
  .reviews-platform-headers .google-header.is-active,
  .reviews-platform-headers .google-header.is-leaving { animation: none; }
}
.pagesjaunes-title-logo > span { width: 30px; height: 30px; font-size: 18px; }
.pagesjaunes-title-logo strong { font-size: 15px; }
.mixed-reviews-header { width: 100%; gap: 12px; margin-inline: auto; padding: 4px 0 18px; color: var(--text-dark); text-align: center; }
.mixed-reviews-header .sector-tools-title { display: flex; flex-direction: column; gap: 5px; align-items: center; margin: 0; color: inherit; line-height: 1; }
.mixed-reviews-header .sector-right-title-bold { color: inherit; font-size: 11px; font-weight: 850; letter-spacing: .24em; text-transform: uppercase; }
.mixed-reviews-header .sector-right-title-light { color: inherit; font-size: clamp(27px, 3.5vw, 40px); font-weight: 300; letter-spacing: -.04em; text-transform: lowercase; }
.google-profile-link { color: inherit; text-decoration: none; cursor: pointer; }
.google-profile-link .google-logo,
.google-profile-link .sector-tools-title { transition: transform .22s ease, opacity .22s ease; }
.google-profile-link:hover .google-logo,
.google-profile-link:hover .sector-tools-title { transform: translateY(-2px); }
.google-profile-link:focus-visible { border-radius: 10px; outline: 3px solid rgba(58, 139, 202, .35); outline-offset: 7px; }
.google-logo { display: flex; align-items: center; gap: 10px; }
.mixed-reviews-sources { flex-wrap: wrap; justify-content: center; }
.mixed-reviews-sources > svg { width: 32px; height: 32px; }
.mixed-source-separator { width: 1px; height: 30px; margin: 0 4px; background: linear-gradient(transparent, rgba(58, 139, 202, .35), transparent); }
.mixed-reviews-sources .pagesjaunes-logo > span { width: 28px; height: 28px; font-size: 17px; }
.mixed-reviews-sources .pagesjaunes-logo strong { font-size: 14px; }
.google-rating { font-size: 24px; font-weight: 700; color: var(--primary-blue); }
.google-rating small { color: #718096; font-size: 12px; font-weight: 700; }
.reviews-summary { order: -1; color: inherit; font-size: 36px; font-weight: 300; letter-spacing: -.06em; line-height: 1; }
.reviews-summary small { color: inherit; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
@media (max-width: 560px) {
  .reviews-platform-title .sector-right-title-bold,
  .reviews-platform-title .sector-right-title-light { font-size: clamp(18px, 6vw, 24px); }
  .mixed-reviews-header { gap: 7px; padding-bottom: 12px; }
  .mixed-reviews-header .sector-right-title-light { font-size: 29px; }
  .reviews-summary { font-size: 31px; }
  .reviews-summary small { font-size: 9px; }
}
.google-reviews { display: flex; gap: 20px; margin-top: 0; overflow-x: auto; scrollbar-width: thin; padding-bottom: 12px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.google-review { flex: 0 0 300px; box-sizing: border-box; background: var(--white); border-radius: 16px; padding: 24px; text-align: left; border: 1px solid rgba(58, 139, 202, .08); box-shadow: 0 2px 12px rgba(0, 0, 0, .04); scroll-snap-align: start; transition: all .3s ease; }
.google-review:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(58, 139, 202, .1); }
.google-review-link { display: block; color: inherit; text-decoration: none; }
.google-review-link:focus-visible { border-radius: 8px; outline: 3px solid rgba(58, 139, 202, .35); outline-offset: 5px; }
.google-review-header .google-info { min-width: 0; flex: 1; }
.review-platform { display: inline-flex; width: 30px; height: 30px; flex: 0 0 30px; align-items: center; justify-content: center; margin-left: auto; }
.google-review-header .pagesjaunes-logo > span { width: 28px; height: 28px; font-size: 17px; }
.google-platform svg { width: 28px; height: 28px; }
.google-review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.google-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--primary-blue), var(--secondary-turquoise)); color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 16px; }
.google-info { display: flex; flex-direction: column; }
.google-name { font-weight: 600; color: #1a202c; font-size: 14px; }
.google-date { color: #718096; font-size: 12px; }
.google-stars { color: #fbbc04; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; animation: stars-glow 3s ease-in-out infinite; }
.pagesjaunes-logo { display: inline-flex; align-items: center; gap: 6px; color: #111; font-size: 11px; line-height: 1; }
.pagesjaunes-profile-link { border-radius: 5px; text-decoration: none; transition: transform .22s ease; }
.pagesjaunes-profile-link:hover { transform: translateY(-2px); }
.pagesjaunes-profile-link:focus-visible { outline: 3px solid rgba(58, 139, 202, .35); outline-offset: 5px; }
.pagesjaunes-logo > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 2px; background: #ffd800; color: #111; font-size: 14px; font-weight: 950; }
.pagesjaunes-logo strong { font-size: 12px; font-weight: 850; letter-spacing: -.02em; }
.pagesjaunes-stars { display: flex; align-items: center; gap: 9px; color: #ff7668; }
.pagesjaunes-stars strong { color: #4a5568; font-size: 12px; letter-spacing: 0; }
@keyframes stars-glow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.2); }
}
.google-review p { margin: 0; color: #4a5568; font-size: 13px; line-height: 1.6; font-style: italic; }
.google-review-copy { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 4; line-clamp: 4; }
.google-review.is-expanded .google-review-copy { display: block; max-height: 180px; overflow-y: auto; padding-right: 6px; -webkit-line-clamp: unset; line-clamp: unset; }
.google-review-more { display: inline-flex; margin-top: 10px; padding: 0; border: 0; background: none; color: var(--primary-blue); cursor: pointer; font: inherit; font-size: 12px; font-weight: 850; }
.google-review-more:hover, .google-review-more:focus-visible { color: #278d88; text-decoration: underline; }
.google-review-empty { min-height: 0; border-style: dashed; background: rgba(255, 255, 255, .38); box-shadow: none; }
.google-review-empty:hover { transform: none; box-shadow: none; }
.brand-deploy-group { display: flex; align-items: center; gap: 15px; }
.local-deploy-button { position: relative; display: inline-flex; min-height: 42px; align-items: center; gap: 9px; padding: 10px 16px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 12px; background: linear-gradient(135deg, var(--primary-blue), #347fbd 58%, var(--secondary-turquoise)); color: var(--white); cursor: pointer; font: inherit; font-size: 11px; font-weight: 900; letter-spacing: .035em; box-shadow: 0 9px 22px rgba(58, 139, 202, .28), inset 0 1px 0 rgba(255, 255, 255, .24); transition: transform .22s ease, box-shadow .22s ease, filter .22s ease; }
.local-deploy-button::after { position: absolute; top: -4px; right: -4px; width: 10px; height: 10px; border: 2px solid var(--white); border-radius: 50%; background: #40bcb1; content: ""; box-shadow: 0 0 0 3px rgba(64, 188, 177, .18); animation: deploy-ready-pulse 2.4s ease-in-out infinite; }
.local-deploy-button > span:first-child { font-size: 19px; font-weight: 500; line-height: .8; }
.local-deploy-button[hidden] { display: none; }
.local-deploy-button:hover, .local-deploy-button:focus-visible { filter: brightness(1.06); transform: translateY(-2px); box-shadow: 0 13px 28px rgba(58, 139, 202, .34), inset 0 1px 0 rgba(255, 255, 255, .3); }
.local-deploy-button:disabled { cursor: wait; opacity: .65; transform: none; }
.local-deploy-button.is-success { background: linear-gradient(135deg, #278d88, #40bcb1); }
.local-deploy-button.is-error { background: linear-gradient(135deg, #a93434, #cb5a5a); }
@keyframes deploy-ready-pulse { 50% { opacity: .55; transform: scale(.82); } }
@media (prefers-reduced-motion: reduce) { .local-deploy-button::after { animation: none; } }
@media (max-width: 560px) {
  .brand-deploy-group { gap: 8px; }
  .local-deploy-button { min-height: 36px; padding: 8px 11px; border-radius: 10px; font-size: 9px; }
  .local-deploy-button > span:first-child { font-size: 16px; }
}
.google-author { display: none; }
.sector-exigence p strong { color: var(--text-dark); font-weight: 800; }
.sector-tools::before { content: ""; position: absolute; top: -40px; right: -40px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(64, 188, 177, .12), transparent 70%); pointer-events: none; }
.sector-tools::after { content: ""; position: absolute; bottom: -30px; left: -30px; width: 100px; height: 100px; border-radius: 50%; background: radial-gradient(circle, rgba(58, 139, 202, .08), transparent 70%); pointer-events: none; }
.sector-tools.is-visible { opacity: 1; transform: none; }
.sector-tools-title { margin: 0 0 16px; line-height: 1.15; }
.sector-tools .sector-tools-title .sector-right-title-bold { color: #c0392b; font-size: clamp(22px, 2.8vw, 34px); font-weight: 800; letter-spacing: -.03em; }
.sector-tools .sector-tools-title .sector-right-title-light { color: #e74c3c; font-size: clamp(22px, 2.8vw, 34px); font-weight: 200; letter-spacing: -.03em; }
.client-strip .sector-tools-title .sector-right-title-bold { color: #6BB8E8; }
.client-strip .sector-tools-title .sector-right-title-light { color: #6BB8E8; }
.medical-signature-reasons .sector-tools-title { margin: 0 0 18px; }
.medical-signature-reasons .sector-tools-title .sector-right-title-bold { color: #6BB8E8; font-size: clamp(22px, 2.8vw, 34px); font-weight: 800; letter-spacing: -.03em; }
.medical-signature-reasons .sector-tools-title .sector-right-title-light { color: #8ecae6; font-size: clamp(22px, 2.8vw, 34px); font-weight: 200; letter-spacing: -.03em; }
.sector-tools p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.sector-tools p strong { color: var(--text-dark); font-weight: 800; }
.sector-tools-rotating { position: relative; min-height: 60px; }
.sector-tools-slide { position: absolute; top: 0; left: 0; width: 100%; margin: 0; opacity: 0; transform: translateY(8px); transition: opacity .5s ease, transform .5s ease; pointer-events: none; font-size: clamp(26px, 3.5vw, 40px); line-height: 1.2; text-align: center; font-weight: 800; letter-spacing: -.03em; }
.sector-tools-text { margin: 0; color: #c0392b; font-size: clamp(16px, 2.2vw, 22px); line-height: 1.5; text-align: center; }
.sector-tools-text strong { font-size: clamp(26px, 3.5vw, 40px); font-weight: 800; letter-spacing: -.03em; display: block; margin-bottom: 16px; color: #c0392b; }
.sector-tools-rotating { position: relative; min-height: 80px; margin: 0; flex: 1; }
.sector-tools .sector-tools-slide { color: rgba(255, 255, 255, .9); }
.sector-tools-slide.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sector-tools-apps { display: flex; justify-content: center; gap: 20px; margin: 12px 0; }
.sector-tools-app { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.sector-tools-app img { width: 60px; height: auto; max-height: 100px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, .15); transition: transform .3s; object-fit: cover; object-position: top; }
.sector-tools-app img:hover { transform: scale(1.05); }
.sector-tools-app span { color: rgba(255, 255, 255, .85); font-size: 10px; font-weight: 600; text-align: center; }
.sector-tools-btn { display: block; width: fit-content; margin: 0 auto; padding: 10px 24px; background: var(--white); color: var(--primary-blue); font-size: 13px; font-weight: 700; text-decoration: none; border-radius: 999px; transition: background .2s, transform .2s; animation: btn-vibrate 20s ease-in-out infinite; }
.sector-tools-btn:hover { background: rgba(255, 255, 255, .9); transform: scale(1.05); }
@keyframes btn-vibrate {
  0%, 90%, 100% { transform: translate(0, 0) rotate(0deg); }
  91% { transform: translate(-3px, 0) rotate(-2deg); }
  92% { transform: translate(3px, 0) rotate(2deg); }
  93% { transform: translate(-3px, 0) rotate(-2deg); }
  94% { transform: translate(3px, 0) rotate(2deg); }
  95% { transform: translate(-2px, 0) rotate(-1deg); }
  96% { transform: translate(2px, 0) rotate(1deg); }
  97% { transform: translate(-1px, 0) rotate(0deg); }
  98% { transform: translate(1px, 0) rotate(0deg); }
  99% { transform: translate(0, 0) rotate(0deg); }
}

@media (max-width: 560px) {
  .sector-tools-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ============================================================ */
/* Section Services — Grille de cartes                           */
/* ============================================================ */
@keyframes card-blow-in {
  0% { opacity: 0; transform: translateX(-40px) rotate(-4deg) scale(.92); }
  60% { opacity: 1; transform: translateX(6px) rotate(.5deg) scale(1.02); }
  100% { opacity: 1; transform: translateX(0) rotate(0) scale(1); }
}
@keyframes card-shine {
  0%, 100% { box-shadow: 0 2px 16px rgba(42, 91, 126, .04), inset 0 0 0 rgba(58, 139, 202, 0); border-color: rgba(58, 139, 202, .08); }
  50% { box-shadow: 0 4px 24px rgba(58, 139, 202, .12), inset 0 0 30px rgba(58, 139, 202, .04); border-color: rgba(58, 139, 202, .18); }
}

.sector-services-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 0; margin-top: 14px; border-radius: 22px; overflow: hidden; background: var(--white); box-shadow: 0 26px 55px -12px rgba(38, 91, 129, .16); align-items: stretch; }
.sector-services-sidebar { position: relative; display: flex; flex-direction: column; min-height: 320px; padding: 20px 24px; overflow: hidden; background: linear-gradient(180deg, #f4f9fc, #eaf3f8); color: var(--navy); border-right: 1px solid rgba(58, 139, 202, .12); }
.sector-services-sidebar::before { content: ""; position: absolute; z-index: 0; right: -90px; bottom: -105px; width: 220px; height: 220px; border: 28px solid rgba(58, 139, 202, .06); border-radius: 50%; pointer-events: none; }
.sector-panel-shine { position: absolute; top: 0; left: -120%; width: 80%; height: 100%; background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, .5) 45%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, .5) 55%, transparent 60%); z-index: 1; pointer-events: none; }
.sector-services-sidebar-top { position: relative; z-index: 1; }
.sector-services-sidebar-top .eyebrow { color: var(--primary-blue); }
.sector-services-sidebar-top .eyebrow > span, .sector-services-sidebar-top .eyebrow::after { background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise)); }
.sector-services-sidebar-copy { position: relative; z-index: 1; margin-top: 42px; }
.sector-services-sidebar small { color: rgba(38, 91, 129, .7); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sector-sidebar-card { background: rgba(255, 255, 255, .8); border-radius: 16px; padding: 24px; border: 1px solid rgba(58, 139, 202, .14); margin-bottom: 24px; box-shadow: 0 6px 18px rgba(38, 91, 129, .06); }
.sector-sidebar-card-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.sector-sidebar-card-header svg { color: var(--primary-blue); animation: sidebar-icon-float 3s ease-in-out infinite; }
.sector-sidebar-card-header span { color: rgba(58, 139, 202, .25); font-size: 32px; font-weight: 900; line-height: 1; }
.sector-services-sidebar h3 { margin: 0; color: var(--navy); font-size: clamp(24px, 2.6vw, 34px); line-height: 1.1; font-weight: 900; }
.sector-services-sidebar h3 strong { font-weight: 900; color: var(--navy); }
.sector-services-sidebar h3 em { font-weight: 300; font-style: normal; color: rgba(38, 91, 129, .8); }
.sector-services-sidebar p { margin: 14px 0 0; color: rgba(38, 91, 129, .9); line-height: 1.6; font-size: 14px; }
.sector-services-sidebar p strong { color: var(--navy); font-weight: 700; }
/* Bloc atouts */
.sector-sidebar-atouts { position: relative; z-index: 1; margin-top: 24px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.sector-sidebar-card-atouts { background: #3A8BCA; color: var(--white); border-radius: 16px; padding: 24px; border: 1px solid rgba(255, 255, 255, .25); box-shadow: 0 8px 24px rgba(58, 139, 202, .25); }
.sector-sidebar-card-atouts .sector-sidebar-card-header svg { color: #bdf2ed; }
.sector-sidebar-card-atouts h3 { color: var(--white); }
.sector-sidebar-card-atouts h3 strong { color: var(--white); }
.sector-sidebar-card-atouts h3 em { color: rgba(255, 255, 255, .85); }
.sector-sidebar-card-atouts p { color: rgba(255, 255, 255, .95); }
/* Bouton En savoir plus dans la carte bleue */
.sector-sidebar-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 10px 16px; border: 1.5px solid rgba(255, 255, 255, .5); border-radius: 999px; background: transparent; color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .2s ease, box-shadow .3s ease; }
.sector-sidebar-cta:hover { background: var(--white); color: #3A8BCA; border-color: var(--white); transform: translateX(2px); box-shadow: 0 4px 14px rgba(255, 255, 255, .3); }
.sector-sidebar-cta:focus-visible { outline: 2px solid #bdf2ed; outline-offset: 3px; }
.sector-sidebar-cta svg { flex-shrink: 0; }
/* Rotateur directement sur le fond du sidebar (plus de wrapper blanc) */
.sector-atouts-rotator-wrapper { display: flex; flex-direction: column; gap: 16px; }
.sector-atouts-rotator { position: relative; flex: 1; min-height: 170px; }
.sector-atouts-slide { position: absolute; top: 0; left: 0; width: 100%; opacity: 0; transform: translateY(14px); transition: opacity .3s ease, transform .3s ease; pointer-events: none; }
.sector-atouts-slide.is-active { opacity: 1; transform: translateY(0); pointer-events: auto; }
.sector-atouts-slide-title { display: flex; align-items: baseline; gap: 12px; color: var(--navy); font-size: 17px; font-weight: 800; margin-bottom: 10px; }
.sector-atouts-num { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; color: var(--primary-blue); font-size: 12px; font-weight: 900; background: rgba(58, 139, 202, .12); border-radius: 50%; flex-shrink: 0; }
.sector-atouts-slide p { margin: 0; color: rgba(38, 91, 129, .85); line-height: 1.6; font-size: 14px; }
/* Curseur de frappe */
.sector-atouts-slide.is-typing .sector-atouts-slide-title::after { content: ""; display: inline-block; width: 3px; height: .82em; margin-left: 5px; vertical-align: -.09em; border-radius: 999px; background: var(--primary-blue); animation: tw-caret-blink 1.05s steps(2, start) infinite; }
/* Pagination */
.sector-atouts-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.sector-atouts-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(58, 139, 202, .3); cursor: pointer; transition: background .3s ease, width .3s ease, border-radius .3s ease; }
.sector-atouts-dot.is-active { width: 24px; border-radius: 4px; background: var(--primary-blue); }
@keyframes atouts-dock {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
.sector-services-cards-grid { position: relative; display: grid; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@keyframes sidebar-icon-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.sector-services-heading { text-align: center; margin-bottom: 32px; margin-top: 20px; position: static; overflow: visible; padding: 0; border: none; background: none; color: inherit; box-shadow: none; }
.sector-services-title { margin: 0; }
.sector-services-title .sector-services-light { font-size: clamp(22px, 2.8vw, 34px); font-weight: 800; color: #6BB8E8; }
.sector-services-title .sector-services-blue { font-size: clamp(22px, 2.8vw, 34px); font-weight: 200; color: var(--accent-pink); }
.sector-services-cards-grid::before { content: ""; position: absolute; top: -50px; left: -40px; width: 140px; height: 140px; border-radius: 50%; background: radial-gradient(circle, rgba(64, 188, 177, .1), transparent 70%); pointer-events: none; }
.sector-services-cards-grid::after { content: ""; position: absolute; bottom: -40px; right: -30px; width: 120px; height: 120px; border-radius: 50%; background: radial-gradient(circle, rgba(58, 139, 202, .08), transparent 70%); pointer-events: none; }

/* Carte */
.sector-service-card { position: relative; display: flex; flex-direction: column; align-items: center; padding: 14px 10px 12px; background: var(--white); border: 1px solid rgba(58, 139, 202, .08); border-radius: 28px; box-shadow: 0 2px 16px rgba(42, 91, 126, .04); text-align: center; opacity: 0; transform: translateX(-40px) rotate(-4deg) scale(.92); overflow: hidden; }
.sector-service-card::before { content: ""; position: absolute; top: -20px; right: -20px; width: 60px; height: 60px; border-radius: 50%; pointer-events: none; }
.sector-service-card:nth-child(1)::before { background: radial-gradient(circle, rgba(58, 139, 202, .12), transparent 70%); }
.sector-service-card:nth-child(2)::before { background: radial-gradient(circle, rgba(64, 188, 177, .12), transparent 70%); }
.sector-service-card:nth-child(3)::before { background: radial-gradient(circle, rgba(226, 95, 213, .12), transparent 70%); }
.sector-service-card:nth-child(4)::before { background: radial-gradient(circle, rgba(58, 139, 202, .1), transparent 70%); }
.sector-service-card:nth-child(5)::before { background: radial-gradient(circle, rgba(64, 188, 177, .1), transparent 70%); }
.sector-service-card:nth-child(6)::before { background: radial-gradient(circle, rgba(226, 95, 213, .1), transparent 70%); }
.sector-service-card:nth-child(7)::before { background: radial-gradient(circle, rgba(58, 139, 202, .12), transparent 70%); }
.sector-service-card:nth-child(8)::before { background: radial-gradient(circle, rgba(64, 188, 177, .12), transparent 70%); }
.sector-services-cards-grid.is-visible .sector-service-card { animation: card-blow-in .6s cubic-bezier(.16, 1, .3, 1) forwards; }

/* Halo séquentiel — chaque carte s'illumine à tour de rôle */
@keyframes card-highlight {
  0%, 100% { box-shadow: 0 2px 16px rgba(42, 91, 126, .04), inset 0 0 0 rgba(58, 139, 202, 0); border-color: rgba(58, 139, 202, .08); }
  50% { box-shadow: 0 6px 32px rgba(58, 139, 202, .18), inset 0 0 40px rgba(58, 139, 202, .06); border-color: rgba(58, 139, 202, .25); }
}
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(1) { animation: card-blow-in .6s cubic-bezier(.16, 1, .3, 1) forwards, card-highlight 1s ease-in-out 1.6s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(2) { animation: card-blow-in .6s cubic-bezier(.16, 1, .3, 1) forwards, card-highlight 1s ease-in-out 2.4s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(3) { animation: card-blow-in .6s cubic-bezier(.16, 1, .3, 1) forwards, card-highlight 1s ease-in-out 3.2s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(4) { animation: card-blow-in .6s cubic-bezier(.16, 1, .3, 1) forwards, card-highlight 1s ease-in-out 4.0s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(5) { animation: card-blow-in .6s cubic-bezier(.16, 1, .3, 1) forwards, card-highlight 1s ease-in-out 4.8s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(6) { animation: card-blow-in .6s cubic-bezier(.16, 1, .3, 1) forwards, card-highlight 1s ease-in-out 5.6s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(7) { animation: card-blow-in .6s cubic-bezier(.16, 1, .3, 1) forwards, card-highlight 1s ease-in-out 6.4s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(8) { animation: card-blow-in .6s cubic-bezier(.16, 1, .3, 1) forwards, card-highlight 1s ease-in-out 7.2s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(1) { animation-delay: .04s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(2) { animation-delay: .12s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(3) { animation-delay: .2s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(4) { animation-delay: .28s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(5) { animation-delay: .36s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(6) { animation-delay: .44s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(7) { animation-delay: .52s; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(8) { animation-delay: .6s; }

@media (hover: hover) and (pointer: fine) {
  .sector-service-card:hover { transform: translateY(-8px) scale(1.03); box-shadow: 0 16px 40px rgba(42, 91, 126, .12); border-color: rgba(58, 139, 202, .18); transition: transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s ease, border-color .4s ease; }
}

/* Icône */
@keyframes icon-pop {
  0% { transform: scale(0) rotate(-180deg); opacity: 0; }
  50% { transform: scale(1.2) rotate(10deg); opacity: 1; }
  70% { transform: scale(.9) rotate(-5deg); }
  100% { transform: scale(1) rotate(0); opacity: 1; }
}
@keyframes icon-loop {
  0%, 100% { transform: scale(1) rotate(0); }
  15% { transform: scale(1.18) rotate(-6deg); }
  30% { transform: scale(.92) rotate(3deg); }
  45% { transform: scale(1.05) rotate(-2deg); }
  60% { transform: scale(1) rotate(0); }
}

.sector-service-card-icon { width: 120px; height: 120px; margin-bottom: 6px; display: grid; place-items: center; color: #6BB8E8; opacity: 0; }
.sector-service-card-icon img { width: 104px; height: 104px; object-fit: contain; }

.sector-services-cards-grid.is-visible .sector-service-card:nth-child(1) .sector-service-card-icon { animation: icon-pop .5s cubic-bezier(.34, 1.56, .64, 1) .15s forwards, icon-loop 4s cubic-bezier(.34, 1.56, .64, 1) 2.65s infinite; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(2) .sector-service-card-icon { animation: icon-pop .5s cubic-bezier(.34, 1.56, .64, 1) .23s forwards, icon-loop 4s cubic-bezier(.34, 1.56, .64, 1) 2.73s infinite; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(3) .sector-service-card-icon { animation: icon-pop .5s cubic-bezier(.34, 1.56, .64, 1) .31s forwards, icon-loop 4s cubic-bezier(.34, 1.56, .64, 1) 2.81s infinite; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(4) .sector-service-card-icon { animation: icon-pop .5s cubic-bezier(.34, 1.56, .64, 1) .39s forwards, icon-loop 4s cubic-bezier(.34, 1.56, .64, 1) 2.89s infinite; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(5) .sector-service-card-icon { animation: icon-pop .5s cubic-bezier(.34, 1.56, .64, 1) .47s forwards, icon-loop 4s cubic-bezier(.34, 1.56, .64, 1) 2.97s infinite; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(6) .sector-service-card-icon { animation: icon-pop .5s cubic-bezier(.34, 1.56, .64, 1) .55s forwards, icon-loop 4s cubic-bezier(.34, 1.56, .64, 1) 3.05s infinite; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(7) .sector-service-card-icon { animation: icon-pop .5s cubic-bezier(.34, 1.56, .64, 1) .63s forwards, icon-loop 4s cubic-bezier(.34, 1.56, .64, 1) 3.13s infinite; }
.sector-services-cards-grid.is-visible .sector-service-card:nth-child(8) .sector-service-card-icon { animation: icon-pop .5s cubic-bezier(.34, 1.56, .64, 1) .71s forwards, icon-loop 4s cubic-bezier(.34, 1.56, .64, 1) 3.21s infinite; }

@media (hover: hover) and (pointer: fine) {
  .sector-service-card:hover .sector-service-card-icon { transform: scale(1.15) rotate(-3deg); transition: transform .4s cubic-bezier(.34, 1.56, .64, 1); }
}

/* Titre */
.sector-service-card h3 { margin: 0 0 6px; color: #6BB8E8; font-size: 13px; font-weight: 750; letter-spacing: -.01em; line-height: 1.25; }

/* Texte */
.sector-service-card p { margin: 0 0 20px; flex: 1; color: var(--muted); font-size: 14px; line-height: 1.65; }

/* Bouton */
.sector-service-card-link { display: inline-flex; align-items: center; gap: 5px; padding: 7px 18px; border: 1.5px solid #6BB8E8; border-radius: 999px; background: transparent; color: #6BB8E8; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: background-color .35s ease, color .35s ease, transform .35s cubic-bezier(.34, 1.56, .64, 1), box-shadow .35s ease; }
.sector-service-card-link span { font-size: 14px; transition: transform .3s cubic-bezier(.34, 1.56, .64, 1); display: inline-block; }
@keyframes link-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(58, 139, 202, .25); }
  50% { box-shadow: 0 0 0 6px rgba(58, 139, 202, 0); }
}
.sector-service-card-link { animation: link-pulse 2.5s ease-in-out infinite; }
@media (hover: hover) and (pointer: fine) {
  .sector-service-card:hover .sector-service-card-link { background: #6BB8E8; color: var(--white); border-color: #6BB8E8; transform: scale(1.08); box-shadow: 0 4px 16px rgba(107, 184, 232, .3); animation: none; }
  .sector-service-card:hover .sector-service-card-link span { transform: translate(3px, -3px) rotate(-8deg); }
}
.sector-service-card-link:focus-visible { outline: 3px solid rgba(58, 139, 202, .4); outline-offset: 3px; }

/* Grille 1 grand + 2x2 */
.sector-approach-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto auto;
  gap: 20px;
}
.sector-approach-grid > .sector-card:first-child {
  grid-column: 1 / -1;
}

/* Carte — style 2e modèle */
.sector-card {
  position: relative;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease, background-color .3s ease;
  opacity: 0;
  transform: translateY(20px);
}
.sector-approach-grid.is-visible .sector-card { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s cubic-bezier(.16, 1, .3, 1); }
.sector-approach-grid.is-visible .sector-card:nth-child(1) { transition-delay: .08s; }
.sector-approach-grid.is-visible .sector-card:nth-child(2) { transition-delay: .16s; }
.sector-approach-grid.is-visible .sector-card:nth-child(3) { transition-delay: .24s; }
.sector-approach-grid.is-visible .sector-card:nth-child(4) { transition-delay: .32s; }
.sector-approach-grid.is-visible .sector-card:nth-child(5) { transition-delay: .40s; }

@media (hover: hover) and (pointer: fine) {
  .sector-card:not([open]):hover {
    background: var(--card-bg-hover);
    box-shadow: 0 6px 24px rgba(42, 91, 126, .07);
  }
}

.sector-card[open] {
  border-color: rgba(58, 139, 202, .18);
  box-shadow: var(--card-shadow-open);
}

/* Summary — état fermé */
.sector-card-summary {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 32px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.sector-card-summary::-webkit-details-marker { display: none; }
.sector-card-summary::marker { content: ""; }

/* Capsule ovale blanche à gauche */
.sector-card-visual {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  background: var(--capsule-bg);
  border-radius: 36px;
  box-shadow: var(--capsule-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow .3s ease, transform .3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sector-card:not([open]):hover .sector-card-visual {
    box-shadow: 0 4px 16px rgba(42, 91, 126, .1);
    transform: scale(1.02);
  }
}

/* Texte au centre */
.sector-card-text { min-width: 0; }
.sector-card-title {
  margin: 0 0 6px;
  color: var(--text-dark);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: -.02em;
  line-height: 1.25;
}
.sector-card-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 450;
  line-height: 1.5;
}

/* Toggle flèche à droite */
.sector-card-toggle {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(58, 139, 202, .07);
  transition: background-color .3s ease, transform .3s ease;
}
.sector-card-toggle::before,
.sector-card-toggle::after {
  content: "";
  position: absolute;
  background: var(--primary-blue);
  border-radius: 1.5px;
  transition: transform .3s ease, opacity .3s ease;
}
.sector-card-toggle::before { width: 18px; height: 2px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.sector-card-toggle::after { width: 2px; height: 18px; top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* État ouvert */
.sector-card[open] .sector-card-toggle {
  background: rgba(58, 139, 202, .12);
}
.sector-card[open] .sector-card-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.sector-card[open] .sector-card-toggle::before {
  width: 18px;
}

/* Content — animation fluide */
.sector-card-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 32px 0 104px;
  border-top: 1px solid rgba(58, 139, 202, .08);
  transition: max-height .55s cubic-bezier(.16, 1, .3, 1), opacity .4s ease, padding-bottom .55s cubic-bezier(.16, 1, .3, 1);
}
.sector-card[open] .sector-card-content {
  max-height: 700px;
  opacity: 1;
  padding-bottom: 28px;
}

.sector-card-content p {
  margin: 0 0 14px;
  color: var(--muted);
}
.sector-card-content p:last-child { margin-bottom: 0; }

/* Liste pour bloc 3 */
.sector-card-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 14px;
}
.sector-card-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(58, 139, 202, .1);
  border-radius: 12px;
  color: var(--text-dark);
  font-size: 12.5px;
  font-weight: 550;
  line-height: 1.4;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sector-card-list li:hover {
    background: var(--white);
    border-color: rgba(58, 139, 202, .18);
    transform: translateY(-1px);
  }
}
.sector-card-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-blue);
  flex-shrink: 0;
}

/* ============================================================ */
/* Responsive — Tertiaire zone blanche                           */
/* ============================================================ */
@media (max-width: 1024px) {
  .sector-approach-grid {
    grid-template-columns: 1fr;
  }
  .sector-approach-grid > .sector-card:first-child {
    grid-column: auto;
  }
}
@media (max-width: 800px) {
  .sector-services-layout { grid-template-columns: 1fr; gap: 28px; }
  .sector-services-side { position: static; }
  .sector-services-right { gap: 20px; }
  .sector-right-intro h2 { font-size: clamp(22px, 5vw, 28px); }
  .sector-right-title-bold { font-size: clamp(20px, 6vw, 28px); }
  .sector-right-title-light { font-size: clamp(20px, 6vw, 28px); }
  .sector-card-summary { gap: 18px; padding: 22px 24px; }
  .sector-card-visual { width: 60px; height: 60px; border-radius: 30px; }
  .sector-card-title { font-size: 15.5px; }
  .sector-card-subtitle { font-size: 12.5px; }
  .sector-card-content { padding: 0 24px 0 92px; }
  .sector-card-list { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .sector-services-layout { grid-template-columns: 1fr; }
  .sector-services-sidebar { min-height: 300px; order: 2; }
  .sector-services-cards-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 0; order: 1; }
  .sector-tools-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .sector-services-layout { border-radius: 0; box-shadow: none; }
  .sector-atouts-rotator { min-height: 150px; }
  .sector-atouts-slide-title { font-size: 14.5px; }
  .sector-atouts-slide p { font-size: 13px; }
  .sector-services-sidebar { min-height: 250px; padding: 25px 22px; border-radius: 20px; box-shadow: 0 18px 38px rgba(38, 91, 129, .2); order: 2; }
  .sector-services-cards-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 0; order: 1; }
  .sector-service-card { padding: 12px 8px 10px; }
  .sector-service-card-icon { width: 80px; height: 80px; margin-bottom: 4px; }
  .sector-service-card-icon img { width: 64px; height: 64px; }
  .sector-service-card h3 { font-size: 11px; margin-bottom: 5px; }
  .sector-service-card-link { padding: 4px 10px; font-size: 8px; gap: 2px; }
  .sector-service-card-link span { font-size: 11px; }
  .sector-card-summary { gap: 14px; padding: 18px 18px; }
  .sector-card-visual { width: 52px; height: 52px; border-radius: 26px; }
  .sector-card-title { font-size: 14.5px; }
  .sector-card-subtitle { font-size: 11.5px; }
  .sector-card-content { padding: 0 18px 0 80px; }
  .sector-card-content p { }
  .sector-card-list { grid-template-columns: 1fr; }
  .sector-card-toggle { width: 36px; height: 36px; }
  .sector-tools { margin-top: 40px; padding: 28px 24px; max-width: 100%; }
  .sector-tools-title .sector-right-title-bold,
  .sector-tools-title .sector-right-title-light { font-size: clamp(20px, 5vw, 28px); }
  .sector-tools p { font-size: 14px; }
  .sector-transition-block { margin-top: -32px; padding: 24px 20px; max-width: 100%; }
  .sector-transition-block .sector-right-title-bold,
  .sector-transition-block .sector-right-title-light { font-size: clamp(20px, 5vw, 28px); }
  .sector-after-cards { margin-top: 32px; padding: 0 16px; }
  .sector-office-photos { grid-template-columns: 1fr; gap: 16px; margin: 32px 0; }
  .sector-office-photo img { height: 180px; }
}

/* Page métier — travaux exceptionnels */
.exceptional-page { background: #f6f8fa; }
.exceptional-hero { padding: 34px 0 46px; overflow: hidden; background: radial-gradient(circle at 92% 12%, rgba(226, 95, 211, .09), transparent 26%), linear-gradient(180deg, #fff, #f3f7f9); }
.exceptional-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 48px; align-items: center; }
.exceptional-hero-copy h1 { max-width: 650px; font-size: clamp(30px, 3.2vw, 44px); }
.exceptional-hero-copy h1 em { display: block; margin-top: 7px; }
.exceptional-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 15px 0 0; color: #526976; font-size: 14px; font-weight: 500; line-height: 1.65; }
.exceptional-hero-copy .button { margin-top: 23px; }
.exceptional-brief { position: relative; padding: 30px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .14); border-radius: 20px; background: var(--white); box-shadow: 0 22px 50px rgba(42, 91, 126, .11); }
.exceptional-brief::after { content: ""; position: absolute; right: -58px; top: -65px; width: 150px; height: 150px; border: 1px solid rgba(226, 95, 211, .15); border-radius: 50%; box-shadow: 0 0 0 24px rgba(226, 95, 211, .025); }
.exceptional-brief-kicker { position: relative; z-index: 1; color: var(--accent-pink); font-size: 9px; font-weight: 850; letter-spacing: 1.25px; text-transform: uppercase; }
.exceptional-brief h2 { position: relative; z-index: 1; max-width: 390px; margin-top: 13px; font-size: 25px; line-height: 1.1; }
.exceptional-brief ol { position: relative; z-index: 1; display: grid; gap: 0; margin: 25px 0 0; padding: 0; border-top: 1px solid rgba(58, 139, 202, .13); list-style: none; }
.exceptional-brief li { display: flex; gap: 14px; align-items: center; min-height: 48px; border-bottom: 1px solid rgba(58, 139, 202, .13); color: #456276; font-size: 12px; font-weight: 760; }
.exceptional-brief li span { color: var(--primary-blue); font-size: 9px; }

.exceptional-needs { padding: 46px 0 50px; background: var(--white); }
.exceptional-needs-heading { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); gap: 48px; align-items: end; margin-bottom: 28px; }
.exceptional-needs-heading .eyebrow { margin-bottom: 0; }
.exceptional-needs-heading h2 { font-size: clamp(24px, 2.45vw, 32px); }
.exceptional-needs-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-block: 0; padding: 0; list-style: none; counter-reset: exceptional-needs; }
.exceptional-needs-grid li { position: relative; min-height: 82px; padding: 28px 12px 11px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .13); border-radius: 12px; background: #f8fbfc; color: #466174; font-size: 10px; font-weight: 750; line-height: 1.4; counter-increment: exceptional-needs; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.exceptional-needs-grid li::before { content: counter(exceptional-needs, decimal-leading-zero); position: absolute; left: 12px; top: 8px; color: var(--accent-pink); font-size: 8px; font-weight: 850; }
.exceptional-needs-grid li::after { content: ""; position: absolute; right: -22px; bottom: -28px; width: 55px; height: 55px; border: 1px solid rgba(64, 188, 177, .13); border-radius: 50%; }
.exceptional-needs-grid.is-visible li { animation: sector-environment-arrival .6s cubic-bezier(.16, 1, .3, 1) both; }
.exceptional-needs-grid.is-visible li:nth-child(2) { animation-delay: .04s; }
.exceptional-needs-grid.is-visible li:nth-child(3) { animation-delay: .08s; }
.exceptional-needs-grid.is-visible li:nth-child(4) { animation-delay: .12s; }
.exceptional-needs-grid.is-visible li:nth-child(5) { animation-delay: .16s; }
.exceptional-needs-grid.is-visible li:nth-child(6) { animation-delay: .2s; }
.exceptional-needs-grid.is-visible li:nth-child(7) { animation-delay: .24s; }
.exceptional-needs-grid.is-visible li:nth-child(8) { animation-delay: .28s; }
.exceptional-needs-grid.is-visible li:nth-child(9) { animation-delay: .32s; }
.exceptional-needs-grid.is-visible li:nth-child(10) { animation-delay: .36s; }
@media (hover: hover) and (pointer: fine) {
  .exceptional-needs-grid li:hover { border-color: rgba(58, 139, 202, .35); transform: translateY(-3px); box-shadow: 0 11px 23px rgba(42, 91, 126, .1); }
}

.exceptional-services { border-top: 1px solid rgba(58, 139, 202, .1); background: #eef4f7; }
.exceptional-services-heading { background: linear-gradient(145deg, #2f6284, var(--primary-blue)); animation-duration: 4.4s; }
.exceptional-services-heading::after { border-radius: 14px; transform: rotate(16deg); }
.exceptional-accordion details[open] { border-color: rgba(226, 95, 211, .3); }
.exceptional-accordion details[open] summary > span { border-color: #bf55b3; background: #bf55b3; }
.exceptional-panel-intro { margin-bottom: 16px !important; padding: 11px 13px; border-left: 3px solid var(--secondary-turquoise); background: #f5fafc; color: #506a79; }
.exceptional-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.exceptional-pills span { padding: 6px 10px; border: 1px solid rgba(58, 139, 202, .15); border-radius: 999px; background: #f7fbfd; color: #42657b; font-size: 10px; font-weight: 740; }
.exceptional-accordion .sector-frequency + p { margin-top: 13px; }

.exceptional-method { padding: 48px 0; background: #2d607f; color: var(--white); }
.exceptional-method-grid { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr); gap: 54px; align-items: start; }
.exceptional-method h2 { color: var(--white); font-size: clamp(24px, 2.45vw, 32px); }
.exceptional-method p:not(.eyebrow) { max-width: 520px; margin: 15px 0 0; color: rgba(255, 255, 255, .74); font-size: 12px; line-height: 1.65; }
.exceptional-method ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.exceptional-method li { display: grid; gap: 10px; min-height: 92px; padding: 15px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; background: rgba(255, 255, 255, .055); }
.exceptional-method li span { color: var(--secondary-turquoise); font-size: 9px; font-weight: 850; }
.exceptional-method li strong { align-self: end; color: var(--white); font-size: 12px; }

/* Direction éditoriale distincte — travaux exceptionnels */
.work-hero { position: relative; padding: 25px 0 56px; overflow: hidden; background: linear-gradient(125deg, var(--primary-blue), #52a3d8 72%, #48aeb9); color: var(--white); }
.work-hero::before { content: ""; position: absolute; right: -170px; top: -270px; width: 620px; height: 620px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255, 255, 255, .025), 0 0 0 160px rgba(64, 188, 177, .025); }
.work-hero::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(58, 139, 202, .98) 0%, rgba(58, 139, 202, .8) 45%, rgba(58, 139, 202, .24) 68%, rgba(58, 139, 202, .03) 100%), url("assets/hero-elegant.webp") center 46% / cover no-repeat; opacity: .9; pointer-events: none; }
.work-hero-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid rgba(255, 255, 255, .24); }
.work-back { flex: 0 0 auto; color: rgba(255, 255, 255, .92); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.work-back:hover { color: var(--white); }
.work-trade-nav { display: flex; min-width: 0; flex: 1 1 auto; flex-wrap: nowrap; justify-content: flex-end; gap: 20px; padding: 8px 0; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: inline mandatory; white-space: nowrap; -webkit-overflow-scrolling: touch; }
.work-trade-nav::-webkit-scrollbar { display: none; }
.work-trade-nav a { flex: 0 0 auto; color: rgba(255, 255, 255, .76); font-size: 13px; font-weight: 700; letter-spacing: .02em; padding: 6px 4px; scroll-snap-align: start; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.work-trade-nav .work-trade-home { color: rgba(255, 255, 255, .76); display: inline-flex; align-items: center; gap: 6px; }
.work-trade-nav .work-trade-home svg { width: 14px; height: 14px; fill: currentColor; flex-shrink: 0; }
.work-trade-nav .work-trade-special span, .work-trade-nav .work-trade-special[aria-current="page"] span { color: var(--white); }
.work-trade-nav a span { margin-right: 6px; color: rgba(255, 255, 255, .5); font-weight: 800; }
.work-trade-nav a:hover, .work-trade-nav a[aria-current="page"] { color: var(--white); }
.work-trade-nav a[aria-current="page"] span { color: var(--secondary-turquoise); }
.work-trade-nav a[aria-current="page"] { scroll-snap-align: center; }
.work-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(230px, .75fr); gap: 60px; align-items: end; padding-top: 42px; }
.work-hero-copy .eyebrow { color: rgba(255, 255, 255, .76); }
.work-hero-copy .eyebrow > span, .work-hero-copy .eyebrow::after { background: linear-gradient(90deg, var(--white), var(--secondary-turquoise)); }
.work-hero h1 { max-width: 720px; color: var(--white); font-size: clamp(33px, 3.45vw, 48px); line-height: 1.05; }
.work-hero h1 em { display: block; color: #f1a0e8; }
.work-hero-lead { max-width: 660px; margin: 25px 0 0; color: var(--white) !important; font-size: 16px !important; font-weight: 400; line-height: 1.6 !important; }
.work-hero-copy > p:not(.eyebrow):not(.work-hero-lead) { max-width: 680px; margin: 13px 0 0; color: rgba(255, 255, 255, .72); font-size: 12px; line-height: 1.65; }
.work-button { margin-top: 26px; background: var(--white); color: var(--primary-blue); }
.work-hero-index { display: grid; justify-items: end; align-items: end; }
.work-hero-index strong { color: rgba(255, 255, 255, .58); font-size: clamp(84px, 11.2vw, 147px); font-weight: 950; letter-spacing: -.09em; line-height: .7; text-shadow: 0 7px 24px rgba(20, 58, 84, .3); }
.work-hero-index span { margin-top: 28px; color: rgba(255, 255, 255, .74); font-size: 10px; font-weight: 850; letter-spacing: .16em; line-height: 1.8; text-align: right; text-transform: uppercase; }
.work-hero.sector-work-hero::after { background: none; }
.sector-work-hero { position: relative; overflow-x: clip; overflow-y: visible; }
.sector-hero-slides, .sector-hero-slide { position: absolute; inset: 0; }
.sector-hero-slides { z-index: 0; overflow: hidden; pointer-events: none; }
.sector-hero-slide { background-size: cover; background-repeat: no-repeat; opacity: 0; transform: scale(1.025); animation: sector-hero-slideshow 18s linear infinite both; }
.sector-hero-slide-1 { background-image: url("assets/Quotidiens/Supermarché.png"); background-position: center; animation-delay: 0s; }
.sector-hero-slide-2 { background-image: url("assets/Quotidiens/Bureau de.png"); background-position: center; animation-delay: 6s; }
.sector-hero-slide-3 { background-image: url("assets/Quotidiens/Bureau.png"); background-position: center; animation-delay: 12s; }
@keyframes sector-hero-slideshow { 0% { opacity: 0; transform: scale(1.025); } 5%, 28% { opacity: 1; transform: scale(1); } 33.333%, 100% { opacity: 0; transform: scale(1.025); } }
.services-daily-gallery { padding: 54px 0 64px; background: linear-gradient(180deg, #f4f9fc, #fff); }
.services-daily-heading { max-width: 660px; margin-bottom: 28px; }
.services-daily-heading h2 { margin: 10px 0 0; color: var(--primary-blue); font-size: clamp(26px, 3vw, 40px); line-height: 1.08; }
.services-daily-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 170px; gap: 14px; }
.services-daily-grid figure { margin: 0; overflow: hidden; border: 4px solid var(--white); border-radius: 18px; box-shadow: 0 15px 34px rgba(38, 91, 129, .13); }
.services-daily-grid figure:first-child { grid-column: span 2; grid-row: span 2; }
.services-daily-grid figure:last-child { grid-column: span 2; }
.services-daily-grid img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.16, 1, .3, 1); }
@media (hover: hover) and (pointer: fine) {
  .services-daily-grid figure:hover img { transform: scale(1.045); }
}
@media (max-width: 800px) {
  .services-daily-gallery { padding: 42px 0 50px; }
  .services-daily-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 150px; }
  .services-daily-grid figure:first-child { grid-column: span 2; grid-row: span 2; }
  .services-daily-grid figure:last-child { grid-column: span 2; }
}
@media (max-width: 560px) {
  .services-daily-gallery { padding: 34px 0 42px; }
  .services-daily-heading { margin-bottom: 20px; }
  .services-daily-grid { grid-auto-rows: 118px; gap: 9px; }
  .services-daily-grid figure { border-width: 3px; border-radius: 13px; }
  .services-daily-grid figure:first-child { grid-row: span 2; }
}
@media (prefers-reduced-motion: reduce) {
  .google-profile-link .google-logo,
  .google-profile-link .sector-tools-title { transition: none; }
  .google-profile-link:hover .google-logo,
  .google-profile-link:hover .sector-tools-title { transform: none; }
  .services-daily-grid img { transition: none; }
  .services-daily-grid figure:hover img { transform: none; }
}
.work-hero.sector-work-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(58, 139, 202, .98) 0%, rgba(58, 139, 202, .82) 44%, rgba(58, 139, 202, .26) 68%, rgba(58, 139, 202, .04) 100%); pointer-events: none; }
.travaux-work-hero .detail-actions { margin-top: 26px; }
.sector-work-email { color: rgba(255, 255, 255, .86); font-size: 12px; font-weight: 760; text-underline-offset: 4px; }
.sector-work-email:hover { color: var(--white); }

.work-context { padding: 34px 0 38px; background: linear-gradient(180deg, var(--white), #f8fbfd); }
.work-context-grid { position: relative; display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: 34px; align-items: center; padding: 30px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .18); border-left: 6px solid var(--primary-blue); border-radius: 21px; background: var(--white); box-shadow: 0 17px 40px rgba(58, 139, 202, .1); }
.work-context-grid::before { content: ""; position: absolute; left: -95px; top: -125px; width: 250px; height: 250px; border: 24px solid rgba(58, 139, 202, .06); border-radius: 50%; box-shadow: 0 0 0 32px rgba(64, 188, 177, .025); }
.work-context-grid::after { content: "10"; position: absolute; right: 14px; bottom: -68px; color: rgba(58, 139, 202, .055); font-size: 190px; font-weight: 950; letter-spacing: -.09em; line-height: 1; pointer-events: none; }
.work-context header { position: relative; z-index: 1; display: block; max-width: 340px; margin: 0; padding: 0; text-align: left; }
.work-context header .eyebrow { justify-content: flex-start; margin-bottom: 11px; color: #397270; font-size: 9px; }
.work-context header .eyebrow > span, .work-context header .eyebrow::after { background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise)); }
.work-context h2, .work-catalog-heading h2, .work-process h2, .work-cta h2 { font-size: clamp(24px, 2.45vw, 32px); }
.work-context h2 { color: var(--primary-blue); font-size: clamp(25px, 2.55vw, 33px); line-height: 1.02; }
.work-context header > p:last-child { max-width: 330px; margin: 13px 0 0; padding: 0; border: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.work-context-list { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin: 0; padding: 0; list-style: none; counter-reset: work-context; }
.work-context-list li { position: relative; display: flex; min-height: 44px; align-items: center; padding: 7px 8px 7px 34px; border: 1px solid rgba(58, 139, 202, .14); border-radius: 8px; background: #f6faff; color: #3f6178; font-size: 8.5px; font-weight: 760; line-height: 1.3; box-shadow: none; counter-increment: work-context; transition: border-color .25s ease, background-color .25s ease, transform .25s ease; }
.work-context-list li:nth-child(3n + 2) { border-color: rgba(64, 188, 177, .2); background: #f4fbfa; }
.work-context-list li:nth-child(odd) { border-right: 1px solid rgba(58, 139, 202, .14); }
.work-context-list li:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(58, 139, 202, .14); }
.work-context-list li::before { content: counter(work-context, decimal-leading-zero); position: absolute; left: 8px; top: 50%; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--primary-blue); color: var(--white); font-size: 6px; font-weight: 900; transform: translateY(-50%); }
.work-context-list li:nth-child(3n + 2)::before { background: var(--secondary-turquoise); }
@media (hover: hover) and (pointer: fine) {
  .work-context-list li:hover { border-color: rgba(58, 139, 202, .42); background: var(--white); transform: translateY(-2px); box-shadow: 0 7px 16px rgba(58, 139, 202, .08); }
}

.work-catalog { padding: 54px 0 60px; border-top: 1px solid rgba(58, 139, 202, .1); background: var(--white); }
.work-catalog-layout { display: grid; gap: 26px; }
.work-catalog-heading { display: block; max-width: 720px; margin-inline: auto; padding-bottom: 4px; border: 0; text-align: center; }
.work-catalog-heading .eyebrow { justify-content: center; }
.work-catalog-heading::before { content: none; }
.work-catalog-heading > p { max-width: 590px; margin: 15px auto 0; padding: 0; border: 0; color: var(--muted); line-height: 1.65; }
.work-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: dense; gap: 12px; }
.work-card { position: relative; display: block; min-height: 0; padding: 0; overflow: hidden; border: 1px solid rgba(58, 139, 202, .15); border-radius: 14px; background: var(--white); box-shadow: 0 9px 24px rgba(58, 139, 202, .055); }
.work-card:nth-child(4), .work-card:nth-child(5), .work-card:nth-child(7) { grid-column: span 2; }
.work-card:not(.work-card-featured)::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--primary-blue); opacity: 0; transition: opacity .25s ease; }
.work-card:nth-child(3n):not(.work-card-featured)::before { background: var(--secondary-turquoise); }
.work-card::after { display: none; }
.work-card summary { position: relative; z-index: 1; display: grid; grid-template-columns: 44px minmax(0, 1fr) 30px; gap: 15px; align-items: center; min-height: 82px; padding: 14px 18px; cursor: pointer; list-style: none; background: #f8fbfd; }
.work-card summary::-webkit-details-marker { display: none; }
.work-card summary:focus-visible { outline: 3px solid rgba(64, 188, 177, .38); outline-offset: -3px; }
.work-card summary > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(58, 139, 202, .18); border-radius: 50%; background: var(--white); color: var(--primary-blue); font-size: 9px; font-weight: 900; }
.work-card summary i { position: relative; width: 28px; height: 28px; border: 1px solid rgba(58, 139, 202, .18); border-radius: 50%; background: var(--white); transition: background-color .65s ease, transform .65s cubic-bezier(.16, 1, .3, 1); }
.work-card summary i::before, .work-card summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 8px; height: 1px; background: var(--primary-blue); transform: translate(-50%, -50%); transition: transform .65s cubic-bezier(.16, 1, .3, 1); }
.work-card summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.work-card[open] summary { border-bottom: 1px solid rgba(58, 139, 202, .11); }
.work-card[open] summary i { transform: rotate(180deg); }
.work-card[open] summary i::after { transform: translate(-50%, -50%) rotate(0); }
.work-card small { color: #7b8b96; font-size: 8px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.work-card h3 { margin: 3px 0 0; color: var(--primary-blue); font-size: 14px; font-weight: 880; line-height: 1.22; }
.work-card-body { position: relative; z-index: 1; padding: 17px 20px 19px; animation: work-panel-open 1.45s cubic-bezier(.16, 1, .3, 1) both; }
.work-card-body > p { margin: 0 0 10px; color: var(--muted); line-height: 1.55; }
.work-card ul { display: grid; grid-template-columns: 1fr; gap: 5px 18px; margin: 0; padding: 0; list-style: none; }
.work-card li { position: relative; padding-left: 14px; color: #4c6473; font-size: 10px; line-height: 1.45; }
.work-card li::before { content: ""; position: absolute; left: 0; top: .58em; width: 5px; height: 5px; border-radius: 50%; background: var(--secondary-turquoise); }
.work-card-featured { grid-column: span 2; border-color: transparent; background: linear-gradient(105deg, var(--primary-blue), #55a6d8); color: var(--white); box-shadow: 0 14px 32px rgba(58, 139, 202, .18); }
.work-card-featured summary { background: rgba(255, 255, 255, .04); }
.work-card-featured summary > span { border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .11); color: var(--white); }
.work-card-featured summary i { border-color: rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .08); }
.work-card-featured summary i::before, .work-card-featured summary i::after { background: var(--white); }
.work-card-featured[open] summary i { background: var(--white); }
.work-card-featured[open] summary i::before, .work-card-featured[open] summary i::after { background: var(--primary-blue); }
.work-card-featured small { color: rgba(255, 255, 255, .58); }
.work-card-featured h3 { color: var(--white); font-size: 15px; }
.work-card-featured .work-card-body { display: block; padding-left: 79px; }
.work-card-featured .work-card-body > p, .work-card-featured li { color: rgba(255, 255, 255, .78); }
.work-card-featured ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 18px; }
.work-card-blue { background: #f5f9fc; }
@keyframes work-panel-open {
  0% { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(-12px) scaleY(.9); transform-origin: top; }
  35% { opacity: .42; clip-path: inset(0 0 58% 0); transform: translateY(-8px) scaleY(.94); }
  72% { opacity: 1; clip-path: inset(0); transform: translateY(3px) scaleY(1.014); }
  100% { opacity: 1; clip-path: inset(0); transform: none; }
}
@media (hover: hover) and (pointer: fine) {
  .work-card:not(.work-card-featured) { transition: background-color .25s ease; }
  .work-card:not(.work-card-featured):hover { background: #f3f8fb; transform: none; box-shadow: none; }
  .work-card:not(.work-card-featured):hover::before { opacity: 1; }
}

.work-process { padding: 50px 0 56px; background: #f7fbfe; color: var(--text-dark); }
.work-process-heading { display: grid; justify-items: center; gap: 0; margin-bottom: 27px; text-align: center; }
.work-process-heading .eyebrow { justify-content: center; }
.work-process h2 { max-width: 600px; color: var(--primary-blue); }
.work-process-list { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-block: 0; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; list-style: none; }
.work-process-list::before { content: ""; position: absolute; left: 10%; right: 10%; top: 34px; height: 1px; background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise)); opacity: .28; }
.work-process-list li { position: relative; display: grid; min-height: 112px; align-content: start; padding: 17px; border: 1px solid rgba(58, 139, 202, .14); border-radius: 13px; background: var(--white); box-shadow: 0 9px 24px rgba(58, 139, 202, .055); }
.work-process-list li:last-child { border-right: 1px solid rgba(58, 139, 202, .14); }
.work-process-list span { display: grid; z-index: 1; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--primary-blue); color: var(--white); font-size: 8px; font-weight: 900; }
.work-process-list strong { margin-top: 15px; color: var(--primary-blue); font-size: 14px; }
.work-process-list small { margin-top: 3px; color: var(--muted); font-size: 9px; }

.work-cta { padding: 44px 0 52px; background: var(--white); }
.work-cta > .shell { display: flex; justify-content: space-between; gap: 44px; align-items: center; padding: 25px 28px; border: 1px solid rgba(58, 139, 202, .16); border-left: 5px solid var(--accent-pink); border-radius: 14px; box-shadow: 0 12px 30px rgba(35, 75, 104, .055); }
.work-cta p { margin: 0 0 5px; color: var(--accent-pink); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.work-cta .button { flex: 0 0 auto; background: var(--primary-blue); color: var(--white); }
.exceptional-page .detail-cta-card { background: linear-gradient(120deg, var(--primary-blue), #54a6d9 68%, var(--secondary-turquoise)); }

/* Offre commerciale — travaux exceptionnels */
.special-intro { padding: 14px 0 32px; background: var(--white); }
.special-intro-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(270px, .72fr); gap: 52px; align-items: end; padding: 10px 0 34px; border-bottom: 1px solid rgba(58, 139, 202, .2); }
.special-intro .eyebrow { width: max-content; margin: 0 0 10px; color: #397270; font-size: 8px; }
.special-intro .eyebrow > span, .special-intro .eyebrow::after { width: 17px; flex-basis: 17px; }
.special-intro-heading { position: relative; }
.special-intro h2 { max-width: 680px; color: var(--primary-blue); font-size: clamp(26px, 3vw, 40px); line-height: 1.05; }
.special-intro-copy { padding: 17px 19px; border-left: 3px solid var(--secondary-turquoise); border-radius: 0 13px 13px 0; background: #f8fbfd; }
.special-intro-copy > strong { display: block; margin-bottom: 7px; color: var(--primary-blue); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.special-intro-copy p { margin: 0; color: var(--muted); line-height: 1.6; }
.special-services { padding: 4px 0 62px; background: linear-gradient(180deg, var(--white), #f3f8fb); }
.special-services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.special-service, .special-service-wide { --special-accent: var(--primary-blue); position: relative; display: flex; min-height: 100%; flex-direction: column; gap: 0; padding: 25px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .14); border-radius: 18px; background: var(--white); box-shadow: 0 10px 28px rgba(58, 139, 202, .065); }
.special-service:nth-child(even) { --special-accent: var(--secondary-turquoise); }
.special-service::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 5px; background: var(--special-accent); transform: scaleX(.32); transform-origin: left; transition: transform .48s cubic-bezier(.16, 1, .3, 1); }
.special-service::after { content: ""; position: absolute; right: -68px; bottom: -78px; width: 160px; height: 160px; border: 20px solid color-mix(in srgb, var(--special-accent) 8%, transparent); border-radius: 50%; opacity: .75; transform: scale(.82); transition: transform .48s cubic-bezier(.16, 1, .3, 1), opacity .35s ease; pointer-events: none; }
.special-service-tint { background: #f8fbfe; }
.special-service-floor { background: linear-gradient(145deg, #f5fbfa, var(--white)); }
.special-service-ozone { grid-column: 1 / -1; --special-accent: var(--secondary-turquoise); background: linear-gradient(145deg, #f4fbfa, var(--white)); }
.special-service header { position: relative; z-index: 1; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 13px; align-items: center; margin: 0 0 16px; padding: 0; }
.special-service header > span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid color-mix(in srgb, var(--special-accent) 27%, transparent); border-radius: 11px; background: color-mix(in srgb, var(--special-accent) 9%, white); color: var(--special-accent); font-size: 8px; font-weight: 900; transition: transform .4s cubic-bezier(.16, 1, .3, 1), background-color .35s ease, color .35s ease, box-shadow .35s ease; }
.special-service header > span svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.special-service small { display: block; color: #708896; font-size: 8px; font-weight: 850; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.special-service h2 { margin-top: 3px; color: var(--primary-blue); font-size: clamp(17px, 1.8vw, 22px); line-height: 1.12; }
.special-service > p { position: relative; z-index: 1; margin: 0 0 17px; padding: 0; color: var(--muted); line-height: 1.62; }
.special-service-detail, .special-service-wide .special-service-detail { position: relative; z-index: 1; margin: 0 0 20px; padding: 14px 0 0; border-top: 1px solid rgba(58, 139, 202, .12); border-left: 0; }
.special-service-detail > strong { display: block; margin-bottom: 9px; color: #48687c; font-size: 9px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.special-service-detail ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 18px; margin: 0; padding: 0; list-style: none; }
.special-service-detail li { position: relative; padding-left: 14px; color: #516a79; font-size: 10px; line-height: 1.4; }
.special-service-detail li::before { content: ""; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--secondary-turquoise); }
.special-service-warning { position: relative; z-index: 1; margin: -5px 0 18px !important; padding: 10px 12px !important; border-left: 3px solid var(--secondary-turquoise); background: rgba(64, 188, 177, .08); color: #48687c !important; font-size: 10px !important; line-height: 1.5 !important; }
.special-service-warning strong { color: #277f78; }
.special-service-link { position: relative; z-index: 1; display: inline-flex; width: max-content; align-items: center; gap: 8px; margin-top: auto; padding-bottom: 3px; border-bottom: 1px solid rgba(58, 139, 202, .35); color: var(--primary-blue); font-size: 10px; font-weight: 850; text-decoration: none; }
.special-service > .special-service-link, .special-service-wide .special-service-link { align-self: flex-start; margin: auto 0 0; }
.special-service-link span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--primary-blue); color: var(--white); transition: transform .25s ease; }
@media (hover: hover) and (pointer: fine) {
  .special-service { transition: background-color .42s ease, transform .42s cubic-bezier(.16, 1, .3, 1), box-shadow .42s ease, border-color .42s ease; }
  .special-service.is-visible:hover { z-index: 2; border-color: color-mix(in srgb, var(--special-accent) 36%, transparent); background: var(--white); transform: translateY(-10px) scale(1.015); box-shadow: 0 25px 48px color-mix(in srgb, var(--special-accent) 22%, transparent); }
  .special-service.is-visible:hover::before { transform: scaleX(1); }
  .special-service.is-visible:hover::after { opacity: 1; transform: translate(-12px, -9px) scale(1.08); }
  .special-service.is-visible:hover header > span { background: var(--special-accent); color: var(--white); transform: translateY(-4px) rotate(-5deg) scale(1.12); box-shadow: 0 11px 22px color-mix(in srgb, var(--special-accent) 34%, transparent); }
  .special-service-link:hover span { transform: translate(2px, -2px); }
}

@keyframes detail-benefit-shine {
  0%, 48% { left: -42%; opacity: 0; }
  56% { opacity: 1; }
  82%, 100% { left: 115%; opacity: 0; }
}
@keyframes detail-benefit-arrival {
  0% { opacity: 0; transform: translateY(28px) scale(.94); }
  68% { opacity: 1; transform: translateY(-4px) scale(1.015); }
  100% { opacity: 1; transform: none; }
}
@keyframes detail-benefit-number {
  0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 0 0 0 rgba(226, 95, 211, 0); }
  50% { transform: translateY(-3px) scale(1.08); box-shadow: 0 7px 17px rgba(226, 95, 211, .18); }
}
@media (hover: hover) and (pointer: fine) {
  .detail-benefits article:hover { z-index: 1; background: #f3faff; transform: translateY(-6px) scale(1.015); box-shadow: 0 16px 30px rgba(58, 139, 202, .16); }
  .detail-benefits article:hover > span { background: rgba(58, 139, 202, .11); color: var(--primary-blue); transform: translateY(-3px) scale(1.15); }
}

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease, border-color .35s ease, background-color .35s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
.detail-benefits-grid > article.is-visible { animation: detail-benefit-arrival .8s cubic-bezier(.16, 1, .3, 1) both; }
.detail-benefits-grid > article:nth-child(2).is-visible { animation-delay: .14s; }
.detail-benefits-grid > article:nth-child(3).is-visible { animation-delay: .28s; }
.services-grid-inner > [data-reveal]:nth-child(1):not(.is-visible) { transition-delay: 0s; }
.services-grid-inner > [data-reveal]:nth-child(2):not(.is-visible) { transition-delay: .1s; }
.services-grid-inner > [data-reveal]:nth-child(3):not(.is-visible) { transition-delay: .2s; }
.services-grid-inner > [data-reveal]:nth-child(4):not(.is-visible) { transition-delay: .3s; }
@keyframes service-title-arrival {
  from { opacity: 0; transform: translateX(110px) scale(.92); filter: blur(3px); }
  72% { opacity: 1; transform: translateX(-7px) scale(1.015); filter: blur(0); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes service-copy-arrival {
  from { opacity: 0; transform: translateX(-110px) scale(.94); filter: blur(3px); }
  72% { opacity: 1; transform: translateX(7px) scale(1.01); filter: blur(0); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes service-index-orbit {
  to { transform: rotate(1turn); }
}
@keyframes service-index-pulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 10px rgba(58, 139, 202, .12); }
  50% { transform: scale(1.08); box-shadow: 0 6px 16px rgba(58, 139, 202, .26); }
}
.service-card:not(.is-visible) h3, .service-card:not(.is-visible) p { opacity: 0; }
.service-card.is-visible h3 { animation: service-title-arrival 1s cubic-bezier(.16, 1, .3, 1) .12s both; }
.service-card.is-visible p { animation: service-copy-arrival 1s cubic-bezier(.16, 1, .3, 1) .38s both; }
@media (hover: hover) and (pointer: fine) {
  .service-card.is-visible:hover { transform: translateY(-10px) scale(1.02); border-color: rgba(58, 139, 202, .42); background-color: #f4faff; box-shadow: 0 28px 52px rgba(58, 139, 202, .24); }
  .service-card.is-visible:nth-child(even):hover { border-color: rgba(255, 255, 255, .42); background-color: #337fb9; box-shadow: 0 30px 56px rgba(29, 92, 141, .34); }
  .service-card.is-visible:hover .service-icon { transform: translateY(-4px) scale(1.06); }
  .service-card.is-visible:hover::before { opacity: 1; transform: translate(-7px, -7px) scale(1.12); }
  .service-card.is-visible:hover::after { transform: translate(-5px, -5px) scale(1.08); }
}
.pillar-grid > :nth-child(2):not(.is-visible), .equipment-list > :nth-child(2):not(.is-visible), .process-list > :nth-child(2):not(.is-visible) { transition-delay: .08s; }
.pillar-grid > :nth-child(3):not(.is-visible), .equipment-list > :nth-child(3):not(.is-visible), .process-list > :nth-child(3):not(.is-visible) { transition-delay: .16s; }
.equipment-list > :nth-child(4):not(.is-visible), .process-list > :nth-child(4):not(.is-visible) { transition-delay: .24s; }

@keyframes logo-arrival { from { opacity: 0; transform: translateY(-8px) scale(.94); } to { opacity: 1; transform: none; } }
@keyframes number-arrival { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: none; } }
@keyframes poster-rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes visual-arrival { from { opacity: 0; transform: translateX(24px) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes title-line { to { transform: scaleX(1); } }
@keyframes image-breathe { from { transform: scale(1); } to { transform: scale(1.025); } }
@keyframes showcase-breathe { from { transform: scale(1.01); } to { transform: scale(1.035); } }
@keyframes status-pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(64, 188, 177, .12); } 50% { box-shadow: 0 0 0 8px rgba(64, 188, 177, .03); } }
@keyframes testimonial-slide { 0% { opacity: 0; transform: translateX(105%); } 12%, 78% { opacity: 1; transform: translateX(0); } 91%, 100% { opacity: 0; transform: translateX(-105%); } }
@keyframes client-logos-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes note-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes map-pulse { 0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .52); } 70%, 100% { box-shadow: 0 0 0 18px rgba(255, 255, 255, 0); } }
@keyframes orbit-drift { from { transform: translate(-50%, -50%) rotate(0); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes contact-orb { from { transform: translate(0, 0) scale(1); } to { transform: translate(-18px, 18px) scale(1.12); } }

.legal-page { background: #f5f9fc; }
.legal-header { padding: 22px 0; border-bottom: 1px solid var(--line); background: #fff; }
.legal-header .shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.legal-header img { width: 76px; height: auto; }
.legal-header a:last-child { color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.legal-main { width: min(1080px, calc(100% - 48px)); margin: 62px auto 84px; }
.legal-heading { display: grid; grid-template-columns: minmax(0, 1fr) 310px; overflow: hidden; margin-bottom: 16px; border-radius: 26px; background: linear-gradient(125deg, var(--primary-blue), #52a3d8 72%, #48aeb9); color: #fff; box-shadow: 0 22px 60px rgba(58, 139, 202, .2); }
.legal-heading-copy { padding: 48px 52px; }
.legal-heading .eyebrow { color: #bfeaf0; }
.legal-heading .eyebrow span { background: #73d5da; }
.legal-heading h1 { margin: 12px 0 16px; color: #fff; font-size: clamp(40px, 5vw, 66px); line-height: .98; letter-spacing: -.055em; }
.legal-heading h1 em { color: #d2f3f0; font-style: normal; font-weight: 450; }
.legal-heading-copy > p:last-child { max-width: 610px; margin: 0; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.65; }
.legal-heading-note { display: flex; margin: 18px; padding: 25px; border: 1px solid rgba(255,255,255,.23); border-radius: 19px; background: rgba(255,255,255,.11); backdrop-filter: blur(10px); align-items: center; gap: 14px; }
.legal-heading-note > span { display: grid; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 50%; background: #fff; color: #247d86; place-items: center; font-weight: 900; }
.legal-heading-note strong, .legal-heading-note small { display: block; }
.legal-heading-note strong { margin-bottom: 5px; font-size: 15px; }
.legal-heading-note small { color: rgba(255,255,255,.72); line-height: 1.4; }
.legal-overview { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 16px; padding: 13px 18px; border: 1px solid rgba(58,139,202,.14); border-radius: 14px; background: #fff; box-shadow: 0 8px 26px rgba(15,45,72,.04); }
.legal-overview span { padding: 4px 17px; color: #46667c; font-size: 12px; }
.legal-overview span + span { border-left: 1px solid #e3edf3; }
.legal-overview strong { margin-right: 8px; color: #3a8bca; }
.legal-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; border: 0; background: transparent; box-shadow: none; gap: 16px; counter-reset: privacy-card; }
.legal-content section { position: relative; min-height: 210px; padding: 29px 30px; border: 1px solid rgba(58,139,202,.14); border-radius: 18px; background: #fff; box-shadow: 0 10px 34px rgba(15,45,72,.055); counter-increment: privacy-card; }
.legal-content section::before { display: block; margin-bottom: 20px; color: #8cb9d4; content: "0" counter(privacy-card); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.legal-content section + section { margin-top: 0; padding-top: 29px; border-top: 1px solid rgba(58,139,202,.14); }
.legal-content h2 { margin: 0 0 12px; color: #193f63; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 20px; font-weight: 850; letter-spacing: -.025em; }
.legal-content p, .legal-content li { color: #597286; font-size: 13px; line-height: 1.7; }
.legal-content a { color: #167f79; font-weight: 750; overflow-wrap: anywhere; }
.legal-content .legal-card-accent { border-color: rgba(61,162,171,.24); background: linear-gradient(145deg, #edf9f8, #f7fbff); }
.legal-card-accent button { margin-top: 6px; padding: 8px 12px; border: 1px solid rgba(31,125,120,.3); border-radius: 8px; background: rgba(255,255,255,.7); color: #167f79; font: inherit; font-size: 11px; font-weight: 850; cursor: pointer; }
.legal-content .legal-card-contact { grid-column: 1 / -1; min-height: 0; padding-right: 320px; background: linear-gradient(125deg, var(--primary-blue), #52a3d8 72%, #48aeb9); color: #fff; }
.legal-content .legal-card-contact::before, .legal-content .legal-card-contact h2 { color: #fff; }
.legal-content .legal-card-contact p { color: rgba(255,255,255,.75); }
.legal-card-contact > a { display: inline-flex; margin-top: 5px; padding: 9px 13px; border-radius: 8px; background: #fff; color: #246b91; text-decoration: none; gap: 10px; }
.legal-card-contact address { position: absolute; top: 50%; right: 31px; max-width: 240px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.72); font-size: 12px; font-style: normal; line-height: 1.65; transform: translateY(-50%); }

/* Page métier — cabinets médicaux et paramédicaux */
.medical-page { background: #f6f9fb; }
.work-hero.medical-work-hero::before { content: ""; position: absolute; z-index: 2; top: -150px; right: -125px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle at 42% 48%, rgba(226, 95, 211, .3), rgba(64, 188, 177, .16) 32%, rgba(255, 255, 255, .08) 54%, transparent 72%); filter: blur(2px); opacity: .85; animation: medical-corner-glow 9s ease-in-out infinite alternate; pointer-events: none; }
.work-hero.medical-work-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(58, 139, 202, .84) 0%, rgba(58, 139, 202, .76) 42%, rgba(58, 139, 202, .34) 69%, rgba(58, 139, 202, .06) 100%); opacity: 1; pointer-events: none; }
.medical-hero-image { position: absolute; z-index: 0; inset: 0; background: url("assets/Quotidiens/Bureau.png") center / cover no-repeat; opacity: .82; filter: saturate(.76) contrast(.92); transform: scale(1.02); transform-origin: center center; animation: medical-hero-photo-drift 18s ease-in-out infinite alternate; pointer-events: none; }
.medical-page.medical-video-finished .medical-signature-video video { opacity: 0; }
.medical-work-hero .work-hero-top, .medical-work-hero .work-hero-grid { z-index: 2; }
.medical-work-hero .work-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); gap: 20px; }
.medical-work-hero { padding-bottom: 8px; }
.medical-work-hero .work-hero-grid { padding-top: 8px; }
.medical-work-hero .work-hero-grid > * { animation: medical-hero-block-in .85s cubic-bezier(.16, 1, .3, 1) both; }
.medical-work-hero .work-hero-grid > .detail-actions { animation-delay: .14s; }
.medical-work-hero .detail-actions { display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center; justify-content: center; align-self: center; gap: 10px; margin-top: 0; transform: translate(40px, calc(63px + 10%)); }
.medical-actions-row { display: flex; align-items: center; justify-content: center; gap: 18px; }
.medical-work-hero .detail-actions .work-button { flex: 0 0 auto; margin-top: 0; }
.medical-work-hero .detail-actions .sector-work-email { display: inline-flex; min-height: 52px; align-items: center; white-space: nowrap; flex: 0 0 auto; }
.medical-signature-reasons .sector-tools-title .sector-right-title-light { color: var(--accent-pink); }
@keyframes medical-hero-block-in { from { opacity: 0; filter: blur(4px); } to { opacity: 1; filter: blur(0); } }
@keyframes medical-corner-glow { from { opacity: .62; transform: translate3d(8px, -4px, 0) scale(.94); } to { opacity: .96; transform: translate3d(-10px, 12px, 0) scale(1.06); } }
@keyframes medical-hero-photo-drift { from { transform: scale(1.02) translate3d(-.5%, 0, 0); } to { transform: scale(1.07) translate3d(1.2%, -1%, 0); } }
.medical-signature { padding: 0 0 64px; overflow: hidden; background: radial-gradient(circle at 100% 0, rgba(64, 188, 177, .09), transparent 27%), var(--white); }
.medical-signature-heading { max-width: 860px; margin: 0 auto; padding: 42px 20px 24px; text-align: center; }
.medical-signature-heading h2 { margin: 0; line-height: 1.05; }
.medical-signature-card { display: grid; grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr); overflow: hidden; border-radius: 22px; background: var(--white); box-shadow: 0 26px 55px -12px rgba(38, 91, 129, .16); }
.medical-signature-lead { position: relative; display: flex; min-height: 520px; flex-direction: column; padding: 32px 34px; overflow: hidden; background: linear-gradient(180deg, var(--primary-blue) 0%, #3e94c9 56%, #378f97 100%); color: var(--white); }
.medical-signature-lead::before { content: ""; position: absolute; z-index: 0; left: 0; right: 0; top: 0; height: 95px; background: linear-gradient(180deg, rgba(58, 139, 202, .98), rgba(58, 139, 202, 0)); pointer-events: none; }
.medical-signature-lead::after { content: ""; position: absolute; right: 20px; bottom: 20px; width: 120px; height: 120px; border: 28px solid rgba(255, 255, 255, .07); border-radius: 50%; }
.medical-panel-shine { position: absolute; z-index: 0; top: -15%; bottom: -15%; left: -48%; display: block; width: 34%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), rgba(64, 188, 177, .2), transparent); opacity: 0; transform: skewX(-18deg); pointer-events: none; }
.medical-signature-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 0 !important; }
.medical-signature-top .eyebrow { margin: 4px 0 0; color: rgba(255, 255, 255, .78); }
.medical-signature-top .eyebrow > span, .medical-signature-top .eyebrow::after { background: linear-gradient(90deg, var(--white), var(--secondary-turquoise)); }
.medical-signature-copy { position: relative; z-index: 1; margin-top: 42px; }
.medical-signature-lead small { color: #bdf2ed; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.medical-signature-lead h2 { position: relative; width: fit-content; margin: 10px 0 0; padding: 7px 0 14px 14px; border-left: 5px solid var(--secondary-turquoise); color: var(--white); font-size: clamp(28px, 3.2vw, 42px); font-weight: 950; letter-spacing: -.055em; line-height: .99; text-shadow: 0 3px 20px rgba(7, 39, 60, .52); transition: text-shadow .8s ease; }
.medical-signature-lead h2::after { content: ""; position: absolute; right: 0; bottom: 0; left: 14px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--secondary-turquoise), var(--accent-pink)); box-shadow: 0 3px 10px rgba(64, 188, 177, .28); }
.medical-signature-lead h2 em { color: #bdf2ed; font-style: normal; }
.medical-signature-lead p { margin: 17px 0 0; color: rgba(255, 255, 255, .92); line-height: 1.65; text-shadow: 0 1px 10px rgba(7, 39, 60, .55); transition: color .8s ease, text-shadow .8s ease; }
.medical-signature-lead p.medical-offer-consumption { margin-top: 14px; color: #fff; font-size: 15px; font-weight: 850; }
.medical-offer-zero { display: flex; align-items: center; gap: 16px; width: fit-content; margin-top: 22px; padding: 10px 18px 10px 12px; border: 2px solid rgba(255, 255, 255, .72); border-radius: 18px; background: linear-gradient(135deg, rgba(255, 255, 255, .2), rgba(64, 188, 177, .25)); box-shadow: 0 12px 28px rgba(7, 39, 60, .24); }
.medical-offer-zero strong { color: #fff; font-size: clamp(48px, 6vw, 72px); font-weight: 950; letter-spacing: -.08em; line-height: .82; text-shadow: 0 3px 18px rgba(7, 39, 60, .35); }
.medical-offer-zero span { color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; }
.medical-profession-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 0; padding: 0; list-style: none; }
/* Vidéo en fond du bloc latéral (même dimensions que le bloc) */
.medical-signature-video { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; width: 100%; height: 100%; border-radius: 22px; overflow: hidden; }
.medical-signature-video::after { content: ""; position: absolute; z-index: 1; inset: 0; background: rgba(18, 58, 82, .08); opacity: 0; transition: opacity 1.2s ease; pointer-events: none; }
.medical-signature-video video { width: 100%; height: 100%; object-fit: cover; opacity: .16; filter: brightness(.92) saturate(.9); transition: none; }
.medical-signature-lead.has-video-progress .medical-signature-video::after { opacity: var(--medical-overlay-opacity, .12); }
.medical-signature-lead.has-video-progress .medical-signature-video video { opacity: var(--medical-video-opacity, .16); filter: brightness(var(--medical-video-brightness, .92)) saturate(.9); }
.medical-signature-lead.has-video-progress .medical-signature-top,
.medical-signature-lead.has-video-progress .medical-signature-copy,
.medical-signature-lead.has-video-progress .medical-profession-tags { opacity: var(--medical-text-opacity, 1); transition: opacity .8s ease; }
@media (prefers-reduced-motion: reduce) {
  .medical-signature-video video { display: none; }
  .medical-signature-lead.has-video-progress .medical-signature-top,
  .medical-signature-lead.has-video-progress .medical-signature-copy,
  .medical-signature-lead.has-video-progress .medical-profession-tags { opacity: 1; }
  .medical-hero-image { opacity: .82; background-position: 62% center; transition: none; }
}
/* Le contenu au-dessus de la vidéo */
.medical-signature-top, .medical-signature-copy, .medical-profession-tags { position: relative; z-index: 1; }
.medical-profession-tags li { display: flex; }
.medical-profession-tags a { display: inline-flex; min-height: 28px; align-items: center; padding: 5px 9px; border: 1px solid rgba(255, 255, 255, .19); border-radius: 999px; background: rgba(255, 255, 255, .075); color: rgba(255, 255, 255, .9); font-size: 8.5px; font-weight: 800; line-height: 1.25; text-decoration: none; transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease; }
.medical-profession-tags li:nth-child(3n + 1) a { border-color: rgba(64, 188, 177, .42); background: rgba(64, 188, 177, .13); }
.medical-profession-tags li:nth-child(3n + 2) a { border-color: rgba(226, 95, 211, .38); background: rgba(226, 95, 211, .11); }
.medical-profession-tags li:nth-child(3n) a { border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .1); }
.medical-profession-tags li:nth-child(4n) a { border-color: rgba(255, 219, 112, .58); background: rgba(255, 219, 112, .14); color: #fff3c7; }
.medical-profession-tags a:hover, .medical-profession-tags a:focus-visible { border-color: rgba(255, 255, 255, .62); background: rgba(255, 255, 255, .17); color: var(--white); transform: translateY(-2px); }
.medical-profession-tags a:focus-visible { outline: 2px solid var(--white); outline-offset: 2px; }
.medical-signature-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@keyframes medical-panel-dock {
  0% { opacity: 0; transform: translateX(-115px) scale(.94); }
  68% { opacity: 1; transform: translateX(9px) scale(1.008); }
  84% { transform: translateX(-3px) scale(1); }
  100% { opacity: 1; transform: none; }
}
@keyframes medical-services-dock {
  0% { opacity: 0; transform: translateX(75px) scale(.975); }
  70% { opacity: 1; transform: translateX(-6px) scale(1.004); }
  100% { opacity: 1; transform: none; }
}
@keyframes medical-panel-shine-pass {
  0% { left: -48%; opacity: 0; }
  25% { opacity: .75; }
  100% { left: 122%; opacity: 0; }
}
@keyframes medical-panel-shine-cycle {
  0%, 3% { left: -48%; opacity: 0; }
  8% { opacity: .78; }
  15%, 100% { left: 122%; opacity: 0; }
}
@keyframes medical-video-hide { 0%, 60% { opacity: .16; } 100% { opacity: 0; } }
@keyframes medical-panel-dock-mobile {
  0% { opacity: 0; transform: translateY(-38px) scale(.96); }
  72% { opacity: 1; transform: translateY(5px) scale(1.005); }
  100% { opacity: 1; transform: none; }
}
@keyframes medical-services-dock-mobile {
  0% { opacity: 0; transform: translateY(34px) scale(.98); }
  75% { opacity: 1; transform: translateY(-4px) scale(1.003); }
  100% { opacity: 1; transform: none; }
}
.medical-signature-card.is-visible > .medical-signature-lead { animation: medical-panel-dock 1.05s cubic-bezier(.16, 1, .3, 1) .08s both; }
.medical-signature-card.is-visible > .medical-signature-services { animation: medical-services-dock .9s cubic-bezier(.16, 1, .3, 1) .2s both; }
.medical-signature-card.is-visible .medical-panel-shine { animation: medical-panel-shine-cycle 10s ease-in-out 3.1s infinite; }
.medical-signature-services article { position: relative; display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 16px; min-height: 240px; align-content: center; padding: 28px; overflow: hidden; border-bottom: 1px solid rgba(58, 139, 202, .16); border-left: 1px solid rgba(58, 139, 202, .16); background: linear-gradient(145deg, #fff, #f8fbfd); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9); transition: background-color .32s ease, transform .32s cubic-bezier(.16, 1, .3, 1), box-shadow .32s ease, border-color .32s ease; }
.medical-signature-services article::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(180deg, var(--primary-blue), var(--secondary-turquoise), var(--accent-pink)); transform: scaleY(0); transform-origin: bottom; transition: transform .38s cubic-bezier(.16, 1, .3, 1); }
.medical-signature-services article::after { content: ""; position: absolute; right: -48px; bottom: -55px; width: 110px; height: 110px; border: 16px solid rgba(58, 139, 202, .055); border-radius: 50%; opacity: 0; transform: scale(.7); transition: opacity .32s ease, transform .4s cubic-bezier(.16, 1, .3, 1); pointer-events: none; }
.medical-signature-services article:nth-child(3), .medical-signature-services article:nth-child(4) { border-bottom: 0; }
.tertiary-copy-sequence { display: block; padding: 24px 30px; background: rgba(255, 255, 255, .96); }
.tertiary-copy-sequence article { position: relative; display: block; min-height: 0; padding: 17px 44px 17px 0; border: 0; border-bottom: 1px solid rgba(58, 139, 202, .14); background: transparent; box-shadow: none; }
.tertiary-copy-sequence article:first-child { padding-top: 0; }
.tertiary-copy-sequence article:last-child { padding-bottom: 0; border-bottom: 0; }
.tertiary-copy-sequence article::before { content: ""; position: static; display: block; width: 42px; height: 3px; margin: 0 0 11px; border-radius: 999px; background: var(--primary-blue); }
.tertiary-copy-sequence article::after { content: "01"; position: absolute; right: -18px; bottom: -34px; display: grid; width: 94px; height: 94px; place-items: center; border: 3px solid rgba(58, 139, 202, .46); border-radius: 50%; background: rgba(255, 255, 255, .58); box-shadow: 0 0 0 15px rgba(58, 139, 202, .12); color: var(--primary-blue); font-size: 24px; font-weight: 950; opacity: .98; transition: transform .45s cubic-bezier(.16, 1, .3, 1), opacity .3s ease; }
.tertiary-copy-sequence article:nth-child(2)::after { content: "02"; border-color: rgba(64, 188, 177, .5); box-shadow: 0 0 0 13px rgba(64, 188, 177, .1); color: #278d88; }
.tertiary-copy-sequence article:nth-child(3)::after { content: "03"; border-color: rgba(226, 95, 211, .46); box-shadow: 0 0 0 13px rgba(226, 95, 211, .09); color: #b24da8; }
.tertiary-copy-sequence article:nth-child(4)::after { content: "04"; border-color: rgba(58, 139, 202, .48); box-shadow: 0 0 0 13px rgba(58, 139, 202, .11); color: var(--primary-blue); }
.tertiary-copy-sequence article:nth-child(5)::after { content: "05"; border-color: rgba(64, 188, 177, .44); box-shadow: 0 0 0 13px rgba(226, 95, 211, .075); color: #278d88; }
.tertiary-copy-sequence article:nth-child(2)::before, .tertiary-copy-sequence article:nth-child(5)::before { background: var(--secondary-turquoise); }
.tertiary-copy-sequence article:nth-child(3)::before { background: var(--accent-pink); }
.tertiary-copy-sequence article:nth-child(1) { background: linear-gradient(110deg, rgba(58, 139, 202, .10), rgba(255, 255, 255, .98) 84%); }
.tertiary-copy-sequence article:nth-child(2) { background: linear-gradient(110deg, rgba(64, 188, 177, .11), rgba(255, 255, 255, .98) 84%); }
.tertiary-copy-sequence article:nth-child(3) { background: linear-gradient(110deg, rgba(226, 95, 211, .10), rgba(255, 255, 255, .98) 84%); }
.tertiary-copy-sequence article:nth-child(4) { background: linear-gradient(110deg, rgba(58, 139, 202, .12), rgba(255, 255, 255, .98) 84%); }
.tertiary-copy-sequence article:nth-child(5) { background: linear-gradient(110deg, rgba(64, 188, 177, .09), rgba(226, 95, 211, .07) 24%, rgba(255, 255, 255, .98) 84%); }
.tertiary-copy-sequence small { display: block; color: var(--primary-blue); font-size: 11px; font-weight: 900; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }
.tertiary-copy-sequence article:nth-child(2) small, .tertiary-copy-sequence article:nth-child(5) small { color: #278d88; }
.tertiary-copy-sequence article:nth-child(3) small { color: #b24da8; }
.tertiary-copy-sequence h4 { margin: 7px 0 9px; color: #28658c; font-size: 22px; font-weight: 950; line-height: 1.15; }
.tertiary-copy-sequence article:nth-child(3) h4 { color: #a44898; }
.tertiary-copy-sequence article { transition: background-color .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.16, 1, .3, 1); }
.tertiary-copy-sequence article::before { transition: width .3s cubic-bezier(.16, 1, .3, 1); }
@media (hover: hover) and (pointer: fine) {
  .tertiary-copy-sequence article:hover { border-radius: 16px; background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(238, 248, 252, .98)); box-shadow: 0 16px 30px rgba(38, 91, 129, .14); transform: translateY(-6px); }
  .tertiary-copy-sequence article:hover::before { width: 72px; }
  .tertiary-copy-sequence article:hover::after { opacity: 1; transform: translate(-8px, -8px) scale(1.08); }
}
.tertiary-copy-sequence p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.58; }
.tertiary-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: 48px; margin-top: 54px; padding: 42px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .15); border-radius: 24px; background: linear-gradient(135deg, #fff, #f5fafc); box-shadow: 0 16px 36px rgba(38, 91, 129, .08); }
.tertiary-detail-copy { max-width: 650px; }
.tertiary-detail-title { margin: 0; color: #6BB8E8; font-size: clamp(22px, 2.8vw, 34px); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.tertiary-detail-title::after { content: ""; display: block; width: 64px; height: 5px; margin-top: 17px; border-radius: 999px; background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise), var(--accent-pink)); }
.tertiary-detail-lead { margin: 20px 0 0; color: var(--primary-blue); font-size: clamp(18px, 2.5vw, 24px); font-weight: 800; letter-spacing: -.02em; line-height: 1.3; }
.tertiary-detail-copy p:not(.eyebrow) { margin-top: 18px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.tertiary-detail-list { display: grid; grid-template-columns: 1fr; gap: 0; align-content: center; }
.tertiary-detail-item { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(58, 139, 202, .15); }
.tertiary-detail-item:first-child { padding-top: 0; }
.tertiary-detail-item:last-child { padding-bottom: 0; border-bottom: 0; }
.tertiary-detail-item > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: var(--primary-blue); color: var(--white); font-size: 9px; font-weight: 850; }
.tertiary-detail-item:nth-child(2) > span { background: var(--secondary-turquoise); }
.tertiary-detail-item:nth-child(3) > span { background: var(--accent-pink); }
.tertiary-detail-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.tertiary-detail-item p strong { display: block; margin-bottom: 3px; color: #28658c; font-size: 14px; font-weight: 850; }
.medical-signature-services article > span { position: relative; z-index: 1; }
.medical-signature-services article > div { position: relative; z-index: 1; }
.medical-signature-services small { display: block; padding-left: 10px; color: #758b98; font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.medical-signature-services h4 { margin: 5px 0 10px; color: #28658c; font-size: 18px; font-weight: 900; line-height: 1.14; }
.medical-signature-services h4 span { color: #28658c; }
.medical-signature-services h4 em { color: var(--accent-pink); font-size: .76em; font-style: normal; font-weight: 700; }
.medical-signature-services h4 { transition: color .3s ease, transform .35s cubic-bezier(.16, 1, .3, 1); }
.medical-signature-services p { margin: 0; padding-left: 10px; color: var(--muted); line-height: 1.62; transition: color .3s ease; }
.tertiary-copy-link { display: inline-flex; align-items: center; gap: 13px; margin: 21px 0 0 10px; padding: 15px 22px; border: 2px solid rgba(58, 139, 202, .56); border-radius: 999px; background: linear-gradient(145deg, #fff, #f4f9fc); color: #28658c; font-size: 14px; font-weight: 950; letter-spacing: .01em; line-height: 1.2; text-decoration: none; box-shadow: 0 10px 22px rgba(38, 91, 129, .2), 0 0 0 4px rgba(58, 139, 202, .06); transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.tertiary-copy-link span { display: inline-grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: rgba(58, 139, 202, .16); color: var(--primary-blue); font-size: 18px; line-height: 1; }
.tertiary-copy-link:hover, .tertiary-copy-link:focus-visible { border-color: var(--primary-blue); background: #fff; color: var(--primary-blue); box-shadow: 0 15px 30px rgba(38, 91, 129, .28), 0 0 0 5px rgba(58, 139, 202, .08); transform: translateY(-3px); }
.tertiary-service-detail-panel[hidden], .tertiary-copy-sequence[hidden] { display: none; }
.tertiary-service-detail-panel { padding: 30px; border: 1px solid rgba(58, 139, 202, .16); border-radius: 18px; background: linear-gradient(145deg, #fff, #f4f9fc); box-shadow: 0 16px 34px rgba(38, 91, 129, .1); animation: tertiary-detail-arrival .45s cubic-bezier(.16, 1, .3, 1) both; }
.tertiary-service-detail-heading small { display: block; color: var(--primary-blue); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tertiary-service-detail-heading h3 { margin: 7px 0 10px; color: #28658c; font-size: clamp(22px, 2.4vw, 30px); font-weight: 950; line-height: 1.12; }
.tertiary-service-detail-heading p { max-width: 760px; margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.tertiary-service-detail-panel ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 22px; margin: 0; padding: 0; list-style: none; counter-reset: tertiary-service; }
.tertiary-service-detail-panel li { display: grid; grid-template-columns: 31px 1fr; gap: 10px; align-items: start; counter-increment: tertiary-service; }
.tertiary-service-detail-panel li::before { content: counter(tertiary-service, decimal-leading-zero); display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: rgba(58, 139, 202, .1); color: var(--primary-blue); font-size: 9px; font-weight: 900; }
.tertiary-service-detail-panel li:nth-child(2n)::before { background: rgba(64, 188, 177, .12); color: #278d88; }
.tertiary-service-detail-panel li:nth-child(3n)::before { background: rgba(226, 95, 211, .1); color: #a44898; }
.tertiary-service-detail-panel li strong, .tertiary-service-detail-panel li span { display: block; }
.tertiary-service-detail-panel li strong { color: #28658c; font-size: 12px; line-height: 1.35; }
.tertiary-service-detail-panel li span { margin-top: 2px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.tertiary-service-detail-panel .tertiary-copy-link { margin-top: 24px; }
@keyframes tertiary-detail-arrival { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 700px) {
  .tertiary-service-detail-panel { padding: 22px 18px; }
  .tertiary-service-detail-panel ol { grid-template-columns: 1fr; }
}

/* Entretien régulier : icônes volontairement fixes sur tous les appareils. */
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon,
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(1) .tertiary-sector-link-icon,
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(2) .tertiary-sector-link-icon,
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(3) .tertiary-sector-link-icon,
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(4) .tertiary-sector-link-icon {
  animation: none !important;
  transform: none !important;
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon img,
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:hover .tertiary-sector-link-icon img {
  transition: none !important;
  transform: none !important;
}

/* Priorité finale : valorisation sobre des quatre accès métier. */
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon:nth-child(n) {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(58, 139, 202, .28);
  background: linear-gradient(155deg, #fff 56%, var(--sector-soft) 100%);
  box-shadow: 0 12px 27px rgba(33, 75, 99, .11);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon::after {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 3px;
  border-radius: 0 0 5px 5px;
  background: var(--sector-accent);
  content: "";
}
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon:hover {
  border-color: var(--sector-accent);
  background: linear-gradient(155deg, #fff 48%, var(--sector-soft) 100%);
  box-shadow: 0 17px 34px rgba(33, 75, 99, .16);
  transform: translateY(-3px);
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-copy b,
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(n) .tertiary-sector-link-copy b {
  border-color: rgba(58, 139, 202, .25);
  background: rgba(255, 255, 255, .9);
  color: var(--sector-ink);
  box-shadow: 0 4px 12px rgba(35, 76, 98, .08);
}
@media (prefers-reduced-motion: reduce) {
  .tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon:hover {
    transform: none;
  }
}

/* Pages légales : présentation volontairement simple, sans Hero. */
.legal-page .legal-header {
  padding: 18px 0;
  border-bottom: 1px solid rgba(58, 139, 202, .12);
  background: #fff;
}
.legal-page .legal-header .shell { display: flex; width: min(860px, calc(100% - 40px)); justify-content: flex-start; }
.legal-page .legal-header a { display: inline-flex; }
.legal-page .legal-header img { width: 190px; height: 92px; object-fit: contain; }
.legal-page .legal-main { width: min(860px, calc(100% - 40px)); margin: 54px auto 72px; }
.legal-page .legal-heading {
  display: block;
  margin: 0 0 24px;
  padding: 0 0 25px;
  overflow: visible;
  border-bottom: 3px solid var(--primary-blue);
  border-radius: 0;
  background: transparent;
  color: var(--text-dark);
  box-shadow: none;
}
.legal-page .legal-heading .eyebrow { color: #397270; }
.legal-page .legal-heading h1 { margin: 8px 0 12px; color: var(--primary-blue); font-size: clamp(34px, 5vw, 50px); line-height: 1.08; letter-spacing: -.045em; }
.legal-page .legal-heading > p:last-child { max-width: 690px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.legal-page .legal-content { display: block; padding: 34px 38px; border: 1px solid rgba(58, 139, 202, .14); border-radius: 18px; background: #fff; box-shadow: 0 12px 38px rgba(15, 45, 72, .055); counter-reset: none; }
.legal-page .legal-content section,
.legal-page .legal-content .legal-card-accent {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  counter-increment: none;
}
.legal-page .legal-content section::before { display: none; content: none; }
.legal-page .legal-content section + section { margin-top: 28px; padding-top: 26px; border-top: 1px solid #e3edf3; }
.legal-page .legal-content h2 { margin: 0 0 9px; color: #245f8d; font-size: 20px; }
.legal-page .legal-content p,
.legal-page .legal-content li { color: #536b7c; font-size: 14px; line-height: 1.72; }
.legal-page .legal-content ul { margin: 12px 0 0; padding-left: 20px; }
.legal-page .legal-card-accent button { margin-top: 10px; }
@media (max-width: 600px) {
  .legal-page .legal-header { padding: 10px 0; }
  .legal-page .legal-header img { width: 155px; height: 76px; }
  .legal-page .legal-header .shell { width: calc(100% - 24px); }
  .legal-page .legal-main { width: calc(100% - 24px); margin: 36px auto 52px; }
  .legal-page .legal-heading { padding-bottom: 20px; }
  .legal-page .legal-heading h1 { font-size: 34px; }
  .legal-page .legal-content { padding: 25px 20px; }
}

/* Consentement aux cookies. */
.footer-legal button[data-cookie-settings] {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.cookie-consent {
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 230px;
  grid-template-areas: "visual skip actions" "visual copy actions";
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(58, 139, 202, .2);
  border-radius: 0;
  background: rgba(255, 255, 255, .68);
  color: #183d5b;
  box-shadow: 0 18px 48px rgba(20, 55, 80, .13), 0 2px 8px rgba(20, 55, 80, .05);
  backdrop-filter: blur(28px) saturate(130%);
  gap: 0;
  align-items: stretch;
  animation: cookie-consent-slide-in .48s cubic-bezier(.16, 1, .3, 1) both;
}
.cookie-consent[hidden] { display: none; }
.cookie-consent.is-leaving { animation: cookie-consent-slide-out .28s ease-in both; }
@keyframes cookie-consent-slide-in {
  from { opacity: 0; transform: translateX(calc(100% + 38px)); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes cookie-consent-slide-out {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(calc(100% + 38px)); }
}
.cookie-consent-visual { position: relative; grid-area: visual; min-height: 124px; overflow: hidden; background: linear-gradient(180deg, rgba(58, 139, 202, .74), rgba(82, 163, 216, .7) 64%, rgba(72, 174, 185, .72)); }
.cookie-consent-visual::before { position: absolute; top: -48px; right: -24px; width: 176px; height: 130px; border-radius: 44% 56% 55% 45%; background: rgba(255,255,255,.13); content: ""; transform: rotate(-10deg); }
.cookie-consent-visual span { position: absolute; z-index: 2; top: 24px; left: 50%; color: rgba(255, 255, 255, .96); font-size: 38px; font-style: normal; line-height: 1; text-shadow: 0 7px 18px rgba(27,69,104,.2); transform: translateX(-50%); }
.cookie-consent-visual i { position: absolute; z-index: 1; top: 68px; left: 50%; display: block; width: 9px; height: 9px; border: 1px solid rgba(255, 255, 255, .68); border-radius: 50%; background: rgba(255, 255, 255, .2); box-shadow: -18px 12px 0 -2px rgba(255,255,255,.32), 17px 7px 0 2px rgba(255,255,255,.16), -10px 31px 0 3px rgba(255,255,255,.12); transform: translateX(-50%); }
.cookie-consent-skip { grid-area: skip; width: fit-content; margin: 12px 18px 0; padding: 0; border: 0; background: transparent; color: #476276; font: inherit; font-size: 9px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cookie-consent-copy { grid-area: copy; padding: 4px 18px 13px; }
.cookie-consent-copy strong { display: block; margin-bottom: 1px; color: #153f5e; font-size: 15px; font-weight: 600; line-height: 1.16; }
.cookie-consent-copy > em { display: block; margin-bottom: 7px; color: #245f8d; font-size: 17px; font-style: normal; font-weight: 900; line-height: 1.1; }
.cookie-consent-copy p { margin: 0 0 8px; color: #3e5570; font-size: 10.5px; line-height: 1.5; }
.cookie-consent-copy > small { display: block; color: #213b60; font-size: 9px; font-weight: 800; line-height: 1.4; }
.cookie-consent-copy nav { display: flex; flex-wrap: wrap; margin-top: 7px; gap: 5px 12px; }
.cookie-consent-copy a { width: fit-content; color: #153f5e; font-size: 9px; font-weight: 650; text-underline-offset: 3px; }
.cookie-consent-actions { display: grid; grid-area: actions; grid-template-columns: 1fr; align-content: center; gap: 8px; padding: 14px; border-left: 1px solid rgba(58,139,202,.1); background: rgba(247, 250, 253, .42); }
.cookie-consent-actions button {
  min-width: 0;
  min-height: 40px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}
.cookie-consent-actions .cookie-consent-refuse {
  border-color: rgba(183, 53, 77, .18);
  background: rgba(183, 53, 77, .07);
  color: #9d3348;
}
.cookie-consent-actions .cookie-consent-accept {
  background: linear-gradient(125deg, var(--primary-blue), #52a3d8 72%, #48aeb9);
  color: #fff;
}
.cookie-consent-actions button:hover,
.cookie-consent-actions button:focus-visible { filter: brightness(.92); outline: 3px solid #fff; box-shadow: 0 0 0 5px #3a8bca; }
@media (max-width: 640px) {
  .cookie-consent { right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr; grid-template-areas: "visual" "skip" "copy" "actions"; width: 100%; max-width: none; max-height: 100dvh; border-radius: 18px 18px 0 0; overflow-y: auto; }
  .cookie-consent-visual { min-height: 46px; }
  .cookie-consent-visual span { top: 7px; left: auto; right: 22px; font-size: 31px; transform: none; }
  .cookie-consent-visual i { top: 15px; left: auto; right: 60px; transform: none; }
  .cookie-consent-skip { margin: 8px 16px 0; }
  .cookie-consent-copy { padding: 5px 16px 12px; }
  .cookie-consent-copy strong { font-size: 15px; }
  .cookie-consent-copy > em { font-size: 17px; }
  .cookie-consent-actions { grid-template-columns: 1fr 1fr; padding: 9px; border-top: 1px solid rgba(58,139,202,.1); border-left: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-consent, .cookie-consent * { scroll-behavior: auto; transition: none !important; animation: none !important; }
}

/* Entretien régulier : mise en valeur sobre des quatre accès métier. */
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon:nth-child(n) {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--sector-accent) 34%, white);
  background: linear-gradient(155deg, #fff 56%, var(--sector-soft) 100%);
  box-shadow: 0 12px 27px rgba(33, 75, 99, .11);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon::after {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 3px;
  border-radius: 0 0 5px 5px;
  background: var(--sector-accent);
  content: "";
}
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon:hover {
  border-color: var(--sector-accent);
  background: linear-gradient(155deg, #fff 48%, var(--sector-soft) 100%);
  box-shadow: 0 17px 34px rgba(33, 75, 99, .16);
  transform: translateY(-3px);
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-copy b {
  border-color: color-mix(in srgb, var(--sector-accent) 30%, white);
  background: rgba(255, 255, 255, .9);
  color: var(--sector-ink);
  box-shadow: 0 4px 12px rgba(35, 76, 98, .08);
}
@media (prefers-reduced-motion: reduce) {
  .tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon:hover {
    transform: none;
  }
}

.tertiary-sector-guidance {
  display: flex;
  position: relative;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin: 4px 0 18px;
  padding: 11px 16px 11px 12px;
  border: 1px solid rgba(58, 139, 202, .14);
  border-radius: 12px;
  background: linear-gradient(100deg, rgba(58, 139, 202, .075), rgba(64, 188, 177, .055));
  color: #3f657a;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.45;
  box-shadow: 0 8px 19px rgba(44, 91, 119, .06);
}
.tertiary-sector-guidance span {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--primary-blue);
  color: var(--white);
  font-size: 11px;
  box-shadow: 0 5px 12px rgba(58, 139, 202, .2);
}
@media (max-width: 560px) {
  .tertiary-sector-guidance { width: 100%; box-sizing: border-box; padding-right: 13px; }
}

/* Harmonisation du bouton et du panneau de détail tertiaire */
.tertiary-copy-link > span:first-child {
  display: inline;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.tertiary-copy-link > span:last-child {
  display: inline-grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: rgba(58, 139, 202, .16);
  color: var(--primary-blue);
  font-size: 18px;
  line-height: 1;
}
.tertiary-service-detail-panel {
  grid-column: 2;
  min-width: 0;
  align-self: stretch;
  box-sizing: border-box;
  padding: 28px 30px;
}
.tertiary-service-detail-heading h3 { max-width: 520px; }
.tertiary-service-detail-panel ol { align-content: start; }
.tertiary-service-detail-panel .tertiary-copy-link { align-self: flex-start; }
@media (max-width: 1020px) {
  .tertiary-service-detail-panel { grid-column: 2; }
}
@media (max-width: 800px) {
  .tertiary-service-detail-panel { grid-column: 1; padding: 24px 20px; }
}

/* Détail tertiaire : contenu valorisé, numérotation lisible et gabarit maîtrisé */
.tertiary-service-detail-panel {
  width: 100%;
  max-width: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 25px 26px;
}
.tertiary-service-detail-heading {
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(58, 139, 202, .14);
}
.tertiary-service-detail-heading h3 {
  margin: 6px 0 8px;
  color: var(--primary-blue);
  font-size: clamp(21px, 2.1vw, 27px);
  letter-spacing: -.025em;
}
.tertiary-service-detail-heading h3::after {
  content: "";
  display: block;
  width: 52px;
  height: 4px;
  margin-top: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise), var(--accent-pink));
}
.tertiary-service-detail-heading p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.55;
}
.tertiary-service-detail-panel ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 17px;
}
.tertiary-service-detail-panel li {
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 8px 9px 8px 7px;
  border: 1px solid rgba(58, 139, 202, .1);
  border-radius: 10px;
  background: rgba(247, 250, 252, .78);
}
.tertiary-service-detail-panel li::before {
  display: none;
}
.tertiary-service-number { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--primary-blue), #5caedc); color: var(--white); font-size: 10px; font-weight: 900; box-shadow: 0 4px 9px rgba(58, 139, 202, .2); }
.tertiary-service-detail-panel li:nth-child(2n) .tertiary-service-number { background: linear-gradient(145deg, var(--secondary-turquoise), #6bc9c0); }
.tertiary-service-detail-panel li:nth-child(3n) .tertiary-service-number { background: linear-gradient(145deg, var(--accent-pink), #ed8be1); }
.tertiary-service-detail-panel li > div { min-width: 0; }
.tertiary-service-detail-panel li strong { font-size: 11px; font-weight: 900; }
.tertiary-service-detail-panel li span { font-size: 10px; line-height: 1.35; }
.tertiary-service-detail-panel .tertiary-copy-link { margin-top: 17px; padding: 10px 15px; font-size: 11px; }
.tertiary-service-detail-panel .tertiary-copy-link > span:last-child { width: 23px; height: 23px; font-size: 15px; }
.tertiary-service-groups { display: grid; gap: 13px; margin-top: 17px; }
.tertiary-service-group { padding: 14px 15px 15px; border: 1px solid rgba(58, 139, 202, .12); border-radius: 13px; background: rgba(247, 250, 252, .72); }
.tertiary-service-group-heading { display: flex; gap: 11px; align-items: center; padding-bottom: 10px; border-bottom: 1px solid rgba(58, 139, 202, .12); }
.tertiary-service-group-number { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--primary-blue), #5caedc); color: var(--white); font-size: 10px; font-weight: 900; box-shadow: 0 4px 9px rgba(58, 139, 202, .2); }
.tertiary-service-group:nth-child(2) .tertiary-service-group-number { background: linear-gradient(145deg, var(--secondary-turquoise), #6bc9c0); }
.tertiary-service-group:nth-child(3) .tertiary-service-group-number { background: linear-gradient(145deg, var(--accent-pink), #ed8be1); }
.tertiary-service-group:first-child {
  border-color: rgba(58, 139, 202, .24);
  background: linear-gradient(145deg, #fff, #f1f8fc);
}
.tertiary-service-group:first-child .tertiary-service-group-heading {
  border-bottom-color: rgba(58, 139, 202, .2);
}
.tertiary-service-group:first-child li { border-left-color: rgba(58, 139, 202, .42); }
.tertiary-service-group:first-child li strong { color: #28658c; }
.tertiary-service-group:nth-child(2) {
  border-color: rgba(64, 188, 177, .28);
  background: linear-gradient(145deg, #fff, #f0fbfa 66%, #fcf5fb);
}
.tertiary-service-group:nth-child(2) .tertiary-service-group-heading {
  border-bottom-color: rgba(64, 188, 177, .22);
}
.tertiary-service-group:nth-child(2) .tertiary-service-group-heading small { color: #278d88; }
.tertiary-service-group:nth-child(2) li { border-left-color: rgba(64, 188, 177, .48); }
.tertiary-service-group:nth-child(2) li strong { color: #277b80; }
.tertiary-service-group:first-child {
  box-shadow: inset 5px 0 0 var(--primary-blue), 0 10px 24px rgba(58, 139, 202, .1);
}
.tertiary-service-group:nth-child(2) {
  box-shadow: inset 5px 0 0 var(--secondary-turquoise), 0 10px 24px rgba(64, 188, 177, .1);
}
.tertiary-service-group:first-child .tertiary-service-group-heading { background: linear-gradient(90deg, rgba(58, 139, 202, .08), transparent); }
.tertiary-service-group:nth-child(2) .tertiary-service-group-heading { background: linear-gradient(90deg, rgba(64, 188, 177, .1), rgba(226, 95, 211, .04), transparent); }
.tertiary-service-group:first-child .tertiary-service-group-number,
.tertiary-service-group:nth-child(2) .tertiary-service-group-number {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
  font-size: 11px;
}
.tertiary-service-group li em {
  width: fit-content;
  max-width: 100%;
  padding: 3px 6px;
  border-radius: 5px;
  background: rgba(226, 95, 211, .08);
}
.tertiary-service-group:first-child li em { background: rgba(58, 139, 202, .08); color: var(--primary-blue); }
.tertiary-service-group:nth-child(2) li em { background: rgba(226, 95, 211, .1); color: #a44898; }

/* Fonds différenciés et vidéo du hero tertiaire */
.tertiary-copy-sequence {
  background: linear-gradient(145deg, #f4f9fd 0%, #fff 62%, #eef8fb 100%);
}
.tertiary-service-detail-panel {
  background: linear-gradient(145deg, #fff 0%, #fdf5fb 48%, #eefaf8 100%);
}
.tertiary-hero-side { position: relative; display: flex; min-width: 0; min-height: 340px; flex-direction: column; align-items: center; justify-content: flex-end; overflow: hidden; border: 1px solid rgba(58, 139, 202, .24); border-top: 4px solid var(--primary-blue); border-radius: 24px 8px 24px 8px; background: #eaf3f7; box-shadow: 0 20px 42px rgba(38, 91, 129, .14); }
.tertiary-hero-side::before { content: ""; display: block; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(12, 30, 45, .58) 0%, rgba(12, 30, 45, .2) 48%, rgba(12, 30, 45, .7) 100%); pointer-events: none; }
.tertiary-hero-side::after { content: ""; position: absolute; z-index: 1; right: -48px; top: -52px; width: 150px; height: 150px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 50%; box-shadow: 0 0 0 24px rgba(64, 188, 177, .12), 0 0 0 48px rgba(226, 95, 211, .08); pointer-events: none; }
.tertiary-hero-badge { position: absolute; z-index: 3; top: 20px; right: 22px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .52); border-radius: 999px; background: rgba(255, 255, 255, .9); color: var(--primary-blue); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 8px 20px rgba(7, 39, 60, .18); }
.tertiary-hero-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--secondary-turquoise); box-shadow: 0 0 0 4px rgba(64, 188, 177, .16); }
.tertiary-hero-video { position: absolute; z-index: 0; inset: 0; width: auto; overflow: hidden; border: 0; border-radius: inherit; background: #eaf3f7; box-shadow: none; }
.tertiary-hero-video .hero-image-layer { position: absolute; z-index: 0; inset: -2%; display: block; width: 104%; height: 104%; min-height: 340px; object-fit: cover; opacity: 0; transform: scale(1.06) translate3d(2%, 0, 0); clip-path: inset(0 0 0 100% round 20px); transition: opacity 1.15s ease, transform 1.45s cubic-bezier(.22, 1, .36, 1), clip-path 1.25s cubic-bezier(.22, 1, .36, 1); will-change: opacity, transform, clip-path; }
.tertiary-hero-video .hero-image-layer.is-active { z-index: 1; opacity: 1; transform: scale(1) translate3d(0, 0, 0); clip-path: inset(0 0 0 0 round 0); }
.hero-image-progress { position: absolute; z-index: 4; right: 28px; bottom: 18px; left: 28px; display: grid; grid-template-columns: repeat(7, minmax(12px, 1fr)); gap: 6px; }
.hero-image-progress span { height: 4px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .38); box-shadow: 0 1px 4px rgba(7, 39, 60, .22); }
.hero-image-progress span::after { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--secondary-turquoise); box-shadow: 0 0 8px rgba(64, 188, 177, .78); content: ""; opacity: 0; transform: scaleX(1); transform-origin: left center; }
.hero-image-progress span.is-active::after { opacity: 1; animation: hero-image-countdown 10s linear forwards; }
@keyframes hero-image-countdown { to { transform: scaleX(0); } }
.hero-video-caption { transition: opacity .22s ease, transform .22s ease; }
.hero-video-caption.is-changing { opacity: 0; transform: translateX(-18px); }
.hero-video-caption em { display: inline-block; width: fit-content; }
.hero-video-caption em::after { left: -6px; right: -14px; background: var(--secondary-turquoise); transform: scaleX(1); transform-origin: left center; animation: none; box-shadow: 0 0 8px rgba(64, 188, 177, .58); }
.hero-video-caption.is-counting-down em::after { animation: hero-slogan-countdown 10s linear forwards; }
@keyframes hero-slogan-countdown { from { transform: scaleX(1); } to { transform: scaleX(0); } }
.medical-work-hero .hero-value-slogan { position: relative; display: inline-flex; width: fit-content; max-width: 100%; margin: 13px 0 0; padding: 8px 12px; border-left: 3px solid var(--secondary-turquoise); background: rgba(7, 39, 60, .66); color: var(--white) !important; font-size: clamp(11px, 1.25vw, 14px) !important; font-weight: 750; letter-spacing: .02em; line-height: 1.35 !important; text-shadow: 0 1px 6px rgba(0, 0, 0, .32); backdrop-filter: blur(5px); }

/* Accueil — manifeste publicitaire de l'entreprise */
.home-innovation-promo { position: relative; z-index: 2; padding: 26px 0 54px; background: linear-gradient(180deg, #f5fafd 0%, #fff 100%); }
.home-innovation-card { position: relative; display: block; overflow: hidden; padding: clamp(42px, 6vw, 78px); border-radius: 32px; background: radial-gradient(circle at 12% 12%, rgba(58, 139, 202, .13), transparent 25%), radial-gradient(circle at 88% 15%, rgba(64, 188, 177, .13), transparent 24%), radial-gradient(circle at 50% 115%, rgba(226, 95, 211, .11), transparent 35%), #fff; box-shadow: 0 28px 65px rgba(22, 74, 108, .13); text-align: center; }
.home-innovation-card::before { content: "N'"; position: absolute; right: 2%; bottom: -24%; color: rgba(58, 139, 202, .045); font-size: clamp(210px, 34vw, 450px); font-weight: 950; letter-spacing: -.12em; line-height: .7; pointer-events: none; }
.home-innovation-heading, .home-innovation-copy { position: relative; z-index: 2; }
.home-innovation-eyebrow { display: flex; width: fit-content; align-items: center; gap: 10px; margin: 0 auto 20px; padding: 9px 14px; border-radius: 999px; background: rgba(64, 188, 177, .1); color: #278d88; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.home-innovation-eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--secondary-turquoise); box-shadow: 0 0 0 6px rgba(64, 188, 177, .12); }
.home-innovation-heading h2 { max-width: 970px; margin: 0 auto; color: var(--primary-blue); font-size: clamp(38px, 5vw, 68px); font-weight: 850; letter-spacing: -.05em; line-height: .96; }
.home-innovation-heading h2 > span { font-weight: 350; }
.home-innovation-heading h2 em { display: inline-block; margin-top: 9px; color: #b74b9f; font-style: normal; font-weight: 750; }
.home-innovation-copy > p { max-width: 790px; margin: 27px auto 0; color: #465f70; font-size: clamp(15px, 1.35vw, 18px); line-height: 1.68; }
.home-innovation-copy ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: 950px; margin: 32px auto 0; padding: 0; list-style: none; }
.home-innovation-copy li { display: grid; min-height: 112px; align-content: center; justify-items: center; gap: 9px; padding: 16px 10px; border-radius: 22px; background: linear-gradient(145deg, rgba(58, 139, 202, .13), rgba(255, 255, 255, .7)); color: var(--primary-blue); box-shadow: 0 12px 25px rgba(42, 100, 139, .08); }
.home-innovation-copy li:nth-child(2) { background: linear-gradient(120deg, rgba(64, 188, 177, .14), rgba(64, 188, 177, .04)); color: #287873; }
.home-innovation-copy li:nth-child(3) { background: linear-gradient(120deg, rgba(226, 95, 211, .12), rgba(226, 95, 211, .035)); color: #9e438c; }
.home-innovation-copy li:nth-child(4) { background: linear-gradient(120deg, rgba(118, 101, 176, .13), rgba(118, 101, 176, .035)); color: #66539f; }
.home-innovation-copy li span { display: grid; min-width: 48px; height: 38px; padding: 0 10px; box-sizing: border-box; place-items: center; border: 1px solid color-mix(in srgb, currentColor 18%, transparent); border-radius: 999px; background: color-mix(in srgb, currentColor 9%, rgba(255, 255, 255, .82)); color: currentColor; font-size: 25px; font-weight: 850; letter-spacing: -.055em; line-height: 1; opacity: 1; box-shadow: 0 7px 16px color-mix(in srgb, currentColor 10%, transparent); }
.home-innovation-copy li > strong { color: currentColor; font-size: 14px; font-weight: 850; letter-spacing: -.015em; line-height: 1.2; }
.home-innovation-copy > a { display: inline-grid; grid-template-columns: 1fr 72px; min-width: min(100%, 390px); min-height: 80px; box-sizing: border-box; align-items: stretch; margin-top: 36px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .2); border-radius: 20px; background: linear-gradient(150deg, #3a8bca 0%, #398fbd 54%, #378f97 100%); color: var(--white); text-align: left; text-decoration: none; box-shadow: 0 17px 35px rgba(42, 100, 139, .24); transition: transform .25s ease, box-shadow .25s ease, background .3s ease; }
.home-innovation-cta-copy { display: grid; align-content: center; justify-items: start; padding: 12px 20px 12px 24px; }
.home-innovation-cta-copy strong { display: flex; align-items: baseline; justify-content: flex-start; gap: 6px; color: var(--white); line-height: 1.05; }
.home-innovation-cta-lead { font-size: 27px; font-weight: 350; letter-spacing: -.045em; }
.home-innovation-cta-subject { font-size: 27px; font-weight: 850; letter-spacing: -.045em; }
.home-innovation-cta-arrow { display: grid; width: 46px; height: 46px; align-self: center; justify-self: center; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .94); color: var(--primary-blue); font-size: 25px; box-shadow: 0 8px 18px rgba(9, 51, 82, .18); transition: transform .25s ease, background .25s ease, color .25s ease; }
.home-innovation-copy > a:hover, .home-innovation-copy > a:focus-visible { transform: translateY(-3px); background: linear-gradient(150deg, #4698d4 0%, #439bc8 54%, #3d9ca4 100%); box-shadow: 0 22px 42px rgba(42, 100, 139, .29); }
.home-innovation-copy > a:hover .home-innovation-cta-arrow, .home-innovation-copy > a:focus-visible .home-innovation-cta-arrow { background: var(--white); color: #287873; transform: translateX(3px); }
.home-innovation-orbit { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.home-innovation-orbit-one { top: -105px; left: 36%; width: 230px; height: 230px; background: radial-gradient(circle, rgba(64, 188, 177, .09), transparent 68%); }
.home-innovation-orbit-two { right: -70px; bottom: -95px; width: 190px; height: 190px; background: radial-gradient(circle, rgba(226, 95, 211, .08), transparent 68%); }

/* Page Nos partenariats */
.partnerships-intro { padding: 74px 0 64px; background: radial-gradient(circle at 8% 8%, rgba(64, 188, 177, .1), transparent 25%), var(--white); }
.partnerships-heading { max-width: 850px; margin: 0 auto; text-align: center; }
.partnerships-heading .eyebrow, .partnerships-showcase-head .eyebrow { justify-content: center; }
.partnerships-heading h2, .partnerships-showcase-head h2 { color: var(--primary-blue); font-size: clamp(38px, 5vw, 66px); }
.partnerships-heading h2 em, .partnerships-showcase-head h2 em { color: var(--accent-pink); font-style: normal; }
.partnerships-heading > p:last-child { max-width: 760px; margin: 25px auto 0; color: #526976; font-size: 16px; line-height: 1.7; }
.partnerships-callout { display: grid; max-width: 980px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 34px; margin: 40px auto 0; padding: 31px 34px; border-radius: 24px; background: linear-gradient(122deg, #287dbd 0%, #3a8bca 58%, #62b6d0 100%); color: var(--white); box-shadow: 0 20px 42px rgba(42, 100, 139, .18); }
.partnerships-callout > div > span { color: rgba(255, 255, 255, .76); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.partnerships-callout h3 { margin: 9px 0 0; color: var(--white); font-size: clamp(23px, 2.7vw, 34px); line-height: 1.08; }
.partnerships-callout p { max-width: 670px; margin: 12px 0 0; color: rgba(255, 255, 255, .88); font-size: 13px; line-height: 1.65; }
.partnerships-callout > a { display: inline-flex; min-height: 48px; align-items: center; gap: 14px; padding: 12px 17px; border-radius: 999px; background: var(--white); color: var(--primary-blue); font-size: 10px; font-weight: 900; text-decoration: none; white-space: nowrap; box-shadow: 0 9px 22px rgba(24, 76, 111, .16); transition: transform .25s ease, box-shadow .25s ease; }
.partnerships-callout > a:hover, .partnerships-callout > a:focus-visible { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(24, 76, 111, .23); }
.partnerships-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; margin-top: 42px; }
.partnerships-values article { --value-accent: 58, 139, 202; position: relative; min-height: 225px; overflow: hidden; padding: 28px 26px 25px; border: 1px solid rgba(var(--value-accent), .2); border-radius: 22px; background: linear-gradient(145deg, rgba(var(--value-accent), .16), rgba(255, 255, 255, .97) 68%); box-shadow: 0 16px 34px rgba(var(--value-accent), .11); transition: transform .3s ease, box-shadow .3s ease; }
.partnerships-values article:nth-child(2) { --value-accent: 190, 78, 164; }
.partnerships-values article:nth-child(3) { --value-accent: 45, 166, 156; }
.partnerships-values article::after { position: absolute; right: -9px; bottom: -35px; color: rgba(var(--value-accent), .07); content: attr(data-value-number); font-size: 122px; font-weight: 950; letter-spacing: -.08em; line-height: 1; pointer-events: none; }
.partnerships-values article:hover { transform: translateY(-5px); box-shadow: 0 22px 42px rgba(var(--value-accent), .17); }
.partnerships-values span { display: grid; position: relative; z-index: 1; width: 46px; height: 46px; place-items: center; border-radius: 15px; background: rgb(var(--value-accent)); color: var(--white); font-size: 13px; font-weight: 950; box-shadow: 0 9px 18px rgba(var(--value-accent), .22); }
.partnerships-values h3 { position: relative; z-index: 1; margin: 20px 0 9px; color: rgb(var(--value-accent)); font-size: 25px; line-height: 1.1; }
.partnerships-values p { position: relative; z-index: 1; max-width: 280px; color: #465f6e; font-size: 13px; line-height: 1.65; }
.partnerships-showcase { padding: 68px 0 88px; background: linear-gradient(180deg, #f4f9fd, #fff); }
.partnerships-showcase-head { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.partnerships-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.partnerships-page .partnerships-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 980px; margin-inline: auto; align-items: stretch; gap: 22px; }
.partnerships-grid figure { display: grid; min-height: 190px; place-items: center; margin: 0; padding: 22px; border: 1px solid rgba(58, 139, 202, .12); border-radius: 20px; background: var(--white); box-shadow: 0 13px 30px rgba(42, 100, 139, .08); }
.partnerships-grid img { width: 100%; height: 105px; object-fit: contain; }
.partnerships-grid figcaption { color: #456174; font-size: 11px; font-weight: 800; text-align: center; }
.partnerships-support-story { position: relative; display: grid; min-width: 0; grid-template-rows: auto 1fr; overflow: hidden; border: 0; border-radius: 24px; background: var(--white); color: var(--text-dark); box-shadow: 0 20px 44px rgba(42, 100, 139, .13); transition: transform .3s ease, box-shadow .3s ease; }
.partnerships-support-story:hover { transform: translateY(-5px); box-shadow: 0 26px 52px rgba(42, 100, 139, .17); }
.partnerships-support-story::after { position: absolute; right: -15px; bottom: -28px; color: rgba(58, 139, 202, .045); content: attr(data-number); font-size: 112px; font-weight: 950; line-height: 1; pointer-events: none; }
.partnerships-support-media { position: relative; z-index: 1; display: block; min-width: 0; margin: 0; overflow: hidden; background: #eef6fa; }
.partnerships-support-media img { display: block; width: 100%; height: auto; aspect-ratio: 1440 / 1017; object-fit: cover; transition: transform .5s ease; }
.partnerships-support-story:hover .partnerships-support-media img { transform: scale(1.025); }
.partnerships-support-media figcaption { display: grid; position: absolute; z-index: 3; top: 28px; right: auto; left: -24px; width: 225px; min-height: 48px; place-items: center; padding: 11px 30px; border-radius: 0; background: #b94fa4; color: var(--white); font-size: 10px; font-weight: 950; letter-spacing: .055em; line-height: 1.3; text-align: center; text-transform: uppercase; transform: rotate(-7deg); box-shadow: 0 8px 20px rgba(77, 35, 70, .22); }
.partnerships-support-story:nth-child(2) .partnerships-support-media figcaption { background: #f0b83e; color: #173f59; box-shadow: 0 8px 20px rgba(111, 79, 14, .2); }
.partnerships-support-basket img { object-position: 50% 48%; }
.partnerships-support-identity { display: flex; aspect-ratio: 1440 / 1017; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(28px, 5vw, 54px); background: linear-gradient(135deg, #287dbd 0%, #3a8bca 52%, #65b7d2 100%); color: var(--white); }
.partnerships-support-identity::before { position: absolute; top: -32%; right: -10%; width: 68%; aspect-ratio: 1; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; content: ""; }
.partnerships-support-identity > span { position: relative; font-size: clamp(58px, 7vw, 88px); font-weight: 950; letter-spacing: -.07em; line-height: .9; }
.partnerships-support-identity > strong { position: relative; margin-top: 14px; font-size: clamp(19px, 2.2vw, 27px); font-weight: 800; }
.partnerships-support-identity > small { position: relative; margin-top: 7px; color: rgba(255, 255, 255, .82); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.partnerships-support-content { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; padding: 27px 29px 29px; }
.partnerships-support-meta { position: relative; z-index: 1; display: flex; align-items: center; gap: 11px; }
.partnerships-support-meta > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--primary-blue); color: var(--white); font-size: 11px; font-weight: 900; }
.partnerships-support-story small { color: #397270; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.partnerships-support-story h3 { position: relative; z-index: 1; margin: 17px 0 0; color: var(--primary-blue); font-size: clamp(27px, 2.7vw, 36px); line-height: 1.02; }
.partnerships-support-content > strong { position: relative; z-index: 1; margin-top: 11px; color: #a44898; font-size: 16px; line-height: 1.35; }
.partnerships-support-story p { position: relative; z-index: 1; max-width: 680px; margin-top: 15px; color: #526976; font-size: 13px; line-height: 1.68; }
.partnerships-support-story a { position: relative; z-index: 1; display: inline-flex; width: fit-content; align-items: center; gap: 10px; margin-top: auto; padding: 10px 14px; border: 1px solid rgba(58, 139, 202, .24); border-radius: 999px; background: rgba(58, 139, 202, .08); color: var(--primary-blue); font-size: 10px; font-weight: 850; text-decoration: none; transform: translateY(16px); }
.partnerships-support-story a:hover, .partnerships-support-story a:focus-visible { background: var(--primary-blue); color: var(--white); }
@media (max-width: 800px) { .partnerships-values { grid-template-columns: 1fr; } .partnerships-grid, .partnerships-page .partnerships-grid { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .partnerships-callout { grid-template-columns: 1fr; gap: 22px; padding: 27px 24px; text-align: center; } .partnerships-callout > a { justify-self: center; white-space: normal; } }
@media (max-width: 800px) { .partnerships-page .partnerships-grid { grid-template-columns: 1fr; max-width: 560px; } }
@media (max-width: 480px) { .partnerships-intro, .partnerships-showcase { padding-block: 48px; } .partnerships-grid { grid-template-columns: 1fr; } .partnerships-support-media { padding: 0; } .partnerships-support-media figcaption { top: 24px; right: auto; left: -20px; width: 205px; min-height: 44px; padding: 9px 26px; font-size: 9px; } .partnerships-support-content { padding: 27px 22px 29px; } }
@media (max-width: 800px) {
  .home-innovation-promo { padding: 16px 0 38px; }
  .home-innovation-card { padding: 38px 26px; border-radius: 26px; }
  .home-innovation-heading h2 { font-size: clamp(31px, 9vw, 46px); }
  .home-innovation-copy ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .home-innovation-card { padding: 29px 21px; }
  .home-innovation-copy ul { grid-template-columns: 1fr; }
  .home-innovation-copy > a { width: 100%; box-sizing: border-box; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  .tertiary-hero-video .hero-image-layer,
  .hero-video-caption { transition: none; }
  .hero-video-caption.is-counting-down em::after { animation: none; transform: scaleX(1); }
  .tertiary-hero-video .hero-image-layer { opacity: 0; transform: none; clip-path: none; }
  .tertiary-hero-video .hero-image-layer.is-active { opacity: 1; }
  .hero-image-progress span::after { animation: none; }
  .hero-image-progress span.is-active::after { opacity: 1; transform: scaleX(1); }
  .home-innovation-copy > a,
  .home-innovation-copy > a::before,
  .home-innovation-copy > a span { transition: none; }
  .home-innovation-copy > a:hover,
  .home-innovation-copy > a:focus-visible,
  .home-innovation-copy > a:hover span,
  .home-innovation-copy > a:focus-visible span { transform: none; }
}
.tertiary-hero-side .detail-actions { position: relative; z-index: 2; width: calc(100% - 36px); margin: 0 0 18px; transform: none; }
.tertiary-hero-side .sector-work-email { color: var(--white); text-shadow: 0 1px 8px rgba(20, 58, 84, .65); }
.medical-work-hero .work-hero-grid { grid-template-columns: 1fr; gap: 0; }
.tertiary-hero-side { min-height: 560px; align-items: stretch; justify-content: flex-end; padding: 0; }
.tertiary-hero-side .work-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto auto;
  padding: 48px 54px 0;
  color: var(--white);
}
.tertiary-hero-side .work-hero-copy .eyebrow { color: rgba(255, 255, 255, .86); }
.tertiary-hero-side .work-hero-copy .eyebrow > span,
.tertiary-hero-side .work-hero-copy .eyebrow::after { background: linear-gradient(90deg, var(--white), var(--secondary-turquoise)); }
.tertiary-hero-side .work-hero-copy h1 { color: var(--white); text-shadow: 0 3px 20px rgba(7, 39, 60, .58); }
.tertiary-hero-side .work-hero-copy h1 em { color: #f1a0e8; }
.tertiary-hero-side .work-hero-copy .work-hero-lead { color: var(--white) !important; }
.tertiary-hero-side .work-hero-copy > p:not(.eyebrow):not(.work-hero-lead) { color: rgba(255, 255, 255, .86); }
.tertiary-hero-side .detail-actions { margin: 0 auto 24px; }
@media (max-width: 800px) {
  .tertiary-hero-side { min-height: 610px; }
  .tertiary-hero-side .work-hero-copy { padding: 34px 24px 0; }
  .tertiary-hero-side .detail-actions { width: calc(100% - 36px); margin-bottom: 18px; }
}

/* Composition validée : texte à gauche, vidéo à droite */
.medical-work-hero .work-hero-grid {
  grid-template-columns: minmax(0, .86fr) minmax(390px, 1.14fr);
  gap: 24px;
  align-items: stretch;
}
.tertiary-hero-offer { grid-column: 1; grid-row: 1; position: relative; z-index: 2; display: grid; min-height: 340px; height: 100%; box-sizing: border-box; padding: 32px 34px; overflow: hidden; border-radius: 8px 24px 8px 24px; background: linear-gradient(150deg, #3a8bca 0%, #398fbd 54%, #378f97 100%); color: var(--white); box-shadow: 0 20px 42px rgba(38, 91, 129, .18); }
.tertiary-hero-offer::after { content: ""; position: absolute; right: -42px; bottom: -52px; width: 150px; height: 150px; border: 22px solid rgba(255, 255, 255, .09); border-radius: 50%; box-shadow: 0 0 0 22px rgba(64, 188, 177, .08); pointer-events: none; }
.tertiary-hero-offer > * { position: relative; z-index: 1; }
.tertiary-hero-offer small { color: #bdf2ed; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.tertiary-hero-offer h2 { max-width: 360px; margin: 12px 0 0; padding-left: 14px; border-left: 4px solid var(--secondary-turquoise); color: var(--white); font-size: clamp(25px, 2.6vw, 38px); font-weight: 950; letter-spacing: -.045em; line-height: 1.02; }
.tertiary-hero-offer h2 em { color: #bdf2ed; font-style: normal; }
.tertiary-hero-offer p { max-width: 390px; margin: 18px 0 0; color: rgba(255, 255, 255, .9); font-size: 12px; line-height: 1.6; }
.tertiary-hero-offer strong { margin-top: 18px; color: var(--white); font-size: 42px; line-height: .9; }
.tertiary-hero-offer > span { margin-top: 6px; color: #bdf2ed; font-size: 10px; font-weight: 800; }
.tertiary-hero-offer-slide { display: flex; grid-area: 1 / 1; min-width: 0; flex-direction: column; justify-content: center; animation: tertiary-hero-offer-cycle 30s ease-in-out infinite both; }
.tertiary-hero-offer-slide-quote { animation-delay: 0s; }
.tertiary-hero-offer-slide-equipment { animation-delay: -20s; }
.tertiary-hero-offer-slide-equipment h2 { position: relative; max-width: 380px; padding-bottom: 15px; font-size: clamp(25px, 2.6vw, 38px); }
.tertiary-hero-offer-slide-equipment h2::after { position: absolute; bottom: 0; left: 14px; width: 88px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--secondary-turquoise), #f1a0e8); content: ""; }
.tertiary-hero-offer-slide-equipment h2 em { display: block; margin-top: 7px; color: #bdf2ed; font-size: 1em; font-weight: 950; letter-spacing: -.045em; text-shadow: 0 5px 20px rgba(7, 39, 60, .38); }
.tertiary-hero-offer-slide-equipment > strong { width: fit-content; margin-top: 20px; padding-right: 13px; border-right: 3px solid var(--secondary-turquoise); color: #f1a0e8; font-size: 54px; letter-spacing: -.06em; text-shadow: 0 5px 18px rgba(7, 39, 60, .32); }
.tertiary-hero-offer-slide-machines { animation-delay: -10s; }
.tertiary-hero-offer-slide > span { margin-top: 6px; color: #bdf2ed; font-size: 10px; font-weight: 800; }
.tertiary-hero-offer-slide > strong { margin-top: 18px; color: var(--white); font-size: 42px; line-height: .9; }
.tertiary-hero-offer-slide-quote h2 { max-width: 380px; }
.tertiary-hero-quote-button { display: inline-flex; width: max-content; min-height: 48px; align-items: center; justify-content: center; gap: 11px; margin-top: 20px; padding: 11px 16px 11px 20px; border: 2px solid var(--white); border-radius: 999px; background: var(--white); color: #1767a7; font-size: 12px; font-weight: 950; text-decoration: none; box-shadow: 0 15px 30px rgba(7, 54, 82, .34), 0 0 0 4px rgba(255, 255, 255, .14); }
.tertiary-hero-quote-button:hover, .tertiary-hero-quote-button:focus-visible { background: #f2f9fd; color: #0f568e; }
.tertiary-hero-quote-button span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--primary-blue); color: var(--white); font-size: 15px; }
.tertiary-hero-phone-list { display: flex; margin-top: 18px; flex-wrap: wrap; gap: 9px; }
.tertiary-hero-phone-list a { display: grid; min-width: 138px; padding: 10px 13px; border: 1px solid rgba(255, 255, 255, .48); border-radius: 11px; background: rgba(8, 71, 110, .28); color: var(--white); text-decoration: none; box-shadow: 0 10px 22px rgba(7, 54, 82, .2); backdrop-filter: blur(5px); }
.tertiary-hero-phone-list small { color: #bdf2ed; font-size: 8px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.tertiary-hero-phone-list strong { margin-top: 4px; color: var(--white); font-size: 15px; font-weight: 950; line-height: 1.2; }
.tertiary-hero-offer-slide-machines { justify-content: center; }
.tertiary-hero-offer-slide-machines h2 { margin-top: 8px; font-size: clamp(19px, 1.8vw, 27px); }
.tertiary-machine-grid { display: grid; position: relative; margin-top: 12px; }
.tertiary-machine-grid article { display: grid; grid-area: 1 / 1; grid-template-columns: 48% minmax(0, 1fr); min-width: 0; align-items: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, .24); border-radius: 14px; background: rgba(7, 54, 82, .2); box-shadow: 0 8px 18px rgba(7, 54, 82, .14); opacity: 0; transform: translateX(15px); animation: tertiary-machine-one 30s ease-in-out infinite both; }
.tertiary-machine-grid article:nth-child(2) { animation-name: tertiary-machine-two; }
.tertiary-machine-grid article:nth-child(3) { animation-name: tertiary-machine-three; }
.tertiary-machine-grid img { width: 100%; height: 178px; padding: 3px; box-sizing: border-box; background: transparent; object-fit: contain; }
.tertiary-machine-grid div { display: grid; align-content: center; gap: 6px; padding: 13px 12px 13px 3px; }
.tertiary-machine-grid strong { margin: 0; color: var(--white); font-size: 18px; font-weight: 950; line-height: 1.05; }
.tertiary-machine-grid span { margin: 0; color: #bdf2ed; font-size: 9px; font-weight: 850; line-height: 1.3; text-transform: uppercase; }
.tertiary-machine-grid p { margin: 2px 0 0; color: rgba(255, 255, 255, .94); font-size: 10px; font-weight: 650; line-height: 1.45; }
.tertiary-machine-grid em { color: var(--white); font-size: 9px; font-style: normal; font-weight: 950; line-height: 1.25; }
.tertiary-machine-ecolabel { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 10px; margin-top: 10px; padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 11px; background: rgba(7, 54, 82, .2); }
.tertiary-machine-ecolabel img { width: 42px; height: 42px; padding: 3px; border-radius: 7px; background: var(--white); object-fit: contain; }
.tertiary-machine-ecolabel p { margin: 0; color: rgba(255, 255, 255, .88); font-size: 8.5px; line-height: 1.35; }
.tertiary-machine-ecolabel strong, .tertiary-machine-ecolabel span { display: block; }
.tertiary-machine-ecolabel strong { margin-bottom: 2px; color: var(--white); font-size: 10px; font-weight: 950; }
.tertiary-hero-offer-slide-digital { display: grid; grid-template-columns: minmax(0, 1fr); align-content: center; gap: 14px; }
.tertiary-digital-copy { min-width: 0; }
.tertiary-hero-offer-slide-digital h2 { max-width: 390px; margin-top: 10px; font-size: clamp(27px, 2.35vw, 34px); line-height: 1.04; }
.tertiary-digital-copy > p { max-width: 390px; margin: 16px 0 0; color: rgba(255, 255, 255, .96); font-size: 13px; font-weight: 600; line-height: 1.6; }
.tertiary-digital-link { display: inline-flex; width: fit-content; align-items: center; gap: 10px; margin-top: 17px; padding: 9px 14px; border: 1px solid rgba(255, 255, 255, .32); border-radius: 999px; background: rgba(255, 255, 255, .14); color: var(--white); font-size: 10px; font-weight: 900; text-decoration: none; }
.tertiary-digital-link:hover, .tertiary-digital-link:focus-visible { background: var(--white); color: var(--primary-blue); }
@keyframes tertiary-machine-one {
  0%, 65%, 76%, 100% { visibility: hidden; opacity: 0; transform: translateX(15px); }
  67%, 74% { visibility: visible; opacity: 1; transform: translateX(0); }
}
@keyframes tertiary-machine-two {
  0%, 75%, 86%, 100% { visibility: hidden; opacity: 0; transform: translateX(15px); }
  77%, 84% { visibility: visible; opacity: 1; transform: translateX(0); }
}
@keyframes tertiary-machine-three {
  0%, 85%, 97%, 100% { visibility: hidden; opacity: 0; transform: translateX(15px); }
  87%, 95% { visibility: visible; opacity: 1; transform: translateX(0); }
}
.tertiary-hero-offer-progress { position: absolute !important; z-index: 4 !important; right: 34px; bottom: 17px; left: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.tertiary-hero-offer-progress span { height: 3px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, .24); }
.tertiary-hero-offer-progress span::after { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--white); content: ""; transform: scaleX(0); transform-origin: left; animation: tertiary-hero-progress 30s linear infinite both; }
.tertiary-hero-offer-progress span:nth-child(1)::after { animation-delay: 0s; }
.tertiary-hero-offer-progress span:nth-child(2)::after { animation-delay: -20s; }
.tertiary-hero-offer-progress span:nth-child(3)::after { animation-delay: -10s; }
.tertiary-hero-offer-arrow { position: absolute !important; z-index: 6 !important; top: 50%; display: grid; width: 25px; height: 35px; padding: 0; place-items: center; border: 1px solid rgba(255, 255, 255, .34); border-radius: 9px; background: rgba(7, 54, 82, .22); color: rgba(255, 255, 255, .9); font: 300 21px/1 Inter, sans-serif; cursor: pointer; opacity: .8; transform: translateY(-50%); backdrop-filter: blur(4px); transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease; }
.tertiary-hero-offer-arrow:hover, .tertiary-hero-offer-arrow:focus-visible { background: rgba(255, 255, 255, .16); color: var(--white); opacity: 1; }
.tertiary-hero-offer-arrow-prev { left: 6px; }
.tertiary-hero-offer-arrow-next { right: 6px; }
.tertiary-hero-offer.is-js-carousel .tertiary-hero-offer-slide { visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(18px); animation: none; transition: opacity .45s ease, transform .45s ease, visibility .45s; }
.tertiary-hero-offer.is-js-carousel .tertiary-hero-offer-slide.is-active { display: flex; visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); }
.tertiary-hero-offer.is-js-carousel .tertiary-hero-offer-slide-digital.is-active { display: grid; }
.tertiary-hero-offer.is-js-carousel .tertiary-machine-grid article { visibility: hidden; opacity: 0; transform: translateX(15px); animation: none; transition: opacity .42s ease, transform .42s ease, visibility .42s; }
.tertiary-hero-offer.is-js-carousel .tertiary-machine-grid article.is-active { visibility: visible; opacity: 1; transform: translateX(0); }
.tertiary-hero-offer.is-js-carousel .tertiary-hero-offer-progress span::after { animation: none; opacity: 0; transform: scaleX(0); }
.tertiary-hero-offer.is-js-carousel .tertiary-hero-offer-progress span.is-active::after { opacity: 1; animation: tertiary-hero-js-progress var(--offer-duration, 12s) linear forwards; }
@keyframes tertiary-hero-js-progress {
  from { opacity: 1; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}
@keyframes tertiary-hero-progress {
  0% { opacity: 1; transform: scaleX(0); }
  29% { opacity: 1; transform: scaleX(1); }
  33%, 100% { opacity: 0; transform: scaleX(1); }
}
@keyframes tertiary-hero-offer-cycle {
  0%, 29% { visibility: visible; opacity: 1; transform: translateX(0); }
  33%, 96% { visibility: hidden; opacity: 0; transform: translateX(-22px); }
  100% { visibility: visible; opacity: 1; transform: translateX(0); }
}
@media (prefers-reduced-motion: reduce) {
  .tertiary-hero-offer-slide { animation: none; }
  .tertiary-hero-offer-slide-equipment,
  .tertiary-hero-offer-slide-machines { display: none; }
  .tertiary-hero-offer-progress span::after { animation: none; }
  .tertiary-hero-offer-progress span:first-child::after { transform: scaleX(1); }
  .tertiary-hero-offer.is-js-carousel .tertiary-hero-offer-progress span.is-active::after { animation: none !important; transform: scaleX(1); }
  .tertiary-machine-grid article { animation: none; }
  .tertiary-machine-grid article:first-child { visibility: visible; opacity: 1; transform: none; }
}
.tertiary-hero-side { grid-column: 2; min-height: 340px; height: 100%; box-sizing: border-box; }
.tertiary-header-trade-nav { flex: 0 1 auto; justify-content: flex-end; gap: 14px; margin-left: auto; padding: 0; overflow: visible; }
.tertiary-header-trade-nav a,
.tertiary-header-trade-nav .work-trade-home { color: var(--text-dark); font-size: 10px; }
.tertiary-header-trade-nav > a,
.tertiary-header-trade-nav > .tertiary-nav-sectors > .tertiary-nav-prestations { position: relative; color: var(--text-dark); }
.tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) > .work-trade-home { animation: main-menu-item-arrival .72s cubic-bezier(.16, 1, .3, 1) both; }
.tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) > .tertiary-nav-sectors { animation: main-menu-item-arrival .72s cubic-bezier(.16, 1, .3, 1) .14s both; }
.tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) > .tertiary-nav-associations { animation: main-menu-item-arrival .72s cubic-bezier(.16, 1, .3, 1) .28s both; }
@keyframes main-menu-item-arrival {
  0% { opacity: 0; transform: translateY(-12px) scale(.9); }
  70% { opacity: 1; transform: translateY(2px) scale(1.03); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) > .work-trade-home.is-current::after,
.tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) .tertiary-nav-prestations.is-current::after,
.tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) > .tertiary-nav-associations.is-current::after { position: absolute; right: 4px; bottom: 0; left: 4px; height: 3px; border-radius: 999px; content: ""; transform-origin: left; animation: current-trade-underline .65s cubic-bezier(.16, 1, .3, 1) .5s both; }
.tertiary-header-trade-nav > .work-trade-home.is-current::after { background: #3a8bca; }
.tertiary-header-trade-nav .tertiary-nav-prestations.is-current::after { background: #278d88; }
.tertiary-header-trade-nav > .tertiary-nav-associations.is-current::after { background: #b74b9f; }
.tertiary-header-trade-nav button.tertiary-nav-prestations { min-height: 0; padding: 6px 4px; border: 0; background: transparent; color: var(--text-dark); font-family: inherit; font-size: 10px; font-weight: 700; letter-spacing: .02em; line-height: normal; text-transform: uppercase; cursor: default; }
.tertiary-header-trade-nav button.tertiary-nav-prestations span { color: rgba(58, 139, 202, .62); }
.tertiary-header-trade-nav a span { color: rgba(58, 139, 202, .62); }
.tertiary-header-trade-nav a[aria-current="page"] { color: var(--primary-blue); }
.tertiary-header-trade-nav .tertiary-nav-prestations:hover,
.tertiary-header-trade-nav .tertiary-nav-prestations:focus,
.tertiary-header-trade-nav .tertiary-nav-prestations:active { background: transparent; color: var(--primary-blue); }
.tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) > a[aria-current="page"],
.tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) > a:hover,
.tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) > a:focus-visible,
.tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) .tertiary-nav-prestations:hover,
.tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) .tertiary-nav-prestations:focus-visible { color: var(--text-dark); }
.tertiary-nav-sectors { position: relative; display: flex; align-items: center; }
.tertiary-sector-dropdown { position: absolute; z-index: 20; top: calc(100% + 14px); left: 50%; display: grid; width: 210px; gap: 3px; padding: 9px; border: 1px solid rgba(58, 139, 202, .16); border-radius: 14px; background: var(--white); box-shadow: 0 18px 38px rgba(29, 76, 108, .17); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -8px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.tertiary-sector-dropdown::before { position: absolute; right: 0; bottom: 100%; left: 0; height: 15px; content: ""; }
.tertiary-header-trade-nav .tertiary-sector-dropdown a.tertiary-sector-dropdown-title { padding: 5px 11px 7px; color: var(--primary-blue); font-size: 10px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }
.tertiary-header-trade-nav .tertiary-sector-dropdown a { display: flex; min-height: 0; align-items: center; gap: 8px; padding: 9px 11px; border-radius: 9px; color: #385b70; font-size: 10px; font-weight: 800; text-align: left; white-space: nowrap; }
.tertiary-header-trade-nav .tertiary-sector-dropdown a > span { display: inline-grid; width: 18px; height: 18px; flex: 0 0 18px; place-items: center; border-radius: 6px; background: rgba(58, 139, 202, .09); color: var(--primary-blue); font-size: 11px; line-height: 1; }
.tertiary-header-trade-nav .tertiary-sector-dropdown a > svg,
.site-nav .nav-menu-sector-links a > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-nav .nav-menu-sector-links a { display: flex; align-items: center; gap: 10px; }
.tertiary-header-trade-nav .tertiary-sector-dropdown a:hover,
.tertiary-header-trade-nav .tertiary-sector-dropdown a:focus-visible { background: rgba(58, 139, 202, .09); color: var(--primary-blue); }
.tertiary-nav-sectors.is-open .tertiary-sector-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.tertiary-nav-sectors.suppress-open .tertiary-sector-dropdown { opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; transform: translate(-50%, -8px) !important; }

/* Navigation contextuelle : après sélection des prestations, les métiers
   remplacent les autres rubriques dans la barre au lieu de former un panneau. */
.tertiary-header-trade-nav:has(.tertiary-nav-sectors.is-open) > .tertiary-nav-digital,
.tertiary-header-trade-nav:has(.tertiary-nav-sectors.is-open) > .tertiary-nav-associations {
  display: none;
}
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open > .tertiary-nav-prestations {
  display: none;
}
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open { gap: 7px; }
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown {
  position: static;
  display: flex;
  width: auto;
  gap: 5px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
}
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown::before { display: none; }
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a {
  min-height: 0;
  gap: 0;
  padding: 6px 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  transform-origin: center bottom;
}
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a { animation: prestations-menu-fold-arrival .9s cubic-bezier(.16, 1, .3, 1) both; }
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a:nth-child(2) { animation-delay: .2s; }
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a:nth-child(3) { animation-delay: .4s; }
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a:nth-child(4) { animation-delay: .6s; }
@keyframes prestations-menu-fold-arrival {
  0% { opacity: 0; filter: blur(4px); transform: translateY(-16px) perspective(220px) rotateX(-72deg) scale(.82); }
  68% { opacity: 1; filter: blur(0); transform: translateY(3px) perspective(220px) rotateX(7deg) scale(1.04); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0) perspective(220px) rotateX(0) scale(1); }
}
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a.is-current::after { position: absolute; right: 4px; bottom: 1px; left: 4px; height: 3px; border-radius: 999px; content: ""; transform-origin: left; animation: current-trade-underline .65s cubic-bezier(.16, 1, .3, 1) .72s both; }
.tertiary-header-trade-nav .tertiary-sector-dropdown a.is-current:nth-child(1)::after { background: #3a8bca; }
.tertiary-header-trade-nav .tertiary-sector-dropdown a.is-current:nth-child(2)::after { background: #a6539e; }
.tertiary-header-trade-nav .tertiary-sector-dropdown a.is-current:nth-child(3)::after { background: #d39a32; }
.tertiary-header-trade-nav .tertiary-sector-dropdown a.is-current:nth-child(4)::after { background: #278d88; }
@keyframes current-trade-underline {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a > svg {
  display: none;
}
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a:nth-child(1) {
  background: transparent;
  color: var(--text-dark);
}
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a:nth-child(2) {
  background: transparent;
  color: var(--text-dark);
}
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a:nth-child(3) {
  background: transparent;
  color: var(--text-dark);
}
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a:nth-child(4) {
  background: transparent;
  color: var(--text-dark);
}
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a:hover,
.tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a:focus-visible {
  background: transparent;
  color: var(--text-dark);
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.medical-signature-heading .sector-services-title .sector-services-light,
.medical-signature-heading .sector-services-title .sector-services-blue { font-size: clamp(30px, 3.8vw, 47px); }
.medical-signature-heading .sector-services-title {
  animation: tertiary-heading-rise .75s cubic-bezier(.16, 1, .3, 1) both;
  text-shadow: 0 10px 24px rgba(38, 91, 129, .12);
}
@keyframes tertiary-heading-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .medical-signature-heading .sector-services-title { animation: none; }
}
.tertiary-copy-sequence {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  padding: 34px 40px;
}
.tertiary-copy-sequence article {
  min-height: 230px;
  padding: 26px 48px 27px 0;
}
.tertiary-copy-sequence article:first-child { padding-top: 0; }
.tertiary-copy-sequence article:last-child { padding-bottom: 0; }
.tertiary-copy-sequence h4 { margin-top: 10px; margin-bottom: 13px; font-size: 23px; }
.tertiary-copy-sequence p { max-width: 760px; font-size: 13px; line-height: 1.72; }
.tertiary-copy-sequence .tertiary-copy-link { margin-top: 24px; }
.tertiary-copy-sequence h4 {
  max-width: 390px;
  color: var(--primary-blue);
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.06;
}
.tertiary-copy-sequence h4::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise));
}
.tertiary-copy-sequence article:nth-child(2) h4 { color: #278d88; }
.tertiary-copy-sequence article:nth-child(2) h4::after { background: linear-gradient(90deg, var(--secondary-turquoise), var(--accent-pink)); }
.tertiary-copy-sequence article:nth-child(3) h4 { color: #a44898; }
.tertiary-copy-sequence article:nth-child(3) h4::after { background: linear-gradient(90deg, var(--accent-pink), var(--primary-blue)); }
.tertiary-copy-sequence article:nth-child(3) {
  grid-column: 1 / -1;
  order: 5;
  padding-right: 0;
}
.tertiary-copy-sequence article:nth-child(1) {
  grid-column: 1 / -1;
}
.tertiary-copy-subcontent {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #e2ebf0;
}
.tertiary-copy-subcontent h4 { margin-top: 8px; }
.tertiary-copy-sequence article:nth-child(3) > div { max-width: 100%; }
.tertiary-copy-sequence article:nth-child(3) .tertiary-copy-open {
  display: flex;
  width: fit-content;
  margin-right: 12%;
  margin-left: auto;
}
/* Palette professionnelle de la grille éditoriale */
.tertiary-copy-sequence {
  border: 1px solid #e2ebf0;
  border-radius: 20px;
  background: #f6f9fb;
  box-shadow: 0 16px 34px rgba(38, 91, 129, .08);
  gap: 18px 24px;
}
.tertiary-copy-sequence article,
.tertiary-copy-sequence article:nth-child(1),
.tertiary-copy-sequence article:nth-child(2),
.tertiary-copy-sequence article:nth-child(3),
.tertiary-copy-sequence article:nth-child(4),
.tertiary-copy-sequence article:nth-child(5) {
  border: 1px solid #e2ebf0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(38, 91, 129, .045);
}
.tertiary-copy-sequence article::before,
.tertiary-copy-sequence article:nth-child(2)::before,
.tertiary-copy-sequence article:nth-child(3)::before {
  background: var(--primary-blue);
}
.tertiary-copy-sequence article:nth-child(2)::before,
.tertiary-copy-sequence article:nth-child(5)::before { background: var(--secondary-turquoise); }
.tertiary-copy-sequence small,
.tertiary-copy-sequence article:nth-child(2) small,
.tertiary-copy-sequence article:nth-child(3) small,
.tertiary-copy-sequence article:nth-child(5) small { color: #397b9e; }
.tertiary-copy-sequence h4,
.tertiary-copy-sequence article:nth-child(2) h4,
.tertiary-copy-sequence article:nth-child(3) h4 { color: #285f7e; }
.tertiary-copy-sequence h4,
.tertiary-copy-subcontent h4 {
  background: none;
  color: #6bb8e8;
  font-weight: 800;
}
.tertiary-copy-sequence h4::after,
.tertiary-copy-sequence article:nth-child(2) h4::after,
.tertiary-copy-sequence article:nth-child(3) h4::after {
  background: var(--accent-pink);
  opacity: .8;
}
.tertiary-copy-sequence article::after,
.tertiary-copy-sequence article:nth-child(2)::after,
.tertiary-copy-sequence article:nth-child(3)::after,
.tertiary-copy-sequence article:nth-child(4)::after,
.tertiary-copy-sequence article:nth-child(5)::after {
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(58, 139, 202, .32);
  border-color: rgba(58, 139, 202, .32);
  background: #fff;
  box-shadow: 0 5px 12px rgba(38, 91, 129, .1);
  color: #397b9e;
}
.tertiary-copy-sequence article::after { display: none !important; }
.tertiary-copy-sequence h4::after,
.tertiary-copy-sequence article:nth-child(2) h4::after,
.tertiary-copy-sequence article:nth-child(3) h4::after,
.tertiary-copy-sequence article:nth-child(4) h4::after,
.tertiary-copy-sequence article:nth-child(5) h4::after,
.tertiary-copy-sequence article:nth-child(6) h4::after { display: none !important; }
.tertiary-copy-sequence h4,
.tertiary-copy-sequence article:nth-child(2) h4,
.tertiary-copy-sequence article:nth-child(3) h4,
.tertiary-copy-sequence article:nth-child(4) h4,
.tertiary-copy-sequence article:nth-child(5) h4 {
  color: #6BB8E8;
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.1;
}
.tertiary-title-strong { color: #6BB8E8; font-weight: 800; }
.tertiary-title-light { color: var(--primary-blue); font-weight: 200; }
.tertiary-copy-sequence {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.tertiary-copy-sequence article,
.tertiary-copy-sequence article:nth-child(1),
.tertiary-copy-sequence article:nth-child(2),
.tertiary-copy-sequence article:nth-child(3),
.tertiary-copy-sequence article:nth-child(4),
.tertiary-copy-sequence article:nth-child(5) {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #e2ebf0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.tertiary-copy-sequence article:last-child { border-bottom: 0 !important; }
.tertiary-copy-sequence article:nth-child(3) { order: 0; }
.tertiary-copy-sequence {
  display: block !important;
  padding: 28px 40px !important;
}
.tertiary-copy-sequence article,
.tertiary-copy-sequence article:nth-child(1),
.tertiary-copy-sequence article:nth-child(2),
.tertiary-copy-sequence article:nth-child(3),
.tertiary-copy-sequence article:nth-child(4),
.tertiary-copy-sequence article:nth-child(5),
.tertiary-copy-sequence article:nth-child(6) {
  display: block;
  grid-column: auto !important;
  order: 0 !important;
  min-height: 0;
  padding: 28px 0 !important;
}
.tertiary-copy-sequence article:first-child { padding-top: 0 !important; }
.tertiary-copy-sequence article:last-child { padding-bottom: 0 !important; }
.tertiary-copy-sequence article > div { max-width: 920px; }
.tertiary-copy-subcontent { margin-top: 30px; }
.tertiary-copy-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 28px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.tertiary-copy-list li {
  position: relative;
  padding-left: 16px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.tertiary-copy-list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--secondary-turquoise);
}
@media (max-width: 800px) {
  .tertiary-copy-sequence { padding: 24px 20px !important; }
  .tertiary-copy-list { grid-template-columns: 1fr; }
}
.tertiary-copy-sequence article::before,
.tertiary-copy-sequence article:nth-child(2)::before,
.tertiary-copy-sequence article:nth-child(3)::before,
.tertiary-copy-sequence article:nth-child(4)::before,
.tertiary-copy-sequence article:nth-child(5)::before {
  width: 56px;
  height: 3px;
  background: var(--accent-pink);
}
.tertiary-copy-sequence article::after {
  content: "" !important;
  background-color: #f7fbfc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
}
.tertiary-copy-sequence article:nth-child(1)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233a8bca' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 19 8-8M3 21l3-3M12 11l5-5 2 2-5 5M15 4l-2-2 3-3 2 2'/%3E%3C/svg%3E"); }
.tertiary-copy-sequence article:nth-child(2)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23278d88' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8h14l-1 11H6L5 8ZM8 8l1-3h6l1 3M3 8h18M9 12h6'/%3E%3C/svg%3E"); }
.tertiary-copy-sequence article:nth-child(3)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23397b9e' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v10H4zM7 4h4M7 12h10M7 15h6'/%3E%3C/svg%3E"); }
.tertiary-copy-sequence article:nth-child(4)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233a8bca' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 5h7l3 3v11H6V5h2ZM8 3v4M10 12h6M10 15h4M15 5v3h3'/%3E%3C/svg%3E"); }
.tertiary-copy-sequence article:nth-child(5)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23278d88' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 20v-7l-2-2a2 2 0 0 1 3-3l2 2V5a2 2 0 0 1 4 0v5l1-1a2 2 0 0 1 3 3l-4 6v2H8Z'/%3E%3C/svg%3E"); }
.tertiary-copy-sequence article::after,
.tertiary-copy-sequence article:nth-child(1)::after,
.tertiary-copy-sequence article:nth-child(2)::after,
.tertiary-copy-sequence article:nth-child(3)::after,
.tertiary-copy-sequence article:nth-child(4)::after,
.tertiary-copy-sequence article:nth-child(5)::after {
  content: "" !important;
  right: 20px;
  bottom: 18px;
  width: 78px;
  height: 38px;
  border: 2px solid rgba(58, 139, 202, .28);
  border-bottom: 0;
  border-radius: 78px 78px 0 0;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
}
.tertiary-copy-sequence article:nth-child(2)::after,
.tertiary-copy-sequence article:nth-child(5)::after { border-color: rgba(64, 188, 177, .34); }
@media (max-width: 800px) {
  .tertiary-copy-sequence { display: block; }
  .tertiary-header-trade-nav { display: none; }
  .tertiary-copy-sequence { padding: 26px 20px; }
  .tertiary-copy-sequence article { min-height: 0; padding: 22px 42px 23px 0; }
  .tertiary-copy-sequence article:nth-child(3) { padding-right: 0; }
  .tertiary-copy-sequence article:nth-child(3) .tertiary-copy-open { margin-right: 5%; }
  .tertiary-copy-sequence h4 { font-size: 20px; }
}
.medical-signature-card > .medical-signature-lead { display: none; }
.medical-signature-card > .medical-signature-services { grid-column: 1 / -1; }
.medical-signature-card > .medical-signature-lead { grid-column: 1; grid-row: 1; }
.medical-signature-card > .medical-signature-services { grid-column: 2; grid-row: 1; }

/* Le bloc bleu reste dans le hero ; la présentation éditoriale occupe toute la largeur. */
.medical-work-hero .work-hero-grid { grid-template-columns: minmax(0, .86fr) minmax(390px, 1.14fr); }
.medical-work-hero .tertiary-hero-offer { display: flex; }
.medical-work-hero .tertiary-hero-side { grid-column: 2; }
.medical-signature-card > .medical-signature-lead { display: none; }
.medical-signature-card > .medical-signature-services { grid-column: 1 / -1; grid-row: 1; }
.tertiary-hero-side .work-hero-copy[data-reveal] {
  opacity: 1 !important;
  transform: none !important;
  position: absolute;
  right: auto;
  bottom: 28px;
  left: 30px;
  width: min(720px, calc(100% - 60px));
  max-width: none;
  margin: 0;
  overflow: hidden;
  padding: 25px 30px 23px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 22px;
  background: linear-gradient(110deg, rgba(7, 30, 45, .38), rgba(12, 39, 55, .2) 72%, rgba(12, 39, 55, .08));
  box-shadow: 0 14px 30px rgba(5, 24, 38, .14), inset 0 1px rgba(255, 255, 255, .1);
  backdrop-filter: blur(2px);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .72);
}
.tertiary-hero-side .work-hero-copy[data-reveal]::before { position: absolute; z-index: -1; top: -58px; right: -38px; width: 190px; height: 190px; border: 28px solid rgba(64, 188, 177, .055); border-radius: 50%; box-shadow: 0 0 0 22px rgba(226, 95, 211, .025); content: ""; pointer-events: none; }
.tertiary-hero-side .work-hero-copy[data-reveal] { transition: opacity .65s ease, transform .75s cubic-bezier(.22, 1, .36, 1); }
.tertiary-hero-side .work-hero-copy[data-reveal].is-photo-first { opacity: 0 !important; transform: translateY(16px) !important; pointer-events: none; }
.tertiary-hero-side .work-hero-copy h1 { margin: 0; font-size: clamp(60px, 8vw, 120px); line-height: .91; }
.tertiary-hero-side .work-hero-copy h1 { max-width: 660px; font-size: clamp(34px, 3.6vw, 52px); letter-spacing: -.055em; line-height: .92; }
.tertiary-hero-side .work-hero-copy h1 > span { display: block; color: var(--white); font-weight: 950; }
.tertiary-hero-side .work-hero-copy h1 em { display: inline-block; margin-top: 7px; color: #f3a3ea; font-weight: 850; }
.tertiary-hero-side .work-hero-copy .hero-value-slogan { margin-top: 18px; padding: 10px 15px; font-size: clamp(13px, 1.35vw, 17px) !important; }
.tertiary-hero-side .work-hero-copy > p:not(.eyebrow):not(.work-hero-lead) { color: rgba(255, 255, 255, .95); }
@media (max-width: 800px) {
  .medical-work-hero .work-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .tertiary-hero-offer { grid-column: 1; grid-row: 1; min-height: 0; padding: 26px 24px; }
  .tertiary-hero-side { grid-column: 1; min-height: 340px; }
  .medical-signature-card > .medical-signature-lead,
  .medical-signature-card > .medical-signature-services { grid-column: 1; grid-row: auto; }
  .tertiary-hero-side .work-hero-copy[data-reveal] { right: 14px; bottom: 16px; left: 14px; width: auto; max-width: none; padding: 22px 19px 20px; border-radius: 18px; }
  .tertiary-hero-side .work-hero-copy h1 { font-size: clamp(29px, 8.5vw, 43px); }
  .tertiary-hero-side .work-hero-copy .hero-value-slogan { margin-top: 14px; padding: 8px 11px; font-size: 12px !important; }
}
.tertiary-service-group-heading small { display: block; color: var(--primary-blue); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tertiary-service-group-heading h4 { margin: 3px 0 0; color: #28658c; font-size: 16px; font-weight: 950; line-height: 1.15; }
.tertiary-service-group ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 18px; margin: 12px 0 0; padding: 0; list-style: none; }
.tertiary-service-group li { min-width: 0; padding-left: 12px; border-left: 2px solid rgba(58, 139, 202, .25); }
.tertiary-service-group li strong, .tertiary-service-group li span, .tertiary-service-group li em { display: block; }
.tertiary-service-group li strong { color: #28658c; font-size: 11px; font-weight: 900; line-height: 1.3; }
.tertiary-service-group li span { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.tertiary-service-group li em { margin-top: 4px; color: #a44898; font-size: 9px; font-style: normal; font-weight: 800; line-height: 1.3; }
@media (max-width: 800px) {
  .tertiary-service-detail-panel { padding: 22px 18px; }
  .tertiary-service-group ul { grid-template-columns: 1fr; }
}
.medical-signature-reasons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; justify-content: center; }
.medical-signature-reasons .sector-service-card { flex: 1 1 260px; max-width: 340px; min-width: 240px; }
.medical-signature-reasons .sector-services-cards-grid {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

/* Mise en page finale des familles de prestations tertiaires */
.tertiary-service-groups {
  display: grid;
  gap: 14px;
  width: 100%;
  min-width: 0;
}
.tertiary-service-group {
  display: block;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 15px 16px 16px;
  border: 1px solid rgba(58, 139, 202, .14);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(244, 249, 252, .92));
}
.tertiary-service-group-heading {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 40px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(58, 139, 202, .13);
}
.tertiary-service-group-heading > div { min-width: 0; }
.tertiary-service-group-heading h4 {
  display: block !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  color: #28658c !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}
.tertiary-service-group-heading h4::before { display: none !important; content: none !important; }
.tertiary-service-group-heading small {
  display: block;
  padding: 0;
  color: var(--primary-blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.tertiary-service-group ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
}
.tertiary-service-group li {
  display: block;
  min-width: 0;
  min-height: 70px;
  box-sizing: border-box;
  padding: 8px 8px 7px 12px;
  border: 0;
  border-left: 2px solid rgba(58, 139, 202, .26);
  border-radius: 0 8px 8px 0;
  background: rgba(247, 250, 252, .76);
}
.tertiary-service-group li strong,
.tertiary-service-group li span,
.tertiary-service-group li em { display: block; }
.tertiary-service-group li strong {
  color: #28658c;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
}
.tertiary-service-group li span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}
.tertiary-service-group li em {
  margin-top: 4px;
  color: #a44898;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
}
.tertiary-service-group-number {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--primary-blue), #5caedc);
  color: var(--white);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 4px 9px rgba(58, 139, 202, .2);
}
.tertiary-service-group:nth-child(2) .tertiary-service-group-number { background: linear-gradient(145deg, var(--secondary-turquoise), #6bc9c0); }
.tertiary-service-group:nth-child(3) .tertiary-service-group-number { background: linear-gradient(145deg, var(--accent-pink), #ed8be1); }
@media (max-width: 800px) {
  .tertiary-service-group { padding: 14px 13px; }
  .tertiary-service-group ul { grid-template-columns: 1fr; gap: 8px; }
  .tertiary-service-group li { min-height: 0; }
}

/* Revalorisation globale de la présentation des prestations */
.tertiary-service-detail-panel {
  border-color: rgba(58, 139, 202, .22);
  background: linear-gradient(145deg, #fff 0%, #f8fbfd 58%, #eef8f7 100%);
  box-shadow: 0 18px 38px rgba(38, 91, 129, .13);
}
.tertiary-service-detail-heading small { color: #278d88; }
.tertiary-service-detail-heading h3 { color: #28658c !important; font-weight: 950 !important; }
.tertiary-service-group {
  position: relative;
  overflow: hidden;
  border-color: rgba(58, 139, 202, .18);
  box-shadow: 0 7px 18px rgba(38, 91, 129, .055);
}
.tertiary-service-group::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise));
}
.tertiary-service-group:nth-child(2)::before { background: linear-gradient(90deg, var(--secondary-turquoise), #91d9d2); }
.tertiary-service-group:nth-child(3)::before { background: linear-gradient(90deg, var(--accent-pink), #f0a2e6); }
.tertiary-service-group-heading h4 { letter-spacing: -.018em; }
.tertiary-service-group li {
  background: rgba(255, 255, 255, .72);
  transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.tertiary-service-group li:hover {
  background: var(--white);
  box-shadow: 0 6px 15px rgba(38, 91, 129, .09);
  transform: translateY(-2px);
}
@media (prefers-reduced-motion: reduce) {
  .tertiary-service-group li { transition: none; }
  .tertiary-service-group li:hover { transform: none; }
}
.medical-signature-reasons .sector-service-card { max-width: none; min-width: 0; }

/* Hero tertiaire épuré, sans fond coloré ni photographie. */
.work-hero.medical-work-hero { background: var(--white); color: var(--text-dark); }
.work-hero.medical-work-hero::before,
.work-hero.medical-work-hero::after,
.medical-work-hero .medical-hero-image { display: none; }
.medical-work-hero .work-hero-copy .eyebrow { color: #397270; }
.medical-work-hero .work-hero-copy .eyebrow > span,
.medical-work-hero .work-hero-copy .eyebrow::after { background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise), var(--accent-pink)); }
.medical-work-hero h1 { color: var(--primary-blue); text-shadow: none; }
.medical-work-hero h1 em { color: var(--accent-pink); }
.medical-work-hero .work-hero-lead { color: #4c6171 !important; }
.medical-work-hero .work-hero-copy > p:not(.eyebrow):not(.work-hero-lead) { color: var(--muted); }
.medical-work-hero .work-hero-top { border-top-color: rgba(58, 139, 202, .2) !important; }
.medical-work-hero .work-trade-nav a,
.medical-work-hero .work-trade-nav .work-trade-home { color: var(--text-dark); }
.medical-work-hero .work-trade-nav a span { color: rgba(58, 139, 202, .58); }
.medical-work-hero .work-trade-nav a[aria-current="page"] { color: var(--primary-blue); }
.medical-work-hero .work-trade-nav a[aria-current="page"] span { color: var(--accent-pink); }
.medical-work-hero .work-button { background: var(--primary-blue); color: var(--white); box-shadow: 0 12px 26px rgba(58, 139, 202, .24); }
.medical-work-hero .work-button:hover,
.medical-work-hero .work-button:focus-visible { background: var(--secondary-turquoise); color: var(--white); box-shadow: 0 15px 30px rgba(64, 188, 177, .26); }
.medical-work-hero .sector-work-email { color: var(--primary-blue); font-weight: 800; }
.work-hero.medical-work-hero::before { display: block; z-index: 0; top: -190px; right: -150px; width: 380px; height: 380px; border: 1px solid rgba(58, 139, 202, .3); border-radius: 50%; background: radial-gradient(circle at 42% 48%, rgba(64, 188, 177, .3), rgba(58, 139, 202, .13) 42%, transparent 72%); box-shadow: 0 0 0 28px rgba(58, 139, 202, .06), 0 0 0 58px rgba(64, 188, 177, .04); opacity: 1; }
.work-hero.medical-work-hero { background: linear-gradient(125deg, var(--primary-blue), #52a3d8 72%, #48aeb9); color: var(--white); }
.work-hero.medical-work-hero::after { display: block; background: linear-gradient(90deg, rgba(58, 139, 202, .84) 0%, rgba(58, 139, 202, .76) 42%, rgba(58, 139, 202, .34) 69%, rgba(58, 139, 202, .06) 100%); opacity: 1; }
.medical-page .medical-work-hero .medical-hero-image { display: block; opacity: .82; }
.medical-work-hero .work-hero-copy .eyebrow { color: rgba(255, 255, 255, .76); }
.medical-work-hero .work-hero-copy .eyebrow > span,
.medical-work-hero .work-hero-copy .eyebrow::after { background: linear-gradient(90deg, var(--white), var(--secondary-turquoise)); }
.medical-work-hero h1 { color: var(--white); text-shadow: 0 3px 20px rgba(7, 39, 60, .52); }
.medical-work-hero h1 em { color: #f1a0e8; }
.medical-work-hero .work-hero-lead { color: var(--white) !important; }
.medical-work-hero .work-hero-copy > p:not(.eyebrow):not(.work-hero-lead) { color: rgba(255, 255, 255, .72); }
.medical-work-hero .work-trade-nav a,
.medical-work-hero .work-trade-nav .work-trade-home { color: rgba(255, 255, 255, .76); }
.medical-work-hero .work-trade-nav a span { color: rgba(255, 255, 255, .5); }
.medical-work-hero .work-trade-nav a[aria-current="page"] { color: var(--white); }
.medical-work-hero .work-trade-nav a[aria-current="page"] span { color: var(--secondary-turquoise); }
.medical-work-hero .work-button { background: var(--white); color: var(--primary-blue); box-shadow: 0 12px 26px rgba(7, 54, 82, .24); }
.medical-work-hero .work-button:hover,
.medical-work-hero .work-button:focus-visible { background: var(--white); color: var(--primary-blue); }
.medical-work-hero .sector-work-email { color: var(--white); }

/* Espaces tertiaires — hero sans fond photographique ni décor */
.work-hero.medical-work-hero {
  background: var(--white);
  color: var(--text-dark);
}
.work-hero.medical-work-hero::before,
.work-hero.medical-work-hero::after,
.medical-work-hero .medical-hero-image {
  display: none;
}
.medical-work-hero .work-hero-copy .eyebrow { color: #397270; }
.medical-work-hero .work-hero-copy .eyebrow > span,
.medical-work-hero .work-hero-copy .eyebrow::after {
  background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise), var(--accent-pink));
}
.medical-work-hero h1 { color: var(--primary-blue); text-shadow: none; }
.medical-work-hero h1 em { color: var(--accent-pink); }
.medical-work-hero .work-hero-lead { color: #4c6171 !important; }
.medical-work-hero .work-hero-copy > p:not(.eyebrow):not(.work-hero-lead) { color: var(--muted); }
.medical-work-hero .work-hero-top { border-top-color: rgba(58, 139, 202, .2) !important; }
.medical-work-hero .work-trade-nav a,
.medical-work-hero .work-trade-nav .work-trade-home { color: var(--text-dark); }
.medical-work-hero .work-trade-nav a span { color: rgba(58, 139, 202, .58); }
.medical-work-hero .work-trade-nav a[aria-current="page"] { color: var(--primary-blue); }
.medical-work-hero .work-trade-nav a[aria-current="page"] span { color: var(--accent-pink); }
.medical-work-hero .work-button { background: var(--primary-blue); color: var(--white); box-shadow: 0 12px 26px rgba(58, 139, 202, .24); }
.medical-work-hero .sector-work-email { color: var(--primary-blue); }

.tertiary-two-column {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
  margin-top: 18px;
  align-items: stretch;
}
.tertiary-two-column article {
  min-width: 0;
  height: 100%;
  padding: 24px 22px !important;
  border: 1px solid #e2ebf0 !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(38, 91, 129, .045) !important;
}
.tertiary-two-column article > div { display: grid; height: 100%; grid-template-rows: 2.2em 8em 8em; align-content: start; }
.tertiary-two-column article h4 { height: auto; min-height: 2.2em; margin-top: 0; overflow: visible; font-size: clamp(22px, 2.8vw, 34px) !important; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.tertiary-two-column article h4 .tertiary-title-strong,
.tertiary-two-column article h4 .tertiary-title-light { display: inline; height: auto; }
.tertiary-copy-sequence > article:first-child h4 { max-width: none !important; white-space: nowrap; }
.tertiary-copy-sequence > article:nth-child(2) h4 { max-width: none !important; white-space: nowrap; }
.tertiary-copy-sequence {
  padding: 34px 40px !important;
  border: 1px solid #dceaf1 !important;
  border-radius: 22px !important;
  background: radial-gradient(circle at 8% 12%, rgba(58, 139, 202, .13), transparent 32%), radial-gradient(circle at 92% 88%, rgba(64, 188, 177, .14), transparent 34%), radial-gradient(circle at 88% 8%, rgba(226, 95, 211, .06), transparent 24%), linear-gradient(145deg, #f2f8fc, #fff 58%, #f3fbfa) !important;
  box-shadow: 0 18px 38px rgba(38, 91, 129, .09) !important;
}
.tertiary-copy-sequence > article {
  padding: 0 0 28px !important;
  border-bottom: 1px solid rgba(58, 139, 202, .16) !important;
}
.tertiary-copy-sequence > article + article { padding-top: 28px !important; }
.tertiary-copy-sequence > article:last-child { padding-bottom: 0 !important; border-bottom: 0 !important; }
.tertiary-list-feature { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 24px; align-items: start; margin-top: 14px; padding: 18px; border: 1px solid rgba(58, 139, 202, .14); border-radius: 16px; background: rgba(255, 255, 255, .58); }
.tertiary-list-images { display: grid; gap: 9px; padding: 2px; border-radius: 13px; background: linear-gradient(160deg, rgba(255, 255, 255, .96), rgba(242, 248, 252, .96)); }
.tertiary-list-images img { width: 100%; height: 76px; object-fit: cover; border: 0; border-radius: 11px; box-shadow: 0 7px 16px rgba(38, 91, 129, .12); -webkit-mask-image: radial-gradient(ellipse at center, #000 57%, rgba(0, 0, 0, .88) 78%, transparent 100%); mask-image: radial-gradient(ellipse at center, #000 57%, rgba(0, 0, 0, .88) 78%, transparent 100%); }
.tertiary-list-feature .tertiary-copy-list { margin-top: 0; }
.tertiary-carpet-copy { display: grid; align-content: center; gap: 16px; }
.tertiary-carpet-copy p { margin: 0; }
.tertiary-carpet-copy > strong { color: var(--primary-blue); font-size: 15px; font-weight: 850; line-height: 1.2; }
.tertiary-carpet-tag { width: max-content; padding: 5px 9px; border: 1px solid rgba(226, 95, 211, .28); border-radius: 999px; background: rgba(226, 95, 211, .09); color: var(--accent-pink); font-size: 10px; font-weight: 900; line-height: 1.2; }
.medical-page .medical-signature { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.medical-page .site-footer { margin-top: 0 !important; }
.tertiary-two-column article p:first-of-type { margin-top: 0; }

/* Offre commerciale tertiaire : entretien régulier et travaux spéciaux. */
.medical-signature-card > .tertiary-commercial { grid-column: 1 / -1; width: 100%; min-width: 0; }
.tertiary-commercial { margin: 16px auto 0; padding: 24px 0 54px; border-top: 1px solid rgba(58, 139, 202, .14); }
.tertiary-commercial-heading { max-width: 800px; margin: 0 auto 34px; text-align: center; }
.tertiary-commercial-kicker { margin: 0 0 20px; padding: 0; border: 0; background: none; color: var(--accent-pink); font-size: clamp(34px, 5vw, 58px); font-weight: 250; letter-spacing: -.04em; line-height: 1.02; text-transform: none; box-shadow: none; }
.tertiary-commercial-heading h2 { margin: 0; color: var(--primary-blue); font-size: clamp(28px, 4vw, 46px); letter-spacing: -.045em; line-height: 1.03; }
.tertiary-commercial-heading h2 strong { font-weight: 850; }
.tertiary-commercial-heading h2 span { font-weight: 250; }
.tertiary-commercial-heading > p:last-child { max-width: 690px; margin: 18px auto 0; color: #526d7c; font-size: 15px; line-height: 1.75; }
.tertiary-sector-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.tertiary-directory-card { position: relative; display: flex; min-height: 440px; padding: 0 28px 28px; overflow: hidden; flex-direction: column; border: 1px solid rgba(58, 139, 202, .18); border-radius: 20px; background: linear-gradient(145deg, rgba(58, 139, 202, .09), #fff 48%); color: inherit; text-decoration: none; box-shadow: 0 16px 34px rgba(45, 98, 127, .09); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.tertiary-directory-card::after { position: absolute; right: -42px; bottom: -50px; width: 145px; height: 145px; border: 23px solid rgba(58, 139, 202, .055); border-radius: 50%; content: ""; transition: transform .35s ease; }
.tertiary-directory-card > figure { height: 185px; margin: 0 -28px 0; overflow: hidden; background: #e7f1f6; }
.tertiary-directory-card > figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.tertiary-directory-card:hover > figure img { transform: scale(1.04); }
.tertiary-directory-card > span { position: relative; z-index: 2; display: grid; width: 40px; height: 40px; margin-top: -20px; place-items: center; border: 3px solid #fff; border-radius: 12px; background: var(--primary-blue); color: #fff; font-size: 11px; font-weight: 950; box-shadow: 0 8px 18px rgba(58, 139, 202, .2); }
.tertiary-directory-card > small { margin-top: 24px; color: #738996; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.tertiary-directory-card h3 { margin: 7px 0 10px; color: var(--primary-blue); font-size: clamp(23px, 2.5vw, 31px); letter-spacing: -.04em; line-height: 1.05; }
.tertiary-directory-card p { max-width: 390px; margin: 0 0 22px; color: #587181; font-size: 12px; line-height: 1.6; }
.tertiary-directory-card strong { position: relative; z-index: 1; margin-top: auto; color: var(--primary-blue); font-size: 11px; font-weight: 900; }
.tertiary-directory-card strong b { display: inline-grid; width: 24px; height: 24px; margin-left: 7px; place-items: center; border-radius: 50%; background: rgba(58, 139, 202, .11); }
.tertiary-directory-card:hover { border-color: rgba(58, 139, 202, .38); transform: translateY(-7px); box-shadow: 0 24px 44px rgba(45, 98, 127, .16); }
.tertiary-directory-card:hover::after { transform: translate(-8px, -8px); }
.tertiary-directory-health { border-color: rgba(155, 79, 150, .2); background: linear-gradient(145deg, rgba(226, 95, 211, .07), #fff 48%); }
.tertiary-directory-health > span { background: #a6539e; box-shadow: 0 8px 18px rgba(145, 71, 141, .2); }
.tertiary-directory-health h3, .tertiary-directory-health strong { color: #91478d; }
.tertiary-directory-retail, .tertiary-directory-large { border-color: rgba(39, 141, 136, .2); background: linear-gradient(145deg, rgba(64, 188, 177, .09), #fff 48%); }
.tertiary-directory-retail > span, .tertiary-directory-large > span { background: #278d88; box-shadow: 0 8px 18px rgba(39, 141, 136, .2); }
.tertiary-directory-retail h3, .tertiary-directory-large h3, .tertiary-directory-retail strong, .tertiary-directory-large strong { color: #278d88; }
.tertiary-offer-overviews { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.tertiary-offer-overview { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid rgba(58, 139, 202, .22); border-radius: 21px; background: linear-gradient(155deg, rgba(58, 139, 202, .09), #fff 40%); box-shadow: 0 16px 35px rgba(58, 139, 202, .11); }
.tertiary-offer-overview-special { border-color: rgba(39, 141, 136, .25); background: linear-gradient(155deg, rgba(64, 188, 177, .11), #fff 40%); box-shadow: 0 16px 35px rgba(39, 141, 136, .11); }
.tertiary-offer-overview.is-visible { animation: office-card-deck-in 1.35s cubic-bezier(.16, 1, .3, 1) both; }
.tertiary-offer-overview-special.is-visible { animation-delay: .5s; }
@media (prefers-reduced-motion: reduce) {
  .tertiary-offer-overview.is-visible { animation: none; }
}
.tertiary-offer-overview-copy { display: flex; flex: 1 1 auto; flex-direction: column; padding: 30px 30px 26px; }
.tertiary-offer-overview-special .tertiary-commercial-label { background: linear-gradient(120deg, #278d88, #40bcb1); box-shadow: 0 11px 23px rgba(39, 141, 136, .2); }
.tertiary-offer-overview-copy h4 { margin: 0; color: var(--primary-blue); font-size: clamp(24px, 2.6vw, 31px); letter-spacing: -.04em; line-height: 1.06; }
.tertiary-offer-overview-copy h4 span { display: block; margin-top: 4px; color: #4c7e98; font-weight: 250; }
.tertiary-offer-overview-special h4 { color: #278d88; }
.tertiary-offer-overview-copy > p { margin: 18px 0 23px; color: #526d7c; font-size: 13px; line-height: 1.7; }
.tertiary-sector-scope-callout { display: block; margin: 0 0 13px; padding: 11px 14px; border-radius: 11px; background: linear-gradient(90deg, rgba(58, 139, 202, .13), rgba(58, 139, 202, .035)); color: #315e78; font-size: 14px; font-weight: 850; line-height: 1.45; }
.tertiary-sector-scope-callout-special { background: linear-gradient(90deg, rgba(64, 188, 177, .15), rgba(64, 188, 177, .04)); color: #296e69; }
.tertiary-offer-sector-title { margin-bottom: 11px; color: var(--primary-blue); font-size: 11px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.tertiary-offer-overview-special .tertiary-offer-sector-title { color: #278d88; }
.tertiary-offer-sector-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.tertiary-offer-sector-links a { display: flex; min-height: 47px; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; border: 1px solid rgba(58, 139, 202, .15); border-radius: 11px; background: rgba(255, 255, 255, .72); color: #3d647a; font-size: 9px; font-weight: 850; line-height: 1.3; text-decoration: none; transition: transform .24s ease, border-color .24s ease, background-color .24s ease; }
.tertiary-offer-sector-links a span { display: grid; width: 20px; height: 20px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: rgba(58, 139, 202, .11); color: var(--primary-blue); }
.tertiary-offer-overview-regular .tertiary-offer-sector-title { margin-top: 2px; margin-bottom: 12px; color: #5a7483; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links { grid-template-columns: repeat(4, minmax(82px, 105px)); gap: 7px; justify-content: center; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a { min-height: 78px; padding: 13px 12px 12px 14px; border: 1px solid rgba(58, 139, 202, .2); border-radius: 12px; background: linear-gradient(145deg, rgba(58, 139, 202, .105), rgba(255, 255, 255, .9)); color: #315e78; box-shadow: 0 7px 16px rgba(58, 139, 202, .07); }
.tertiary-offer-overview-regular .tertiary-sector-link-copy { display: flex; width: auto; height: auto; align-items: flex-start; flex-direction: column; margin: 0; border-radius: 0; background: none; box-shadow: none; }
.tertiary-offer-overview-regular .tertiary-sector-link-copy b { font-size: 10.5px; font-weight: 950; line-height: 1.28; }
.tertiary-offer-overview-regular .tertiary-sector-link-copy small { margin-top: 7px; color: var(--primary-blue); font-size: 8px; font-weight: 900; letter-spacing: .03em; }
.tertiary-offer-overview-regular .tertiary-sector-link-arrow { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; margin: 0 0 0 auto; border-radius: 50%; background: var(--primary-blue); color: #fff; font-size: 15px; box-shadow: 0 6px 13px rgba(58, 139, 202, .19); transition: transform .24s ease; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:hover { border-color: rgba(58, 139, 202, .43); background: #fff; box-shadow: 0 13px 23px rgba(58, 139, 202, .14); transform: translateY(-3px); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:hover .tertiary-sector-link-arrow { transform: translateX(3px); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2) { border-color: rgba(166, 83, 158, .24); background: linear-gradient(145deg, rgba(226, 95, 211, .1), rgba(255, 255, 255, .92)); color: #754471; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2) small { color: #91478d; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2) .tertiary-sector-link-arrow { background: #a6539e; box-shadow: 0 6px 13px rgba(145, 71, 141, .2); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3) { border-color: rgba(39, 141, 136, .25); background: linear-gradient(145deg, rgba(64, 188, 177, .12), rgba(255, 255, 255, .92)); color: #296e69; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3) small { color: #278d88; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3) .tertiary-sector-link-arrow { background: #278d88; box-shadow: 0 6px 13px rgba(39, 141, 136, .2); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) { border-color: rgba(183, 132, 35, .27); background: linear-gradient(145deg, rgba(238, 190, 93, .15), rgba(255, 255, 255, .93)); color: #74591f; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) small { color: #9b6f18; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) .tertiary-sector-link-arrow { background: #b78423; box-shadow: 0 6px 13px rgba(155, 111, 24, .2); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(1) { --sector-accent: #3a8bca; --sector-soft: rgba(58, 139, 202, .11); --sector-ink: #315e78; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2) { --sector-accent: #a6539e; --sector-soft: rgba(166, 83, 158, .11); --sector-ink: #754471; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3) { --sector-accent: #278d88; --sector-soft: rgba(39, 141, 136, .11); --sector-ink: #296e69; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) { --sector-accent: #b78423; --sector-soft: rgba(183, 132, 35, .12); --sector-ink: #74591f; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2),
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3),
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) { border-color: rgba(49, 82, 101, .13); background: #fff; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a { position: relative; min-height: 88px; overflow: hidden; border: 1px solid rgba(49, 82, 101, .13); border-top: 4px solid var(--sector-accent); background: #fff; color: var(--sector-ink); box-shadow: 0 8px 18px rgba(45, 78, 96, .075); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a::before { position: absolute; right: 48px; bottom: -13px; color: var(--sector-accent); font-size: 54px; font-weight: 950; line-height: 1; opacity: .055; pointer-events: none; }
.tertiary-offer-overview-regular .tertiary-sector-link-copy small { color: var(--sector-accent); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2) small,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3) small,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) small { color: var(--sector-accent); }
.tertiary-offer-overview-regular .tertiary-sector-link-arrow { background: var(--sector-soft); color: var(--sector-accent); box-shadow: none; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2) .tertiary-sector-link-arrow,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3) .tertiary-sector-link-arrow,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) .tertiary-sector-link-arrow { background: var(--sector-soft); color: var(--sector-accent); box-shadow: none; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:hover { border-color: var(--sector-accent); background: #fff; box-shadow: 0 14px 25px rgba(45, 78, 96, .13); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2),
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3),
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) { min-height: 0; aspect-ratio: 1; align-items: flex-start; padding: 15px; overflow: hidden; flex-direction: column; border: 1px solid rgba(49, 82, 101, .13); border-radius: 14px; background: #fff; box-shadow: 0 6px 15px rgba(45, 78, 96, .065); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a::before { position: static; width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--sector-accent); content: ""; opacity: 1; box-shadow: 0 0 0 5px var(--sector-soft); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon::before { display: none; }
.tertiary-offer-overview-regular .tertiary-sector-link-icon { display: grid; width: 60px; height: 60px; flex: 0 0 auto; place-items: center; margin-top: auto; margin-bottom: -7px; background: none; animation: tertiary-sector-icon-float 2.8s ease-in-out infinite; transform-origin: center bottom; }
.tertiary-offer-overview-regular .tertiary-sector-link-icon img { width: 50px; height: 50px; object-fit: contain; filter: drop-shadow(0 7px 8px rgba(32, 76, 102, .16)); transition: transform .35s cubic-bezier(.2, .8, .2, 1), filter .35s ease; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(2) .tertiary-sector-link-icon { animation-delay: -.8s; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(3) .tertiary-sector-link-icon { animation-delay: -1.6s; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(4) .tertiary-sector-link-icon { animation-delay: -2.4s; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:hover .tertiary-sector-link-icon img { transform: scale(1.18) rotate(-7deg); filter: drop-shadow(0 11px 11px rgba(32, 76, 102, .24)); }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-copy { margin-top: 0; }
@keyframes tertiary-sector-icon-float {
  0%, 100% { transform: translateY(0) rotate(0) scale(1); }
  25% { transform: translateY(-5px) rotate(-2deg) scale(1.03); }
  50% { transform: translateY(-9px) rotate(0) scale(1.06); }
  75% { transform: translateY(-5px) rotate(2deg) scale(1.03); }
}
.tertiary-offer-overview-regular .tertiary-sector-link-copy { flex: 0 0 auto; margin-top: 16px; }
.tertiary-offer-overview-regular .tertiary-sector-link-copy b { font-size: 11px; }
.tertiary-offer-overview-regular .tertiary-sector-link-copy small { margin-top: 4px; }
.tertiary-offer-overview-regular .tertiary-sector-link-arrow,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2) .tertiary-sector-link-arrow,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3) .tertiary-sector-link-arrow,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) .tertiary-sector-link-arrow { width: 30px; height: 30px; align-self: flex-end; margin-top: auto; background: var(--sector-soft); color: var(--sector-accent); box-shadow: none; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-arrow { position: absolute; right: 9px; bottom: 10px; display: inline-flex; width: auto; height: 29px; align-items: center; gap: 5px; margin: 0; padding: 0 9px; border-radius: 999px; font-size: 7.5px; font-weight: 900; white-space: nowrap; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon { align-self: flex-start; margin-right: 82px; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-arrow { z-index: 2; min-width: 76px; justify-content: center; }
.tertiary-offer-overview-regular .tertiary-sector-link-arrow i { font-size: 12px; font-style: normal; transition: transform .24s ease; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:hover .tertiary-sector-link-arrow i { transform: translateX(2px); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:hover { background: rgba(255, 255, 255, .96); transform: translateX(4px); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a { padding: 11px 9px; }
.tertiary-offer-overview-regular .tertiary-sector-link-copy { margin-top: 10px; }
.tertiary-offer-overview-regular .tertiary-sector-link-copy b { font-size: 8.5px; }
.tertiary-offer-overview-regular .tertiary-sector-link-copy small { margin-top: 4px; font-size: 6.8px; }
.tertiary-offer-overview-regular .tertiary-sector-link-arrow,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2) .tertiary-sector-link-arrow,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3) .tertiary-sector-link-arrow,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) .tertiary-sector-link-arrow { width: 23px; height: 23px; font-size: 12px; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links { grid-template-columns: repeat(2, 126px); gap: 10px; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2),
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3),
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) { width: 126px; min-height: 0; aspect-ratio: 1; align-items: center; justify-content: center; padding: 16px 12px 12px; border: 0; border-radius: 16px; text-align: center; box-shadow: 0 10px 22px rgba(45, 78, 96, .1); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(1),
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2),
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3),
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) { background: var(--white); }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a::before { display: none; }
.tertiary-offer-overview-regular .tertiary-sector-link-copy { align-items: center; margin: 0; }
.tertiary-offer-overview-regular .tertiary-sector-link-copy b { font-size: 10.5px; line-height: 1.3; }
.tertiary-offer-overview-regular .tertiary-sector-link-copy small { margin-top: 8px; font-size: 7.5px; letter-spacing: .08em; text-transform: uppercase; }
.tertiary-offer-overview-regular .tertiary-sector-link-arrow,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(2) .tertiary-sector-link-arrow,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(3) .tertiary-sector-link-arrow,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:nth-child(4) .tertiary-sector-link-arrow { align-self: center; margin-top: 12px; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a:hover { border: 0; background: #fff; transform: translateY(-4px); }
.tertiary-offer-overview-special .tertiary-offer-sector-links a { border-color: rgba(39, 141, 136, .17); }
.tertiary-offer-overview-special .tertiary-offer-sector-links a span { background: rgba(64, 188, 177, .13); color: #278d88; }
.tertiary-offer-sector-links a:hover { border-color: rgba(58, 139, 202, .38); background: #fff; transform: translateY(-2px); }
.tertiary-offer-overview-special .tertiary-offer-sector-links a:hover { border-color: rgba(39, 141, 136, .38); }
.tertiary-offer-overview .tertiary-commercial-gallery { height: 245px; }
.tertiary-directory-galleries { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.tertiary-directory-gallery { position: relative; padding-top: 24px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .17); border-radius: 20px; background: #fff; box-shadow: 0 15px 32px rgba(45, 98, 127, .09); }
.tertiary-directory-gallery > h3 { position: relative; z-index: 2; width: max-content; max-width: calc(100% + 10px); margin: 0 0 18px -10px; padding: 12px 22px 11px 26px; border-radius: 0 12px 12px 0; background: linear-gradient(120deg, #3a8bca, #4ca8d0); color: #fff; font-size: 23px; letter-spacing: -.035em; transform: rotate(-3deg); transform-origin: left center; }
.tertiary-directory-gallery-special > h3 { background: linear-gradient(120deg, #278d88, #40bcb1); }
.tertiary-directory-gallery .tertiary-commercial-gallery { height: 245px; }

/* Page de détail des prestations tertiaires. */
.tertiary-details-main { padding: 74px 0 90px; background: linear-gradient(180deg, #f4f9fc, #fff 28%); }
.tertiary-details-intro { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.tertiary-details-intro small { color: var(--accent-pink); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.tertiary-details-intro h1 { margin: 10px 0 14px; color: var(--primary-blue); font-size: clamp(35px, 5vw, 60px); letter-spacing: -.05em; line-height: 1; }
.tertiary-details-intro h1 span { font-weight: 250; }
.tertiary-details-intro p { margin: 0; color: #587181; line-height: 1.7; }
.tertiary-details-list { display: grid; gap: 28px; }
.tertiary-details-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 0 auto 26px; }
.tertiary-details-nav a { display: grid; min-height: 48px; place-items: center; padding: 10px; border: 1px solid rgba(58, 139, 202, .16); border-radius: 12px; background: #fff; color: #587181; font-size: 10px; font-weight: 900; text-align: center; text-decoration: none; }
.tertiary-details-nav a.is-active { border-color: var(--primary-blue); background: var(--primary-blue); color: #fff; box-shadow: 0 8px 18px rgba(58, 139, 202, .2); }
.tertiary-detail-sector { display: none; scroll-margin-top: 110px; padding: 34px; border: 1px solid rgba(58, 139, 202, .16); border-radius: 24px; background: #fff; box-shadow: 0 18px 42px rgba(45, 98, 127, .09); }
.tertiary-detail-sector.is-active { display: block; animation: tertiary-detail-in .45s cubic-bezier(.2, .8, .2, 1) both; }
@keyframes tertiary-detail-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.tertiary-detail-sector-head { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; margin-bottom: 25px; }
.tertiary-detail-sector-head > span { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; background: var(--primary-blue); color: #fff; font-size: 12px; font-weight: 950; }
.tertiary-detail-sector-head h2 { margin: 0 0 5px; color: var(--primary-blue); font-size: clamp(25px, 3vw, 36px); letter-spacing: -.04em; }
.tertiary-detail-sector-head p { margin: 0; color: #627986; font-size: 13px; line-height: 1.55; }
.tertiary-detail-offers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tertiary-detail-offer { padding: 23px; border-radius: 17px; background: rgba(58, 139, 202, .075); }
.tertiary-detail-offer-special { background: rgba(64, 188, 177, .1); }
.tertiary-detail-offer h3 { width: max-content; max-width: calc(100% + 12px); margin: -6px 0 22px -30px; padding: 11px 18px 10px 30px; border-radius: 0 11px 11px 0; background: linear-gradient(120deg, #3a8bca, #4ca8d0); color: #fff; font-size: 20px; transform: rotate(-3deg); transform-origin: left center; }
.tertiary-detail-offer-special h3 { background: linear-gradient(120deg, #278d88, #40bcb1); color: #fff; }
.tertiary-detail-offer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.tertiary-detail-offer li { position: relative; padding-left: 20px; color: #3e6174; font-size: 12px; font-weight: 700; line-height: 1.5; }
.tertiary-detail-offer li::before { position: absolute; top: .5em; left: 2px; width: 7px; height: 7px; border-radius: 50%; background: var(--primary-blue); content: ""; }
.tertiary-detail-offer-special li::before { background: #278d88; }
.tertiary-details-back { display: inline-flex; margin-bottom: 28px; color: var(--primary-blue); font-size: 12px; font-weight: 900; text-decoration: none; }
.tertiary-sector-scope { margin: 0 0 42px; }
.tertiary-sector-scope-heading { max-width: 760px; margin: 0 auto 24px; text-align: center; }
.tertiary-sector-scope-heading small, .tertiary-offers-heading small { color: var(--accent-pink); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.tertiary-sector-scope-heading h3, .tertiary-offers-heading h3 { margin: 8px 0 0; color: var(--primary-blue); font-size: clamp(25px, 3vw, 36px); font-weight: 850; letter-spacing: -.04em; line-height: 1.08; }
.tertiary-sector-scope-heading h3 span, .tertiary-offers-heading h3 span { font-weight: 250; }
.tertiary-sector-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tertiary-sector-card { position: relative; min-width: 0; padding: 25px 24px 23px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .16); border-radius: 18px; background: #fff; box-shadow: 0 13px 28px rgba(45, 98, 127, .08); }
.tertiary-sector-card::after { position: absolute; right: -34px; bottom: -42px; width: 105px; height: 105px; border: 19px solid rgba(58, 139, 202, .055); border-radius: 50%; content: ""; }
.tertiary-sector-index { display: inline-grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; background: rgba(58, 139, 202, .11); color: var(--primary-blue); font-size: 10px; font-weight: 950; }
.tertiary-sector-card h4 { margin: 15px 0 9px; color: #2d739e; font-size: 20px; letter-spacing: -.025em; line-height: 1.12; }
.tertiary-sector-card > p { margin: 0 0 16px; color: #587181; font-size: 12px; line-height: 1.58; }
.tertiary-sector-card ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.tertiary-sector-card li { position: relative; padding-left: 18px; color: #34566a; font-size: 11px; font-weight: 750; line-height: 1.4; }
.tertiary-sector-card li::before { position: absolute; top: .48em; left: 1px; width: 6px; height: 6px; border-radius: 50%; background: var(--primary-blue); content: ""; }
.tertiary-sector-card-health { border-color: rgba(155, 79, 150, .2); background: linear-gradient(145deg, rgba(226, 95, 211, .055), #fff 45%); }
.tertiary-sector-card-health .tertiary-sector-index { background: rgba(155, 79, 150, .11); color: #91478d; }
.tertiary-sector-card-health h4 { color: #91478d; }
.tertiary-sector-card-health li::before { background: #a6539e; }
.tertiary-sector-card-retail { border-color: rgba(64, 188, 177, .21); background: linear-gradient(145deg, rgba(64, 188, 177, .07), #fff 45%); }
.tertiary-sector-card-retail .tertiary-sector-index, .tertiary-sector-card-large .tertiary-sector-index { background: rgba(64, 188, 177, .13); color: #278d88; }
.tertiary-sector-card-retail h4, .tertiary-sector-card-large h4 { color: #278d88; }
.tertiary-sector-card-retail li::before, .tertiary-sector-card-large li::before { background: #40bcb1; }
.tertiary-sector-card-large { border-color: rgba(64, 188, 177, .18); }
.tertiary-offers-heading { margin: 0 auto 28px; text-align: center; }
.tertiary-commercial-offers { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; margin: 0 auto; }
.tertiary-commercial-offer { position: relative; display: flex; min-width: 0; overflow: hidden; flex-direction: column; border-radius: 20px; }
.tertiary-commercial-offer-regular { border: 1px solid rgba(58, 139, 202, .24); background: linear-gradient(155deg, rgba(58, 139, 202, .1), #fff 42%); box-shadow: 0 16px 34px rgba(58, 139, 202, .12); }
.tertiary-commercial-offer-special { border: 1px solid rgba(64, 188, 177, .28); background: linear-gradient(155deg, rgba(64, 188, 177, .12), #fff 42%); box-shadow: 0 16px 34px rgba(45, 143, 134, .12); }
.tertiary-commercial-copy { display: flex; min-width: 0; flex: 1 1 auto; flex-direction: column; padding: 30px 30px 26px; }
.tertiary-commercial-label { position: relative; z-index: 1; align-self: flex-start; max-width: calc(100% + 18px); margin: -3px 0 31px -39px; padding: 15px 25px 14px 39px; border-radius: 0 13px 13px 0; background: linear-gradient(120deg, #3a8bca, #4ca8d0); color: #fff; font-size: clamp(24px, 2.5vw, 31px); font-weight: 850; letter-spacing: -.035em; line-height: 1.08; box-shadow: 0 11px 23px rgba(58, 139, 202, .2); transform: rotate(-3deg); transform-origin: left center; }
.tertiary-commercial-label::after { position: absolute; right: -10px; bottom: -7px; width: 34px; height: 3px; border-radius: 999px; background: rgba(58, 139, 202, .42); content: ""; transform: rotate(3deg); }
.tertiary-commercial-offer-special .tertiary-commercial-label { background: linear-gradient(120deg, #278d88, #40bcb1); color: #fff; box-shadow: 0 11px 23px rgba(39, 141, 136, .2); }
.tertiary-commercial-offer-special .tertiary-commercial-label::after { background: rgba(39, 141, 136, .42); }
.tertiary-commercial-offer-title { margin: 0; color: var(--primary-blue); font-size: clamp(23px, 2.5vw, 30px); font-weight: 850; letter-spacing: -.035em; line-height: 1.06; }
.tertiary-commercial-offer-special .tertiary-commercial-offer-title { color: #278d88; }
.tertiary-commercial-offer-title em { display: block; margin-top: 4px; color: #4c7e98; font-style: normal; font-weight: 250; }
.tertiary-commercial-copy > p:not(.tertiary-commercial-offer-title) { margin: 18px 0 20px; color: #526d7c; font-size: 14px; line-height: 1.7; }
.tertiary-commercial-requirements { display: grid; gap: 8px; margin: 0 0 18px; padding: 18px; border: 1px solid rgba(58, 139, 202, .2); border-radius: 14px; background: linear-gradient(145deg, rgba(58, 139, 202, .13), rgba(255, 255, 255, .8)); }
.tertiary-commercial-requirements strong { margin-bottom: 3px; color: var(--primary-blue); font-size: 15px; font-weight: 900; }
.tertiary-commercial-requirements span { position: relative; padding-left: 19px; color: #365b70; font-size: 12px; font-weight: 700; line-height: 1.45; }
.tertiary-commercial-requirements span::before { position: absolute; top: .48em; left: 1px; width: 7px; height: 7px; border-radius: 50%; background: var(--primary-blue); content: ""; }
.tertiary-commercial-offer-special .tertiary-commercial-requirements { border-color: rgba(39, 141, 136, .23); background: linear-gradient(145deg, rgba(64, 188, 177, .15), rgba(255, 255, 255, .82)); }
.tertiary-commercial-offer-special .tertiary-commercial-requirements strong { color: #277d77; }
.tertiary-commercial-offer-special .tertiary-commercial-requirements span::before { background: #278d88; }
.tertiary-commercial-promise { margin: 0 0 18px; padding: 13px 15px; border-radius: 12px; background: rgba(58, 139, 202, .09); color: #2f718f; font-size: 13px; font-weight: 850; line-height: 1.45; }
.tertiary-commercial-offer-special .tertiary-commercial-promise { background: rgba(64, 188, 177, .11); color: #277d77; }
.tertiary-sector-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin-bottom: 10px; }
.tertiary-sector-tab { min-height: 38px; padding: 8px 9px; border: 1px solid rgba(58, 139, 202, .16); border-radius: 10px; background: rgba(255, 255, 255, .68); color: #517184; cursor: pointer; font: inherit; font-size: 8.5px; font-weight: 900; line-height: 1.25; text-transform: uppercase; transition: border-color .25s ease, background-color .25s ease, color .25s ease, transform .25s ease; }
.tertiary-sector-tab:hover { transform: translateY(-2px); }
.tertiary-sector-tab[aria-selected="true"] { border-color: rgba(58, 139, 202, .38); background: var(--primary-blue); color: #fff; box-shadow: 0 7px 16px rgba(58, 139, 202, .17); }
.tertiary-commercial-offer-special .tertiary-sector-tab[aria-selected="true"] { border-color: #278d88; background: #278d88; box-shadow: 0 7px 16px rgba(39, 141, 136, .17); }
.tertiary-offer-sectors { display: grid; border-top: 1px solid rgba(58, 139, 202, .18); border-bottom: 1px solid rgba(58, 139, 202, .18); }
.tertiary-offer-sectors > section { display: none; }
.tertiary-offer-sectors > section.is-active { display: grid; }
.tertiary-offer-sectors.is-enhanced { min-height: 145px; }
.tertiary-offer-sectors.is-enhanced section.is-active { animation: tertiary-sector-panel-in .38s cubic-bezier(.2, .8, .2, 1) both; }
.tertiary-offer-sectors section { position: relative; display: grid; min-height: 118px; grid-template-columns: 112px minmax(0, 1fr); gap: 15px; align-items: start; padding: 16px 4px 16px 38px; border-bottom: 1px solid rgba(58, 139, 202, .12); }
.tertiary-offer-sectors > section:not(.is-active),
.tertiary-offer-sectors > section[hidden] { display: none; }
.tertiary-offer-sectors section:last-child { border-bottom: 0; }
.tertiary-offer-sectors section::before { position: absolute; top: 15px; left: 2px; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; background: rgba(58, 139, 202, .1); color: var(--primary-blue); content: attr(data-sector); font-size: 8px; font-weight: 950; }
.tertiary-offer-sectors small { display: block; padding-top: 3px; color: var(--primary-blue); font-size: 9px; font-weight: 950; letter-spacing: .045em; line-height: 1.35; text-transform: uppercase; }
.tertiary-commercial-copy .tertiary-offer-sectors ul { display: grid; gap: 5px; margin: 0; padding: 0; border: 0; border-radius: 0; background: none; }
.tertiary-commercial-copy .tertiary-offer-sectors li { padding-left: 16px; color: #466779; font-size: 10.5px; font-weight: 650; line-height: 1.42; }
.tertiary-commercial-copy .tertiary-offer-sectors li::before { top: .48em; width: 6px; height: 6px; background: var(--primary-blue); color: transparent; content: ""; }
.tertiary-commercial-offer-special .tertiary-offer-sectors { border-color: rgba(39, 141, 136, .2); }
.tertiary-commercial-offer-special .tertiary-offer-sectors section { border-color: rgba(39, 141, 136, .13); }
.tertiary-commercial-offer-special .tertiary-offer-sectors section::before { background: rgba(64, 188, 177, .13); color: #278d88; }
.tertiary-commercial-offer-special .tertiary-offer-sectors small { color: #278d88; }
.tertiary-commercial-offer-special .tertiary-offer-sectors li::before { background: #278d88; }
@keyframes tertiary-sector-panel-in { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: translateX(0); } }
.tertiary-commercial-copy ul { display: grid; gap: 9px; margin: 0; padding: 15px 16px; border: 1px solid rgba(58, 139, 202, .11); border-radius: 13px; background: rgba(255, 255, 255, .62); list-style: none; }
.tertiary-commercial-offer-special .tertiary-commercial-copy ul { border-color: rgba(64, 188, 177, .15); }
.tertiary-commercial-copy li { position: relative; padding-left: 23px; color: #294c60; font-size: 12px; font-weight: 750; line-height: 1.45; }
.tertiary-commercial-copy li::before { position: absolute; top: .22em; left: 0; display: grid; width: 15px; height: 15px; place-items: center; border-radius: 50%; background: rgba(64, 188, 177, .13); color: #278d88; content: "✓"; font-size: 9px; font-weight: 900; }
.tertiary-commercial-offer-regular .tertiary-commercial-copy li::before { background: rgba(58, 139, 202, .12); color: var(--primary-blue); }
.tertiary-commercial-gallery { display: grid; min-width: 0; height: 230px; grid-template-columns: 1.35fr 1fr; grid-template-rows: 1fr 1fr; gap: 5px; padding: 5px; background: #eaf4f8; }
.tertiary-commercial-offer-special .tertiary-commercial-gallery { background: #e5f5f2; }
.tertiary-commercial-gallery figure { min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 12px; }
.tertiary-commercial-gallery .tertiary-commercial-photo-main { grid-row: 1 / 3; border-radius: 14px 8px 8px 14px; }
.tertiary-commercial-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.tertiary-commercial-gallery[data-rotating-gallery] figure { position: relative; }
.tertiary-commercial-gallery .tertiary-gallery-next-image { position: absolute; z-index: 2; inset: 0; opacity: 0; transform: scale(1.035); transition: opacity .6s ease, transform .7s cubic-bezier(.2, .8, .2, 1); }
.tertiary-commercial-gallery.is-changing .tertiary-gallery-next-image { opacity: 1; transform: scale(1); }
.tertiary-commercial-offer:hover .tertiary-commercial-gallery img { transform: scale(1.025); }
.tertiary-commercial-cta { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 22px; padding: 30px 34px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 24px; background: linear-gradient(120deg, #3f7f9f 0%, #438f99 50%, #3d8790 72%, #477f9c 100%); color: #fff; box-shadow: 0 20px 42px rgba(42, 104, 125, .16); }
.tertiary-commercial-cta small { color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.tertiary-commercial-cta h3 { margin: 7px 0 5px; color: #fff; font-size: clamp(23px, 2.7vw, 32px); letter-spacing: -.035em; line-height: 1.08; }
.tertiary-commercial-cta p { margin: 0; color: #fff; font-size: 13px; font-weight: 650; line-height: 1.55; }
.tertiary-commercial-button { flex: 0 0 auto; border: 2px solid #fff; background: #fff; color: #326f82; font-weight: 900; box-shadow: 0 12px 28px rgba(30, 82, 99, .2); }
@media (max-width: 800px) {
  .tertiary-two-column { grid-template-columns: 1fr; gap: 0; }
  .tertiary-two-column article { padding: 22px 0 !important; border-right: 0 !important; border-left: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
  .tertiary-two-column article h4 { height: auto; min-height: 0; }
  .tertiary-two-column article h4 .tertiary-title-strong,
  .tertiary-two-column article h4 .tertiary-title-light { height: auto; }
  .tertiary-two-column article > div { display: flex; height: 100%; flex-direction: column; }
  .tertiary-copy-sequence > article:first-child h4 { white-space: normal; }
  .tertiary-copy-sequence > article:nth-child(2) h4 { white-space: normal; }
  .tertiary-copy-sequence { padding: 24px 20px !important; border-radius: 18px !important; }
  .tertiary-list-feature { grid-template-columns: 1fr; gap: 16px; }
  .tertiary-list-images { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tertiary-list-images img { height: 82px; }
  .tertiary-carpet-copy { gap: 12px; }
  .tertiary-commercial { margin-top: 12px; padding-top: 20px; }
  .tertiary-commercial-heading { margin-bottom: 26px; }
  .tertiary-sector-directory, .tertiary-directory-galleries, .tertiary-offer-overviews, .tertiary-detail-offers { grid-template-columns: 1fr; }
  .tertiary-details-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tertiary-sector-grid { grid-template-columns: 1fr; }
  .tertiary-sector-scope { margin-bottom: 34px; }
  .tertiary-commercial-offers { grid-template-columns: 1fr; }
  .tertiary-commercial-offer { border-radius: 18px; }
  .tertiary-commercial-copy { padding: 30px 24px; }
  .tertiary-commercial-gallery { height: 280px; }
  .tertiary-commercial-gallery .tertiary-commercial-photo-main { border-radius: 16px 10px 10px 16px; }
  .tertiary-commercial { padding-bottom: 42px; }
  .tertiary-commercial-cta { align-items: flex-start; flex-direction: column; padding: 28px 24px; border-radius: 21px; }
  .tertiary-commercial-button { width: 100%; }
}

@media (max-width: 560px) {
  .tertiary-commercial { margin-right: -4px; margin-left: -4px; }
  .tertiary-commercial-heading h2 { font-size: 30px; }
  .tertiary-commercial-kicker { padding: 0; font-size: 34px; letter-spacing: -.035em; }
  .tertiary-commercial-heading > p:last-child { font-size: 13px; }
  .tertiary-directory-card { min-height: 410px; padding: 0 22px 24px; }
  .tertiary-directory-card > figure { margin-right: -22px; margin-left: -22px; }
  .tertiary-details-main { padding: 52px 0 70px; }
  .tertiary-detail-sector { padding: 24px 20px; border-radius: 19px; }
  .tertiary-offer-overview-copy { padding: 27px 20px 23px; }
  .tertiary-offer-overview-copy .tertiary-commercial-label { margin-left: -29px; }
  .tertiary-offer-overview-regular .tertiary-offer-sector-links { grid-template-columns: repeat(4, minmax(82px, 105px)); }
  .tertiary-offer-overview-regular .tertiary-offer-sector-links a { padding: 13px; }
  .tertiary-detail-sector-head { grid-template-columns: 1fr; gap: 12px; }
  .tertiary-sector-card { padding: 22px 20px; }
  .tertiary-sector-card h4 { font-size: 19px; }
  .tertiary-commercial-copy { padding: 26px 20px; }
  .tertiary-commercial-label { max-width: calc(100% + 10px); margin: -2px 0 28px -29px; padding: 14px 20px 13px 29px; font-size: 24px; }
  .tertiary-commercial-offer-title { font-size: 25px; }
  .tertiary-commercial-requirements { padding: 16px; }
  .tertiary-offer-sectors section { min-height: 0; grid-template-columns: 1fr; gap: 9px; padding: 16px 2px 16px 36px; }
  .tertiary-commercial-gallery { min-height: 245px; grid-template-columns: 1.35fr 1fr; }
  .tertiary-commercial-cta { gap: 22px; padding: 25px 20px; }
}

@media (max-width: 560px) {
  .tertiary-offer-overview-regular .tertiary-offer-sector-links { grid-template-columns: repeat(2, 116px); gap: 8px; }
  .tertiary-offer-overview-regular .tertiary-offer-sector-links a { width: 116px; }
  .tertiary-offer-overview-regular .tertiary-sector-link-copy b { font-size: 10px; }
  .tertiary-offer-overview-regular .tertiary-sector-link-copy small { font-size: 7.5px; }
}

@media (prefers-reduced-motion: reduce) {
  .tertiary-directory-card, .tertiary-directory-card::after, .tertiary-directory-card > figure img { transition: none; }
  .tertiary-directory-card:hover, .tertiary-directory-card:hover::after { transform: none; }
  .tertiary-detail-sector.is-active { animation: none; }
  .tertiary-offer-sector-links a { transition: none; }
  .tertiary-offer-sector-links a:hover { transform: none; }
  .tertiary-offer-overview-regular .tertiary-sector-link-arrow { transition: none; }
  .tertiary-offer-overview-regular .tertiary-sector-link-icon { animation: none; }
  .tertiary-offer-overview-regular .tertiary-sector-link-icon img { transition: none; }
  .tertiary-offer-overview-regular .tertiary-sector-link-with-icon:hover .tertiary-sector-link-icon img { transform: none; }
  .tertiary-offer-overview-regular .tertiary-offer-sector-links a:hover .tertiary-sector-link-arrow { transform: none; }
  .tertiary-sector-tab { transition: none; }
  .tertiary-sector-tab:hover { transform: none; }
  .tertiary-offer-sectors.is-enhanced section.is-active { animation: none; }
  .tertiary-commercial-gallery img { transition: none; }
  .tertiary-commercial-offer:hover .tertiary-commercial-gallery img { transform: none; }
}

/* Titres tertiaires : une couleur commune du titre principal aux sous-titres. */
.medical-page .medical-signature-heading .sector-services-light,
.medical-page .medical-signature-heading .sector-services-blue,
.medical-page .tertiary-copy-sequence h4,
.medical-page .tertiary-copy-sequence article:nth-child(2) h4,
.medical-page .tertiary-copy-sequence article:nth-child(3) h4,
.medical-page .tertiary-copy-sequence article:nth-child(4) h4,
.medical-page .tertiary-copy-sequence article:nth-child(5) h4,
.medical-page .tertiary-service-detail-heading h3,
.medical-page .tertiary-service-group-heading h4,
.medical-page .medical-signature-reasons .sector-right-title-bold,
.medical-page .medical-signature-reasons .sector-right-title-light {
  color: #6BB8E8 !important;
}
.medical-page .medical-signature-reasons .sector-tools-title .sector-right-title-bold,
.medical-page .medical-signature-reasons .sector-tools-title .sector-right-title-light {
  color: #6BB8E8 !important;
}
.medical-page .medical-signature-heading .sector-services-light {
  color: var(--accent-pink) !important;
}
.medical-page .medical-signature-heading .sector-services-blue {
  color: #6BB8E8 !important;
}

/* Dernières règles mobiles du hero tertiaire : conserver la vidéo et son titre visibles. */
.medical-work-hero .tertiary-hero-side {
  display: flex !important;
  visibility: visible !important;
  min-height: 340px !important;
}
.medical-work-hero .tertiary-hero-video,
.medical-work-hero .tertiary-hero-video video {
  display: block !important;
  visibility: visible !important;
}
.medical-work-hero .tertiary-hero-side .work-hero-copy[data-reveal] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 3 !important;
}
.medical-work-hero .tertiary-hero-side .work-hero-copy h1 {
  font-size: clamp(30px, 7vw, 43px) !important;
  line-height: .9;
}
.medical-work-hero .tertiary-hero-side .work-hero-copy h1 em::after { right: -18%; }
@media (min-width: 801px) {
  .medical-work-hero .tertiary-hero-side .work-hero-copy h1 {
    font-size: clamp(34px, 3.5vw, 52px) !important;
  }
}
@media (max-width: 800px) {
  .medical-work-hero .work-hero-grid {
    display: grid !important;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
  }
  .medical-work-hero .tertiary-hero-offer,
  .medical-work-hero .tertiary-hero-side {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100%;
  }
  .medical-work-hero .tertiary-hero-side {
    height: 340px !important;
    min-height: 340px !important;
    aspect-ratio: auto;
    background: #173e56 url("assets/Quotidiens/Bureau.png") center / cover no-repeat !important;
  }
  .medical-work-hero .tertiary-hero-video,
  .medical-work-hero .tertiary-hero-video video {
    min-height: 340px !important;
    height: 100% !important;
  }
  .medical-work-hero .tertiary-hero-side .work-hero-copy[data-reveal] {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: none;
    padding: 12px 14px 10px;
  }
  .medical-work-hero .tertiary-hero-side .work-hero-copy h1 em::after { right: -14%; }
}
.medical-signature-reasons .sector-services-cards-grid::after { right: 0; }
.medical-signature-reasons article { position: relative; display: grid; grid-template-columns: 44px 1fr; gap: 14px; min-height: 118px; align-content: center; padding: 19px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .17); border-radius: 15px; background: linear-gradient(145deg, #fff, #f4f9fc); box-shadow: 0 10px 25px rgba(38, 91, 129, .07); transition: transform .34s cubic-bezier(.16, 1, .3, 1), box-shadow .34s ease, border-color .34s ease, background-color .34s ease; }
.medical-signature-reasons article::after { content: ""; position: absolute; right: -27px; bottom: -32px; width: 72px; height: 72px; border: 10px solid rgba(64, 188, 177, .055); border-radius: 50%; }
.medical-signature-reasons article > span { position: relative; z-index: 1; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: linear-gradient(145deg, var(--primary-blue), #398e9c); color: var(--white); box-shadow: 0 9px 19px rgba(58, 139, 202, .2); transition: transform .36s cubic-bezier(.16, 1, .3, 1), box-shadow .34s ease; }
.medical-signature-reasons article > div { position: relative; z-index: 1; }
.medical-signature-reasons svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.medical-signature-reasons strong { color: #28658c; font-size: 13px; font-weight: 900; }
.medical-signature-reasons p { margin: 6px 0 0; color: var(--muted); line-height: 1.5; }
.medical-flexibility { position: relative; display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); gap: 38px; align-items: center; margin-top: 14px; padding: 27px 29px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .18); border-radius: 17px; background: linear-gradient(120deg, #edf6fb, #fff 55%, #edf9f7); box-shadow: 0 14px 32px rgba(38, 91, 129, .08); transition: transform .34s cubic-bezier(.16, 1, .3, 1), box-shadow .34s ease, border-color .34s ease; }
.medical-flexibility::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(180deg, var(--primary-blue), var(--secondary-turquoise)); }
.medical-flexibility-intro small { color: #35877f; font-size: 8px; font-weight: 880; letter-spacing: .08em; text-transform: uppercase; }
.medical-flexibility-intro h3 { margin: 6px 0 0; color: var(--primary-blue); font-size: 19px; line-height: 1.15; }
.medical-flexibility-intro p { margin: 10px 0 0; color: var(--muted); line-height: 1.55; }
.medical-flexibility dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; }
.medical-flexibility dl > div { min-height: 94px; padding: 9px 16px; border-left: 1px solid rgba(58, 139, 202, .14); }
.medical-flexibility dt { color: var(--accent-pink); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.medical-flexibility dd { margin: 9px 0 0; color: #506b7a; font-size: 9px; line-height: 1.5; }
@media (hover: hover) and (pointer: fine) {
  .medical-signature-services article:hover { z-index: 2; border-color: rgba(58, 139, 202, .34); background: linear-gradient(145deg, #fff, #eaf7fc); transform: translateY(-9px) scale(1.018); box-shadow: 0 24px 44px rgba(38, 91, 129, .2); }
  .medical-signature-services article:hover::before { transform: scaleY(1); }
  .medical-signature-services article:hover::after { opacity: 1; transform: translate(-8px, -7px) scale(1); }
  .medical-signature-services article:hover > span { background: linear-gradient(145deg, var(--primary-blue), var(--secondary-turquoise)); color: var(--white); transform: translateY(-4px) rotate(-5deg) scale(1.1); box-shadow: 0 9px 18px rgba(58, 139, 202, .25); }
  .medical-signature-services article:hover h4 { color: #267f91; transform: translateX(4px); }
  .medical-signature-services article:hover p { color: #3f5e70; }
  .medical-signature-reasons article:hover { z-index: 2; border-color: rgba(58, 139, 202, .34); background: linear-gradient(145deg, #fff, #edf8fc); transform: translateY(-8px) scale(1.018); box-shadow: 0 22px 42px rgba(38, 91, 129, .18); }
  .medical-signature-reasons article:hover > span { transform: translateY(-4px) rotate(-5deg) scale(1.08); box-shadow: 0 14px 25px rgba(58, 139, 202, .3); }
  .medical-flexibility:hover { border-color: rgba(58, 139, 202, .34); transform: translateY(-7px) scale(1.008); box-shadow: 0 23px 44px rgba(38, 91, 129, .17); }
  .sector-sidebar-cta:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 10px 30px rgba(0, 0, 0, .2); }
  .sector-sidebar-cta:hover span { transform: translateX(4px); }
}

/* Page métier — vitrerie et surfaces vitrées */
.glazing-page { background: #f5f9fb; }
.work-hero.glazing-work-hero::after { background: linear-gradient(90deg, rgba(35, 108, 154, .99) 0%, rgba(44, 130, 181, .94) 43%, rgba(64, 188, 177, .56) 70%, rgba(64, 188, 177, .1) 100%), url("assets/hero-vitrerie.webp") 72% center / cover no-repeat; opacity: 1; }
.glazing-work-hero .work-hero-lead { max-width: 650px; }
.sector-work-hero .work-hero-top, .travaux-work-hero .work-hero-top, .glazing-work-hero .work-hero-top, .medical-work-hero .work-hero-top { justify-content: flex-end; margin-top: 44px; padding-top: 20px; padding-bottom: 0; border-bottom: 0; border-top: 1px solid rgba(255, 255, 255, .24); }
.medical-work-hero .work-hero-top { margin-top: 6px; padding-top: 5px; }
.glazing-window { position: relative; padding: 24px 0 72px; background: linear-gradient(180deg, #fff, #f2f8fb); }
.glazing-intro { padding: 46px 0 34px; background: var(--white); }
.glazing-intro-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr); padding: 42px 48px 40px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .16); border-radius: 20px; background: linear-gradient(150deg, #f2f9fd 0%, #fbfefe 45%, #fff 100%); box-shadow: 0 18px 44px rgba(38, 91, 129, .11); }
.glazing-intro-grid::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, .55) 50%, transparent 62%); transform: translateX(-130%); animation: glazing-sheen 6s ease-in-out infinite; pointer-events: none; }
.glazing-intro-grid::after { content: ""; position: absolute; right: -64px; bottom: -84px; width: 176px; height: 176px; border: 23px solid rgba(64, 188, 177, .06); border-radius: 50%; box-shadow: 0 0 0 24px rgba(58, 139, 202, .02); pointer-events: none; }
@keyframes glazing-sheen {
  0%, 55% { transform: translateX(-130%); }
  85%, 100% { transform: translateX(130%); }
}
@keyframes glazing-badge-sheen {
  0%, 62% { transform: translateX(-130%); }
  92%, 100% { transform: translateX(130%); }
}
@keyframes glazing-card-sheen {
  0%, 60% { transform: translateX(-130%); }
  88%, 100% { transform: translateX(130%); }
}
.glazing-intro-grid > * { position: relative; z-index: 1; }

.glazing-intro-copy h2 { max-width: 760px; color: var(--primary-blue); font-size: clamp(28px, 3.2vw, 44px); line-height: 1.04; letter-spacing: -.02em; }
.glazing-intro-copy > p:last-child { max-width: 720px; margin: 18px 0 0; color: #526d7c; font-size: 12px; line-height: 1.75; }
.glazing-surfaces { padding: 34px 0 76px; background: var(--white); }
.glazing-surfaces-head { max-width: 580px; margin: 0 0 34px; }
.glazing-surfaces-head h2 { margin: 0; color: var(--primary-blue); font-size: clamp(24px, 2.6vw, 34px); line-height: 1.08; letter-spacing: -.02em; }
.glazing-surfaces-head > p:last-child { margin: 14px 0 0; color: #526d7c; font-size: 12px; line-height: 1.7; }
.glazing-surfaces-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.glazing-surface { position: relative; display: flex; min-height: 300px; flex-direction: column; padding: 24px 26px 26px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .15); border-radius: 18px; background: radial-gradient(ellipse at 20% 10%, rgba(35, 108, 154, 0.025) 0%, transparent 60%), radial-gradient(ellipse at 80% 90%, rgba(64, 188, 177, 0.02) 0%, transparent 50%); box-shadow: 0 14px 32px rgba(38, 91, 129, .07); transition: transform .38s cubic-bezier(.16, 1, .3, 1), border-color .38s ease, box-shadow .38s ease; }
  .glazing-surface::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.01); border-radius: 18px; }
  .glazing-surface::after { content: ""; position: absolute; right: -66px; bottom: -74px; width: 156px; height: 156px; border: 19px solid rgba(58, 139, 202, .05); border-radius: 50%; transition: transform .5s cubic-bezier(.16, 1, .3, 1), opacity .4s ease; pointer-events: none; }
  .glazing-surface > * { position: relative; z-index: 1; }

  /* Photos en fond de chaque bloc vitrine */
.glazing-surface-shine { position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, .5) 50%, transparent 58%); transform: translateX(-130%); animation: glazing-card-sheen 8s ease-in-out infinite; pointer-events: none; }
.glazing-surface:nth-child(2) .glazing-surface-shine { animation-delay: 1.6s; }
.glazing-surface:nth-child(3) .glazing-surface-shine { animation-delay: 3.2s; }
.glazing-surface:nth-child(4) .glazing-surface-shine { animation-delay: 4.8s; }
.glazing-surface-head { display: flex; align-items: center; }
.glazing-surface-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(58, 139, 202, .25); border-radius: 12px; background: #edf5fb; color: var(--primary-blue); transition: background .35s ease, color .35s ease, border-color .35s ease, transform .35s ease; }

/* Photos en haut de la page vitrerie */


/* Animation cycle des photos : 1re, 2e, 3e, 4e */

.glazing-surface-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.glazing-surface-copy small { display: block; margin-top: 18px; color: #57938f; font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.glazing-surface-copy h3 { margin: 8px 0 13px; color: var(--primary-blue); font-size: 18px; line-height: 1.14; }
.glazing-surface-copy p { margin: 0; color: #526d7c; line-height: 1.68; }
.glazing-surface-link { display: inline-flex; width: max-content; align-items: center; gap: 8px; margin-top: auto; padding-top: 22px; padding-bottom: 2px; border-bottom: 1px solid rgba(58, 139, 202, .32); color: var(--primary-blue); font-size: 10px; font-weight: 850; text-decoration: none; }
.glazing-surface-link span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--primary-blue); color: var(--white); transition: transform .25s ease; }
.glazing-surface:nth-child(even)::after { border-color: rgba(64, 188, 177, .07); }
.glazing-surface:nth-child(even) .glazing-surface-icon { border-color: rgba(64, 188, 177, .28); background: #edf9f7; color: #237f77; }
.glazing-surface:nth-child(even) small { color: #4d9a8f; }
@media (hover: hover) and (pointer: fine) {
  .glazing-surface:hover { z-index: 2; border-color: rgba(58, 139, 202, .32); transform: translateY(-10px) scale(1.015); box-shadow: 0 26px 48px rgba(58, 139, 202, .18); }
  .glazing-surface:hover::before { transform: scaleX(1); }
  .glazing-surface:hover::after { opacity: .9; transform: translate(-10px, -8px) scale(1.1); }
  .glazing-surface:hover .glazing-surface-icon { background: var(--primary-blue); border-color: var(--primary-blue); color: var(--white); transform: translateY(-3px) rotate(-4deg); }
  .glazing-surface:hover .glazing-surface-link span { transform: translateX(3px); }
}
.glazing-essentials { padding: 66px 0 74px; background: linear-gradient(180deg, #f2f8fc 0%, var(--white) 70%); }
.glazing-offer-summary { position: relative; display: grid; grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr); gap: 48px; padding: 36px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .14); border-radius: 20px; background: linear-gradient(145deg, #f6fbfd, #fff); box-shadow: 0 16px 38px rgba(38, 91, 129, .09); }
.glazing-offer-summary::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, .5) 50%, transparent 58%); transform: translateX(-130%); animation: glazing-card-sheen 8s ease-in-out infinite 2.4s; pointer-events: none; }
.glazing-offer-summary::after { content: ""; position: absolute; right: -70px; bottom: -82px; width: 170px; height: 170px; border: 23px solid rgba(64, 188, 177, .055); border-radius: 50%; box-shadow: 0 0 0 22px rgba(58, 139, 202, .02); pointer-events: none; }
.glazing-offer-summary > * { position: relative; z-index: 1; }
.glazing-offer-summary h2 { max-width: 420px; color: var(--primary-blue); font-size: clamp(24px, 2.6vw, 34px); line-height: 1.08; }
.glazing-offer-copy { display: grid; gap: 15px; }
.glazing-offer-copy > p { margin: 0; color: #526d7c; line-height: 1.72; }
.glazing-offer-note { padding: 13px 15px; border-left: 3px solid var(--secondary-turquoise); border-radius: 0 10px 10px 0; background: rgba(64, 188, 177, .08); }
.glazing-offer-note strong { color: var(--primary-blue); }
@media (hover: hover) and (pointer: fine) {
  .glazing-offer-summary { transition: transform .36s cubic-bezier(.16, 1, .3, 1), box-shadow .36s ease, border-color .36s ease; }
  .glazing-offer-summary:hover { border-color: rgba(58, 139, 202, .28); transform: translateY(-6px); box-shadow: 0 24px 46px rgba(38, 91, 129, .15); }
}

@media (max-width: 1020px) {
  .site-nav { gap: 2px; }
  .site-nav a { font-size: 12px; }
  .header-inner { min-height: 110px; }
  .brand img { width: 184px; height: 106px; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 490px; }
  .hero-visual img { min-height: 490px; }
  .pillar-clean, .pillar-maintenance { grid-column: span 6; }
  .pillar-control { grid-column: 1 / -1; min-height: 380px; }
  .expertise-section .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .showcase-media { width: 72%; }
  .showcase-panel { width: 52%; padding: 40px; }
  .method-grid, .means-grid { gap: 60px; }
  .local-grid { gap: 50px; }
  .footer-grid { grid-template-columns: minmax(220px, .8fr) minmax(0, 1.2fr); }
  .footer-grid > * + * { border-left: 1px solid rgba(255, 255, 255, .14); }
  .detail-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .detail-hero-copy { max-width: 760px; }
  .detail-visual, .detail-visual img { min-height: 360px; }
  .detail-method-grid { gap: 42px; }
  .exceptional-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .exceptional-brief { max-width: 760px; }
  .exceptional-needs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .work-hero-grid { gap: 36px; }
  .work-context-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-card, .work-card-featured, .work-card:nth-child(4), .work-card:nth-child(5), .work-card:nth-child(7) { grid-column: auto; }
  .work-card-featured { grid-column: 1 / -1; }
  .work-catalog-heading { gap: 34px; }
  .medical-signature-card { grid-template-columns: minmax(290px, .8fr) minmax(0, 1.2fr); }
}

@media (max-width: 900px) {
  .services-grid-inner { flex-wrap: wrap; gap: 20px; padding: 0 16px; }
  .service-card { flex: 1 1 calc(50% - 10px); min-height: 168px; padding: 20px 18px; border-radius: 24px; }
  .service-icon { width: 80px; height: 80px; margin-bottom: 18px; }
  .service-icon img { width: 80px; height: 80px; }
  .service-icon img.icon-sm { width: 50px; height: 50px; }
  .service-card h3 { font-size: 15.3px; margin-bottom: 10px; }
  .service-card p { font-size: 13px; }
}

@media (min-width: 801px) {
  .menu-toggle { display: block; flex: 0 0 48px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: absolute; right: 60px; top: calc(100% - 8px); display: none; width: min(330px, calc(100vw - 120px)); align-items: stretch; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { min-height: 48px; padding: 13px 14px; border-radius: 11px; font-size: 14px; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .site-nav .nav-cta { text-align: center; }
  .nav-menu-head { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 5px 6px 11px; border-bottom: 1px solid rgba(58, 139, 202, .13); }
  .nav-menu-head strong { color: var(--primary-blue); font-size: 17px; font-weight: 850; }
  .nav-menu-head span { color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
  .site-nav .nav-menu-item { display: grid; grid-template-columns: 31px minmax(0, 1fr); gap: 11px; align-items: center; min-height: 58px; }
  .nav-menu-index { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: rgba(58, 139, 202, .09); color: var(--primary-blue); font-size: 9px; font-weight: 900; }
  .nav-menu-item strong { color: var(--text-dark); font-size: 13px; line-height: 1.2; }
  .nav-menu-item small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.35; }
  .site-nav .nav-menu-item[aria-current="page"] { background: linear-gradient(90deg, rgba(58, 139, 202, .12), rgba(64, 188, 177, .055)); }
  .site-nav .nav-menu-item[aria-current="page"] .nav-menu-index { background: var(--primary-blue); color: var(--white); }
  .site-nav .nav-menu-contact { display: flex; min-height: 46px; align-items: center; justify-content: space-between; margin-top: 5px; padding-inline: 16px; text-align: left; }
  .expertise-title em { white-space: nowrap; }
  .showcase-title em { white-space: normal; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 78px; }
  .shell { width: min(100% - 72px, var(--shell)); }
  .header-inner { min-height: 110px; }
  .brand img { width: 158px; height: 94px; }
  .service-detail-page .header-inner { min-height: 100px; }
  .service-detail-page .brand img { width: 168px; height: 88px; }
  .menu-toggle { display: block; flex: 0 0 48px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; left: 15px; right: 15px; top: 120px; display: none; align-items: stretch; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { min-height: 48px; padding: 13px 14px; border-radius: 11px; font-size: 14px; }
  .site-nav > a:not(.nav-cta):after { display: none; }
  .site-nav .nav-cta { text-align: center; }
  .nav-menu-head { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 5px 6px 11px; border-bottom: 1px solid rgba(58, 139, 202, .13); }
  .nav-menu-head strong { color: var(--primary-blue); font-size: 17px; font-weight: 850; }
  .nav-menu-head span { color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
  .site-nav .nav-menu-item { display: grid; grid-template-columns: 31px minmax(0, 1fr); gap: 11px; align-items: center; min-height: 58px; }
  .nav-menu-index { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: rgba(58, 139, 202, .09); color: var(--primary-blue); font-size: 9px; font-weight: 900; }
  .nav-menu-item strong { color: var(--text-dark); font-size: 13px; line-height: 1.2; }
  .nav-menu-item small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.35; }
  .site-nav .nav-menu-item[aria-current="page"] { background: linear-gradient(90deg, rgba(58, 139, 202, .12), rgba(64, 188, 177, .055)); }
  .site-nav .nav-menu-item[aria-current="page"] .nav-menu-index { background: var(--primary-blue); color: var(--white); }
  .site-nav .nav-menu-contact { display: flex; min-height: 46px; align-items: center; justify-content: space-between; margin-top: 5px; padding-inline: 16px; text-align: left; }
  .hero { padding-top: 28px; }
  .hero-copy { padding: 15px 0 20px; }
  .sector-transition-block { margin-top: -20px; padding: 28px 24px; }
  h1 { font-size: clamp(32px, 6.7vw, 42px); }
  .hero-lead { font-size: 16px; }
  .hero-visual, .hero-visual img { min-height: 430px; }
  .hero-visual { border-radius: 26px 26px 6px 26px; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .pillar-card { grid-column: 1 / -1; min-height: auto; padding: 26px; }
  .pillar-card h3 { margin-top: 48px; }
  .pillar-control { min-height: 390px; }
  .showcase-section { padding: 10px 0 78px; }
  .showcase-frame { min-height: 0; }
  .showcase-media { width: 100%; min-height: 430px; border-radius: 24px; }
  .showcase-media img { height: 430px; }
  .showcase-panel { position: relative; top: auto; width: calc(100% - 34px); margin: -70px auto 0; padding: 36px; transform: none; }
  .method-grid, .means-grid, .local-grid, .contact-card, .partner-inner { grid-template-columns: 1fr; gap: 48px; }
  .means-copy { position: static; }
  .local-map { min-height: 440px; }
  .contact-card { padding: 38px 28px; }
  .partner-links { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: minmax(210px, .8fr) minmax(0, 1.2fr); }
  .services-grid-inner { flex-direction: column; align-items: stretch; gap: 16px; padding: 0 20px; }
  .service-card { max-width: none; margin-inline: 0; min-height: 154px; padding: 20px 18px; flex: none; border-radius: 22px; }
  .service-icon { width: 56px; height: 56px; margin-bottom: 14px; }
  .service-icon img { width: 48px; height: 48px; }
  .service-icon img.icon-sm { width: 30px; height: 30px; }
  .service-card h3 { font-size: 15.3px; margin-bottom: 10px; }
  .service-card p { max-width: 260px; }
  .detail-hero { padding: 24px 0 38px; }
  .detail-hero-grid { gap: 24px; }
  .detail-hero h1 { font-size: clamp(28px, 5.2vw, 34px); }
  .detail-visual, .detail-visual img { min-height: 350px; }
  .detail-benefits { margin-top: -15px; }
  .detail-benefits-grid { grid-template-columns: 1fr; }
  .detail-benefits article { min-height: auto; }
  .detail-benefits article + article { border-top: 1px solid rgba(58, 139, 202, .12); border-left: 0; }
  .detail-section { padding: 50px 0; }
  .detail-offer-layout { grid-template-columns: 1fr; gap: 28px; }
  .detail-offer-layout .detail-heading { position: static; margin-bottom: 0; }
  .detail-offer-grid { grid-template-columns: 1fr; }
  .detail-method-grid { grid-template-columns: 1fr; gap: 42px; }
  .detail-cta-card { align-items: flex-start; flex-direction: column; padding: 36px; }
  .sector-services-layout, .sector-complements-grid, .sector-why-grid { grid-template-columns: 1fr; gap: 28px; }
  .sector-services-side { position: static; }
  .sector-services { padding: 0 0 52px; }
  .sector-complements, .sector-why { padding: 42px 0; }
  .exceptional-hero { padding: 28px 0 38px; }
  .exceptional-needs-heading, .exceptional-method-grid { grid-template-columns: 1fr; gap: 24px; }
  .exceptional-needs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-hero { padding-bottom: 46px; }
  .work-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .medical-work-hero .work-hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .medical-work-hero { padding-bottom: 8px; }
  .work-hero-index { display: none; }
  .detail-actions { display: grid; gap: 14px; }
  .detail-actions .button { width: 100%; min-height: 52px; font-size: 15px; padding: 16px 24px; }
  .detail-actions .sector-work-email { width: 100%; text-align: center; padding: 12px; font-size: 14px; }
  .work-hero::after { background: linear-gradient(180deg, rgba(58, 139, 202, .98) 0%, rgba(58, 139, 202, .9) 58%, rgba(58, 139, 202, .32) 79%, rgba(58, 139, 202, .05) 100%), url("assets/hero-elegant.webp") 67% center / cover no-repeat; opacity: .9; }
  .work-hero.sector-work-hero::after { background: linear-gradient(180deg, rgba(58, 139, 202, .92) 0%, rgba(58, 139, 202, .75) 40%, rgba(58, 139, 202, .35) 70%, rgba(58, 139, 202, .1) 100%); }
  .hero-slide { object-position: center center; }
  .sector-hero-slide { background-position: center 30%; }
  .work-hero-index { display: flex; min-height: 145px; align-items: flex-end; justify-content: flex-end; gap: 20px; padding-top: 18px; }
  .work-hero-index strong { font-size: 73.5px; line-height: .72; }
  .work-hero-index span { margin-top: 0; padding-bottom: 1px; font-size: 8px; line-height: 1.65; }
  .work-hero h1 { font-size: clamp(33px, 5.9vw, 40px); }
  .work-context-grid { grid-template-columns: 1fr; gap: 21px; }
  .work-context header { max-width: 560px; }
  .work-context-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-cards { grid-template-columns: 1fr; }
  .work-card, .work-card-featured, .work-card:nth-child(4), .work-card:nth-child(5), .work-card:nth-child(7) { grid-column: auto; }
  .work-process-list::before { display: none; }
  .work-catalog-layout { gap: 22px; }
  .work-catalog-heading { grid-template-columns: 1fr; gap: 16px; }
  .work-catalog-heading > p { max-width: none; }
  .work-process-heading { display: grid; gap: 12px; }
  .special-intro-grid { gap: 34px; }
  .work-hero.medical-work-hero::after { background: linear-gradient(180deg, rgba(58, 139, 202, .72) 0%, rgba(58, 139, 202, .64) 52%, rgba(58, 139, 202, .3) 78%, rgba(58, 139, 202, .06) 100%); }
  .medical-hero-image { background-position: 54% center; opacity: .86; }
  .medical-signature-heading { padding: 24px 20px 16px; text-align: center; }
  .medical-signature-card { grid-template-columns: 1fr; margin-top: 0; }
  .medical-signature-lead { min-height: 390px; }
  .medical-work-hero .detail-actions { display: grid; width: 100%; justify-content: center; justify-items: center; gap: 10px; align-self: stretch; margin-top: 0; transform: none; }
  .medical-work-hero .work-hero-top { margin-top: 6px; padding-top: 5px; }
  .medical-actions-row { display: grid; width: 100%; justify-items: center; gap: 14px; }
  .medical-work-hero .detail-actions .work-button { width: min(100%, 360px); min-height: 52px; box-sizing: border-box; font-size: 15px; padding: 16px 24px; margin-top: 0; }
  .medical-work-hero .detail-actions .sector-work-email { width: min(100%, 360px); box-sizing: border-box; text-align: center; padding: 12px; font-size: 14px; transform: none; }
  .work-hero.medical-work-hero::before { top: -105px; right: -105px; width: 250px; height: 250px; }
  .medical-flexibility { grid-template-columns: 1fr; gap: 22px; }
  .work-hero.glazing-work-hero::after { background: linear-gradient(180deg, rgba(35, 108, 154, .99) 0%, rgba(44, 130, 181, .94) 55%, rgba(64, 188, 177, .48) 79%, rgba(64, 188, 177, .1) 100%), url("assets/hero-vitrerie.webp") 60% center / cover no-repeat; }
  .glazing-offer-summary { grid-template-columns: 1fr; gap: 28px; }
  .glazing-intro { padding: 38px 0 28px; }
  .glazing-intro-grid { padding: 30px 34px 30px; }
  .glazing-surfaces-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .glazing-surface { min-height: 280px; }

  /* Mobile : nav toujours alignée à gauche (Accueil visible) et scrollable */
  .work-hero-top { justify-content: flex-start !important; }
  .work-trade-nav { gap: 14px; padding: 6px 0; overflow-x: auto; scroll-snap-type: none; justify-content: flex-start !important; }
  .work-trade-nav a { font-size: 12px; padding: 4px 2px; }
}

@media (max-width: 560px) {
  .glazing-surfaces-grid { grid-template-columns: 1fr; }
  .glazing-surface { min-height: auto; padding: 20px 18px; }
  .glazing-surface-link { width: 100%; justify-content: center; padding-top: 14px; }
  .glazing-intro-grid { padding: 22px 18px; }
  .glazing-offer-summary { padding: 24px 18px; }
  .work-hero-top { justify-content: flex-start !important; }
  .work-trade-nav { gap: 10px; padding: 6px 0; justify-content: flex-start !important; }
  .work-trade-nav a { font-size: 11px; padding: 4px 2px; }
  .work-trade-nav .work-trade-home svg { width: 12px; height: 12px; }
  .work-hero-grid { gap: 20px; }
  .work-hero-index { display: none; }
  .sector-hero-slide { background-position: center 30%; }
  .work-hero.sector-work-hero::after { background: linear-gradient(180deg, rgba(58, 139, 202, .88) 0%, rgba(58, 139, 202, .7) 40%, rgba(58, 139, 202, .3) 70%, rgba(58, 139, 202, .08) 100%); }
  .sector-transition-block { margin-top: -20px; padding: 20px 16px; }
  .sector-google-layout { margin-top: 40px; }
  .sector-tools { width: 100%; padding: 28px 20px; }
  .sector-exigence { padding: 28px 20px; }
  .detail-actions { display: grid; gap: 12px; }
  .detail-actions .button { width: 100%; min-height: 52px; font-size: 15px; padding: 16px 24px; }
  .detail-actions .sector-work-email { width: 100%; text-align: center; padding: 12px; font-size: 14px; }
  .shell { width: calc(100% - 64px); }
  .brand img { width: 150px; height: 90px; }
  .hero-grid { gap: 10px; }
  h1 { font-size: 32px; }
  .hero-actions { display: grid; }
  .button { width: 100%; min-height: 50px; }
  .button-text { border: 1px solid var(--line); background: #fff; }
  .hero-proof { display: grid; gap: 10px; }
  .hero-visual, .hero-visual img { min-height: 330px; }
  .hero-visual img { object-position: 58% center; }
  .hero-note { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .section { padding: 64px 0; }
  .section-heading h2, .means-copy h2, .local-copy h2, .contact-card h2, .method-intro h2 { font-size: 32px; }
  .pillar-card h3 { font-size: 26px; }
  .showcase-media { min-height: 330px; }
  .showcase-media img { height: 330px; }
  .showcase-media figcaption { left: 12px; right: 12px; bottom: 12px; justify-content: center; font-size: 10px; }
  .showcase-panel { width: calc(100% - 20px); margin-top: -42px; padding: 30px 22px; }
  .showcase-panel h2 { font-size: 18px; }
  .client-strip { padding: 24px 0 28px; }
  .client-strip-heading { margin-bottom: 14px; }
  .client-logo-set figure { flex-basis: 150px; width: 150px; height: 70px; padding: 6px 14px; }
  .client-logo-set img { max-width: 122px; max-height: 55px; }
  .services-grid { padding: 24px 0 20px; }
  .services-grid-heading { margin-bottom: 14px; }
  .services-grid-inner { padding: 0 24px; }
  .service-card { padding: 18px 16px; min-height: 126px; border-radius: 20px; }
  .service-icon { width: 64px; height: 64px; margin-bottom: 16px; }
  .service-icon img { width: 54px; height: 54px; }
  .service-icon img.icon-sm { width: 34px; height: 34px; }
  .service-card h3 { font-size: 14.45px; margin-bottom: 10px; }
  .service-card p { font-size: 12px; max-width: 100%; }
  .method-grid { gap: 42px; }
  .process-list li { grid-template-columns: 44px 1fr; gap: 14px; }
  .process-list li > span { width: 42px; height: 42px; }
  .process-list h3 { font-size: 19px; }
  .equipment-list { grid-template-columns: 1fr; }
  .equipment-list > div { min-height: 185px; }
  .local-map { min-height: 370px; }
  .orbit-two { width: 330px; height: 330px; }
  .roanne-label { right: 26px; top: 80px; }
  .contact-section { padding: 60px 0; }
  .contact-card { width: calc(100% - 16px); padding: 30px 22px; border-radius: 23px; }
  .partner-inner { gap: 25px; }
  .site-footer { padding: 20px 0 max(12px, env(safe-area-inset-bottom)); }
  .footer-grid { grid-template-columns: 1fr; gap: 0; margin-bottom: 12px; }
  .footer-summary { grid-column: auto; }
  .footer-summary, .footer-column { padding: 13px 14px; }
  .footer-map-column { padding: 14px 0 0; }
  .footer-grid > * + * { border-top: 1px solid rgba(255, 255, 255, .14); border-left: 0; }
  .footer-kicker { font-size: 23px; }
  .footer-map-heading { display: grid; gap: 7px; }
  .footer-map-heading > address { max-width: none; }
  .footer-zone-copy { align-items: flex-start; flex-direction: column; gap: 6px; }
  .footer-map-heading .footer-zone-list { justify-content: flex-start; }
  .footer-map { height: 116px; min-height: 116px; margin-top: 0; border-radius: 18px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .footer-legal { flex-wrap: wrap; justify-content: flex-start; gap: 7px 14px; }
  .legal-header img { width: 68px; }
  .legal-main { width: calc(100% - 24px); margin: 36px auto 55px; }
  .legal-heading { grid-template-columns: 1fr; }
  .legal-heading-copy { padding: 34px 27px 24px; }
  .legal-heading-note { margin: 0 14px 14px; padding: 18px; }
  .legal-overview { grid-template-columns: 1fr; padding: 8px 16px; }
  .legal-overview span { padding: 8px 2px; }
  .legal-overview span + span { border-top: 1px solid #e3edf3; border-left: 0; }
  .legal-content { grid-template-columns: 1fr; }
  .legal-content section { min-height: 0; padding: 24px 22px; }
  .legal-content section + section { padding-top: 24px; }
  .legal-content .legal-card-contact { grid-column: auto; padding-right: 22px; }
  .legal-card-contact address { position: static; max-width: none; margin-top: 21px; padding-top: 17px; padding-left: 0; border-top: 1px solid rgba(255,255,255,.25); border-left: 0; transform: none; }
  .detail-hero { padding-top: 24px; }
  .detail-back { margin-bottom: 22px; }
  .detail-hero h1 { font-size: 27px; }
  .detail-lead { font-size: 15px; }
  .detail-actions { display: grid; gap: 14px; }
  .detail-email { text-align: center; }
  .sector-work-email { text-align: center; }
  .detail-visual, .detail-visual img { min-height: 280px; }
  .detail-visual { border-width: 5px; border-radius: 24px; }
  .detail-visual-note { right: 12px; bottom: 12px; left: 12px; padding: 14px 16px; }
  .detail-benefits-grid { border-radius: 18px; }
  .detail-benefits article { grid-template-columns: 32px 1fr; padding: 16px 18px; }
  .detail-section { padding: 44px 0; }
  .detail-heading { margin-bottom: 22px; }
  .detail-offer-layout .detail-heading { margin-bottom: 0; }
  .detail-heading h2, .detail-method-copy h2, .detail-cta h2 { font-size: 24px; }
  .detail-offer-grid article { min-height: 145px; padding: 18px; }
  .detail-steps li { grid-template-columns: 42px 1fr; gap: 14px; padding: 17px; }
  .detail-steps li > span { width: 40px; height: 40px; }
  .detail-cta { padding: 38px 0 48px; }
  .detail-cta-card { gap: 24px; padding: 24px 20px; border-radius: 19px; }
  .detail-cta-button { width: 100%; }
  .sector-tags { gap: 6px; margin-top: 22px; }
  .sector-tags li { padding: 6px 10px; font-size: 10px; }
  .sector-service-tags { margin-top: 0; padding-inline: 2px; }
  .sector-service-tags li { font-size: 9px; }
  .sector-consumables { border-radius: 20px; }
  .sector-consumables-summary { padding: 22px 16px 16px; }
  .sector-consumables h3 { font-size: 21px; }
  .sector-consumables-title p { }
  .sector-consumables-preview { grid-template-columns: 1fr 1fr; }
  .sector-consumables-preview span:first-child { grid-column: 1 / -1; min-height: 56px; }
  .sector-consumables-preview .sector-consumables-zero strong { font-size: 34px; }
  .sector-consumables-commercial a { width: 100%; }
  .sector-consumables { grid-template-columns: 1fr; }
  .sector-consumables-products { padding: 12px 0 0; border-top: 1px solid rgba(58, 139, 202, .14); border-left: 0; }
  .sector-consumables-advantages { grid-template-columns: 1fr; gap: 10px; }
  .sector-consumables-advantages > div { grid-template-columns: 43px minmax(0, 1fr); padding-right: 0; }
  .sector-consumables-advantages > div + div { padding-top: 10px; padding-left: 0; border-top: 1px solid rgba(255, 255, 255, .16); border-left: 0; }
  .sector-services { padding: 0 0 42px; }
  .sector-services-layout { gap: 22px; }
  .sector-accordion summary { grid-template-columns: 30px 1fr 24px; gap: 10px; min-height: 60px; padding: 11px 12px; }
  .sector-accordion summary > span { width: 27px; height: 27px; }
  .sector-accordion summary strong { font-size: 13px; }
  .sector-accordion summary small { font-size: 9px; }
  .sector-panel { padding: 0 14px 15px 52px; }
  .sector-accordion details[open] .sector-panel { padding-top: 15px; }
  .sector-list, .sector-panel-split { grid-template-columns: 1fr; }
  .sector-panel-split { gap: 18px; }
  .sector-complements, .sector-why { padding: 36px 0; }
  .sector-complements-grid, .sector-why-grid { gap: 24px; }
  .sector-links, .sector-why-grid ul { grid-template-columns: 1fr; }
  .sector-links a:nth-child(odd) { margin-right: 0; }
  .sector-control summary::after { display: none; }
  .exceptional-hero-copy h1 { font-size: 29px; }
  .exceptional-brief { padding: 24px 21px; }
  .exceptional-brief h2 { font-size: 22px; }
  .exceptional-needs { padding: 36px 0 40px; }
  .exceptional-needs-heading { margin-bottom: 21px; }
  .exceptional-needs-grid { grid-template-columns: 1fr; }
  .exceptional-needs-grid li { min-height: 60px; padding: 25px 12px 10px; }
  .exceptional-method { padding: 38px 0; }
  .exceptional-method ol { grid-template-columns: 1fr; }
  .exceptional-method li { min-height: 72px; }
  .work-hero { padding: 18px 0 38px; }
  .work-hero-top { gap: 12px; padding-bottom: 15px; }
  .work-back { font-size: 8px; letter-spacing: .045em; }
  .work-trade-nav { gap: 14px; padding: 6px 0; }
  .work-trade-nav a { font-size: 12px; padding: 4px 2px; }
  .work-hero-grid { padding-top: 28px; }
  .work-hero h1 { font-size: 32px; }
  .work-hero-lead { font-size: 14px !important; }
  .work-hero-index { min-height: 125px; gap: 14px; padding-top: 10px; }
  .work-hero-index strong { font-size: 60.2px; }
  .work-hero-index span { font-size: 7px; }
  .work-context { padding: 25px 0 29px; }
  .work-context-grid { gap: 17px; padding: 22px 18px 20px; border-radius: 16px; }
  .work-context-grid::after { right: 4px; bottom: -44px; font-size: 130px; }
  .work-catalog { padding: 42px 0; }
  .work-context-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-context-list li:nth-child(odd) { border-right: 0; }
  .work-context-list li:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(58, 139, 202, .12); }
  .work-context-list li:last-child { border-bottom: 0; }
  .work-catalog-layout { gap: 16px; }
  .work-catalog-heading { padding: 0 0 18px; }
  .work-catalog-heading > p { padding-left: 14px; }
  .work-cards { border-radius: 11px; }
  .work-card summary { grid-template-columns: 34px minmax(0, 1fr) 26px; gap: 11px; min-height: 64px; padding: 11px 13px; }
  .work-card summary > span { width: 32px; height: 32px; }
  .work-card summary i { width: 24px; height: 24px; }
  .work-card-body { padding: 14px 14px 16px; }
  .work-card ul, .work-card-featured ul { grid-template-columns: 1fr; }
  .work-process { padding: 40px 0 44px; }
  .work-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-process-list li:nth-child(2) { border-right: 1px solid rgba(58, 139, 202, .14); }
  .work-cta { padding: 38px 0 46px; }
  .work-cta > .shell { align-items: flex-start; flex-direction: column; gap: 22px; padding: 22px; }
  .work-cta .button { width: 100%; }
  .special-intro { padding: 14px 0 24px; }
  .special-intro-grid { grid-template-columns: 1fr; gap: 20px; padding: 6px 0 20px; }
  .special-intro h2 { max-width: 100%; font-size: 19px; }
  .special-intro-copy { padding: 13px 14px; }
  .special-intro-copy p { }
  .special-services { padding: 6px 0 44px; }
  .special-services-grid { grid-template-columns: 1fr; gap: 11px; }
  .special-service-ozone { grid-column: auto; }
  .special-service, .special-service-wide { padding: 20px; }
  .special-service-detail ul { grid-template-columns: 1fr; }
  .medical-signature { padding: 38px 0 46px; }
  .medical-signature { padding-top: 22px; }
  .medical-signature-card { gap: 12px; margin-top: 0; overflow: visible; border-radius: 0; background: transparent; box-shadow: none; }
  .medical-signature-lead { min-height: 350px; padding: 25px 22px; border-radius: 20px; box-shadow: 0 18px 38px rgba(38, 91, 129, .2); }
  .medical-signature-card.is-visible > .medical-signature-lead { animation: medical-panel-dock-mobile .8s cubic-bezier(.16, 1, .3, 1) both; }
  .medical-signature-card.is-visible > .medical-signature-services { animation-name: medical-services-dock-mobile; animation-duration: .72s; animation-delay: .17s; }
  .medical-signature-copy { margin-top: 30px; }
  .medical-signature-services { grid-template-columns: 1fr; overflow: hidden; border: 1px solid rgba(58, 139, 202, .13); border-radius: 18px; background: var(--white); box-shadow: 0 14px 31px rgba(38, 91, 129, .1); }
  .medical-signature-services article { min-height: 155px; padding: 21px 18px; border-left: 0; }
  .medical-signature-services article:nth-child(3) { border-bottom: 1px solid rgba(58, 139, 202, .13); }
  .tertiary-copy-sequence { padding: 22px 20px; }
  .tertiary-copy-sequence article { min-height: 0; padding: 15px 42px 15px 0; border-left: 0; }
  .tertiary-detail { grid-template-columns: 1fr; gap: 28px; margin-top: 40px; padding: 30px 22px; }
.medical-signature-reasons { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.medical-signature-reasons .sector-service-card { flex: 1 1 240px; max-width: 100%; min-width: 200px; }
.medical-signature-reasons .sector-services-cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.medical-signature-reasons .sector-service-card { min-width: 0; }
.medical-signature-reasons article { min-height: 96px; padding: 15px; }
  .medical-profession-tags { gap: 5px; margin-top: 16px; }
  .medical-flexibility { padding: 20px 18px; }
  .medical-flexibility dl { grid-template-columns: 1fr; }
  .medical-flexibility dl > div { min-height: 0; padding: 13px 0; border-top: 1px solid rgba(58, 139, 202, .13); border-left: 0; }
  .glazing-window { padding: 22px 0 46px; }
  .glazing-essentials { padding: 46px 0; }
  .glazing-offer-summary { padding: 25px 21px; }
  .glazing-intro { padding: 30px 0 22px; }
  .glazing-intro-grid { padding: 26px 22px 26px; }
  .glazing-surfaces { padding: 22px 0 56px; }
  .glazing-surfaces-head { margin-bottom: 26px; }
  .glazing-surfaces-grid { grid-template-columns: 1fr; gap: 12px; }
  .glazing-surface { min-height: 0; padding: 20px 22px 22px; }
  .glazing-surface-copy small { margin-top: 14px; }
}

@media (max-width: 360px) {
  .shell { width: calc(100% - 48px); }
  h1 { font-size: 30px; }
  .section-heading h2, .means-copy h2, .local-copy h2, .contact-card h2, .method-intro h2 { font-size: 29px; }
  .pillar-card { padding: 22px 18px; }
  .hero-visual, .hero-visual img { min-height: 290px; }
  .local-map { min-height: 330px; }
  .services-grid-inner { padding: 0 20px; }
  .service-card { padding: 16px 14px; min-height: 112px; border-radius: 18px; }
  .service-icon { width: 56px; height: 56px; margin-bottom: 14px; }
  .service-icon img { width: 50px; height: 50px; }
  .service-icon img.icon-sm { width: 32px; height: 32px; }
  .service-card h3 { font-size: 12.75px; margin-bottom: 8px; }
  .service-card p { }
  .detail-hero h1 { font-size: 26px; }
  .work-hero h1 { font-size: 31px; }
  .detail-heading h2, .detail-method-copy h2, .detail-cta h2 { font-size: 23px; }
  .work-hero-top { gap: 10px; }
  .work-back { font-size: 7px; }
  .work-trade-nav { gap: 10px; padding: 4px 0; }
  .work-trade-nav a { font-size: 11px; padding: 3px 2px; }
  .work-hero-grid { padding-top: 24px; }
  .work-hero-copy > p:not(.eyebrow):not(.work-hero-lead) { font-size: 11px; }
  .work-hero-index { min-height: 108px; }
  .work-hero-index strong { font-size: 50.4px; }
  .work-hero-index span { font-size: 6px; letter-spacing: .12em; }
  .work-process-list { grid-template-columns: 1fr; }
  .work-process-list li { min-height: 88px; border-right: 1px solid rgba(58, 139, 202, .14); }
  .special-service { padding: 18px 16px; border-radius: 15px; }
  .special-service header { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; }
  .special-service header > span { width: 34px; height: 34px; }
  .special-service h2 { font-size: 17px; }
  .medical-signature-reasons .sector-services-cards-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .sector-services-sidebar { animation: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .footer-map, .footer-map iframe { transition: none; }
  .footer-map:hover, .footer-map:hover iframe { transform: none; }
  .footer-kicker { clip-path: none; animation: none; }
  .footer-kicker::after { display: none; animation: none; }
  [data-typewriter-title]::after { display: none !important; animation: none !important; }
  .sector-panel, .work-card-body { animation: none !important; clip-path: none; transform: none; }
  .service-card:not(.is-visible) h3, .service-card:not(.is-visible) p { opacity: 1; }
  .service-card.is-visible h3, .service-card.is-visible p { animation: none !important; opacity: 1; transform: none; }
  .service-index, .service-index::before { animation: none !important; }
  .detail-benefits article::after { display: none; }
  .detail-benefits-grid > article.is-visible, .detail-benefits article > span { animation: none !important; }
  .detail-benefits article:hover, .detail-benefits article:hover > span { transform: none; }
  .sector-services-layout.is-visible .sector-services-sidebar { animation: medical-panel-dock 1.05s cubic-bezier(.16, 1, .3, 1) .08s both; }
  .sector-services-layout.is-visible .sector-services-cards-grid { animation: medical-services-dock .9s cubic-bezier(.16, 1, .3, 1) .2s both; }
  .sector-services-cards-grid .sector-service-card { opacity: 1 !important; transform: none !important; animation: none !important; background: var(--white); box-shadow: 0 2px 16px rgba(42, 91, 126, .04); border-color: rgba(58, 139, 202, .08); }
  .sector-service-card:hover { transform: none; }
  .sector-service-card-icon { animation: none !important; opacity: 1 !important; transform: none !important; }
  .sector-service-card-link { animation: none !important; }
  .sector-service-card-link { transition: none; }
  .sector-service-card-link span { transition: none; }
  .sector-consumables, .sector-consumables > * { animation: none !important; transform: none; }
  .sector-consumables { clip-path: none; opacity: 1; }
  .sector-consumables > * { opacity: 1; }
  .sector-tags.is-visible li { animation: none !important; }
  .sector-tags li:hover { transform: none; }
  .sector-consumables:hover { transform: none; }
  .exceptional-needs-grid.is-visible li { animation: none !important; }
  .exceptional-needs-grid li:hover { transform: none; }
  .work-context-list li:hover { transform: none; }
  .work-card:not(.work-card-featured):hover { transform: none; }
  .special-service:hover, .special-service-link:hover span, .special-service:hover header > span { transform: none; }
  .special-service::before, .special-service::after { transition: none !important; }
  .medical-signature-services article:hover, .medical-signature-services article:hover > span, .medical-signature-services article:hover::after { transform: none; }
  .medical-signature-card.is-visible > .medical-signature-lead, .medical-signature-card.is-visible > .medical-signature-services { animation: none !important; opacity: 1; transform: none; }
  .medical-signature-card.is-visible .medical-panel-shine { display: none; animation: none !important; }
  .medical-signature-services article:hover h4 { transform: none; }
  .medical-signature-services article::before, .medical-signature-services article::after { transition: none !important; }
  .medical-signature-reasons article:hover, .medical-signature-reasons article:hover > span, .medical-flexibility:hover { transform: none; }
  .glazing-offer-summary:hover { transform: none; }
  .glazing-intro-grid::before { animation: none; background: none; transform: none; }

  .glazing-surface-shine, .glazing-offer-summary::before { display: none; animation: none; }
  .glazing-surface:hover, .glazing-surface:hover .glazing-surface-link span, .glazing-surface:hover::after { transform: none; }
  .glazing-surface::before, .glazing-surface::after, .glazing-surface, .glazing-surface-link span { transition: none !important; }
  .medical-profession-tags a:hover, .medical-profession-tags a:focus-visible { transform: none; }
  .sector-hero-slide { display: none; animation: none !important; transform: none; }
  .sector-hero-slide-1 { display: block; opacity: 1; }
  .sector-transition-shine { animation: none; }
  .detail-cta-button, .cta-vibration-blue, .alternating-cta { animation: none !important; transform: none; }
  .service-card.is-visible:hover, .service-card.is-visible:hover .service-icon, .service-card.is-visible:hover::before, .service-card.is-visible:hover::after { transform: none; }
  .client-logo-set[aria-hidden="true"] { display: none; }
  .testimonial-track { animation: none; opacity: 1; transform: none; }
  /* Zone blanche — Tertiaire */
  .sector-card { opacity: 1 !important; transform: none !important; transition: none !important; }
  .sector-card-content { max-height: none !important; opacity: 1 !important; padding-bottom: 28px !important; transition: none !important; }
  .sector-card[open] .sector-card-toggle::after { transition: none; }
  .sector-card:hover .sector-card-visual { transform: none; }
  .sector-card-list li:hover { transform: none; }
  .sector-re-block:hover { transform: none; box-shadow: none; border-color: inherit; }
}

@media print {
  .site-header, .hero-actions, .partner-section, .menu-toggle { display: none !important; }
  body { background: #fff; color: #000; }
  .section { padding: 28px 0; }
}




/* === Verrouillage alignement menu (identique à toutes les pages) === */
@media (max-width: 800px) {
  .site-nav {
    right: 60px !important;
    top: calc(100% - 8px) !important;
    width: min(330px, calc(100vw - 120px)) !important;
  }
  .site-nav .nav-menu-item {
    grid-template-columns: 31px minmax(0, 1fr) !important;
    gap: 11px !important;
    min-height: 58px !important;
  }
}

/* Verrouiller work-hero-top aligné à droite sur toutes les pages service */
.sector-work-hero .work-hero-top,
.travaux-work-hero .work-hero-top,
.glazing-work-hero .work-hero-top,
.medical-work-hero .work-hero-top {
  justify-content: flex-end;
  margin-top: 44px !important;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .24) !important;
}
.medical-work-hero .work-hero-top { margin-top: 6px !important; padding-top: 5px !important; }


.work-hero.medical-work-hero { overflow-x: clip; max-width: 100%; box-sizing: border-box; }

/* Les six cartes tertiaires reprennent exactement le composant partagé de l’accueil. */
.medical-signature-reasons .sector-service-card { position: relative; display: flex; flex-direction: column; align-items: center; min-height: 0; padding: 14px 10px 12px; overflow: hidden; border: 1px solid rgba(58, 139, 202, .08); border-radius: 28px; background: var(--white); box-shadow: 0 2px 16px rgba(42, 91, 126, .04); text-align: center; }
.medical-signature-reasons .sector-service-card::after { content: none; }

/* Cartes entretien régulier : priorité au secteur et à son icône. */
.tertiary-offer-overview-regular {
  background: linear-gradient(145deg, #fdfeff 0%, #f5faff 48%, #eaf5fc 100%);
}
.tertiary-offer-overview-special {
  background: linear-gradient(145deg, #fdfffe 0%, #f3fbf9 48%, #e4f5f1 100%);
}
.tertiary-specialty-hint { margin: -2px 0 9px !important; color: #527779; font-size: 11px !important; font-weight: 600 !important; line-height: 1.4 !important; }
.tertiary-specialty-hint::before { content: "+"; display: inline-grid; width: 15px; height: 15px; margin-right: 5px; border: 1px solid rgba(39, 141, 136, .42); border-radius: 50%; place-items: center; color: #278d88; font-size: 12px; line-height: 1; vertical-align: -1px; }
.tertiary-specialty-tags { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 2px 0 0; padding: 0; gap: 10px; list-style: none; }
.tertiary-specialty-tags li { --special-accent: 39, 141, 136; position: relative; z-index: 1; padding: 13px; border: 1px solid rgba(var(--special-accent), .24); border-radius: 11px; background: linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(var(--special-accent), .09)); color: #526f70; line-height: 1.5; cursor: pointer; transform: scale(1); transform-origin: center; transition: transform .3s cubic-bezier(.2, .8, .2, 1), border-color .3s ease, background-color .3s ease, box-shadow .3s ease; }
.tertiary-specialty-tags li:nth-child(4n + 1) { --special-accent: 58, 139, 202; }
.tertiary-specialty-tags li:nth-child(4n + 2) { --special-accent: 72, 174, 185; }
.tertiary-specialty-tags li:nth-child(4n + 3) { --special-accent: 145, 89, 151; }
.tertiary-specialty-tags li:nth-child(4n + 4) { --special-accent: 208, 101, 137; }
.tertiary-specialty-tags li::before { content: ""; position: absolute; right: 22px; bottom: -7px; width: 44px; height: 22px; border: 1px solid rgba(var(--special-accent), .24); border-bottom: 0; border-radius: 44px 44px 0 0; background: rgba(var(--special-accent), .055); box-shadow: 13px -7px 0 -5px rgba(var(--special-accent), .08); transform: rotate(-14deg); pointer-events: none; }
.tertiary-specialty-tags li:hover, .tertiary-specialty-tags li:focus-visible { z-index: 2; border-color: rgba(39, 141, 136, .48); background: #fff; box-shadow: 0 12px 25px rgba(39, 110, 106, .16); transform: scale(1.035); outline: none; }
.tertiary-specialty-tags li.is-selected { z-index: 3; border-color: rgba(var(--special-accent), .7); background: linear-gradient(145deg, #fff, rgba(var(--special-accent), .13)); box-shadow: 0 12px 25px rgba(var(--special-accent), .16); transform: scale(1.015); }
.tertiary-specialty-tags strong { position: relative; z-index: 1; display: block; margin-bottom: 7px; padding-right: 17px; color: rgb(var(--special-accent)); font-size: 13px; font-weight: 900; line-height: 1.35; }
.tertiary-specialty-tags span { position: relative; z-index: 1; display: -webkit-box; overflow: hidden; color: #526f70; font-size: 10.5px; font-weight: 600; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tertiary-specialty-tags li::after { content: "+"; position: absolute; top: 11px; right: 11px; display: grid; width: 16px; height: 16px; border: 1px solid rgba(var(--special-accent), .48); border-radius: 50%; place-items: center; color: rgb(var(--special-accent)); font-size: 12px; font-weight: 700; line-height: 1; transition: transform .25s ease, background-color .25s ease, color .25s ease; }
.tertiary-specialty-tags li.is-selected span { display: block; overflow: visible; font-size: 11px; line-height: 1.6; -webkit-line-clamp: initial; }
.tertiary-specialty-tags li.is-selected::after { content: "−"; background: rgb(var(--special-accent)); color: #fff; transform: rotate(180deg); }
@media (max-width: 560px) {
  .tertiary-specialty-tags { grid-template-columns: 1fr; }
  .tertiary-specialty-tags strong { font-size: 13.5px; }
  .tertiary-specialty-tags span, .tertiary-specialty-tags li.is-selected span { font-size: 11.5px; }
}
@media (prefers-reduced-motion: reduce) { .tertiary-specialty-tags li, .tertiary-specialty-tags li::after { transition: none; } }
.tertiary-offer-overview-regular .tertiary-offer-sector-links { grid-auto-rows: 1fr; gap: 20px; align-items: stretch; }
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon {
  width: 100%;
  min-height: 132px;
  height: auto;
  aspect-ratio: auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 12px 17px;
  border-color: transparent;
  background: #fff;
  box-shadow: none;
  text-align: center;
  transform: none;
}
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon:hover {
  border-color: transparent;
  background: #fff;
  box-shadow: none;
  transform: none;
}
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon:focus-visible {
  outline: 3px solid var(--sector-soft);
  outline-offset: 3px;
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-copy {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  display: flex;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-copy b {
  display: inline-block;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 5px 13px rgba(45, 78, 96, .12);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: -.01em;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .95), 0 2px 5px rgba(38, 76, 99, .2);
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(n) .tertiary-sector-link-copy b { color: #4b92bd; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(1) .tertiary-sector-link-copy b { border-color: rgba(58, 139, 202, .28); background: rgba(58, 139, 202, .14); color: #2f75a6; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(2) .tertiary-sector-link-copy b,
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(3) .tertiary-sector-link-copy b,
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(4) .tertiary-sector-link-copy b { border-color: rgba(58, 139, 202, .28); background: rgba(58, 139, 202, .14); color: #2f75a6; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon {
  position: relative;
  top: -18px;
  width: 100%;
  height: 92px;
  align-self: center;
  justify-self: center;
  place-items: center;
  margin: 0 auto;
  animation: tertiary-sector-icon-sequence 8s ease-in-out infinite;
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(1) .tertiary-sector-link-icon { animation-delay: 0s; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(2) .tertiary-sector-link-icon { animation-delay: 2s; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(3) .tertiary-sector-link-icon { animation-delay: 4s; }
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(4) .tertiary-sector-link-icon { animation-delay: 6s; }
@keyframes tertiary-sector-icon-sequence {
  0%, 25%, 100% { transform: translateY(0) scale(1); }
  10% { transform: translateY(-7px) scale(1.08); }
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon img {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  transition: none;
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:hover .tertiary-sector-link-icon img {
  transform: none;
  filter: drop-shadow(0 7px 8px rgba(32, 76, 102, .16));
}
@media (max-width: 560px) {
  .tertiary-offer-overview-regular .tertiary-offer-sector-links { gap: 14px; }
  .tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-copy b { font-size: 11.5px; }
  .tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon { height: 82px; }
  .tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon img { width: 76px; height: 76px; }
}
@media (prefers-reduced-motion: reduce) {
  .tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon { animation: none; }
}

/* Espaces tertiaires — hero sans fond photographique ni décor */
.work-hero.medical-work-hero {
  background: var(--white);
  color: var(--text-dark);
}
.work-hero.medical-work-hero::before,
.work-hero.medical-work-hero::after,
.medical-work-hero .medical-hero-image {
  display: none !important;
}
.medical-work-hero .work-hero-copy .eyebrow { color: #397270; }
.medical-work-hero .work-hero-copy .eyebrow > span,
.medical-work-hero .work-hero-copy .eyebrow::after {
  background: linear-gradient(90deg, var(--primary-blue), var(--secondary-turquoise), var(--accent-pink));
}
.medical-work-hero h1 { color: var(--primary-blue); text-shadow: none; }
.medical-work-hero h1 em { color: var(--accent-pink); }
.medical-work-hero .work-hero-lead { color: #4c6171 !important; }
.medical-work-hero .work-hero-copy > p:not(.eyebrow):not(.work-hero-lead) { color: var(--muted); }
.medical-work-hero .work-hero-top { border-top-color: rgba(58, 139, 202, .2) !important; }
.medical-work-hero .work-trade-nav a,
.medical-work-hero .work-trade-nav .work-trade-home { color: var(--text-dark); }
.medical-work-hero .work-trade-nav a span { color: rgba(58, 139, 202, .58); }
.medical-work-hero .work-trade-nav a[aria-current="page"] { color: var(--primary-blue); }
.medical-work-hero .work-trade-nav a[aria-current="page"] span { color: var(--accent-pink); }
.medical-work-hero .work-button { background: var(--primary-blue); color: var(--white); box-shadow: 0 12px 26px rgba(58, 139, 202, .24); }
.medical-work-hero .sector-work-email { color: var(--primary-blue); }

/* Mobile : réduire le couple offre/vidéo pour garder des marges respirantes. */
@media (max-width: 800px) {
  .medical-work-hero .work-hero-grid {
    width: min(430px, calc(100% - 24px)) !important;
    margin-inline: auto;
  }
  .medical-work-hero .tertiary-hero-offer,
  .medical-work-hero .tertiary-hero-side {
    width: 100% !important;
  }
}
@media (max-width: 560px) {
  .medical-work-hero .work-hero-grid { gap: 16px !important; }
  .medical-work-hero .tertiary-hero-offer {
    min-height: 310px !important;
    padding: 22px 20px;
  }
  .medical-work-hero .tertiary-hero-side,
  .medical-work-hero .tertiary-hero-video,
  .medical-work-hero .tertiary-hero-video video {
    min-height: 300px !important;
    height: 300px !important;
  }
  .medical-work-hero .tertiary-hero-side .work-hero-copy[data-reveal] {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 11px 13px 9px;
  }
}

/* Le panneau partagé du hero superpose ses deux messages en transition. */
.medical-work-hero .tertiary-hero-offer { display: grid; }
@media (max-width: 560px) {
  .medical-work-hero .tertiary-hero-offer { min-height: 410px !important; }
  .tertiary-hero-offer-slide-quote h2 { font-size: 27px; }
  .tertiary-hero-offer-slide-quote p { margin-top: 13px; font-size: 11px; }
  .tertiary-hero-quote-button { margin-top: 15px; }
  .tertiary-hero-phone-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 13px; }
  .tertiary-hero-phone-list a { min-width: 0; }
  .tertiary-machine-grid article { grid-template-columns: 46% minmax(0, 1fr); }
  .tertiary-machine-grid img { height: 165px; }
  .tertiary-machine-grid div { padding-right: 8px; }
  .tertiary-hero-offer-slide-digital { grid-template-columns: 1fr; align-content: center; gap: 10px; }
  .tertiary-hero-offer-slide-digital h2 { font-size: 24px; }
  .tertiary-digital-copy > p { margin-top: 12px; font-size: 11px; line-height: 1.5; }
  .tertiary-digital-link { margin-top: 13px; }
  .sector-office-photos { display: block; width: 290px; height: 220px; margin: 32px auto 42px; }
  .sector-office-photo img { height: 92px; }
}

/* Navigation rapide : typographie identique pour les liens et le déclencheur. */
.tertiary-header-trade-nav > a,
.tertiary-header-trade-nav > .tertiary-nav-sectors > .tertiary-nav-prestations {
  padding: 6px 4px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: normal;
  text-transform: uppercase;
}

.nav-menu-sector-group { display: grid; }
.site-nav .nav-menu-sector-toggle { position: relative; width: 100%; border: 0; border-radius: 11px; background: transparent; font-family: inherit; text-align: left; cursor: pointer; }
.nav-menu-sector-toggle::after { position: absolute; right: 15px; color: var(--primary-blue); content: "+"; font-size: 18px; font-weight: 500; }
.nav-menu-sector-toggle[aria-expanded="true"]::after { content: "−"; }
.nav-menu-sector-links { display: none; gap: 3px; margin: 0 6px 6px 42px; padding: 5px; border-radius: 0; background: transparent; transform-origin: top; }
.nav-menu-sector-group.is-open .nav-menu-sector-links { display: grid; }
.site-nav .nav-menu-sector-links a { display: flex; min-height: 40px; align-items: center; gap: 9px; padding: 7px 9px; border-radius: 9px; color: #385b70; font-size: 11px; font-weight: 750; text-decoration: none; }
.site-nav .nav-menu-sector-links a > svg { display: none; }
.nav-menu-sector-links a > span { display: inline-grid; width: 20px; height: 20px; flex: 0 0 20px; place-items: center; border-radius: 6px; background: rgba(58, 139, 202, .09); color: var(--primary-blue); }
.site-nav .nav-menu-sector-links a:hover,
.site-nav .nav-menu-sector-links a:focus-visible { background: transparent; color: var(--primary-blue); text-decoration: underline; text-underline-offset: 4px; }

@media (prefers-reduced-motion: reduce) {
  .tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) > .work-trade-home,
  .tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) > .tertiary-nav-sectors,
  .tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) > .tertiary-nav-associations,
  .tertiary-header-trade-nav:not(:has(.tertiary-nav-sectors.is-open)) .is-current::after,
  .tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a,
  .tertiary-header-trade-nav .tertiary-nav-sectors.is-open .tertiary-sector-dropdown a.is-current::after { animation: none; }
}

@media (max-width: 800px) { .menu-toggle { display: grid !important; } }
@media (min-width: 801px) { .menu-toggle { display: none !important; } }

.tertiary-hero-service-tags { grid-column: 2; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: -8px; }
.tertiary-hero-service-tags a { padding: 5px 4px; border: 0; background: transparent; box-shadow: none; font-size: 9px; font-weight: 850; line-height: 1; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.tertiary-hero-service-tags a:nth-child(1) { color: #397fba; animation: sector-activity-lateral-vibration 10s linear infinite; }
.tertiary-hero-service-tags a:nth-child(2) { color: #278d88; }
.tertiary-hero-service-tags a:nth-child(3) { color: #b74b9f; }
.tertiary-hero-service-tags a:nth-child(4) { color: #7665b0; }
.tertiary-hero-service-tags a:nth-child(5) { color: #c56d3f; }
@keyframes sector-activity-lateral-vibration {
  0%, 10%, 100% { transform: translateX(0); }
  1%, 3%, 5%, 7%, 9% { transform: translateX(-2px); }
  2%, 4%, 6%, 8% { transform: translateX(2px); }
}
@media (prefers-reduced-motion: reduce) { .tertiary-hero-service-tags a:nth-child(1) { animation: none; } }
.tertiary-hero-service-tags a:hover,
.tertiary-hero-service-tags a:focus-visible { color: var(--primary-blue); transform: translateY(-2px); outline: none; }
.tertiary-hero-service-tags a[data-history-back] { display: inline-flex; min-height: 20px; align-items: center; padding: 5px 4px; border: 0; background: transparent; color: var(--primary-blue); box-shadow: none; font-size: 10px; font-weight: 950; line-height: 1; animation: none; }
.tertiary-hero-service-tags a[data-history-back]:hover,
.tertiary-hero-service-tags a[data-history-back]:focus-visible { background: transparent; color: #246fa9; box-shadow: none; }
@media (max-width: 800px) { .tertiary-hero-service-tags { grid-column: 1; } }

/* Séquence Hero : laisser découvrir la photographie avant le message. Cette
   règle finale doit primer sur les anciennes sécurités de visibilité du Hero. */
.medical-work-hero .tertiary-hero-side .work-hero-copy[data-reveal] {
  transition: opacity .65s ease, transform .75s cubic-bezier(.22, 1, .36, 1) !important;
}
.medical-work-hero .tertiary-hero-side .work-hero-copy[data-reveal].is-photo-first {
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateY(16px) !important;
  pointer-events: none;
}
.medical-work-hero .tertiary-hero-side .work-hero-copy[data-reveal].is-message-entering {
  visibility: visible !important;
  animation: hero-message-entry 1.35s cubic-bezier(.16, 1, .3, 1) both;
}
@keyframes hero-message-entry {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(.965);
    clip-path: inset(0 100% 0 0 round 22px);
  }
  55% { opacity: 1; }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    clip-path: inset(0 0 0 0 round 22px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .medical-work-hero .tertiary-hero-side .work-hero-copy[data-reveal].is-photo-first {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .medical-work-hero .tertiary-hero-side .work-hero-copy[data-reveal].is-message-entering {
    animation: none;
  }
}
@media (max-width: 560px) {
  .tertiary-hero-service-tags { grid-column: 1; gap: 5px; margin-top: -6px; }
  .tertiary-hero-service-tags a { padding: 6px 8px; font-size: 8px; }
}

/* Résilience responsive globale : petits mobiles, tablettes et grands écrans. */
html, body { max-width: 100%; overflow-x: clip; }
img, video, iframe, svg { max-width: 100%; }
.shell, .header-inner, main, section { min-width: 0; }
@media (max-width: 800px) {
  main > section:not(:first-child) { content-visibility: auto; contain-intrinsic-size: auto 720px; }
}
@media (max-width: 700px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .site-nav { max-height: calc(100dvh - 138px); overflow-y: auto; overscroll-behavior: contain; }
  .google-review { flex-basis: min(300px, calc(100vw - 64px)); box-sizing: border-box; }
  .home-innovation-copy > a { min-width: 0; max-width: 100%; }
  .home-innovation-cta-copy strong { flex-wrap: wrap; justify-content: center; text-align: center; }
  .home-innovation-cta-lead,
  .home-innovation-cta-subject { font-size: clamp(21px, 6.4vw, 27px); }
  .partnerships-heading h2,
  .partnerships-showcase-head h2 { font-size: clamp(34px, 11vw, 48px); }
  .client-marquee-arrow { width: 24px; height: 38px; }
  .client-marquee-arrow-prev { left: -7px; }
  .client-marquee-arrow-next { right: -7px; }
}
@media (max-width: 420px) {
  .medical-work-hero .work-hero-grid { width: calc(100% - 16px) !important; }
  .medical-work-hero .tertiary-hero-offer { padding-inline: 17px; }
  .tertiary-hero-offer-slide-machines h2 { padding-right: 12px; padding-left: 12px; font-size: 20px; }
  .tertiary-machine-grid article { grid-template-columns: 44% minmax(0, 1fr); }
  .tertiary-machine-grid img { height: 154px; }
  .tertiary-machine-grid strong { font-size: 16px; }
  .tertiary-machine-grid span { font-size: 8px; }
  .tertiary-machine-ecolabel { grid-template-columns: 36px minmax(0, 1fr); padding: 7px 9px; }
  .tertiary-machine-ecolabel img { width: 36px; height: 36px; }
  .tertiary-machine-grid p { font-size: 9px; line-height: 1.38; }
  .tertiary-hero-offer-arrow { width: 30px; height: 44px; }
  .home-innovation-card { padding-inline: 17px; }
  .home-innovation-copy > a { grid-template-columns: minmax(0, 1fr) 58px; }
  .home-innovation-cta-copy { padding-inline: 10px; }
  .footer-map iframe { width: 100%; }
}
@media (min-width: 1600px) {
  .home-innovation-card,
  .medical-signature-card,
  .sector-exigence { margin-inline: auto; }
}

/* Solutions digitales : outils clients et applications métier. */
.digital-showcase { padding: 82px 0 90px; background: radial-gradient(circle at 90% 4%, rgba(64, 188, 177, .11), transparent 27%), #fff; }
.digital-showcase-heading { max-width: 900px; margin: 0 auto 48px; text-align: center; }
.digital-showcase-heading .eyebrow { justify-content: center; }
.digital-showcase-heading h2 { margin-top: 14px; color: var(--primary-blue); font-size: clamp(38px, 5vw, 64px); line-height: 1.02; }
.digital-showcase-heading h2 strong { font-weight: 900; }
.digital-showcase-heading h2 em { color: var(--accent-pink); font-style: normal; font-weight: 450; }
.digital-showcase-heading > p:last-child { max-width: 780px; margin: 23px auto 0; color: #506a79; font-size: 15px; line-height: 1.75; }
.digital-feature { display: grid; max-width: 1080px; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .72fr); align-items: center; gap: clamp(36px, 6vw, 76px); margin: 0 auto 34px; padding: clamp(28px, 4vw, 50px); overflow: hidden; border: 1px solid rgba(58, 139, 202, .13); border-radius: 30px; background: linear-gradient(145deg, rgba(58, 139, 202, .075), rgba(255, 255, 255, .98) 58%); box-shadow: 0 22px 52px rgba(42, 100, 139, .11); }
.digital-feature-operations { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.15fr); background: linear-gradient(215deg, rgba(64, 188, 177, .11), rgba(255, 255, 255, .98) 60%); }
.digital-feature-booking { max-width: 1240px; grid-template-columns: 1fr; gap: 34px; }
.digital-booking-presentation { position: relative; overflow: hidden; padding: clamp(28px, 4vw, 46px); border-radius: 26px; background: linear-gradient(135deg, #173e56, #287dbd 64%, #3a9eaa); color: var(--white); box-shadow: 0 22px 45px rgba(30, 89, 126, .2); }
.digital-booking-presentation::after { position: absolute; right: -70px; bottom: -95px; width: 230px; height: 230px; border: 35px solid rgba(255, 255, 255, .055); border-radius: 50%; content: ""; pointer-events: none; }
.digital-booking-presentation-kicker { color: #bdf2ed; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.digital-booking-presentation h4 { max-width: 780px; margin: 12px 0 0; color: var(--white); font-size: clamp(28px, 4vw, 48px); letter-spacing: -.045em; line-height: 1.02; }
.digital-booking-presentation h4 em { color: #bdf2ed; font-style: normal; font-weight: 450; }
.digital-booking-presentation > p:not(.digital-booking-presentation-kicker) { max-width: 790px; margin-top: 20px; color: rgba(255, 255, 255, .88); font-size: 13px; line-height: 1.7; }
.digital-booking-steps { display: grid; position: relative; z-index: 1; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
.digital-booking-steps span { display: flex; min-height: 56px; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 14px; background: rgba(255, 255, 255, .08); color: var(--white); font-size: 11px; font-weight: 750; }
.digital-booking-steps b { color: #bdf2ed; font-size: 10px; }
.digital-booking-users { position: relative; z-index: 1; margin-top: 30px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .18); }
.digital-booking-users > p { color: rgba(255, 255, 255, .75); font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.digital-booking-users > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 13px; }
.digital-booking-users a { display: grid; position: relative; grid-template-columns: 105px minmax(0, 1fr); grid-template-rows: auto auto; gap: 3px 15px; min-height: 86px; align-content: center; padding: 13px 48px 13px 14px; border-radius: 15px; background: var(--white); color: var(--primary-blue); text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.digital-booking-users a:hover, .digital-booking-users a:focus-visible { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(7, 39, 60, .22); }
.digital-booking-users a span { font-size: 13px; font-weight: 900; }
.digital-booking-users a small { color: #637b89; font-size: 9px; font-weight: 700; }
.digital-booking-users a img { grid-row: 1 / 3; width: 100%; height: 54px; align-self: center; object-fit: contain; }
.digital-booking-users a i { position: absolute; right: 18px; top: 50%; color: #278e87; font-size: 18px; font-style: normal; transform: translateY(-50%); }
.digital-booking-gallery { display: grid; position: relative; min-width: 0; grid-template-columns: 1fr; align-items: stretch; padding: 24px 0 18px; isolation: isolate; }
.digital-booking-gallery::before { position: absolute; inset: 0 -2%; border-radius: 30px; background: linear-gradient(135deg, rgba(58, 139, 202, .08), rgba(64, 188, 177, .1)); content: ""; }
.digital-booking-gallery::after { display: none; }
.digital-browser-frame { display: block; position: relative; z-index: 2; width: 100%; min-width: 0; margin: 0; overflow: hidden; border: 1px solid rgba(58, 139, 202, .16); border-radius: 20px; background: var(--white); box-shadow: 0 20px 40px rgba(42, 100, 139, .15); transition: transform .35s ease, box-shadow .35s ease; }
.digital-browser-frame:hover { z-index: 6; transform: scale(1.12) translateY(-8px); box-shadow: 0 30px 58px rgba(42, 100, 139, .25); }
.digital-browser-main { width: min(100%, 920px); justify-self: center; }
.digital-booking-gallery[data-booking-gallery] .digital-browser-frame { display: none; width: min(100%, 920px); justify-self: center; }
.digital-booking-gallery[data-booking-gallery] .digital-browser-frame.is-active { display: block; animation: digital-booking-enter .55s ease both; }
.digital-booking-arrow { position: absolute; z-index: 8; top: 50%; display: grid; width: 38px; height: 58px; place-items: center; border: 1px solid rgba(255, 255, 255, .7); background: rgba(32, 103, 151, .78); color: var(--white); cursor: pointer; font-size: 29px; line-height: 1; transform: translateY(-50%); box-shadow: 0 10px 24px rgba(25, 77, 111, .2); backdrop-filter: blur(7px); transition: background .2s ease, transform .2s ease; }
.digital-booking-arrow:hover, .digital-booking-arrow:focus-visible { background: var(--primary-blue); transform: translateY(-50%) scale(1.06); }
.digital-booking-arrow-prev { left: -8px; border-radius: 0 12px 12px 0; }
.digital-booking-arrow-next { right: -8px; border-radius: 12px 0 0 12px; }
@keyframes digital-booking-enter { from { opacity: 0; transform: translateX(18px) scale(.985); } to { opacity: 1; transform: none; } }
.digital-browser-bar { display: flex; height: 32px; align-items: center; gap: 5px; padding: 0 12px; background: #17384e; }
.digital-browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #69b9d0; }
.digital-browser-bar i:nth-child(2) { background: #f0b83e; }
.digital-browser-bar i:nth-child(3) { background: #c05aa9; }
.digital-browser-bar span { margin-left: 6px; color: rgba(255, 255, 255, .72); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.digital-browser-frame img, .digital-browser-main img { display: block; width: 100%; height: auto; max-height: 480px; padding: 8px; background: #f7fbfd; object-fit: contain; object-position: center; }
.digital-browser-frame figcaption { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; padding: 15px 17px; }
.digital-browser-frame figcaption > span { grid-row: 1 / 3; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; background: rgba(58, 139, 202, .1); color: var(--primary-blue); font-size: 9px; font-weight: 950; }
.digital-browser-frame figcaption strong { color: var(--primary-blue); font-size: 13px; }
.digital-browser-frame figcaption small { margin-top: 2px; color: #647c89; font-size: 9px; line-height: 1.4; }
.digital-booking-controls { display: grid; position: relative; z-index: 4; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; width: min(360px, 82%); margin: -4px auto 0; padding: 10px 12px; border-radius: 999px; background: rgba(255, 255, 255, .96); box-shadow: 0 12px 28px rgba(42, 100, 139, .16); }
.digital-booking-controls > button { display: grid; width: 34px; height: 34px; place-items: center; border: 0; border-radius: 50%; background: rgba(58, 139, 202, .1); color: var(--primary-blue); cursor: pointer; font-size: 16px; }
.digital-booking-controls > div { display: flex; justify-content: center; gap: 7px; }
.digital-booking-controls > div button { width: 31px; height: 4px; padding: 0; border: 0; border-radius: 999px; background: rgba(58, 139, 202, .2); cursor: pointer; }
.digital-booking-controls > div button.is-active { background: var(--primary-blue); }
.digital-feature-index { display: flex; align-items: center; gap: 10px; color: #54707f; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.digital-feature-index span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 12px; background: var(--primary-blue); color: var(--white); font-size: 10px; }
.digital-feature-operations .digital-feature-index span { background: #2da69c; }
.digital-feature-kicker { margin-top: 24px; color: var(--accent-pink); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.digital-feature h3 { margin: 8px 0 0; color: var(--primary-blue); font-size: clamp(31px, 4vw, 49px); line-height: 1.02; }
.digital-feature h3 em { color: #2e9c95; font-style: normal; font-weight: 450; }
.digital-feature-copy > p:not(.digital-feature-kicker) { margin-top: 20px; color: #4d6675; font-size: 14px; line-height: 1.72; }
.digital-feature-copy ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.digital-feature-copy li { position: relative; padding-left: 22px; color: #38596c; font-size: 12px; font-weight: 700; line-height: 1.5; }
.digital-feature-copy li::before { position: absolute; top: .45em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: #3a8bca; content: ""; box-shadow: 0 0 0 4px rgba(58, 139, 202, .1); }
.digital-feature-highlight { display: block; margin-top: 25px; padding: 16px 18px; border-radius: 15px; background: linear-gradient(120deg, #347fbc, #48a8c2); color: var(--white); font-size: 12px; line-height: 1.55; }
.digital-phone-frame { position: relative; max-width: 330px; justify-self: center; margin: 0; padding: 11px; border: 1px solid rgba(58, 139, 202, .17); border-radius: 31px; background: #142f41; box-shadow: 0 22px 42px rgba(20, 55, 77, .2); transform: rotate(1.5deg); }
.digital-feature-operations .digital-phone-frame { transform: rotate(-1.5deg); }
.digital-phone-frame img { display: block; width: 100%; max-height: 570px; border-radius: 22px; object-fit: cover; object-position: top; }
.digital-phone-frame figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 10px 12px; border-radius: 12px; background: rgba(15, 54, 75, .88); color: var(--white); font-size: 9px; font-weight: 850; text-align: center; backdrop-filter: blur(7px); }
.digital-mobile-duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 13px; }
.digital-mobile-duo .digital-phone-frame { width: 100%; padding: 7px; border-radius: 23px; }
.digital-mobile-duo .digital-phone-frame:first-child { transform: rotate(-1.5deg); }
.digital-mobile-duo .digital-phone-frame:last-child { transform: rotate(1.5deg); }
.digital-mobile-duo .digital-phone-frame img { max-height: 490px; border-radius: 17px; }
.digital-mobile-duo .digital-phone-frame figcaption { right: 11px; bottom: 11px; left: 11px; }
.digital-use-cases { display: grid; gap: 10px; margin-top: 24px; }
.digital-use-cases > div { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 15px; padding: 15px 16px; border-radius: 14px; background: rgba(45, 166, 156, .075); }
.digital-use-cases strong { color: #278e87; font-size: 12px; }
.digital-use-cases span { color: #506a79; font-size: 11px; line-height: 1.5; }
.digital-lab { display: grid; max-width: 1080px; grid-template-columns: auto minmax(0, 1fr); gap: 28px; align-items: start; margin: 0 auto; padding: 34px 38px; border-radius: 25px; background: linear-gradient(120deg, #287dbd, #3a8bca 55%, #5bb3cf); color: var(--white); box-shadow: 0 20px 44px rgba(42, 100, 139, .17); }
.digital-lab > span { color: rgba(255, 255, 255, .3); font-size: 66px; font-weight: 950; letter-spacing: -.08em; line-height: .85; }
.digital-lab div > p:first-child { color: rgba(255, 255, 255, .75); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.digital-lab h3 { margin: 8px 0 0; color: var(--white); font-size: clamp(25px, 3.2vw, 39px); line-height: 1.08; }
.digital-lab div > p:last-child { max-width: 790px; margin-top: 13px; color: rgba(255, 255, 255, .88); font-size: 13px; line-height: 1.68; }
.digital-users { max-width: 560px; margin: 25px auto 0; padding: 20px 24px 22px; border: 1px solid rgba(58, 139, 202, .1); border-radius: 20px; background: linear-gradient(135deg, rgba(58, 139, 202, .055), rgba(64, 188, 177, .07)); }
.digital-users > header { max-width: 600px; margin: 0 auto 16px; text-align: center; }
.digital-users > header .eyebrow { justify-content: center; }
.digital-users-kicker { color: #378d88; font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.digital-users > header h3 { margin-top: 7px; color: var(--primary-blue); font-size: clamp(22px, 2.5vw, 29px); letter-spacing: -.035em; line-height: 1.05; }
.digital-users > header h3 strong { font-weight: 900; }
.digital-users > header h3 em { color: #4aa7be; font-style: normal; font-weight: 450; }
.digital-users > header h3 em { color: var(--accent-pink); font-style: normal; font-weight: 450; }
.digital-users > header > p:last-child { max-width: 620px; margin: 11px auto 0; color: #526c7a; font-size: 11px; line-height: 1.55; }
.digital-users-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 12px; }
.digital-users-grid article { display: grid; min-height: 82px; grid-template-columns: 36% minmax(0, 1fr); overflow: hidden; border: 1px solid rgba(58, 139, 202, .12); border-radius: 13px; background: var(--white); box-shadow: 0 8px 20px rgba(42, 100, 139, .08); transition: transform .3s ease, box-shadow .3s ease; }
.digital-users-grid article:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(42, 100, 139, .17); }
.digital-users-grid > .digital-user-visual { display: grid; position: relative; min-height: 74px; place-items: center; padding: 13px; border: 1px solid rgba(58, 139, 202, .12); border-radius: 13px; background: linear-gradient(135deg, rgba(58, 139, 202, .06), rgba(64, 188, 177, .08)); box-shadow: 0 8px 18px rgba(42, 100, 139, .07); transition: transform .3s ease, box-shadow .3s ease; }
.digital-user-visual::after { display: none; }
.digital-user-visual img { max-width: 92%; max-height: 46px; object-fit: contain; transition: transform .35s ease; }
.digital-users-grid > .digital-user-visual:hover, .digital-users-grid > .digital-user-visual:focus-visible { z-index: 2; transform: scale(1.14); box-shadow: 0 16px 30px rgba(42, 100, 139, .16); }
.digital-user-visual:hover img { transform: scale(1.04); }
.digital-users-grid article > div { display: flex; flex-direction: column; justify-content: center; padding: 10px 12px; }
.digital-users-grid article > div > span { color: #2c9991; font-size: 8px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.digital-users-grid h4 { margin: 0; color: var(--primary-blue); font-size: 12px; line-height: 1.18; }
.digital-users-grid p { margin-top: 12px; color: #566f7d; font-size: 12px; line-height: 1.6; }
.digital-users-grid article > div > a { display: inline-flex; width: fit-content; align-items: center; gap: 6px; margin-top: 7px; color: var(--primary-blue); font-size: 8px; font-weight: 900; text-decoration: none; }
.digital-users-grid article > div > a:hover { color: #278e87; }
@media (max-width: 1050px) { .digital-feature-booking { grid-template-columns: 1fr; } }
@media (max-width: 800px) { .digital-showcase { padding-block: 58px 64px; } .digital-feature, .digital-feature-operations { grid-template-columns: 1fr; } .digital-feature-operations .digital-mobile-duo { order: 2; } .digital-phone-frame { width: min(100%, 315px); transform: none !important; } }
@media (max-width: 700px) { .digital-booking-gallery { grid-template-columns: 1fr; gap: 16px; margin-inline: 0; padding: 20px 0; overflow: visible; } .digital-browser-frame, .digital-booking-gallery[data-booking-gallery] .digital-browser-frame { width: 100%; min-width: 0; } .digital-browser-frame:hover { transform: none; } .digital-browser-frame img, .digital-browser-main img { height: clamp(235px, 72vw, 320px); } .digital-browser-frame figcaption { padding: 11px 12px; } .digital-browser-frame figcaption small { display: block; } .digital-booking-arrow { width: 34px; height: 52px; font-size: 25px; } .digital-booking-arrow-prev { left: -5px; } .digital-booking-arrow-next { right: -5px; } }
@media (max-width: 700px) { .digital-booking-steps, .digital-booking-users > div { grid-template-columns: 1fr; } .digital-booking-presentation { padding: 27px 22px; border-radius: 21px; } .digital-booking-users a { grid-template-columns: 92px minmax(0, 1fr); } }
@media (prefers-reduced-motion: reduce) { .digital-browser-frame.is-active { animation: none; } }
@media (max-width: 520px) { .digital-showcase-heading { margin-bottom: 34px; } .digital-feature { gap: 28px; padding: 24px 19px; border-radius: 23px; } .digital-use-cases > div { grid-template-columns: 1fr; gap: 5px; } .digital-mobile-duo { gap: 7px; } .digital-mobile-duo .digital-phone-frame { min-width: 0; } .digital-mobile-duo .digital-phone-frame img { height: 390px; object-fit: cover; object-position: top; } .digital-mobile-duo .digital-phone-frame figcaption { padding-inline: 5px; font-size: 8px; } .digital-lab { grid-template-columns: 1fr; gap: 15px; padding: 27px 22px; } .digital-lab > span { font-size: 50px; } }
@media (max-width: 700px) { .digital-users-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; } .digital-users { width: min(100%, 430px); margin-top: 20px; padding: 18px 15px 19px; } .digital-users-grid > .digital-user-visual { min-height: 68px; padding: 10px; } }

/* Page digitale — direction institutionnelle et professionnelle */
.digital-services-page .digital-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 112px) 0 104px;
  background: linear-gradient(180deg, #f7fafc 0, #fff 34%, #f8fbfd 100%);
}
.digital-services-page .digital-showcase::before { display: none; }
.digital-services-page .digital-showcase > .shell { position: relative; z-index: 1; }
.digital-services-page .digital-showcase-heading { max-width: 820px; margin-bottom: 44px; text-align: left; }
.digital-services-page .digital-showcase-heading .eyebrow { justify-content: flex-start; color: #278e87; }
.digital-services-page .digital-showcase-heading h2 { max-width: 780px; margin-top: 15px; font-size: clamp(39px, 5.2vw, 65px); letter-spacing: -.055em; line-height: .97; }
.digital-services-page .digital-showcase-heading h2 em { color: #358f9e; }
.digital-services-page .digital-showcase-heading > p:last-child { max-width: 720px; margin: 27px 0 0; padding-left: 22px; border-left: 3px solid var(--secondary-turquoise); color: #496574; font-size: 15px; }
.digital-services-page .digital-feature { max-width: 1120px; margin-bottom: 24px; border-color: rgba(38, 105, 146, .12); border-radius: 20px; background: #fff; box-shadow: 0 14px 38px rgba(28, 76, 106, .075); }
.digital-services-page .digital-feature-booking { padding: clamp(31px, 4vw, 54px); }
.digital-services-page .digital-feature-index span { border-radius: 50%; box-shadow: 0 8px 18px rgba(58, 139, 202, .2); }
.digital-services-page .digital-feature-kicker { color: #278e87; }
.digital-services-page .digital-feature h3 { max-width: 820px; font-size: clamp(32px, 4vw, 49px); letter-spacing: -.045em; }
.digital-services-page .digital-feature-copy > p:not(.digital-feature-kicker) { max-width: 850px; }
.digital-services-page .digital-feature-copy ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 24px; }
.digital-services-page .digital-feature-copy li { padding: 10px 4px 10px 22px; border-bottom: 1px solid rgba(58, 139, 202, .1); border-radius: 0; background: transparent; }
.digital-services-page .digital-feature-copy li::before { top: 15px; left: 1px; }
.digital-services-page .digital-feature-highlight { max-width: 860px; border-radius: 12px; background: #edf7f7; color: #266d72; box-shadow: inset 3px 0 var(--secondary-turquoise); }
.digital-services-page .digital-booking-presentation { padding: clamp(30px, 4vw, 46px); border: 0; border-radius: 18px; background: linear-gradient(128deg, #19445f, #287fa8); box-shadow: 0 16px 38px rgba(23, 70, 99, .18); }
.digital-services-page .digital-booking-presentation::after { display: none; }
.digital-services-page .digital-booking-presentation h4 { font-size: clamp(31px, 4.2vw, 51px); }
.digital-services-page .digital-booking-steps span { backdrop-filter: blur(4px); }
.digital-services-page .digital-booking-users a { grid-template-columns: 160px minmax(0, 1fr); min-height: 112px; padding: 16px 48px 16px 18px; border: 1px solid rgba(255, 255, 255, .8); box-shadow: 0 8px 20px rgba(8, 35, 52, .1); }
.digital-services-page .digital-booking-users a img { width: 100%; height: 76px; padding: 4px; }
.digital-services-page .digital-feature-operations { max-width: 1120px; padding: clamp(31px, 4vw, 46px); background: #fff; }
.digital-services-page .digital-mobile-duo { gap: 20px; }
.digital-services-page .digital-mobile-duo .digital-phone-frame { border: 5px solid #17384e; box-shadow: 0 22px 45px rgba(20, 55, 77, .18); }
.digital-services-page .digital-use-cases > div { border: 1px solid rgba(45, 166, 156, .13); background: rgba(45, 166, 156, .055); }
.digital-services-page .digital-lab { max-width: 1120px; margin-top: 24px; border: 1px solid rgba(58, 139, 202, .13); border-radius: 16px; background: #fff; color: #38596c; box-shadow: 0 10px 28px rgba(42, 100, 139, .065); }
.digital-services-page .digital-lab > span { color: rgba(58, 139, 202, .15); }
.digital-services-page .digital-lab div > p:first-child { color: #278e87; }
.digital-services-page .digital-lab h3 { color: var(--primary-blue); }
.digital-services-page .digital-lab div > p:last-child { color: #526c7a; }
@media (max-width: 800px) {
  .digital-services-page .digital-showcase { padding: 62px 0 72px; }
  .digital-services-page .digital-showcase-heading { margin-bottom: 38px; }
  .digital-services-page .digital-showcase-heading h2 { font-size: clamp(38px, 11vw, 55px); }
  .digital-services-page .digital-feature-copy ul { grid-template-columns: 1fr; }
  .digital-services-page .digital-booking-users a { grid-template-columns: 145px minmax(0, 1fr); min-height: 104px; }
}
@media (max-width: 520px) {
  .digital-services-page .digital-showcase-heading > p:last-child { padding-left: 16px; font-size: 13px; }
  .digital-services-page .digital-feature, .digital-services-page .digital-feature-booking { padding: 24px 19px; border-radius: 19px; }
  .digital-services-page .digital-booking-presentation { padding: 26px 20px; border-radius: 17px; }
  .digital-services-page .digital-booking-users a { grid-template-columns: 112px minmax(0, 1fr); min-height: 92px; padding-right: 38px; }
  .digital-services-page .digital-booking-users a img { height: 62px; }
}

/* Refonte digitale 2026 — composition éditoriale sombre et bento */
.digital-services-page .digital-showcase {
  padding: clamp(72px, 8vw, 108px) 0 110px;
  background: #eef4f7;
}
.digital-services-page .digital-showcase > .shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 42px;
}
.digital-services-page .digital-showcase-heading {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 38px;
  padding: clamp(38px, 6vw, 72px);
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(125deg, #102d40 0%, #174a66 58%, #197a7b 100%);
  box-shadow: 0 30px 75px rgba(20, 62, 84, .2);
  color: var(--white);
}
.digital-services-page .digital-showcase-heading::before {
  position: absolute;
  top: -125px;
  right: -85px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(64, 188, 177, .07), 0 0 0 84px rgba(226, 95, 211, .035);
  content: "";
}
.digital-services-page .digital-showcase-heading .eyebrow { position: relative; z-index: 1; color: #aee9e4; }
.digital-services-page .digital-showcase-heading h2 {
  position: relative;
  z-index: 1;
  max-width: 920px;
  color: var(--white);
  font-size: clamp(45px, 6.4vw, 78px);
  line-height: .93;
}
.digital-services-page .digital-showcase-heading h2 em { color: #7ed8d0; font-weight: 520; }
.digital-services-page .digital-showcase-heading > p:last-of-type {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-top: 28px;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 15px;
}
.digital-intro-signals { display: flex; position: relative; z-index: 1; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.digital-intro-signals span { padding: 8px 13px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(255, 255, 255, .075); color: var(--white); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.digital-services-page .digital-feature {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 72px);
  border: 0;
  border-radius: 28px;
  box-shadow: none;
}
.digital-services-page .digital-feature-booking { background: #fff; }
.digital-services-page .digital-feature-index { color: #66808e; }
.digital-services-page .digital-feature-index span { width: 43px; height: 43px; border-radius: 13px; }
.digital-services-page .digital-feature h3 { max-width: 780px; font-size: clamp(37px, 4.8vw, 59px); line-height: 1.02; }
.digital-services-page .digital-feature-copy > p:not(.digital-feature-kicker) { max-width: 720px; margin-top: 25px; color: #526c7a; line-height: 1.82; }
.digital-services-page .digital-feature-copy ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 30px; }
.digital-services-page .digital-feature-copy li {
  min-height: 116px;
  padding: 44px 20px 20px;
  border: 1px solid #e1ebf0;
  border-radius: 15px;
  background: #f8fbfc;
  font-size: 11px;
}
.digital-services-page .digital-feature-copy li::before { top: 17px; left: 16px; }
.digital-services-page .digital-feature-highlight { max-width: 860px; margin-top: 32px; padding: 20px 24px; border-radius: 13px; background: #eaf6f5; box-shadow: none; }
.digital-services-page .digital-booking-presentation {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  column-gap: clamp(48px, 7vw, 88px);
  align-items: center;
  padding: clamp(46px, 6vw, 72px);
  border-radius: 24px;
  background: #153c53;
  box-shadow: none;
}
.digital-services-page .digital-booking-presentation-kicker,
.digital-services-page .digital-booking-presentation h4,
.digital-services-page .digital-booking-presentation > p,
.digital-services-page .digital-booking-steps { grid-column: 1; }
.digital-services-page .digital-booking-presentation h4 { font-size: clamp(33px, 4vw, 51px); }
.digital-services-page .digital-booking-presentation > p:not(.digital-booking-presentation-kicker) { margin-top: 24px; line-height: 1.8; }
.digital-services-page .digital-booking-steps { grid-template-columns: 1fr; gap: 11px; margin-top: 34px; }
.digital-services-page .digital-booking-steps span { min-height: 54px; padding: 14px 17px; border: 0; border-radius: 10px; background: rgba(255, 255, 255, .07); }
.digital-services-page .digital-booking-users {
  grid-column: 2;
  grid-row: 1 / 5;
  margin: 0;
  padding: 0;
  border: 0;
}
.digital-services-page .digital-booking-users > p { margin-bottom: 13px; color: rgba(255, 255, 255, .66); }
.digital-services-page .digital-booking-users > div { grid-template-columns: 1fr; gap: 18px; margin: 0; }
.digital-services-page .digital-booking-users a {
  grid-template-columns: 1fr;
  grid-template-rows: 100px auto auto;
  min-height: 196px;
  align-content: center;
  padding: 24px 56px 24px 24px;
  border: 0;
  border-radius: 16px;
  box-shadow: none;
}
.digital-services-page .digital-booking-users a img { grid-row: 1; width: 100%; height: 92px; padding: 0; }
.digital-services-page .digital-booking-users a span { font-size: 12px; }
.digital-services-page .digital-feature-operations {
  grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
  background: #fff;
  gap: clamp(48px, 7vw, 86px);
}
.digital-services-page .digital-mobile-duo { gap: 12px; }
.digital-services-page .digital-mobile-duo .digital-phone-frame { border-width: 4px; transform: none; }
.digital-services-page .digital-mobile-duo .digital-phone-frame:first-child,
.digital-services-page .digital-mobile-duo .digital-phone-frame:last-child { transform: none; }
.digital-services-page .digital-use-cases { grid-template-columns: 1fr; gap: 13px; margin-top: 30px; }
.digital-services-page .digital-use-cases > div { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 20px; padding: 19px 21px; border: 0; border-left: 3px solid var(--secondary-turquoise); border-radius: 8px; background: #f4f9fa; }
.digital-services-page .digital-use-cases span { display: block; margin-top: 0; }
.digital-services-page .digital-lab {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 48px 54px;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(110deg, #e4f1f5, #edf8f7);
  box-shadow: none;
}
@media (max-width: 900px) {
  .digital-services-page .digital-feature-copy ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .digital-services-page .digital-booking-presentation { grid-template-columns: 1fr; }
  .digital-services-page .digital-booking-users { grid-column: 1; grid-row: auto; margin-top: 30px; }
  .digital-services-page .digital-booking-users > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .digital-services-page .digital-showcase-heading { padding: 38px 25px; border-radius: 23px; }
  .digital-services-page .digital-showcase-heading h2 { font-size: clamp(39px, 12vw, 57px); }
  .digital-services-page .digital-feature-copy ul,
  .digital-services-page .digital-booking-users > div,
  .digital-services-page .digital-use-cases { grid-template-columns: 1fr; }
  .digital-services-page .digital-showcase > .shell { gap: 28px; }
  .digital-services-page .digital-feature { padding: 34px 23px; border-radius: 21px; }
  .digital-services-page .digital-booking-presentation { padding: 36px 23px; }
  .digital-services-page .digital-feature-operations { grid-template-columns: 1fr; }
  .digital-services-page .digital-use-cases > div { grid-template-columns: 1fr; gap: 7px; }
}

/* Priorité finale : aucune animation sur les icônes Entretien régulier. */
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon,
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(n) .tertiary-sector-link-icon {
  animation: none !important;
  transform: none !important;
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon img,
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:hover .tertiary-sector-link-icon img {
  transition: none !important;
  transform: none !important;
}

/* Priorité finale : cartes métier éditoriales et clairement cliquables. */
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon,
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon:nth-child(n) {
  position: relative;
  overflow: hidden;
  border: 0;
  background: #fff;
  box-shadow: 0 9px 24px rgba(33, 75, 99, .1);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon::after {
  position: absolute;
  top: -34px;
  right: -34px;
  left: auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--sector-soft);
  box-shadow: none;
  content: "";
}
.tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon:hover {
  border: 0;
  background: #fff;
  box-shadow: 0 17px 34px rgba(33, 75, 99, .16);
  transform: translateY(-4px);
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon {
  top: -13px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--sector-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8);
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-icon img {
  width: 72px;
  height: 72px;
  filter: none;
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-copy b,
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon:nth-child(n) .tertiary-sector-link-copy b {
  position: relative;
  padding: 5px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #244f68;
  box-shadow: none;
  font-size: 12.5px;
  font-weight: 900;
}
.tertiary-offer-overview-regular .tertiary-sector-link-with-icon .tertiary-sector-link-copy b::after {
  display: block;
  width: 28px;
  height: 2px;
  margin: 7px auto 0;
  border-radius: 2px;
  background: var(--sector-accent);
  content: "";
}
@media (prefers-reduced-motion: reduce) {
  .tertiary-offer-overview-regular .tertiary-offer-sector-links a.tertiary-sector-link-with-icon:hover {
    transform: none;
  }
}
