@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap");
:root {
  --bordeaux: #7b2040;
  --bordeaux-light: #9b3a56;
  --rose: #c4808a;
  --rose-light: #e8c4c4;
  --rose-pale: #f5eded;
  --sage: #84958a;
  --sage-light: #dce4df;
  --gold: #d2a56d;
  --gold-light: #f2e5d1;
  --chocolat: #3d1f1d;
  --cream: #fbf5f0;
  --paper: #fffaf7;
  --white: #ffffff;
  --line: rgba(123, 32, 64, .14);
  --shadow: 0 18px 45px rgba(123, 32, 64, .10);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", "Segoe UI", Arial, sans-serif;
  /* Réglages faciles du portrait de la page d'accueil */
  --portrait-orb-size: 400px;
  --portrait-position-x: 50%;
  --portrait-position-y: 68%;
  --portrait-orb-border: 1px solid var(--bordeaux);
  --portrait-zoom: 100%;
  --portrait-scale: 1;
  --hero-visual-image: url("/assets/images/portrait.webp?v=20260730");
  /* Compatibilité avec les anciennes variables de style.css */
  --brown: var(--bordeaux);
  --brown2: var(--bordeaux-light);
  --ink: var(--chocolat);
  --rose2: var(--rose-pale);
}
 

/* Navigation et pages détaillées du pôle IT */
.nav-section-label { display:block; margin:7px 14px 2px; padding-top:11px; border-top:1px solid var(--line); color:var(--it-coral-dark); font-size:10px; font-weight:900; letter-spacing:.16em; text-transform:uppercase; }
.nav-section-label--admin { margin-top:0; padding-top:3px; border-top:0; color:var(--bordeaux); }
.nav-admin { color:var(--bordeaux) !important; font-weight:700 !important; }
.nav-admin:hover,.nav-admin:focus-visible { color:var(--bordeaux-light) !important; }
.nav-drop > div .nav-admin-link { color:var(--bordeaux); font-weight:700; }
.nav-drop > div .nav-admin-link:hover,.nav-drop > div .nav-admin-link:focus-visible { color:var(--bordeaux-light); background:var(--rose-pale); }
.nav-drop > div .nav-it-contact { margin-top:7px; border-top:1px solid rgba(242,107,91,.2); }
.footer-it-heading { margin-top:24px; color:#f49b8e !important; }
.it-services-index { background:var(--white); }
.it-service-links { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.it-service-links > a { display:grid; grid-template-columns:auto 1fr auto; gap:20px; align-items:center; padding:26px 28px; border:1px solid rgba(242,107,91,.17); border-radius:19px; background:linear-gradient(145deg,#fff,#fffaf1); color:var(--it-ink); text-decoration:none; box-shadow:0 9px 28px rgba(55,50,46,.05); transition:transform .2s ease,box-shadow .2s ease; }
.it-service-links > a:hover,.it-service-links > a:focus-visible { transform:translateY(-4px); box-shadow:0 17px 38px rgba(55,50,46,.1); }
.it-service-links > a:last-child { grid-column:1 / -1; }
.it-service-links span { color:var(--it-saffron); font:500 24px/1 var(--serif); }
.it-service-links h3 { margin:0 0 6px; color:var(--it-coral-dark); font:500 23px/1.15 var(--serif); }
.it-service-links p { margin:0; color:#6b5f55; font-size:14px; }
.it-service-links b { color:var(--it-coral); font-size:22px; }
.it-service-hero { padding-block:clamp(72px,8vw,108px); }
.it-related { background:var(--paper); }
.it-related__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:38px; }
.it-related__grid a { display:flex; min-height:145px; padding:26px; border:1px solid rgba(242,107,91,.18); border-radius:18px; background:var(--white); color:var(--it-ink); text-decoration:none; flex-direction:column; justify-content:space-between; }
.it-related__grid a:hover,.it-related__grid a:focus-visible { border-color:var(--it-coral); transform:translateY(-3px); }
.it-related__grid span { font:500 22px/1.2 var(--serif); }
.it-related__grid b { color:var(--it-coral-dark); font-size:12px; letter-spacing:.06em; text-transform:uppercase; }
.it-partner-band { padding:clamp(54px,7vw,82px) 0; background:linear-gradient(128deg,var(--it-sage),#edf2e9 52%,var(--it-cream)); }
.it-partner-band__inner { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(32px,7vw,84px); align-items:center; }
.it-partner-band h2 { margin:0; color:var(--it-ink); font:500 clamp(28px,3vw,38px)/1.17 var(--serif); }
.it-partner-band__inner > p { margin:0; padding:24px 28px; border-left:4px solid var(--it-coral); border-radius:0 16px 16px 0; background:rgba(255,255,255,.62); color:#5e544d; font-size:17px; }
.it-contact-hero { padding-block:clamp(68px,8vw,104px); }
.it-contact-section { background:linear-gradient(145deg,#fff,#fffaf1); }
.it-contact-form { background:rgba(255,255,255,.88); border-color:rgba(242,107,91,.2); box-shadow:0 20px 55px rgba(55,50,46,.08); }
.it-contact-form label { color:var(--it-coral-dark) !important; margin-bottom:8px !important; }
.it-contact-form input,.it-contact-form textarea,.it-contact-form select { border-color:rgba(242,107,91,.22) !important; }
.it-contact-form input:focus,.it-contact-form textarea:focus,.it-contact-form select:focus { border-color:var(--it-coral) !important; box-shadow:0 0 0 3px rgba(242,107,91,.11) !important; }
.contact-form select { width:100%; border:1px solid var(--line); background:var(--white); color:var(--chocolat); font:inherit; padding:14px 16px; outline:none; }
.contact-form select:focus { border-color:var(--it-coral); box-shadow:0 0 0 3px rgba(242,107,91,.11); }
.it-form-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.it-contact-form .form-group { margin-bottom:20px; }
.it-contact-form .btn-submit { width:100%; cursor:pointer; }
.it-contact-tips { display:grid; gap:13px; margin-top:32px; }
.it-contact-tips p { margin:0; padding:18px 20px; border-radius:15px; background:var(--it-sage); }
.it-contact-tips strong,.it-contact-tips span { display:block; }
.it-contact-tips strong { color:var(--it-coral-dark); font-size:12px; letter-spacing:.08em; text-transform:uppercase; }
.it-contact-tips span { margin-top:5px; color:#5e544d; }
.about-dual-hero { position:relative; overflow:hidden; padding:clamp(68px,8vw,112px) 0; background:linear-gradient(128deg,#fff8e9 0%,#f8e6bd 50%,#dce7d5 100%); }
.about-dual-hero::before { content:""; position:absolute; width:440px; height:440px; left:-240px; bottom:-290px; border-radius:50%; background:rgba(123,32,64,.11); }
.about-dual-hero__grid { position:relative; z-index:1; display:grid; grid-template-columns:1.15fr .85fr; gap:clamp(46px,8vw,96px); align-items:center; }
.about-dual-hero__copy h1 { margin:0; color:var(--it-ink); font:500 clamp(40px,5vw,62px)/1.05 var(--serif); letter-spacing:-.035em; }
.about-dual-hero__copy h1 em { color:var(--it-coral); font-weight:400; }
.about-dual-hero__copy > p:not(.it-eyebrow) { max-width:720px; color:#5e544d; font-size:18px; }
.about-dual-hero__actions { display:flex; gap:22px; align-items:center; flex-wrap:wrap; margin-top:32px; }
.about-admin-link { color:var(--bordeaux); font-size:13px; font-weight:800; letter-spacing:.04em; text-decoration:none; text-transform:uppercase; }
.about-dual-portrait { position:relative; width:min(100%,410px); aspect-ratio:1/1; margin:auto; overflow:hidden; border:10px solid rgba(255,255,255,.58); border-radius:50%; box-shadow:0 24px 65px rgba(55,50,46,.17); }
.about-dual-portrait::after { content:""; position:absolute; inset:0; border:1px solid rgba(242,107,91,.35); border-radius:50%; pointer-events:none; }
.about-dual-portrait img { width:100%; height:100%; object-fit:cover; object-position:50% 24%; }
.about-positioning h2,.about-expertise-dual h2,.about-journey h2 { color:var(--it-ink); }
.about-expertise-dual { background:var(--white); }
.about-expertise-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.about-expertise-card { position:relative; min-height:390px; padding:38px; overflow:hidden; border-radius:24px; }
.about-expertise-card > span { display:block; margin-bottom:42px; font:500 34px/1 var(--serif); opacity:.55; }
.about-expertise-card h3 { margin:0 0 18px; font:500 clamp(27px,3vw,36px)/1.14 var(--serif); }
.about-expertise-card a { display:inline-block; margin-top:22px; font-size:12px; font-weight:800; letter-spacing:.05em; text-decoration:none; text-transform:uppercase; }
.about-expertise-card--it { background:linear-gradient(145deg,var(--it-cream),var(--it-sage)); color:var(--it-ink); }
.about-expertise-card--it h3,.about-expertise-card--it a { color:var(--it-coral-dark); }
.about-expertise-card--admin { background:linear-gradient(138deg,#622037,var(--bordeaux) 55%,#9a3c5a); color:var(--white); }
.about-expertise-card--admin .eyebrow,.about-expertise-card--admin h3,.about-expertise-card--admin a { color:var(--white); }
.about-expertise-card--admin > p:not(.eyebrow) { color:rgba(255,255,255,.82); }
.about-timeline { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:42px; }
.about-timeline article { padding:30px; border:1px solid rgba(242,107,91,.17); border-radius:20px; background:var(--white); }
.about-timeline time { color:var(--it-coral-dark); font-size:11px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.about-timeline h3 { margin:22px 0 14px; color:var(--bordeaux); font:500 25px/1.2 var(--serif); }
.about-timeline p { margin:0; color:#685d54; }
.about-training { margin:28px 0 0; padding:19px 24px; border-left:4px solid var(--it-saffron); background:rgba(255,255,255,.65); }
.about-values > div:nth-child(1) { border-top-color:var(--it-coral); }
.about-values > div:nth-child(2) { border-top-color:var(--it-saffron); background:#fff8e9; }
.about-values > div:nth-child(3) { border-top-color:var(--sage); background:var(--sage-light); }
.about-dual-cta { padding:clamp(82px,9vw,116px) 0; text-align:center; background:linear-gradient(128deg,#49342e,#3f3430 50%,#37322e); color:var(--white); }
.about-dual-cta > .wrap > p { color:#f4c95f; font-size:12px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.about-dual-cta h2 { max-width:760px; margin:18px auto 34px; color:var(--white); font:500 clamp(34px,4vw,52px)/1.1 var(--serif); }
.about-dual-cta > .wrap > div { display:flex; justify-content:center; gap:16px; flex-wrap:wrap; }
.about-dual-cta .button { background:var(--white); border-color:var(--white); color:var(--bordeaux); }
.advice-dual-hero,.faq-dual-hero { padding:clamp(74px,9vw,120px) 0; text-align:center; background:linear-gradient(128deg,#fff8e9 0%,#f8e6bd 50%,#dce7d5 100%); }
.advice-dual-hero__inner,.faq-dual-hero > .wrap { max-width:920px; }
.advice-dual-hero h1,.faq-dual-hero h1 { margin:0; color:var(--it-ink); font:500 clamp(42px,5.5vw,66px)/1.04 var(--serif); letter-spacing:-.035em; }
.advice-dual-hero h1 em,.faq-dual-hero h1 em { color:var(--it-coral); font-weight:400; }
.advice-dual-hero__inner > p:not(.it-eyebrow),.faq-dual-hero > .wrap > p:not(.it-eyebrow) { max-width:760px; margin:26px auto 0; color:#5e544d; font-size:18px; }
.advice-topic-links { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin-top:32px; }
.advice-topic-links a { padding:11px 18px; border:1px solid rgba(242,107,91,.32); border-radius:999px; background:rgba(255,255,255,.58); color:var(--it-coral-dark); font-size:12px; font-weight:800; letter-spacing:.04em; text-decoration:none; text-transform:uppercase; }
.advice-it-section,.faq-it-section { background:var(--it-cream); }
.blog-card--it a { border-color:rgba(242,107,91,.22); background:linear-gradient(145deg,#fff,#fff8e9); }
.blog-card--it span,.blog-card--it h2,.blog-card--it b { color:var(--it-coral-dark); }
.advice-services-card { padding:34px; border-radius:var(--radius-md); background:linear-gradient(145deg,var(--it-sage),#edf2e9); }
.advice-services-card h2 { color:var(--it-ink); font:500 clamp(28px,3vw,36px)/1.16 var(--serif); }
.advice-services-card > div { display:grid; gap:8px; margin-top:28px; }
.advice-services-card a { padding:12px 14px; border-radius:11px; background:rgba(255,255,255,.62); color:var(--it-coral-dark); font-weight:700; text-decoration:none; }
.advice-dual-cta { padding:clamp(78px,9vw,110px) 0; text-align:center; background:linear-gradient(128deg,#49342e,#3f3430 50%,#37322e); color:var(--white); }
.advice-dual-cta > .wrap > p { color:#f4c95f; font-size:12px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.advice-dual-cta h2 { margin:16px 0 32px; color:var(--white); font:500 clamp(34px,4vw,50px)/1.1 var(--serif); }
.advice-dual-cta > .wrap > div { display:flex; justify-content:center; gap:16px; flex-wrap:wrap; }
.advice-dual-cta .button { background:var(--white); border-color:var(--white); color:var(--bordeaux); }
.faq-dual-page .faq-list h2 { margin:0 0 28px; color:var(--it-ink); font:500 clamp(29px,3vw,38px)/1.18 var(--serif); }
.faq-it-section .faq-list details { border-bottom-color:rgba(242,107,91,.2); }
.faq-it-section .faq-list summary::after { color:var(--it-coral); }
.faq-contact-button { display:inline-flex; margin-top:34px; }
@media (max-width:900px) { .it-related__grid { grid-template-columns:1fr; } }
@media (max-width:900px) { .it-partner-band__inner { grid-template-columns:1fr; } }
@media (max-width:900px) { .about-dual-hero__grid,.about-expertise-grid { grid-template-columns:1fr; } .about-dual-portrait { width:min(72vw,350px); } .about-timeline { grid-template-columns:1fr; } }
@media (max-width:640px) { .it-service-links { grid-template-columns:1fr; } .it-service-links > a:last-child { grid-column:auto; } .it-service-links > a { padding:22px 20px; gap:14px; } .it-partner-band__inner > p { padding:21px 22px; } .it-form-row { grid-template-columns:1fr; gap:0; } }
@media (min-width:901px) { .nav-drop > div { width:320px; max-height:calc(100svh - 110px); overflow-y:auto; } }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--chocolat);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.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;
}
.skip-link {
  position: fixed; top: -70px; left: 20px; z-index: 1000;
  background: var(--white); color: var(--bordeaux); padding: 10px 16px;
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 20px; }

/* Navigation */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(123, 32, 64, .08);
}
.nav-wrap {
  min-height: 82px; width: min(1240px, calc(100% - 40px)); margin: auto;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.logo span { color: var(--bordeaux); }
.logo b { color: var(--rose); font-weight: 500; }
.logo--light span, .logo--light b { color: var(--white); }

/*
 * Logo SVG PB GO
 * Le fichier source est carré et comprend un slogan fin : les dimensions
 * ci-dessous préservent ses proportions et assurent sa lisibilité selon
 * chaque contexte, même si l'attribut HTML width="100" est encore présent.
 */
.logo:has(img) {
  flex: 0 0 auto;
  line-height: 0;
}
.logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: contain;
}
.site-header .logo {
  width: 128px;
  height: 108px;
  align-items: center;
  justify-content: center;
}
.site-header .logo img {
  width: 120px;
  height: 120px;
}
.about-band .logo {
  width: min(210px, 100%);
  align-items: center;
  justify-content: center;
}
.about-band .logo img {
  width: 190px;
  height: 190px;
}
.footer-grid .logo {
  width: 148px;
  min-height: 148px;
  padding: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--cream);
}
.footer-grid .logo img {
  width: 132px;
  height: 132px;
}
.site-header nav { display: flex; align-items: center; gap: 27px; font-size: 14px; }
.site-header nav > a, .nav-drop > button {
  text-decoration: none; border: 0; background: none; font: inherit;
  color: var(--chocolat); cursor: pointer; padding: 12px 0;
  font-weight: 500; letter-spacing: .04em; transition: color .2s ease;
}
.site-header nav > a:hover, .site-header nav > a:focus-visible,
.nav-drop > button:hover, .nav-drop > button:focus-visible { color: var(--bordeaux); }
.nav-cta {
  border: 1px solid var(--bordeaux) !important; color: var(--bordeaux) !important;
  padding: 10px 18px !important; transition: background .2s ease, color .2s ease !important;
}
.nav-cta:hover, .nav-cta:focus-visible {
  background: var(--bordeaux) !important; color: var(--white) !important;
}
.nav-drop { position: relative; }
.nav-drop > div {
  display: none; position: absolute; top: 42px; left: -24px; width: 270px;
  background: var(--white); padding: 12px; border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.nav-drop:hover > div, .nav-drop:focus-within > div { display: grid; }
.nav-drop > div a { padding: 10px 12px; text-decoration: none; }
.nav-drop > div a:hover, .nav-drop > div a:focus-visible {
  color: var(--bordeaux); background: var(--rose-pale);
}
.menu-toggle { display: none; border: 0; background: none; width: 38px; padding: 5px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--bordeaux); margin: 6px 0; }

/* Hero */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--bordeaux) 0%, var(--bordeaux-light) 55%, var(--rose) 100%);
  color: var(--white); padding: clamp(90px, 10vw, 132px) 0 clamp(82px, 9vw, 112px);
}
.hero::before {
  content: ""; position: absolute; top: -180px; right: -120px;
  width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.09), transparent 70%);
}
.hero::after {
  content: ""; position: absolute; left: 8%; bottom: 0;
  /*width: 1px; height: 120px; background: rgba(255,255,255,.28);*/
}
.hero-orb {
  position: absolute;
  z-index: 1;
  top: 52%;
  right: max(24px, calc((100vw - 1240px) / 2));
  width: var(--portrait-orb-size);
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  transform: translateY(-50%);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  background-color: var(--cream);
  background-image: var(--hero-visual-image);
  background-position: var(--portrait-position-x) var(--portrait-position-y);
  background-repeat: no-repeat;
  background-size: var(--portrait-zoom) auto;
  box-shadow: 0 22px 54px rgba(61,31,29,.22);
  border: var(--portrait-orb-border);
}
.hero-orb::after {
  display: none;
}
.hero-orb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: var(--portrait-position-x) var(--portrait-position-y);
  transform: scale(var(--portrait-scale));
}

/*
 * Modes du visuel de hero
 *
 * Portrait : recadrage circulaire (mode utilisé par défaut).
 * Illustration : image affichée entièrement, sans découpe circulaire.
 */
.hero-orb--portrait {
  --hero-visual-image: none;
}
.hero-orb--illustration {
  width: min(31vw, 360px);
  aspect-ratio: 1 / 1;
  border: 8px solid rgba(255,255,255,.42);
  border-radius: 38px;
  background-color: var(--cream);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 24px 60px rgba(61,31,29,.22);
}

/* Illustrations proposées pour les différentes pages */
.hero-orb--gestion-externalisee {
  --hero-visual-image: url("/assets/images/illustration-organisation.webp");
}
.hero-orb--administratif {
  --hero-visual-image: url("/assets/images/illustration-administratif.webp");
}
.hero-orb--facturation {
  --hero-visual-image: url("/assets/images/illustration-finance.webp");
}
.hero-orb--comptabilite {
  --hero-visual-image: url("/assets/images/illustration-finance.webp");
}
.hero-orb--organisation {
  --hero-visual-image: url("/assets/images/illustration-organisation.webp");
}
.hero-orb--processus {
  --hero-visual-image: url("/assets/images/illustration-organisation.webp");
}
.hero-orb--microsoft {
  --hero-visual-image: url("/assets/images/illustration-numerique.webp");
}
.hero-orb--apropos {
  --hero-visual-image: url("/assets/images/illustration-administratif.webp");
}
.hero-orb--contact {
  --hero-visual-image: url("/assets/images/illustration-contact.webp");
}
.hero-orb--faq {
  --hero-visual-image: url("/assets/images/illustration-faq.webp");
}
.hero-orb--mentions-legales {
  --hero-visual-image: url("/assets/images/illustration-mentions-legales.webp");
}
.hero-orb--conseils {
  --hero-visual-image: url("/assets/images/illustration-organisation.webp");
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding-right: 340px;
}
.eyebrow {
  text-transform: uppercase; letter-spacing: .2em; font-weight: 600;
  font-size: 12px; color: var(--rose-light); margin: 0 0 20px;
}
.hero h1, .section h2, .final-cta h2 {
  font-family: var(--serif); font-weight: 500; line-height: 1.1; margin: 0; color: var(--bordeaux);
}
.hero h1 {
  /*font-size: clamp(36px, 4.6vw, 50px); */
  max-width: 820px;
  letter-spacing: -.025em; color: var(--white);
}
.hero h1 em { color: var(--rose-light); 
font-weight: 400; }
.section h2 em { color: var(--rose); font-weight: 400; }
.hero-lead {
  font-size: clamp(17px, 2vw, 21px); max-width: 720px; margin: 30px 0 0;
  color: rgba(255,255,255,.86);
}
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 38px; }
.hero-actions span { font-size: 13px; color: rgba(255,255,255,.72); }

/* Boutons et liens */
.button {
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--bordeaux); background: var(--bordeaux); color: var(--white);
  text-decoration: none; padding: 14px 24px; font-weight: 600; font-size: 13px;
  letter-spacing: .05em; text-transform: uppercase; cursor: pointer;
  border-radius: 2px; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover, .button:focus-visible {
  background: var(--bordeaux-light); transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(61,31,29,.16);
}
.button--dark { margin-top: 18px; }
.button--light {
  background: var(--white); color: var(--bordeaux); border-color: var(--white);
}
.button--light:hover, .button--light:focus-visible { background: var(--rose-pale); color: var(--bordeaux); }
.text-link {
  color: var(--bordeaux); font-weight: 700; text-decoration: none;
  border-bottom: 1px solid currentColor; padding-bottom: 3px;
}

/* Sections */
.section { padding: 96px 0; }
.section--paper { background: var(--cream); }
.section--rose { background: var(--rose-pale); }
.section--brown { background: var(--bordeaux); color: rgba(255,255,255,.88); }
.section--brown h2, .section--brown .eyebrow { color: var(--white); }
.section h2 { font-size: clamp(29px, 3.5vw, 30px); letter-spacing: -.018em; line-height: 1.18; }
.split-heading, .two-col, .about-band, .outcome-grid {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: clamp(45px, 8vw, 110px); align-items: start;
}
.split-heading { margin-bottom: 44px; }
.split-heading > p { font-size: 18px; margin: 30px 0 0; color: #5f4544; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; margin-top: 45px; }
.check-grid p, .task-list p {
  margin: 0; padding: 17px 0 17px 32px; border-bottom: 1px solid var(--line); position: relative;
}
.check-grid p::before, .task-list p::before {
  content: "✓"; position: absolute; left: 0; color: var(--rose); font-weight: 700;
}

/* Cartes et grilles */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  min-height: 275px; background: var(--white); border: 1px solid var(--line);
  padding: 32px; text-decoration: none; display: flex; flex-direction: column;
  position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease;
}
.service-card::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 3px;
  background: var(--bordeaux); transform: scaleY(0); transform-origin: bottom; transition: transform .25s ease;
}
.service-card:hover, .service-card:focus-within { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card:hover::before, .service-card:focus-within::before { transform: scaleY(1); }
.service-card > span { color: var(--rose); font-family: var(--serif); }
.service-card h3 {
  font-family: var(--serif); color: var(--bordeaux); font-size: 25px;
  line-height: 1.15; margin: 34px 0 12px; font-weight: 500;
}
.service-card p { color: #654a49; margin: 0; }
.service-card b { margin-top: auto; padding-top: 20px; font-size: 13px; color: var(--bordeaux); }
.service-card:nth-child(3n+1) { background: linear-gradient(145deg, var(--white), var(--rose-pale)); }
.service-card:nth-child(3n+2) { background: linear-gradient(145deg, var(--white), var(--sage-light)); }
.service-card:nth-child(3n) { background: linear-gradient(145deg, var(--white), var(--gold-light)); }
.service-card:nth-child(3n+2)::before { background: var(--sage); }
.service-card:nth-child(3n)::before { background: var(--gold); }
.outcomes p {
  border-bottom: 1px solid rgba(255,255,255,.24); margin: 0; padding: 17px 0;
  font-family: var(--serif); font-size: 20px;
}
.steps {
  list-style: none; padding: 0; margin: 50px 0 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.steps li { padding: 28px; border: 1px solid var(--line); border-right: 0; background: rgba(255,255,255,.34); }
.steps li:nth-child(2) { background: var(--sage-light); }
.steps li:nth-child(3) { background: var(--gold-light); }
.steps li:nth-child(4) { background: var(--rose-pale); }
.steps li:last-child { border-right: 1px solid var(--line); }
.steps span { font-family: var(--serif); color: var(--rose); }
.steps strong { display: block; font-family: var(--serif); color: var(--bordeaux); font-size: 22px; margin: 28px 0 8px; }
.steps p { margin: 0; color: #654a49; }
.about-band > div:last-child, .prose { font-size: 18px; }
.prose p { margin: 0 0 22px; }
.lead-small { font-size: 18px; color: #654a49; }
.task-list { display: grid; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
.related-grid a {
  background: rgba(255,255,255,.72); border: 1px solid transparent;
  padding: 28px; text-decoration: none; transition: border-color .2s ease, transform .2s ease;
}
.related-grid a:hover, .related-grid a:focus-visible { border-color: var(--rose-light); transform: translateY(-3px); }
.related-grid h3 { font-family: var(--serif); color: var(--bordeaux); font-size: 25px; font-weight: 500; margin: 0 0 12px; }
.related-grid b { color: var(--bordeaux); font-size: 13px; }

/* FAQ et valeurs */
.faq-list { max-width: 900px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  cursor: pointer; list-style: none; font-family: var(--serif); color: var(--bordeaux);
  font-size: 24px; padding: 25px 45px 25px 0; position: relative;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--rose); font-family: var(--sans); font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; margin: 0 0 28px; color: #654a49; }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 35px; }
.values > div { background: var(--white); border-top: 3px solid var(--rose-light); padding: 28px; }
.values > div:nth-child(2) { border-top-color: var(--sage); background: var(--sage-light); }
.values > div:nth-child(3) { border-top-color: var(--gold); background: var(--gold-light); }
.values strong { font-family: var(--serif); color: var(--bordeaux); font-size: 26px; font-weight: 500; }

/* Contact et formulaires */
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-lines { margin-top: 40px; }
.contact-lines a, .contact-lines p { display: block; text-decoration: none; border-bottom: 1px solid var(--line); padding: 18px 0; }
.contact-lines a:hover { color: var(--bordeaux); }
.contact-lines span {
  display: block; text-transform: uppercase; letter-spacing: .12em;
  font-size: 11px; font-weight: 600; color: var(--rose);
}
.contact-form { background: var(--cream); border: 1px solid var(--line); padding: 40px; }
.contact-form label { display: block; color: var(--bordeaux); font-size: 13px; font-weight: 600; margin-bottom: 20px; }
.contact-form input, .contact-form textarea {
  width: 100%; display: block; margin-top: 8px;
  border: 1px solid rgba(123,32,64,.18); border-radius: 2px;
  background: var(--white); color: var(--chocolat); padding: 12px 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--bordeaux); box-shadow: 0 0 0 3px rgba(123,32,64,.10);
}
.form-note { font-size: 12px; color: #755b59; }
.honeypot, .hidden-field {
  position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden;
}
.captcha { min-height: 65px; }
.alert {
  margin: 16px auto; max-width: 1100px; padding: 14px 18px;
  border-radius: 4px; font-weight: 500;
}
.contact-form .alert { margin: 0 0 18px; }
.alert-success { background: #e8f5ee; color: #17643a; border: 1px solid #b7dfc8; }
.alert-error { background: #fff0f0; color: #8f1d1d; border: 1px solid #efb8b8; }
.alert ul { margin: 0; padding-left: 20px; }

/* Blog et articles */
.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.blog-card a {
  display: block; height: 100%; padding: 38px; background: var(--cream);
  border: 1px solid var(--line); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease;
}
.blog-card a:hover, .blog-card a:focus-visible { transform: translateY(-4px); box-shadow: var(--shadow); }
.blog-card span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--rose); }
.blog-card h2 { color: var(--bordeaux); font-size: 29px; margin: 22px 0 16px; }
.blog-card b { color: var(--bordeaux); font-size: 13px; }
.article-wrap { width: min(780px, calc(100% - 40px)); margin: auto; }
.article-meta { display: flex; flex-wrap: wrap; gap: 25px; font-size: 13px; color: #80605d; margin-bottom: 50px; }
.article-wrap section { margin-bottom: 52px; }
.article-wrap h2 { font-size: 32px; line-height: 1.2; margin-bottom: 18px; }
.article-wrap p { font-size: 18px; }
.article-aside { background: var(--cream); border-left: 3px solid var(--rose); padding: 40px; margin-top: 65px; }
.article-aside h2 { font-size: 30px; }
.legal h2 { margin-top: 45px; }

/* Appel à l'action et pied de page */
.final-cta {
  text-align: center; background: linear-gradient(135deg, var(--bordeaux), var(--bordeaux-light));
  color: var(--white); padding: 90px 0;
}
.final-cta .eyebrow, .final-cta h2 { color: var(--white); }
.final-cta h2 { font-size: clamp(31px, 4vw, 48px); max-width: 760px; margin: 0 auto 35px; }
footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(242,107,91,.18), transparent 27%),
    radial-gradient(circle at 92% 88%, rgba(233,173,34,.13), transparent 25%),
    linear-gradient(128deg, #49342e 0%, #3f3430 52%, #37322e 100%);
  color: #f8eee9;
  padding: 70px 0 25px;
}
footer::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -170px;
  top: -190px;
  border: 1px solid rgba(220,231,213,.22);
  border-radius: 50%;
  pointer-events: none;
}
.footer-grid, .footer-bottom { position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; }
.footer-grid h3 { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: #f4c95f; }
.footer-grid a, .footer-grid p { display: block; color: #eadbd5; text-decoration: none; margin: 9px 0; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: #f49b8e; }
.footer-brand > .logo {
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(145deg, #fff8e9 0 58%, #dce7d5 100%);
  box-shadow: 0 18px 44px rgba(0,0,0,.15);
}
.footer-brand > .logo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 5px;
  border-radius: 50%;
  border: 2px solid rgba(242,107,91,.32);
}
.footer-brand__eyebrow {
  margin-top: 20px !important;
  color: #f4c95f !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.footer-brand > p:last-child { max-width: 360px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.14); margin-top: 50px; padding-top: 22px;
  display: flex; justify-content: space-between; gap: 24px; font-size: 12px;
}

/* Responsive */
@media (max-width: 900px) {
  .site-header nav {
    display: none; position: absolute; top: 108px; left: 0; width: 100%;
    background: var(--white); padding: 20px; align-items: stretch;
    flex-direction: column; gap: 0; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .site-header nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .nav-drop > button { width: 100%; text-align: left; }
  .nav-drop > div { position: static; width: 100%; box-shadow: none; background: var(--rose-pale); border: 0; }
  .nav-drop.is-open > div { display: grid; }
  .hero { padding: 48px 0 78px; }
  .hero .hero-orb {
    --portrait-orb-size: 250px;
    position: relative;
    top: auto;
    right: auto;
    width: min(58vw, var(--portrait-orb-size));
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto 40px;
    transform: none;
  }
  .hero .hero-orb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--portrait-position-x) var(--portrait-position-y);
    transform: scale(var(--portrait-scale));
  }
  .hero-inner {
    padding-right: 0;
  }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(2) { border-right: 1px solid var(--line); }
  .steps li:nth-child(n+3) { border-top: 0; }
  .values { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1160px); }
  .nav-wrap { width: calc(100% - 28px); min-height: 86px; }
  .site-header nav { top: 86px; }
  .logo { font-size: 24px; }
  .site-header .logo {
    width: 92px;
    height: 86px;
  }
  .site-header .logo img {
    width: 88px;
    height: 88px;
  }
  .about-band .logo {
    width: 170px;
  }
  .about-band .logo img {
    width: 160px;
    height: 160px;
  }
  .footer-grid .logo {
    width: 132px;
    min-height: 132px;
  }
  .footer-grid .logo img {
    width: 116px;
    height: 116px;
  }
  .hero {
    padding: 32px 0 70px;
  }
  /*
   * Portrait de la page d'accueil sur mobile :
   * l'image quitte le positionnement absolu afin de ne plus passer
   * derrière le titre et reste cadrée sur le visage sans déformation.
   */
  .hero .hero-orb {
    --portrait-orb-size: 220px;
    position: relative;
    top: auto;
    right: auto;
    width: min(62vw, var(--portrait-orb-size));
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 50%;
    background-color: var(--cream);
    box-shadow: 0 18px 44px rgba(61, 31, 29, .18);
  }
  .hero .hero-orb::after {
    display: none;
  }
  .hero .hero-orb img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: var(--portrait-position-x) var(--portrait-position-y);
    transform: scale(var(--portrait-scale));
  }
  .hero h1 { font-size: clamp(32px, 9.5vw, 40px); line-height: 1.14; }
  .hero::after { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .button { width: 100%; }
  .section { padding: 66px 0; }
  .split-heading, .two-col, .about-band, .outcome-grid { grid-template-columns: 1fr; gap: 30px; }
  .check-grid, .card-grid, .related-grid, .values, .blog-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 240px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:nth-child(2) { border-right: 1px solid var(--line); border-top: 0; }
  .steps li:first-child { border-top: 1px solid var(--line); }
  .contact-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .article-wrap { width: calc(100% - 28px); }
  .article-wrap h2 { font-size: 27px; }
  .article-aside { padding: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Finition 2026 : rythme, profondeur et interactions */
:root {
  --radius-sm: 12px;
  --radius-md: 22px;
  --shadow-soft: 0 20px 60px rgba(61,31,29,.11);
}

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.site-header { box-shadow: 0 4px 24px rgba(61,31,29,.04); }
.site-header .logo { height: 88px; }
.site-header .logo img { width: 80px; height: 80px; }
.nav-wrap { min-height: 88px; }
.nav-cta, .button { border-radius: 999px; }
.nav-cta:hover, .button:hover { box-shadow: 0 12px 32px rgba(61,31,29,.2); }

.hero {
  min-height: min(760px, calc(100svh - 88px));
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.16), transparent 26%),
    linear-gradient(128deg, #622037 0%, var(--bordeaux) 46%, #a84b65 100%);
}
.hero-inner { padding-right: min(43%, 500px); }
.hero h1 { font-size: clamp(36px, 3.4vw, 42px); max-width: 760px; }
.hero-lead { max-width: 680px; }
.hero .button { background: var(--white); border-color: var(--white); color: var(--bordeaux); }
.hero .button:hover { background: var(--gold-light); border-color: var(--gold-light); }
.hero-orb { right: max(30px, calc((100vw - 1160px) / 2)); width: min(34vw, 430px); }

.section { padding: clamp(82px, 9vw, 128px) 0; }
.section h2,
.final-cta h2,
.article-wrap h2,
.blog-card h2 { font-size: clamp(28px, 2.6vw, 32px); }
.split-heading { margin-bottom: 58px; }
.service-card {
  min-height: 300px; padding: 36px; border-radius: var(--radius-md);
  box-shadow: 0 8px 30px rgba(61,31,29,.04);
}
.service-card:hover, .service-card:focus-visible { transform: translateY(-8px); box-shadow: var(--shadow-soft); }
.service-card::before { inset: auto 0 0; width: auto; height: 4px; transform: scaleX(0); transform-origin: left; }
.service-card:hover::before, .service-card:focus-visible::before { transform: scaleX(1); }
.service-card b { transition: transform .2s ease; }
.service-card:hover b { transform: translateX(5px); }
.steps { gap: 12px; }
.steps li, .steps li:last-child { border: 1px solid var(--line); border-radius: var(--radius-sm); }

.stats-section { background: var(--white); padding-block: 56px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-grid > div { padding: 10px 28px; border-right: 1px solid var(--line); text-align: center; }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { display: block; color: var(--bordeaux); font: 500 clamp(42px,5vw,66px)/1 var(--serif); }
.stats-grid span { display: block; margin-top: 10px; color: #6b5150; font-size: 14px; }

.blog-card a, .contact-form, .article-aside, .related-grid a { border-radius: var(--radius-md); }
.faq-list details { transition: background .2s ease, padding .2s ease; }
.faq-list details:hover { background: rgba(255,255,255,.45); padding-inline: 18px; }
.final-cta { position: relative; overflow: hidden; padding: 112px 0; }
.final-cta::before { content:""; position:absolute; width:420px; height:420px; border:1px solid rgba(255,255,255,.18); border-radius:50%; left:-180px; top:-220px; }
footer { padding-top: 82px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a { color: #eadbd5; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero { min-height: auto; }
  .hero-inner { padding-right: 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 28px 0; }
  .stats-grid > div:nth-child(2) { border-right: 0; }
  .steps { gap: 10px; }
  .steps li:nth-child(n) { border: 1px solid var(--line); }
}

@media (max-width: 640px) {
  .site-header .logo { height: 76px; }
  .site-header .logo img { width: 68px; height: 68px; }
  .nav-wrap { min-height: 76px; }
  .site-header nav { top: 76px; max-height: calc(100svh - 76px); overflow-y: auto; }
  .hero { padding-top: 28px; text-align: left; }
  .hero h1 { font-size: clamp(31px, 8.5vw, 36px); }
  .hero-lead { font-size: 17px; }
  .hero .hero-orb { width: min(64vw,240px); }
  .section { padding: 76px 0; }
  .section h2,
  .final-cta h2,
  .article-wrap h2,
  .blog-card h2 { font-size: clamp(25px, 7vw, 28px); }
  .service-card { min-height: 260px; padding: 30px; }
  .stats-section { padding-block: 48px; }
  .stats-grid strong { font-size: 46px; }
  .stats-grid > div { padding-inline: 12px; }
  .stats-grid span { font-size: 12px; }
  .footer-bottom > div { flex-direction: column; gap: 8px; }
}
.testimonials-section {
  background: var(--rose-pale);
}

.testimonials-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 46px;
}

.testimonials-heading h2 {
  margin-bottom: 0;
}

.testimonials-heading > p {
  margin: 0;
  color: #654a49;
  font-size: 18px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(123, 32, 64, .07);
}

.testimonial-card--featured {
  color: var(--white);
  border-color: var(--bordeaux);
  background: var(--bordeaux);
}

.testimonial-quote {
  height: 52px;
  color: var(--rose);
  font-family: var(--serif);
  font-size: 78px;
  line-height: .9;
}

.testimonial-card--featured .testimonial-quote {
  color: var(--rose-light);
}

.testimonial-card blockquote {
  margin: 18px 0 30px;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.55;
}

.testimonial-card footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.testimonial-card--featured footer {
  border-color: rgba(255, 255, 255, .22);
}

.testimonial-card footer strong,
.testimonial-card footer span {
  display: block;
}

.testimonial-card footer strong {
  color: var(--bordeaux);
  font-size: 14px;
}

.testimonial-card--featured footer strong {
  color: var(--white);
}

.testimonial-card footer span {
  margin-top: 4px;
  color: #80605d;
  font-size: 12px;
}

.testimonial-card--featured footer span {
  color: rgba(255, 255, 255, .72);
}

@media (max-width: 900px) {
  .testimonials-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .testimonials-heading {
    margin-bottom: 30px;
  }

  .testimonials-heading > p {
    font-size: 16px;
  }

  .testimonial-card {
    padding: 26px;
  }

  .testimonial-card blockquote {
    font-size: 18px;
  }
}
.hero-orb--conseils img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

/*
 * PB GO â€” mise en valeur des rÃ©sultats des exemples d'interventions
 * Ã€ placer aprÃ¨s les styles actuels des tÃ©moignages/cases.
 */

/* Les guillemets ne sont plus pertinents : il ne s'agit plus de citations. */
.testimonial-quote {
  display: none;
}

/* Donne davantage d'air au contenu de la case. */
.testimonial-card blockquote {
  margin: 0 0 28px;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  white-space: pre-line;
}

/* Remplace l'ancien bandeau brun par un encadrÃ© de rÃ©sultat clair. */
.testimonial-card footer {
  position: relative;
  margin-top: auto;
  padding: 20px 20px 20px 58px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--rose-pale), var(--gold-light));
  box-shadow: inset 4px 0 0 var(--bordeaux);
}

/* Coche ronde Ã  gauche du rÃ©sultat. */
.testimonial-card footer::before {
  content: "✔";
  position: absolute;
  top: 22px;
  left: 18px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--bordeaux);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.testimonial-card footer span {
  margin: 0;
  color: var(--chocolat);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

/* Ajoute automatiquement le libellÃ© au-dessus du bÃ©nÃ©fice. */
.testimonial-card footer span::before {
  content: "Résultat";
  display: block;
  margin-bottom: 5px;
  color: var(--bordeaux);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Variante harmonisÃ©e pour la carte centrale bordeaux. */
.testimonial-card--featured footer {
  background: rgba(255, 255, 255, .13);
  box-shadow: inset 4px 0 0 var(--rose-light);
}

.testimonial-card--featured footer::before {
  color: var(--bordeaux);
  background: var(--rose-light);
}

.testimonial-card--featured footer span {
  color: var(--white);
}

.testimonial-card--featured footer span::before {
  color: var(--rose-light);
}

@media (max-width: 640px) {
  .testimonial-card footer {
    padding: 18px 18px 18px 54px;
  }

  .testimonial-card footer::before {
    top: 20px;
    left: 16px;
  }
}


/* =========================================================
   PB GO 2026 — Accueil à deux univers + identité Support IT
   Palette IT : corail, safran, sauge, crème
   ========================================================= */
:root {
  --it-coral: #f26b5b;
  --it-coral-dark: #cf5144;
  --it-saffron: #e9ad22;
  --it-sage: #dce7d5;
  --it-cream: #fff8e9;
  --it-ink: #37322e;
}

.nav-it { color: var(--it-coral) !important; font-weight: 700 !important; }
.nav-it:hover, .nav-it:focus-visible { color: var(--it-coral-dark) !important; }
.nav-drop > div .nav-it-link { color: var(--it-coral); font-weight: 700; border-top: 1px solid var(--line); margin-top: 4px; }
.nav-drop > div .nav-it-link:hover { color: var(--it-coral-dark); background: var(--it-cream); }

/* Accueil / landing page */
.choice-intro {
  background: var(--white);
  padding: clamp(58px, 7vw, 92px) 0 clamp(46px, 6vw, 72px);
  text-align: center;
}
.choice-intro__inner { max-width: 920px; }
.choice-kicker {
  margin: 0 0 18px; color: var(--bordeaux); font-size: 12px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
}
.choice-intro h1 {
  margin: 0; color: var(--chocolat); font: 500 clamp(38px, 5vw, 66px)/1.06 var(--serif);
  letter-spacing: -.035em;
}
.choice-intro h1 em { color: var(--bordeaux); font-weight: 400; }
.choice-intro p:last-child { max-width: 710px; margin: 25px auto 0; font-size: 18px; color: #6a5450; }

.choice-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.choice-panel { position: relative; display: flex; padding: clamp(54px, 7vw, 96px); overflow: hidden; }
.choice-panel::after {
  content:""; position:absolute; width:340px; height:340px; border-radius:50%; right:-150px; bottom:-170px;
  border:1px solid currentColor; opacity:.12;
}
.choice-panel__content { position: relative; z-index: 1; width: min(100%, 570px); margin: auto; }
.choice-panel--admin {
  color: var(--white);
  background: radial-gradient(circle at 15% 5%, rgba(255,255,255,.12), transparent 28%), linear-gradient(138deg, #622037, var(--bordeaux) 50%, #9a3c5a);
}
.choice-panel--it {
  color: var(--it-ink);
  background: radial-gradient(circle at 88% 7%, rgba(255,255,255,.55), transparent 25%), linear-gradient(142deg, var(--it-cream), #f8e7bf 52%, var(--it-sage));
}
.choice-number { display: inline-block; margin-bottom: 28px; font: 500 36px/1 var(--serif); opacity:.55; }
.choice-eyebrow { margin: 0 0 15px; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.choice-panel--admin .choice-eyebrow { color: var(--rose-light); }
.choice-panel--it .choice-eyebrow { color: var(--it-coral-dark); }
.choice-panel h2 { margin:0; font:500 clamp(34px,3.5vw,52px)/1.08 var(--serif); letter-spacing:-.025em; }
.choice-panel--admin h2 { color:var(--white); }
.choice-panel--it h2 { color:var(--it-ink); }
.choice-lead { margin:25px 0 24px; max-width:540px; font-size:17px; line-height:1.7; }
.choice-panel--admin .choice-lead { color:rgba(255,255,255,.84); }
.choice-list { list-style:none; padding:0; margin:0 0 34px; }
.choice-list li { position:relative; padding:9px 0 9px 28px; }
.choice-list li::before { content:"✓"; position:absolute; left:0; font-weight:800; }
.choice-panel--admin .choice-list li::before { color:var(--rose-light); }
.choice-panel--it .choice-list li::before { color:var(--it-coral); }
.choice-button {
  display:inline-flex; align-items:center; gap:14px; padding:14px 22px; border-radius:999px; text-decoration:none;
  text-transform:uppercase; letter-spacing:.05em; font-size:12px; font-weight:800; transition:transform .2s ease, box-shadow .2s ease;
}
.choice-button:hover, .choice-button:focus-visible { transform:translateY(-3px); box-shadow:0 14px 36px rgba(55,50,46,.14); }
.choice-button span { font-size:18px; line-height:1; }
.choice-button--admin { background:var(--white); color:var(--bordeaux); }
.choice-button--it { background:var(--it-coral); color:var(--white); }
.choice-bridge { padding:clamp(76px,9vw,118px) 0; background:var(--paper); }
.choice-bridge__inner { display:grid; grid-template-columns:1fr 1fr; gap:clamp(40px,8vw,100px); align-items:start; }
.choice-bridge h2 { margin:0; color:var(--bordeaux); font:500 clamp(29px,3vw,38px)/1.17 var(--serif); }
.choice-bridge__inner > div:last-child p { margin-top:0; font-size:18px; }

/* Page IT */
.it-page .site-header { border-bottom-color: rgba(242,107,91,.16); }
.it-page .nav-cta { border-color: var(--it-coral) !important; color: var(--it-coral-dark) !important; }
.it-page .nav-cta:hover { background: var(--it-coral) !important; color: var(--white) !important; }
.it-page .menu-toggle > span:not(.sr-only) { background: var(--it-coral); }
.it-page :focus-visible { outline-color: var(--it-saffron); }

.it-hero {
  position:relative; overflow:hidden; padding:clamp(82px,9vw,126px) 0;
  background: linear-gradient(135deg, #fff8e9 0%, #f8e6bd 51%, #dce7d5 100%);
}
.it-hero::before { content:""; position:absolute; width:520px; height:520px; right:-160px; top:-210px; border-radius:50%; background:rgba(242,107,91,.13); }
.it-hero::after { content:""; position:absolute; width:310px; height:310px; right:13%; bottom:-190px; border-radius:50%; background:rgba(233,173,34,.16); }
.it-hero__grid { position:relative; z-index:1; display:grid; grid-template-columns:1.28fr .72fr; gap:clamp(45px,7vw,90px); align-items:center; }
.it-eyebrow { margin:0 0 18px; color:var(--it-coral-dark); font-size:12px; font-weight:800; letter-spacing:.17em; text-transform:uppercase; }
.it-hero h1 { margin:0; color:var(--it-ink); font:500 clamp(40px,5vw,64px)/1.04 var(--serif); letter-spacing:-.035em; }
.it-hero h1 em { color:var(--it-coral); font-weight:400; }
.it-hero__lead { max-width:760px; margin:28px 0 0; font-size:clamp(17px,2vw,20px); color:#5e544d; }
.it-hero__actions { display:flex; gap:22px; align-items:center; margin-top:34px; }
.it-hero__actions span { color:#74685f; font-size:13px; }
.it-button { display:inline-flex; align-items:center; justify-content:center; padding:14px 24px; border:1px solid var(--it-coral); border-radius:999px; background:var(--it-coral); color:var(--white); text-decoration:none; text-transform:uppercase; letter-spacing:.05em; font-size:12px; font-weight:800; transition:transform .2s ease, background .2s ease, box-shadow .2s ease; }
.it-button:hover, .it-button:focus-visible { transform:translateY(-2px); background:var(--it-coral-dark); box-shadow:0 12px 30px rgba(207,81,68,.2); }
.it-signal { display:grid; gap:7px; padding:38px; border:1px solid rgba(242,107,91,.2); border-radius:26px; background:rgba(255,255,255,.64); box-shadow:0 20px 55px rgba(55,50,46,.08); backdrop-filter:blur(8px); }
.it-signal span { color:var(--it-coral-dark); font-size:11px; font-weight:900; letter-spacing:.2em; }
.it-signal strong { padding:9px 0; border-bottom:1px solid rgba(55,50,46,.09); font:500 23px/1.2 var(--serif); color:var(--it-ink); }
.it-signal small { padding-top:13px; color:#786b61; }

.it-section h2, .it-section--soft h2, .it-section--saffron h2 { color:var(--it-ink); }
.it-section--soft { background:var(--it-cream); }
.it-section--saffron { background:linear-gradient(135deg,#f8e7bc,#f3d986); }
.it-heading > p { color:#6b5f55; }
.it-diagnostic-card { padding:28px 34px; border-radius:22px; background:var(--it-sage); box-shadow:inset 5px 0 0 var(--it-coral); }
.it-diagnostic-card p { margin:0; padding:16px 0; border-bottom:1px solid rgba(55,50,46,.11); }
.it-diagnostic-card p:last-child { border-bottom:0; }
.it-diagnostic-card b { display:inline-block; width:42px; color:var(--it-coral-dark); font-family:var(--serif); font-size:21px; }
.it-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.it-card { min-height:300px; padding:34px; border-radius:22px; background:var(--white); border:1px solid rgba(242,107,91,.16); box-shadow:0 12px 34px rgba(55,50,46,.06); }
.it-card span { color:var(--it-saffron); font:500 26px/1 var(--serif); }
.it-card h3 { margin:34px 0 13px; color:var(--it-coral-dark); font:500 26px/1.15 var(--serif); }
.it-card p { margin:0; color:#685d54; }
.it-feature-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.it-feature-grid > div { padding:30px; border:1px solid rgba(55,50,46,.1); border-radius:18px; background:linear-gradient(145deg,var(--white),#fbf8f3); }
.it-feature-grid h3 { margin:0 0 10px; color:var(--it-coral-dark); font:500 24px/1.15 var(--serif); }
.it-feature-grid p { margin:0; }
.it-tech-list { display:grid; gap:12px; }
.it-tech-list p { margin:0; padding:18px 22px; border-radius:15px; background:rgba(255,255,255,.62); }
.it-tech-list strong, .it-tech-list span { display:block; }
.it-tech-list strong { color:var(--it-coral-dark); font-size:16px; }
.it-tech-list span { margin-top:3px; color:#665a51; font-size:14px; }
.it-task-list p::before { color:var(--it-coral); }
.it-scenarios { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:40px; }
.it-scenarios p { position:relative; margin:0; padding:26px 28px 26px 52px; border-radius:18px; background:var(--white); border:1px solid rgba(233,173,34,.25); font-family:var(--serif); font-size:18px; line-height:1.55; }
.it-scenarios p::before { content:"?"; position:absolute; left:20px; top:24px; display:grid; place-items:center; width:22px; height:22px; border-radius:50%; background:var(--it-saffron); color:var(--white); font:700 13px/1 var(--sans); }
.it-steps li span { color:var(--it-coral); }
.it-final-cta { padding:110px 0; text-align:center; color:var(--it-ink); background:linear-gradient(135deg,var(--it-sage),var(--it-cream) 50%,#f8e1a9); }
.it-final-cta h2 { margin:0 auto 30px; max-width:760px; color:var(--it-ink); font:500 clamp(34px,4vw,52px)/1.08 var(--serif); }
.it-final-cta .it-eyebrow { color:var(--it-coral-dark); }
.it-button--light { background:var(--white); color:var(--it-coral-dark); border-color:var(--white); }
.it-button--light:hover { background:var(--it-coral); color:var(--white); border-color:var(--it-coral); }

@media (max-width: 900px) {
  .choice-grid { grid-template-columns:1fr; }
  .choice-panel { min-height:auto; padding:70px max(30px,7vw); }
  .choice-panel__content { width:100%; }
  .choice-bridge__inner, .it-hero__grid { grid-template-columns:1fr; }
  .it-signal { max-width:620px; }
  .it-card-grid { grid-template-columns:1fr; }
}

@media (max-width: 640px) {
  .choice-intro { padding-top:46px; }
  .choice-intro h1 { font-size:clamp(34px,10vw,45px); }
  .choice-panel { padding:56px 24px; }
  .choice-panel h2 { font-size:clamp(31px,9vw,40px); }
  .choice-button { width:100%; justify-content:center; text-align:center; }
  .choice-bridge__inner { grid-template-columns:1fr; gap:28px; }
  .it-hero { padding:58px 0 70px; }
  .it-hero h1 { font-size:clamp(34px,9.5vw,44px); }
  .it-hero__actions { flex-direction:column; align-items:flex-start; }
  .it-button { width:100%; }
  .it-signal { padding:27px; }
  .it-feature-grid, .it-scenarios { grid-template-columns:1fr; }
  .it-card { min-height:auto; }
  .it-final-cta { padding:78px 0; }
}
