/* ── RESET BOOTSTRAP/JOOMLA NATIVE LINK STYLES ── */
#main-header a, #main-header a:hover, #main-header a:focus,
.contact-bar a, .contact-bar a:hover,
.hero a, .hero a:hover,
.strip-item, .strip-item:hover,
.service-link, .service-link:hover, .service-link:focus,
.scard-back a, .scard-back a:hover,
.about-list a, .about-list a:hover,
.btn-hero, .btn-hero:hover,
.btn-call, .btn-call:hover,
.btn-contact, .btn-contact:hover,
.contact-block-text a, .contact-block-text a:hover,
.nav-cta, .nav-cta:hover,
footer a, footer a:hover, footer a:focus,
.companies-header a, .companies-header a:hover,
.shop-card-cta, .shop-card-cta:hover {
  text-decoration: none !important;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Pas de flash bleu au clic/tap sur boutons et liens, focus clavier conservé discrètement */
a, button, input, textarea, select, [tabindex] {
  -webkit-tap-highlight-color: transparent;
}
a:focus, button:focus, input:focus, textarea:focus, select:focus, [tabindex]:focus {
  outline: none;
}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, [tabindex]:focus-visible {
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}
:root {
  --C: #00AEEF;
  --M: #DC0073;
  --Y: #FFD600;
  --K: #1C1A1A;
  --navy: #112855;
  --navy-mid: #1a3a6e;
  --white: #ffffff;
  --light: #f6f8fa;
  --text: #1e2535;
  --muted: #64748b;
  --border: #e2e8f0;
}
html { font-size: 17px; scroll-behavior: smooth; overflow-anchor: none; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.65; overflow-x: hidden; }

/* Filet de sécurité responsive pour le contenu libre (articles Joomla, pages légales) */
.tck-article img, .legal-content img,
.tck-article table, .legal-content table,
.tck-article iframe, .legal-content iframe,
.tck-article video, .legal-content video {
  max-width: 100%;
  height: auto;
}
.tck-article table, .legal-content table { display: block; overflow-x: auto; }

/* ── CONTACT BAR ── */
.contact-bar { background: var(--K); color: rgba(255,255,255,.6); font-size: 0.8rem; padding: 9px 0; }
.contact-bar .inner { max-width: 1200px; margin: auto; padding: 0 28px; display: flex; justify-content: space-between; align-items: center; }
.cbar-left { display: flex; gap: 24px; }
.cbar-item { display: flex; align-items: center; gap: 7px; }
.cbar-item svg { width: 13px; height: 13px; opacity: .65; flex-shrink: 0; }
.cbar-item a { color: #fff; text-decoration: none; font-weight: 600; }
.cbar-item span { color: rgba(255,255,255,.65); }
.contact-bar .pro-link { color: rgba(255,255,255,.6); text-decoration: none; font-size: 0.78rem; }
.contact-bar .pro-link:hover { color: var(--C); }

/* ── HEADER ── */
#main-header {
  position: sticky; top: 0; z-index: 200;
  background: var(--white);
  transition: height .35s ease, box-shadow .35s ease;
  height: 130px;
}
#main-header::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--C) 0 25%, var(--M) 25% 50%, var(--Y) 50% 75%, var(--K) 75% 100%);
}
.header-inner {
  max-width: 1280px; margin: auto; padding: 0 28px;
  height: calc(100% - 4px);
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
}
.logo { display: flex; align-items: center; gap: 20px; text-decoration: none; flex-shrink: 1; min-width: 0; }
.logo-img { height: 68px; transition: height .35s ease; flex-shrink: 0; }
.logo-text-wrap { border-left: 1px solid var(--border); padding-left: 20px; min-width: 0; overflow: hidden; }
.logo-name { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; color: var(--K); line-height: 1.1; transition: font-size .35s ease; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.logo-sub { font-size: 0.68rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-top: 4px; transition: opacity .35s ease, max-height .35s ease; max-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

#main-header.scrolled { height: 60px; box-shadow: 0 2px 16px rgba(0,0,0,.1); }
#main-header.scrolled .logo-img { height: 34px; }
#main-header.scrolled .logo-name { font-size: 1rem; }
#main-header.scrolled .logo-sub { opacity: 0; max-height: 0; margin-top: 0; }

.nav-clip { display: contents; }
nav { display: flex; align-items: center; gap: 2px; flex-shrink: 0; }
nav a { color: var(--text); text-decoration: none; font-size: 0.875rem; font-weight: 500; padding: 8px 11px; border-radius: 6px; transition: background .15s, color .15s; white-space: nowrap; }
nav a:hover { background: var(--light); color: var(--navy) !important; font-weight: 500 !important; text-decoration: none !important; }
.nav-cta { margin-left: 8px; background: var(--navy) !important; color: var(--white) !important; font-weight: 600 !important; border-radius: 6px; padding: 8px 20px !important; }
.nav-cta:hover { background: var(--navy-mid) !important; color: var(--white) !important; font-weight: 600 !important; text-decoration: none !important; }

/* Lien actif + puce CMYK */
.nav-link { position: relative; display: inline-flex; align-items: center; gap: 8px; }
.nav-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; opacity: 0; transform: scale(.4); transition: opacity .2s ease, transform .2s ease; }
.nav-link.active { color: var(--navy) !important; font-weight: 600 !important; background: var(--light); }
.nav-link.active .nav-dot { opacity: 1; transform: scale(1); }
.nav-link:hover .nav-dot { opacity: 1; transform: scale(1); }

/* Drawer header (visible uniquement en mode off-canvas mobile) */
.nav-drawer-head { display: none; }
.nav-close { display: none; background: none; border: none; cursor: pointer; padding: 6px; color: var(--K); }
.nav-close svg { width: 20px; height: 20px; }
.nav-close:hover, .nav-close:focus, .nav-close:active { background: var(--light); }
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active { background: none; }

/* Voile derrière le menu mobile */
.nav-overlay {
  position: fixed; inset: 0; z-index: 198;
  background: rgba(8, 12, 24, .55);
  opacity: 0; pointer-events: none;
  transition: opacity .3s ease;
}
.nav-overlay.open { opacity: 1; pointer-events: auto; }

/* ── HERO ── */
.hero {
  position: relative; min-height: 88vh; overflow: hidden;
  display: flex; align-items: center;
  background-color: var(--K);
  background-image: url('../../../images/pages/hero/hero-print-signage.jpg');
  background-size: cover; background-position: center 40%;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(5,10,22,.97) 0%, rgba(10,20,45,.93) 45%, rgba(0,0,0,.80) 100%);
}
.hero-inner {
  max-width: 1200px; margin: auto; padding: 80px 28px;
  display: flex; flex-direction: column; max-width: 780px; margin: 0 auto; text-align: center; align-items: center;
  position: relative; z-index: 1; width: 100%;
}
.hero-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); padding: 5px 14px; border-radius: 20px;
  font-size: 1rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 22px;
}
.kicker-dot { width: 6px; height: 6px; background: var(--C); border-radius: 50%; flex-shrink: 0; }
.hero h1 { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700; line-height: 1.12; color: var(--white); margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--C); }
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,.78); line-height: 1.75; margin-bottom: 36px; max-width: 500px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.btn-hero { background: var(--C); color: var(--white); font-weight: 700; font-size: 0.95rem; padding: 14px 28px; border-radius: 6px; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .2s; }
.btn-hero:hover { background: #0096cc !important; color: var(--white) !important; font-weight: 700 !important; text-decoration: none !important; }
.btn-call { color: rgba(255,255,255,.82); font-size: 0.9rem; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.btn-call:hover { color: #fff !important; font-weight: 500 !important; text-decoration: none !important; }
.hero-card { background: rgba(255,255,255,.1); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; padding: 26px; }
.hero-card-title { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.15); }
.hero-trust { display: flex; align-items: flex-start; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.hero-trust:last-child { border-bottom: none; padding-bottom: 0; }
.hero-trust-icon { width: 40px; height: 40px; flex-shrink: 0; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.hero-trust-icon.ic { background: rgba(0,174,239,.25); }
.hero-trust-icon.im { background: rgba(220,0,115,.25); }
.hero-trust-icon.iy { background: rgba(255,214,0,.2); }
.hero-trust-icon.ik { background: rgba(255,255,255,.12); }
.hero-trust-text strong { display: block; font-size: 0.88rem; font-weight: 600; color: var(--white); margin-bottom: 2px; }
.hero-trust-text span { font-size: 0.76rem; color: rgba(255,255,255,.58); }

/* ── STRIP ── */
.strip { background: var(--light); border-bottom: 1px solid var(--border); }
.strip-inner { max-width: 1200px; margin: auto; display: flex; justify-content: center; flex-wrap: wrap; }
.strip-item { display: flex; align-items: center; gap: 9px; padding: 16px 24px; font-size: 0.875rem; font-weight: 600; color: var(--navy); border-right: 1px solid var(--border); white-space: nowrap; transition: background .15s; }
.strip-item:last-child { border-right: none; }
.strip-item:hover { background: var(--white); }
.strip-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.sd-c { background: var(--C); }
.sd-m { background: var(--M); }
.sd-y { background: var(--Y); }
.sd-k { background: var(--K); }

/* ── SECTIONS ── */
.section { padding: 80px 28px; }
.section-alt { background: var(--light); }
.section-dark { background: var(--K); color: var(--white); }
.section-inner { max-width: 1200px; margin: auto; }
.section-header { margin-bottom: 52px; }
.section-header.centered { text-align: center; }
.eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 10px; }
.ey-c { color: var(--C); } .ey-m { color: var(--M); } .ey-y { color: #b89600; } .ey-k { color: var(--muted); }
.section-header h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; line-height: 1.2; margin-bottom: 12px; color: var(--navy); }
.section-dark .section-header h2 { color: var(--white); }
.section-dark .eyebrow { color: rgba(255,255,255,.45); }
.section-header p { font-size: 1rem; color: var(--muted); line-height: 1.65; max-width: 540px; }
.section-header.centered p { margin: 0 auto; }

/* ── PAGE LÉGALE ── */
.legal-content { max-width: 760px; }
.legal-content h2 { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; color: var(--navy); margin: 40px 0 14px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { font-size: 0.92rem; color: var(--text); line-height: 1.75; margin-bottom: 14px; }
.legal-content a { color: var(--C); text-decoration: underline; }
.legal-content a:hover { color: var(--navy); }

/* ── SERVICES ── */
.services-grid { display: flex; flex-direction: column; width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.service-card { position: relative; overflow: hidden; cursor: pointer; border-radius: 0; border: none; min-height: 220px; width: 100%; }
.service-card + .service-card { border-top: 1px solid rgba(255,255,255,.14); }
.sc-c { background: linear-gradient(135deg, var(--C) 0%, #0090d4 100%); }
.sc-m { background: linear-gradient(135deg, var(--M) 0%, #b80050 100%); }
.sc-y { background: linear-gradient(135deg, var(--Y) 0%, #f0a000 100%); }
.sc-k { background: linear-gradient(135deg, var(--K) 0%, #000 100%); }
/* image qui se fond dans la couleur, à droite */
.scard-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.scard-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: brightness(.5) saturate(.85); transition: filter .6s ease, transform 1s ease; }
.service-card:hover .scard-bg img { filter: brightness(.4) saturate(.85); transform: scale(1.04); }
.scard-bg-fade { position: absolute; inset: 0; }
.sc-c .scard-bg-fade { background: linear-gradient(to right, var(--C) 0%, var(--C) 38%, rgba(0,174,239,0) 78%); }
.sc-m .scard-bg-fade { background: linear-gradient(to right, var(--M) 0%, var(--M) 38%, rgba(220,0,115,0) 78%); }
.sc-y .scard-bg-fade { background: linear-gradient(to right, var(--Y) 0%, var(--Y) 38%, rgba(255,214,0,0) 78%); }
.sc-k .scard-bg-fade { background: linear-gradient(to right, var(--K) 0%, var(--K) 38%, rgba(28,26,26,0) 78%); }
/* face avant */
.scard-front { position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 26px; padding: 0 60px; transition: opacity .5s ease, transform .6s cubic-bezier(.4,0,.2,1); }
.service-card:hover .scard-front { transform: translateX(-14px); }
.scard-icon-area { flex: 0 0 auto; width: 76px; height: 76px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.14); transition: background .5s ease, transform .6s cubic-bezier(.4,0,.2,1); }
.sc-y .scard-icon-area { background: rgba(0,0,0,.08); }
.service-card:hover .scard-icon-area { background: rgba(255,255,255,.22); transform: scale(1.08); }
.sc-y:hover .scard-icon-area { background: rgba(0,0,0,.12); }
.scard-icon-area svg { width: 40px; height: 40px; }
.scard-label-wrap { display: flex; flex-direction: column; gap: 4px; }
.scard-label { font-size: 1.05rem; font-weight: 800; letter-spacing: 4px; text-transform: uppercase; color: rgba(255,255,255,.95); transition: letter-spacing .5s ease; }
.service-card:hover .scard-label { letter-spacing: 6px; }
.sc-y .scard-label { color: rgba(0,0,0,.75); }
.scard-num { font-size: .72rem; font-weight: 700; letter-spacing: 2px; font-family: 'Courier New', monospace; color: rgba(255,255,255,.55); }
.sc-y .scard-num { color: rgba(0,0,0,.45); }
.scard-arrow { position: absolute; right: 60px; top: 50%; transform: translate(12px,-50%); width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.4); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .5s ease, transform .6s cubic-bezier(.4,0,.2,1); }
.sc-y .scard-arrow { border-color: rgba(0,0,0,.35); }
.service-card:hover .scard-arrow { opacity: 1; transform: translate(0,-50%); }
.scard-arrow svg { width: 16px; height: 16px; }
/* face arrière (slide depuis la droite) */
.scard-back { position: absolute; inset: 0; background: #050608; display: flex; flex-direction: column; justify-content: center; padding: 30px 60px; transform: translateX(100%); transition: transform .7s cubic-bezier(.4,0,.2,1); z-index: 2; }
.service-card:hover .scard-back { transform: translateX(0); }
.scard-back-accent { width: 36px; height: 3px; border-radius: 2px; margin-bottom: 12px; }
.scard-back h3 { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700; color: white; margin-bottom: 8px; line-height: 1.25; }
.scard-back p { font-size: 0.85rem; color: rgba(255,255,255,.68); line-height: 1.6; margin-bottom: 14px; max-width: 640px; }
.service-link { display: inline-flex; align-items: center; gap: 7px; font-size: 0.82rem; font-weight: 700; text-decoration: none; }
.service-link:hover { font-weight: 700 !important; text-decoration: none !important; }
.lc { color: var(--C); } .lm { color: var(--M); } .ly { color: #e0c400; } .lk { color: rgba(255,255,255,.75); }
.service-link.lc:hover { color: var(--C) !important; }
.service-link.lm:hover { color: var(--M) !important; }
.service-link.ly:hover { color: #e0c400 !important; }
.service-link.lk:hover { color: rgba(255,255,255,.75) !important; }



/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img { border-radius: 10px; aspect-ratio: 7 / 5; background: var(--light); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; }
.about-text h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--navy); margin-bottom: 18px; line-height: 1.2; }
.about-text p { font-size: 0.95rem; color: var(--muted); line-height: 1.8; margin-bottom: 14px; }
.about-list { list-style: none; margin: 20px 0 32px; display: flex; flex-direction: column; gap: 11px; }
.about-list li { display: flex; align-items: flex-start; gap: 11px; font-size: 0.9rem; line-height: 1.4; }
.check { width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; color: #fff; font-size: 0.65rem; font-weight: 700; }
.ck-c { background: var(--C); } .ck-m { background: var(--M); } .ck-y { background: #b89600; } .ck-k { background: var(--K); }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.contact-info { display: flex; flex-direction: column; gap: 14px; }
.contact-block { display: flex; align-items: flex-start; gap: 16px; padding: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; }
.contact-block-icon { width: 44px; height: 44px; flex-shrink: 0; background: rgba(255,255,255,.1); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
.contact-block-text strong { display: block; font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 4px; }
.contact-block-text a { font-size: 1rem; font-weight: 600; color: var(--white); text-decoration: none; }
.contact-block-text span { font-size: 0.88rem; color: rgba(255,255,255,.68); }
.contact-cta-box { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 10px; padding: 36px; text-align: center; }
.contact-cta-box h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; margin-bottom: 14px; }
.contact-cta-box p { font-size: 0.9rem; color: rgba(255,255,255,.68); line-height: 1.65; margin-bottom: 28px; }
.contact-map { overflow: hidden; border-radius: 8px; line-height: 0; box-shadow: 0 8px 24px rgba(0,0,0,.25); }
.contact-map iframe { display: block; width: 100%; }
.contact-form-card { background: var(--white); border-radius: 10px; padding: 32px; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.contact-form-card .cf-content-wrap { display: none; }
.contact-form-card .cf-fields { display: flex; flex-direction: column; gap: 14px; }
.contact-form-card .cf-control-group { width: 100% !important; max-width: none !important; }
.contact-form-card .cf-control-label,
.contact-form-card .cf-label { font-size: .85rem; font-weight: 600; color: var(--navy); margin-bottom: 6px; display: block; }
.contact-form-card .cf-input,
.contact-form-card textarea.cf-input,
.contact-form-card .cf-select select { width: 100% !important; box-sizing: border-box; border: 1px solid var(--border) !important; border-radius: 8px !important; padding: 12px 14px !important; font-size: .92rem !important; font-family: 'Inter', sans-serif !important; color: var(--text) !important; background: var(--light) !important; transition: border-color .2s ease; }
.contact-form-card .cf-input:focus,
.contact-form-card textarea.cf-input:focus,
.contact-form-card .cf-select select:focus { outline: none; border-color: var(--C) !important; background: var(--white) !important; }
.contact-form-card textarea.cf-input { min-height: 120px; resize: vertical; }
.contact-form-card .cf-field-upload,
.contact-form-card [data-type="fileupload"] .cf-control-input { padding: 14px !important; min-height: auto !important; }
.contact-form-card button[type="submit"],
.contact-form-card .cf-btn-text { background: var(--navy) !important; color: var(--white) !important; border: none !important; border-radius: 8px !important; padding: 13px 28px !important; font-weight: 700 !important; font-size: .92rem !important; cursor: pointer; transition: background .2s ease; }
.contact-form-card button[type="submit"]:hover { background: var(--navy-mid) !important; }
.contact-form-card .cf-required-label { color: var(--C); }
.btn-contact { display: inline-block; background: var(--C); color: #fff; font-weight: 700; font-size: 1rem; padding: 15px 34px; border-radius: 6px; text-decoration: none; transition: background .2s; }
.btn-contact:hover { background: #0096cc !important; color: #fff !important; font-weight: 700 !important; text-decoration: none !important; }

/* ── COMPANIES SCROLL ── */
.companies { padding: 56px 0; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.companies-header { text-align: center; padding: 0 28px 36px; }
.companies-header h2 { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.companies-header p { font-size: 0.9rem; color: var(--muted); }
.companies-track-wrap { overflow: hidden; -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%); mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%); }
.companies-track { display: flex; align-items: center; width: max-content; animation: ticker 30s linear infinite; will-change: transform; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.company-item { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 0 36px; border-right: 1px solid var(--border); white-space: nowrap; height: 220px; }
.company-logo { height: 180px; width: auto; max-width: 380px; object-fit: contain; filter: brightness(0); opacity: 1; transition: opacity .25s ease; }

/* ── FOOTER ── */
footer { background: var(--K); color: rgba(255,255,255,.55); padding: 56px 28px 28px; }
.footer-inner { max-width: 1200px; margin: auto; }
.footer-top { display: grid; grid-template-columns: 2.2fr 1fr 1fr; gap: 48px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 28px; }
.footer-brand h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; margin-bottom: 10px; }
.footer-cmyk { display: flex; gap: 7px; margin-top: 18px; }
.footer-cmyk span { width: 11px; height: 11px; border-radius: 50%; }
.footer-col h4 { font-size: 0.72rem; font-weight: 700; color: rgba(255,255,255,.3); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; }
.footer-col a { display: block; color: rgba(255,255,255,.5); text-decoration: none; font-size: 0.875rem; margin-bottom: 9px; transition: color .15s; }
.footer-col a:hover { color: var(--C); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 0.8rem; }
.footer-bottom a { color: rgba(255,255,255,.3); text-decoration: none; }


/* ── NAV JOOMLA COMPATIBILITY ── */
#main-header nav ul.nav { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; flex-wrap: nowrap; }
#main-header nav ul.nav li { margin: 0; padding: 0; position: relative; }
#main-header nav ul.nav li a { color: var(--text); text-decoration: none; font-size: 0.875rem; font-weight: 500; padding: 8px 14px; border-radius: 6px; transition: background .15s, color .15s; white-space: nowrap; display: block; }
#main-header nav ul.nav li a:hover { background: var(--light); color: var(--navy) !important; font-weight: 500 !important; text-decoration: none !important; }
#main-header nav ul.nav li.current > a,
#main-header nav ul.nav li.active > a { color: var(--navy); font-weight: 600; }

/* ── PAGE INTÉRIEURE ── */
.dps-page-inner { min-height: 60vh; padding: 64px 28px 80px; background: var(--white); }
.dps-page-wrap { max-width: 900px; margin: 0 auto; }
.dps-page-wrap h1 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--navy); margin-bottom: 24px; padding-bottom: 16px; border-bottom: 3px solid var(--C); display: inline-block; }
.dps-page-wrap p { font-size: 1rem; color: var(--muted); line-height: 1.75; margin-bottom: 14px; }

/* ── SERVICE PAGES (Print, Digital, etc.) ── */
.spage-intro { background: var(--light); padding: 48px 28px 44px; position: relative; }
.spage-intro::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--C) 0 25%, var(--M) 25% 50%, var(--Y) 50% 75%, var(--K) 75% 100%); }
.spage-intro-inner { max-width: 1200px; margin: auto; }
.spage-intro h1 { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700; color: var(--navy); margin: 8px 0 14px; line-height: 1.15; }
.spage-intro p { font-size: 1rem; color: var(--muted); max-width: 600px; line-height: 1.7; margin: 0; }
.spage-breadcrumb { font-size: 0.78rem; color: var(--muted); margin-bottom: 10px; }
.spage-breadcrumb a { color: var(--muted); text-decoration: none; }
.spage-breadcrumb a:hover { color: var(--C) !important; font-weight: normal !important; text-decoration: none !important; }
.spage-breadcrumb span { color: var(--muted); }

body.itemid-121, body.itemid-243, body.itemid-119, body.itemid-122 { background: var(--light); }
.spage-wrapper { max-width: 1400px; margin: 0 auto; padding: 0 40px 64px; }
.spage-services { width: 100%; }

.spage-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 88px;
  border-bottom: 1px solid var(--border);
  padding: 48px 0;
}
.spage-service:last-child { border-bottom: none; }
.spage-service:nth-child(odd) .spage-carousel { order: -1; }
.spage-content { background: var(--light); }

.spage-content {
  padding: 48px 56px 48px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spage-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem; font-weight: 700;
  color: var(--border); line-height: 1; margin-bottom: 4px;
}
.spage-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem; font-weight: 700;
  color: var(--navy); line-height: 1.15; margin-bottom: 14px;
}
.spage-content p { font-size: .95rem; color: var(--muted); line-height: 1.78; margin-bottom: 24px; }

.spage-features { list-style: none; margin: 0 0 36px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.spage-features li { display: flex; align-items: center; gap: 11px; font-size: .875rem; color: var(--text); }
.spage-features li::before { content: ''; width: 6px; height: 6px; background: var(--C); border-radius: 50%; flex-shrink: 0; }

/* Swiper carousel overrides */
.spage-carousel { background: var(--K); width: 100%; min-width: 0; aspect-ratio: 7 / 5; overflow: hidden; border-radius: 16px; box-shadow: 0 8px 24px rgba(0,0,0,.12); transition: box-shadow .3s ease; transform: translateZ(0); -webkit-mask-image: -webkit-radial-gradient(white, black); }
.spage-carousel:hover { box-shadow: 0 14px 34px rgba(0,0,0,.2); }
.spage-carousel .swiper-wrapper { height: 100%; }
.spage-carousel .swiper-slide { height: 100%; width: 100%; overflow: hidden; }
.spage-carousel .swiper-slide img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.spage-carousel:hover .swiper-slide img { transform: scale(1.06); }
.spage-carousel .swiper-button-prev,
.spage-carousel .swiper-button-next { color: #fff; --swiper-navigation-size: 20px; background: rgba(255,255,255,.18); backdrop-filter: blur(6px); border-radius: 50%; width: 40px; height: 40px; }
.spage-carousel .swiper-button-prev:hover,
.spage-carousel .swiper-button-next:hover { background: rgba(255,255,255,.35); }
.spage-carousel .swiper-pagination-bullet { background: rgba(255,255,255,.5); opacity: 1; }
.spage-carousel .swiper-pagination-bullet-active { background: #fff; }
.itemid-121 .spage-carousel .swiper-pagination,
.itemid-243 .spage-carousel .swiper-pagination,
.itemid-119 .spage-carousel .swiper-pagination,
.itemid-122 .spage-carousel .swiper-pagination { display: none; }

@media (max-width: 900px) {
  .spage-service { grid-template-columns: 1fr; min-height: auto; padding: 0; }
  .spage-service:nth-child(odd) .spage-carousel { order: 0; }
  .spage-content { padding: 44px 28px; }
  .spage-num { font-size: 2.8rem; }
  .spage-content h2 { font-size: 1.6rem; }
}


/* ── PRINT PAGE — AMÉLIORATIONS VISUELLES ── */
.spage-page-header {  padding: 20px 40px 0; }
.spage-page-header-inner { max-width: 1400px; margin: 0 auto; padding-bottom: 14px; }
.spage-page-header .eyebrow { margin-bottom: 10px; }
.spage-page-header h1 { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 700; color: var(--navy); line-height: 1.1; margin: 10px 0 16px; }
.spage-page-header p { font-size: 1rem; color: var(--muted); line-height: 1.75; max-width: 560px; }
.spage-rainbow { height: 5px; background: linear-gradient(90deg, var(--C) 0 25%, var(--M) 25% 50%, var(--Y) 50% 75%, var(--K) 75% 100%); }
.spage-service-head { display: flex; align-items: flex-end; gap: 16px; margin-bottom: 14px; }
.spage-service-head .spage-num { margin-bottom: 0; font-size: 4rem; flex-shrink: 0; }
.spage-service-rule { flex: 1; height: 2px; margin-bottom: 14px; background: var(--border); }
.spage-content h2 { font-size: 1.85rem; }
.sp-c .spage-service-rule { background: var(--C); }
.sp-m .spage-service-rule { background: var(--M); }
.sp-y .spage-service-rule { background: var(--Y); }
.sp-k .spage-service-rule { background: rgba(28,26,26,.5); }
.sp-c .spage-features li::before { background: var(--C); }
.sp-m .spage-features li::before { background: var(--M); }
.sp-y .spage-features li::before { background: #c8a800; }
.sp-k .spage-features li::before { background: var(--K); }
.spage-content .btn-hero { align-self: flex-start; }
@media (max-width: 900px) {
  .spage-page-header { padding: 44px 28px 0; }
  .spage-service-head .spage-num { font-size: 3rem; }
  .spage-content h2 { font-size: 1.5rem; }
}

/* ── SHOP PAGE ── */
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1400px; margin: 0 auto; padding: 56px 40px; }
.shop-card { background: var(--white); border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,.07); transition: transform .3s ease, box-shadow .3s ease; display: flex; flex-direction: column; }
.shop-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,.13); }
.shop-card-top { height: 130px; display: flex; align-items: center; justify-content: center; }
.shop-card-top-cta { background: linear-gradient(135deg, var(--C) 0%, var(--navy) 100%) !important; }
.shop-card-icon svg { width: 52px; height: 52px; stroke: rgba(255,255,255,.92); fill: none; }
.shop-card-body { padding: 26px 28px 30px; flex: 1; display: flex; flex-direction: column; }
.shop-card-body h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--navy); margin: 0 0 12px; }
.shop-card-body ul { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; }
.shop-card-body ul li { font-size: .875rem; color: var(--muted); padding: 5px 0 5px 16px; position: relative; }
.shop-card-body ul li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; border-radius: 50%; background: var(--C); }
.shop-card-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: var(--white) !important; padding: 10px 20px; border-radius: 8px; font-size: .85rem; font-weight: 600; text-decoration: none !important; transition: background .2s; align-self: flex-start; }
.shop-card-cta:hover { background: var(--C) !important; color: var(--white) !important; text-decoration: none !important; }
@media (max-width: 900px) { .shop-grid { grid-template-columns: 1fr 1fr; padding: 36px 20px; gap: 16px; } }
@media (max-width: 600px) { .shop-grid { grid-template-columns: 1fr; } }

/* ── NAV TOGGLE (HAMBURGER) ── */
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 38px; height: 38px; background: none; border: none; cursor: pointer; padding: 0; flex-shrink: 0; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--K); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


/* ───────────────────────────────────────────
   RESPONSIVE — site complet (≤ 980px)
   ─────────────────────────────────────────── */
@media (max-width: 980px) {
  html { font-size: 16px; }

  .header-inner { padding: 0 18px; }
  .nav-toggle { display: flex; }
  .nav-clip { display: block; position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: 199; }
  nav { position: absolute; top: 0; right: 0; height: 100vh; width: min(82vw, 340px); pointer-events: auto;
    background: var(--white); flex-direction: column; align-items: stretch; gap: 4px;
    padding: 18px 18px 28px; transform: translateX(100%); transition: transform .35s cubic-bezier(.4,0,.2,1);
    box-shadow: -8px 0 32px rgba(0,0,0,.18); overflow-y: auto; z-index: 199; }
  nav.open { transform: translateX(0); }
  nav a { padding: 13px 14px; font-size: 1.02rem; border-radius: 8px; }
  nav a.nav-link { opacity: 0; transform: translateX(12px); transition: opacity .3s ease, transform .3s ease, background .15s, color .15s; }
  nav.open a.nav-link { opacity: 1; transform: translateX(0); }
  nav.open a.nav-link:nth-child(2) { transition-delay: .05s; }
  nav.open a.nav-link:nth-child(3) { transition-delay: .1s; }
  nav.open a.nav-link:nth-child(4) { transition-delay: .15s; }
  nav.open a.nav-link:nth-child(5) { transition-delay: .2s; }
  nav.open a.nav-link:nth-child(6) { transition-delay: .25s; }
  .nav-dot { width: 7px; height: 7px; }
  .nav-cta { margin-left: 0; margin-top: 14px; text-align: center; padding: 14px 20px !important; font-size: 1rem; }
  body.nav-open { overflow: hidden; }

  .nav-drawer-head { display: flex; align-items: center; justify-content: space-between;
    padding-bottom: 14px; margin-bottom: 10px; border-bottom: 1px solid var(--border); }
  .nav-drawer-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.05rem; color: var(--K); }
  .nav-close { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; transition: background .15s; }

  #main-header.scrolled .logo-img { height: 44px; }

  .contact-bar .inner { flex-direction: column; gap: 6px; padding: 8px 18px; }
  .cbar-left { flex-wrap: wrap; gap: 14px; justify-content: center; }
  .contact-bar .pro-link { display: none; }

  .hero { min-height: auto; padding: 64px 0; }
  .hero-inner { padding: 40px 20px; }
  .hero h1 { font-size: 2.1rem; }
  .hero-desc { max-width: 100%; }
  .hero-actions { justify-content: center; width: 100%; }

  .strip-item { padding: 12px 16px; font-size: 0.8rem; }

  .section { padding: 56px 18px; }
  .section-header { margin-bottom: 36px; }
  .section-header h2 { font-size: 1.6rem; }

  .scard-front { padding: 0 24px; gap: 16px; }
  .scard-icon-area { width: 56px; height: 56px; }
  .scard-icon-area svg { width: 30px; height: 30px; }
  .scard-label { font-size: 0.9rem; letter-spacing: 2px; }
  .scard-arrow { right: 24px; }
  .scard-back { padding: 24px; }
  .service-card { min-height: 180px; }

  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-img { order: -1; }
  .about-text h2 { font-size: 1.6rem; }

  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-form-card { padding: 24px; }

  .companies-header { padding: 0 18px 24px; }
  .company-item { height: 140px; padding: 0 22px; }
  .company-logo { height: 110px; }

  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }

  .dps-page-inner { padding: 40px 18px 56px; }
  .dps-page-wrap h1 { font-size: 1.6rem; }

  .spage-intro { padding: 36px 18px 32px; }
  .spage-intro h1 { font-size: 1.8rem; }
  .spage-wrapper { padding: 0 18px 48px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 1.7rem; }
  .hero-kicker { font-size: 0.78rem; padding: 5px 12px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn-hero, .btn-contact { text-align: center; justify-content: center; }

  .logo-text-wrap { display: none; }

  .strip-inner { justify-content: flex-start; overflow-x: auto; }
  .strip-item { border-right: none; }

  .section-header.centered p { font-size: 0.92rem; }

  .scard-label-wrap { gap: 2px; }
  .scard-num { display: none; }

  .companies-header h2 { font-size: 1.3rem; }
  .company-item { height: 100px; padding: 0 16px; }
  .company-logo { height: 76px; }

  .contact-block { padding: 14px; }
  .contact-cta-box { padding: 24px; }

  .spage-page-header h1 { font-size: 2rem; }
}

/* ── reCAPTCHA invisible — badge masqué visuellement (page contact) ── */
.grecaptcha-badge { visibility: hidden; }
