
:root{--paper:#fff1dc;--paper2:#f8d7bd;--ink:#176b87;--ink2:#0d5368;--text:#284b55;--muted:#72878a;--line:#e7c7ae;--red:#ef6f61;--orange:#f59f68;--yellow:#f6cf78;--green:#54b9a9;--blue:#55a9c6;--white:#fff;--max:1380px;--shadow:0 18px 48px rgba(23,107,135,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#fff9ef 0,var(--paper) 58%,#f7ddc8 100%);color:var(--text);font-family:Inter,"IBM Plex Sans",Arial,sans-serif;line-height:1.55}body::before{content:"";position:fixed;inset:0 0 auto 0;height:5px;z-index:200;background:linear-gradient(90deg,var(--red),var(--orange),var(--yellow),var(--green),var(--blue));pointer-events:none}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:10px max(20px,calc((100vw - var(--max))/2));background:rgba(255,249,239,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);box-shadow:0 6px 24px rgba(23,107,135,.06)}.header-logo{display:block;width:235px;max-width:42vw;height:62px;object-fit:cover;object-position:center 48%}.nav{display:flex;gap:28px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.nav a{color:var(--ink)}.nav a:hover{color:var(--red)}.menu-btn{display:none;background:none;border:0;color:var(--ink);font-size:28px}.section{max-width:var(--max);margin:auto;padding:70px 24px}.eyebrow{margin:0 0 10px;color:var(--red);font:700 11px/1.2 "Courier New",monospace;letter-spacing:.17em;text-transform:uppercase}.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:38px;align-items:center;padding-top:50px;padding-bottom:42px}.hero h1,.page-head h1{margin:0;color:var(--ink);line-height:.98;letter-spacing:-.045em}.hero h1{font-size:clamp(44px,5.3vw,78px)}.lead{font-size:18px;color:#58767b;max-width:820px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid var(--ink);font-weight:800}.btn.primary{background:var(--ink);color:white}.btn.ghost{background:#fff;color:var(--ink)}.terminal{position:relative;min-height:300px;background:linear-gradient(145deg,#083f4e,#0d5368 55%,#176b87);border-radius:22px;box-shadow:0 22px 58px rgba(13,83,104,.24);overflow:hidden;border:1px solid rgba(84,185,169,.38)}.terminal-bar{display:flex;gap:7px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.15)}.terminal-bar span{width:9px;height:9px;border-radius:50%}.terminal-bar span:nth-child(1){background:var(--red)}.terminal-bar span:nth-child(2){background:var(--yellow)}.terminal-bar span:nth-child(3){background:var(--green)}.terminal pre{min-height:244px;padding:30px 32px;margin:0;color:#c8f5dc;font:700 16px/2.05 "Courier New",monospace;white-space:pre-wrap;text-shadow:0 0 10px rgba(135,255,185,.2)}.terminal pre::after{content:"█";display:inline-block;margin-left:3px;color:#8fffc1;animation:terminalCursor .82s steps(1,end) infinite}.terminal.matrix-boot::after{content:"";position:absolute;inset:43px 0 0;pointer-events:none;background:repeating-linear-gradient(180deg,rgba(132,255,180,.055) 0,rgba(132,255,180,.055) 1px,transparent 1px,transparent 5px);animation:matrixScan .36s linear infinite}.terminal.matrix-boot pre{color:#9cffbd;text-shadow:0 0 7px rgba(121,255,172,.88),0 0 18px rgba(121,255,172,.35)}@keyframes terminalCursor{50%{opacity:0}}@keyframes matrixScan{from{transform:translateY(-5px)}to{transform:translateY(5px)}}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden;max-width:var(--max);margin:0 auto}.stats article{background:#fff9ef;padding:20px 24px}.stats strong{display:block;color:var(--ink);font-size:30px;line-height:1}.stats span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:22px}.section-head h2{margin:0;color:var(--ink);font-size:clamp(34px,4vw,54px);line-height:1}.section-head p{max-width:700px;color:var(--muted);margin:0}.smart-search{position:relative;max-width:820px;margin:22px auto 0}.search-box{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:0 18px;box-shadow:0 10px 30px rgba(23,107,135,.08)}.search-box input{width:100%;height:58px;border:0;outline:0;background:transparent;color:var(--text);font-size:16px}.suggestions{display:none;position:absolute;left:0;right:0;top:66px;z-index:30;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}.suggestions.open{display:block}.suggestion{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:12px;padding:9px 12px;border-bottom:1px solid #f2dfcf}.suggestion:last-child{border-bottom:0}.suggestion:hover{background:#fff7eb}.suggestion img{width:64px;height:48px;object-fit:cover;border-radius:9px;background:#e9eee9}.suggestion b{display:block;color:var(--ink);font-size:14px}.suggestion small{color:var(--muted)}.suggestion em{font-style:normal;color:var(--red);font-size:11px}.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.brand-card{display:block;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;min-width:0;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.brand-card:hover{transform:translateY(-5px);box-shadow:0 15px 36px rgba(23,107,135,.13);border-color:#b7d8d8}.brand-top{display:flex;align-items:center;gap:12px;min-height:54px}.brand-logo{width:92px;height:45px;object-fit:contain;object-position:left center}.brand-wordmark{display:grid;place-items:center;width:92px;height:45px;border:1px dashed var(--line);border-radius:9px;color:var(--ink);font-weight:900;font-size:14px;text-align:center;line-height:1.1;padding:5px}.brand-top h3{margin:0;color:var(--ink);font-size:18px;line-height:1.1}.brand-meta{font-size:11px;color:var(--muted);margin-top:4px}.brand-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:12px}.brand-thumbs img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;background:#e8efeb}.archive-card{display:grid;grid-template-columns:250px 1fr auto;gap:24px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:0 12px 32px rgba(23,107,135,.07)}.archive-card img{width:250px;height:145px;object-fit:cover;border-radius:16px}.archive-card h2{margin:0;color:var(--ink);font-size:32px}.project{display:grid;grid-template-columns:.72fr 1.28fr;gap:44px;align-items:center}.project-photo{margin:0;background:#fff;border:1px solid var(--line);border-radius:20px;padding:10px}.project-photo img{display:block;width:100%;border-radius:13px}.project-photo figcaption{padding:8px 4px 2px;color:var(--muted);font-size:11px}.project h2{margin:0;color:var(--ink);font-size:48px;line-height:1}.project p{color:var(--muted)}footer{max-width:var(--max);margin:auto;padding:28px 24px 55px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;color:#789094;font-size:11px;text-transform:uppercase;letter-spacing:.05em}
/* brand pages */
.page-main{max-width:var(--max);margin:auto;padding:40px 24px 80px}.page-head{display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center;padding:18px 0 28px;border-bottom:1px solid var(--line)}.page-brand-logo{width:180px;height:108px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px}.page-wordmark{display:grid;place-items:center;width:150px;height:90px;background:#fff;border:1px dashed var(--line);border-radius:16px;color:var(--ink);font-weight:900;text-align:center;padding:10px}.page-head h1{font-size:clamp(38px,5vw,66px)}.page-head p{margin:8px 0 0;color:var(--muted)}.crumbs{display:flex;gap:7px;align-items:center;flex-wrap:wrap;padding:18px 0;font-size:12px;color:var(--muted)}.crumbs button{border:0;background:none;padding:0;color:var(--ink);cursor:pointer}.crumbs button:hover{text-decoration:underline}.gallery-title-row{display:flex;justify-content:space-between;gap:20px;align-items:end;margin:12px 0 18px}.gallery-title-row h2{margin:0;color:var(--ink);font-size:32px;line-height:1.05}.gallery-title-row p{margin:0;color:var(--muted);font-size:12px}.node-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.node-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;cursor:pointer;text-align:left;padding:0;color:inherit;transition:transform .2s ease,box-shadow .2s ease}.node-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(23,107,135,.12)}.node-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:linear-gradient(145deg,#bfe4df,#fff2dc)}.node-card .empty-image{display:grid;place-items:center;width:100%;aspect-ratio:4/3;background:linear-gradient(145deg,#bfe4df,#fff2dc);color:#5e9da7;font-size:38px}.node-info{padding:12px 13px}.node-info h3{margin:0;color:var(--ink);font-size:16px;line-height:1.15}.node-info p{margin:5px 0 0;color:var(--muted);font-size:11px}.photo-entry{border:2px solid var(--green)}.photo-entry .node-info h3{color:#28786c}.back-btn{display:none;margin:0 0 18px;border:1px solid var(--ink);background:#fff;color:var(--ink);border-radius:999px;padding:8px 13px;font-weight:800;cursor:pointer}.back-btn.show{display:inline-flex}.root-note{padding:14px 16px;margin:0 0 18px;border-radius:14px;background:#e3f3ef;color:#356b68;font-size:13px}.gallery-search{margin:0 0 18px;display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:0 13px}.gallery-search input{height:46px;width:100%;border:0;outline:0;background:transparent}.no-results{padding:50px 20px;text-align:center;border:1px dashed var(--line);border-radius:16px;color:var(--muted);grid-column:1/-1}
/* modal viewer */
.viewer{position:fixed;inset:0;z-index:300;background:rgba(7,45,58,.78);backdrop-filter:blur(5px);display:grid;place-items:center;padding:2.5vh 3vw}.viewer[hidden]{display:none}.viewer-panel{position:relative;width:min(1040px,96vw);max-height:95vh;overflow:auto;background:#fff9ef;border-radius:20px;border:1px solid var(--line);box-shadow:0 30px 90px rgba(0,0,0,.35);padding:14px}.viewer-close{position:sticky;top:0;float:right;z-index:4;border:1px solid var(--ink);background:#fff;color:var(--ink);border-radius:999px;padding:8px 13px;font-weight:900;cursor:pointer}.viewer-head{padding:6px 60px 8px 8px}.viewer-head h3{margin:0;color:var(--ink);font-size:20px}.viewer-head small{color:var(--muted)}.viewer-image-wrap{position:relative;clear:both;display:grid;grid-template-columns:54px 1fr 54px;align-items:center;gap:8px}.viewer-image{display:block;max-width:100%;width:auto;height:auto;max-height:68vh;margin:auto;border-radius:10px;background:#e9eee9}.viewer-nav{width:48px;height:48px;border:1px solid var(--ink);border-radius:50%;background:#fff;color:var(--ink);font-size:28px;cursor:pointer}.viewer-caption{margin:12px 62px 4px;padding:13px 15px;background:#e3f3ef;border-left:4px solid var(--green);color:#356b68;border-radius:8px;white-space:pre-line}.viewer-count{text-align:center;color:var(--muted);font-size:11px;padding:5px}.reveal{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}.reveal.in{opacity:1;transform:none}
@media(max-width:1100px){.brand-grid,.node-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:850px){.hero,.project{grid-template-columns:1fr}.brand-grid,.node-grid{grid-template-columns:repeat(2,1fr)}.archive-card{grid-template-columns:160px 1fr}.archive-card img{width:160px;height:110px}.archive-card strong{display:none}.nav{display:none;position:absolute;top:70px;left:15px;right:15px;flex-direction:column;padding:18px;background:#fff9ef;border:1px solid var(--line);border-radius:14px}.nav.open{display:flex}.menu-btn{display:block}.stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.section,.page-main{padding-left:15px;padding-right:15px}.header-logo{width:165px;height:48px;max-width:62vw}.site-header{padding:9px 14px}.nav{top:62px}.hero{padding-top:30px}.hero h1{font-size:43px}.brand-grid,.node-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.brand-card{padding:9px;border-radius:13px}.brand-top{display:block;min-height:83px}.brand-logo,.brand-wordmark{width:78px;height:36px}.brand-top h3{font-size:14px;margin-top:7px}.brand-thumbs{gap:3px}.archive-card{grid-template-columns:1fr;padding:12px}.archive-card img{width:100%;height:auto;aspect-ratio:16/8}.archive-card h2{font-size:27px}.page-head{grid-template-columns:90px 1fr;gap:12px}.page-brand-logo,.page-wordmark{width:90px;height:64px}.page-head h1{font-size:34px}.node-info{padding:9px}.node-info h3{font-size:14px}.viewer{padding:0}.viewer-panel{width:100vw;max-height:100vh;height:100vh;border-radius:0}.viewer-image-wrap{grid-template-columns:40px 1fr 40px}.viewer-nav{width:38px;height:38px;font-size:22px}.viewer-caption{margin:10px 4px}.viewer-image{max-height:68vh}footer{flex-direction:column}}

/* Ordinateurs / Consoles */
.collection-choice{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:var(--max);margin:0 auto;padding:24px 24px 10px}.collection-choice-card{position:relative;min-height:255px;overflow:hidden;border-radius:24px;border:1px solid var(--line);background:#fff;box-shadow:0 14px 38px rgba(23,107,135,.09);transition:transform .25s ease,box-shadow .25s ease}.collection-choice-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(23,107,135,.15)}.collection-choice-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.collection-choice-card::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,67,84,.92),rgba(8,67,84,.54) 58%,rgba(8,67,84,.12))}.collection-choice-content{position:relative;z-index:2;max-width:68%;padding:28px;color:white}.collection-choice-content .eyebrow{color:#ffd58a}.collection-choice-content h2{margin:0;font-size:40px;line-height:1}.collection-choice-content p{margin:10px 0 20px;color:#e5f5f5}.collection-choice-content strong{display:inline-flex;padding:9px 14px;border-radius:999px;background:#fff;color:var(--ink);font-size:12px}.category-block{scroll-margin-top:92px}.category-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:#e3f3ef;color:#28786c;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.category-label.console{background:#fff0df;color:#b35f45}.archive-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.archive-mini{display:grid;grid-template-columns:160px 1fr;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;transition:transform .2s ease,box-shadow .2s ease}.archive-mini:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(23,107,135,.1)}.archive-mini img{width:160px;height:105px;object-fit:cover;border-radius:13px}.archive-mini h3{margin:0;color:var(--ink);font-size:22px}.archive-mini p{margin:4px 0 0;color:var(--muted);font-size:12px}.category-page-head{max-width:var(--max);margin:auto;padding:48px 24px 20px}.category-page-head h1{margin:0;color:var(--ink);font-size:clamp(48px,7vw,86px);line-height:.95;letter-spacing:-.045em}.category-page-head .lead{max-width:850px}.category-page-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
@media(max-width:850px){.collection-choice{grid-template-columns:1fr}.collection-choice-content{max-width:82%}.archive-grid{grid-template-columns:1fr}}@media(max-width:620px){.collection-choice-card{min-height:220px}.collection-choice-content{max-width:100%;padding:22px}.collection-choice-content h2{font-size:34px}.archive-mini{grid-template-columns:110px 1fr}.archive-mini img{width:110px;height:90px}}

.home-return{display:inline-flex;align-items:center;gap:7px;margin:0 0 14px;padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-size:12px;font-weight:900;box-shadow:0 6px 18px rgba(23,107,135,.06);transition:transform .18s ease,background .18s ease,border-color .18s ease}.home-return:hover{transform:translateX(-3px);background:#fff7eb;border-color:#cfae96;color:var(--red)}

.contact-card{margin-top:12px;margin-bottom:70px;display:flex;align-items:center;justify-content:space-between;gap:34px;background:#fff;border:1px solid var(--line);border-left:8px solid var(--red);border-radius:22px;padding:30px 34px;box-shadow:0 14px 36px rgba(23,107,135,.08);scroll-margin-top:100px}.contact-copy{max-width:760px}.contact-card h2{margin:0 0 12px;color:var(--ink);font-size:clamp(32px,4vw,50px);line-height:1}.contact-card p:last-child{margin:0;color:var(--muted)}.contact-mail{white-space:nowrap;font-size:15px}.contact-card:hover{box-shadow:0 20px 44px rgba(23,107,135,.12)}
@media(max-width:850px){.contact-card{flex-direction:column;align-items:flex-start;padding:24px}.contact-mail{width:100%}}

/* Brand cards: logo only */
.brand-card{min-height:168px;display:flex!important;align-items:center;justify-content:center;padding:24px!important}
.brand-logo-only-wrap{width:100%;min-height:148px;display:flex;align-items:center;justify-content:center;padding:8px 6px}
.brand-logo.brand-logo-only{display:block;max-width:94%;max-height:118px;width:auto;height:auto;object-fit:contain;margin:auto}
@media(max-width:700px){.brand-card{min-height:148px;padding:18px!important}.brand-logo-only-wrap{min-height:116px}.brand-logo.brand-logo-only{max-width:94%;max-height:90px}}

/* Brand history */
.brand-history{margin:20px 0 6px;padding:20px 22px;background:linear-gradient(135deg,#fffdf7,#eef8f5);border:1px solid var(--line);border-left:6px solid var(--green);border-radius:18px;box-shadow:0 10px 26px rgba(23,107,135,.06);transition:opacity .2s ease,transform .2s ease}.brand-history[hidden]{display:none}.brand-history h2{margin:0 0 7px;color:var(--ink);font-size:21px}.brand-history p{margin:0;color:#58767b;font-size:14px;line-height:1.65}.brand-history .history-kicker{display:block;margin-bottom:6px;color:var(--red);font:700 10px/1.2 "Courier New",monospace;letter-spacing:.15em;text-transform:uppercase}@media(max-width:560px){.brand-history{padding:16px 17px;margin-top:15px}.brand-history h2{font-size:18px}.brand-history p{font-size:13px}}

.viewer-back-models{display:block;margin:12px auto 4px;border:1px solid var(--ink);background:#fff;color:var(--ink);border-radius:999px;padding:9px 16px;font-weight:800;cursor:pointer}.viewer-back-models:hover{background:var(--ink);color:#fff}

/* VCRP logo pass 2 — larger and more readable */
.brand-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.brand-card{min-height:178px!important;padding:14px!important}
.brand-logo-only-wrap{min-height:148px!important;padding:4px!important}
.brand-logo.brand-logo-only{max-width:97%!important;max-height:132px!important;width:auto!important;height:auto!important;object-fit:contain!important}
.page-brand-logo{width:210px!important;height:122px!important;padding:8px!important}
@media(max-width:1100px){.brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.brand-card{min-height:140px!important;padding:9px!important}.brand-logo-only-wrap{min-height:112px!important}.brand-logo.brand-logo-only{max-width:97%!important;max-height:98px!important}.page-brand-logo{width:110px!important;height:76px!important}}

/* Machine quick facts — only top-level machine cards */
.node-media{position:relative;display:block;overflow:hidden}.node-media>img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:linear-gradient(145deg,#bfe4df,#fff2dc)}
.machine-popover{position:absolute;left:10px;right:10px;bottom:10px;z-index:8;display:block;padding:12px 13px;border-radius:13px;background:rgba(9,63,79,.94);color:#fff;text-align:left;box-shadow:0 14px 34px rgba(0,0,0,.28);opacity:0;transform:translateY(9px) scale(.98);pointer-events:none;transition:opacity .2s ease,transform .2s ease;backdrop-filter:blur(7px)}
.machine-popover b{display:block;margin:0 0 4px;color:#fff;font-size:14px;line-height:1.15}.machine-popover span{display:block;color:#d9f3ee;font-size:11px;line-height:1.35}.machine-popover span strong{color:#ffd58a}.machine-popover em{display:block;margin-top:7px;color:#f7efe4;font-size:11px;line-height:1.38;font-style:normal}.machine-card:hover .machine-popover,.machine-card:focus-visible .machine-popover{opacity:1;transform:none}.machine-card:hover .node-media>img{transform:scale(1.035)}.machine-card .node-media>img{transition:transform .24s ease}
@media(max-width:850px){.machine-popover{display:none}}

/* Sous-galeries : masquer les éléments réservés à la sélection des machines */
[hidden]{display:none!important}

/* VCRP: interface galerie épurée — le bloc titre "Galeries / Marque" et la recherche
   sont supprimés. L'identité de la marque reste portée par le logo sous le menu. */
.gallery-title-row,
.gallery-search { display: none !important; }

/* VCRP: centrage strict des logos de marques sur les pages principales */
.brand-grid .brand-card{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}
.brand-grid .brand-logo-only-wrap{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;text-align:center!important}
.brand-grid .brand-logo.brand-logo-only{display:block!important;margin-left:auto!important;margin-right:auto!important;object-position:center center!important}

/* Frise chronologique VCRP */
.timeline-section{padding-top:52px;padding-bottom:44px;overflow:hidden}.timeline-head{align-items:end}.timeline-head p{max-width:560px}.timeline-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 14px}.timeline-decades{display:flex;gap:7px;flex-wrap:wrap}.timeline-chip,.timeline-arrows button{border:1px solid var(--line);background:#fff;color:var(--ink);font-weight:900;cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease}.timeline-chip{padding:7px 11px;border-radius:999px;font-size:12px}.timeline-chip:hover,.timeline-chip.active{background:var(--ink);color:#fff;transform:translateY(-1px)}.timeline-arrows{display:flex;gap:7px}.timeline-arrows button{width:42px;height:42px;border-radius:50%;font-size:18px}.timeline-arrows button:hover{background:var(--ink);color:#fff}.timeline-shell{position:relative;margin-left:calc((100vw - min(var(--max),100vw - 48px))/2 * -1);margin-right:calc((100vw - min(var(--max),100vw - 48px))/2 * -1);padding:8px max(24px,calc((100vw - var(--max))/2));overflow:hidden}.timeline-track{position:relative;display:flex;gap:18px;overflow-x:auto;padding:14px 4px 28px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--ink) transparent}.timeline-track:before{content:"";position:absolute;left:0;right:0;top:221px;height:3px;background:linear-gradient(90deg,var(--orange),var(--red),var(--seafoam),var(--blue));border-radius:4px;opacity:.82}.timeline-card{position:relative;flex:0 0 190px;scroll-snap-align:start;display:flex;flex-direction:column;min-height:310px;color:inherit}.timeline-photo{height:142px;border-radius:16px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 10px 26px rgba(23,107,135,.09);transition:transform .2s ease,box-shadow .2s ease}.timeline-photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .25s ease}.timeline-card:hover .timeline-photo{transform:translateY(-4px);box-shadow:0 16px 34px rgba(23,107,135,.17)}.timeline-card:hover .timeline-photo img{transform:scale(1.035)}.timeline-year{display:flex;align-items:center;min-height:46px;margin-top:9px;color:var(--red);font:900 13px/1.15 "Courier New",monospace;text-transform:uppercase}.timeline-dot{position:relative;z-index:2;display:block;width:13px;height:13px;margin:8px 0 12px 15px;border:3px solid #fff;border-radius:50%;background:var(--ink);box-shadow:0 0 0 2px var(--ink)}.timeline-card-copy{padding:0 6px 0 0}.timeline-card-copy strong{display:block;color:var(--ink);font-size:15px;line-height:1.2}.timeline-card-copy small{display:block;margin-top:4px;color:var(--muted);font-size:11px}.timeline-hint{margin:8px 0 0;text-align:center;color:var(--muted);font-size:11px}.timeline-card.timeline-1970,.timeline-card.timeline-1980,.timeline-card.timeline-1990,.timeline-card.timeline-2000{scroll-margin-left:24px}
@media(max-width:700px){.timeline-section{padding-top:38px}.timeline-toolbar{align-items:flex-end}.timeline-decades{max-width:75%}.timeline-arrows button{width:38px;height:38px}.timeline-shell{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}.timeline-card{flex-basis:158px;min-height:284px}.timeline-photo{height:118px}.timeline-track:before{top:197px}.timeline-year{font-size:11px}.timeline-card-copy strong{font-size:14px}}

/* Frise VCRP — axe temporel central avec machines alternées */
.timeline-shell{padding-top:8px;padding-bottom:8px}
.timeline-track{gap:12px;padding:8px 4px 18px;min-height:500px;align-items:stretch}
.timeline-track:before{top:242px;height:10px;border-radius:999px;background:linear-gradient(90deg,#ef6f61 0%,#f59f68 18%,#f6cf78 35%,#54b9a9 57%,#55a9c6 78%,#176b87 100%);opacity:1;box-shadow:0 3px 12px rgba(23,107,135,.18)}
.timeline-card{flex:0 0 178px;height:484px;min-height:484px;display:block;position:relative;padding:0 4px}
.timeline-photo{position:absolute;left:4px;right:4px;height:126px;border-radius:16px}
.timeline-year{position:absolute;left:4px;right:4px;display:block;min-height:0;margin:0;text-align:center;font-size:13px}
.timeline-dot{position:absolute;z-index:4;left:50%;top:238px;width:14px;height:14px;margin:0;transform:translate(-50%,-50%);border:3px solid #fff;background:var(--coral);box-shadow:0 0 0 3px var(--ink)}
.timeline-card-copy{position:absolute;left:4px;right:4px;padding:0;text-align:center}
.timeline-card:before{content:"";position:absolute;left:50%;width:2px;transform:translateX(-50%);background:linear-gradient(var(--line),var(--ink));opacity:.7}
.timeline-card:nth-child(odd) .timeline-photo{top:12px}
.timeline-card:nth-child(odd) .timeline-year{top:145px}
.timeline-card:nth-child(odd) .timeline-card-copy{top:169px}
.timeline-card:nth-child(odd):before{top:205px;height:33px}
.timeline-card:nth-child(even) .timeline-year{top:270px}
.timeline-card:nth-child(even) .timeline-photo{top:296px}
.timeline-card:nth-child(even) .timeline-card-copy{top:430px}
.timeline-card:nth-child(even):before{top:245px;height:48px;background:linear-gradient(var(--ink),var(--line))}
.timeline-card:hover .timeline-dot{background:var(--orange);box-shadow:0 0 0 3px var(--ink),0 0 0 7px rgba(245,159,104,.22)}
.timeline-card-copy strong{font-size:14px}.timeline-card-copy small{font-size:10px}
.timeline-hint{margin-top:2px}
@media(max-width:700px){.timeline-track{min-height:430px}.timeline-track:before{top:210px;height:8px}.timeline-card{flex-basis:148px;height:420px;min-height:420px}.timeline-photo{height:104px}.timeline-dot{top:207px}.timeline-card:nth-child(odd) .timeline-photo{top:10px}.timeline-card:nth-child(odd) .timeline-year{top:120px}.timeline-card:nth-child(odd) .timeline-card-copy{top:142px}.timeline-card:nth-child(odd):before{top:177px;height:30px}.timeline-card:nth-child(even) .timeline-year{top:236px}.timeline-card:nth-child(even) .timeline-photo{top:260px}.timeline-card:nth-child(even) .timeline-card-copy{top:370px}.timeline-card:nth-child(even):before{top:214px;height:43px}}

/* Axe de frise : couvre toute la largeur défilable, jusqu'à la dernière machine */
.timeline-track:before{left:4px!important;right:auto!important;width:var(--timeline-axis-width,100%)!important}

/* VCRP 2026-09-11 — Sinclair / IBM / Amstrad : occupation maximale */
.brand-grid img[src$="sinclair_logo_hq.svg"],
.brand-grid img[src$="ibm_logo_hq.svg"],
.brand-grid img[src$="amstrad_logo_hq.svg"]{
  width:100%!important;
  max-width:100%!important;
  height:148px!important;
  max-height:148px!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0 auto!important;
}
.brand-grid .brand-card:has(img[src$="sinclair_logo_hq.svg"]),
.brand-grid .brand-card:has(img[src$="ibm_logo_hq.svg"]),
.brand-grid .brand-card:has(img[src$="amstrad_logo_hq.svg"]){padding:6px!important}
.brand-grid .brand-card:has(img[src$="sinclair_logo_hq.svg"]) .brand-logo-only-wrap,
.brand-grid .brand-card:has(img[src$="ibm_logo_hq.svg"]) .brand-logo-only-wrap,
.brand-grid .brand-card:has(img[src$="amstrad_logo_hq.svg"]) .brand-logo-only-wrap{padding:0!important;min-height:160px!important}
.page-brand-logo[src$="sinclair_logo_hq.svg"],
.page-brand-logo[src$="ibm_logo_hq.svg"],
.page-brand-logo[src$="amstrad_logo_hq.svg"]{width:260px!important;height:138px!important;max-width:92vw!important;object-fit:contain!important}
@media(max-width:700px){
  .brand-grid img[src$="sinclair_logo_hq.svg"],
  .brand-grid img[src$="ibm_logo_hq.svg"],
  .brand-grid img[src$="amstrad_logo_hq.svg"]{height:108px!important;max-height:108px!important}
  .brand-grid .brand-card:has(img[src$="sinclair_logo_hq.svg"]) .brand-logo-only-wrap,
  .brand-grid .brand-card:has(img[src$="ibm_logo_hq.svg"]) .brand-logo-only-wrap,
  .brand-grid .brand-card:has(img[src$="amstrad_logo_hq.svg"]) .brand-logo-only-wrap{min-height:118px!important}
}


/* VCRP 2026-09-11 — optimisation maximale de tous les logos de marques */
.brand-grid .brand-card{padding:6px!important;}
.brand-grid .brand-logo-only-wrap{padding:0!important;min-height:160px!important;width:100%!important;}
.brand-grid .brand-logo.brand-logo-only{
  width:100%!important;max-width:100%!important;
  height:148px!important;max-height:148px!important;
  object-fit:contain!important;object-position:center center!important;
  margin:0 auto!important;display:block!important;
}
.page-brand-logo{
  width:260px!important;height:138px!important;max-width:92vw!important;
  object-fit:contain!important;object-position:center center!important;
}
@media(max-width:700px){
  .brand-grid .brand-card{padding:5px!important;}
  .brand-grid .brand-logo-only-wrap{min-height:118px!important;}
  .brand-grid .brand-logo.brand-logo-only{height:108px!important;max-height:108px!important;}
  .page-brand-logo{width:180px!important;height:100px!important;}
}

/* Apple Computer — lockup historique pour la page principale */
.apple-computer-lockup{display:flex!important;align-items:center!important;justify-content:center!important;gap:13px!important;width:100%!important;min-height:148px!important;padding:4px 8px!important}
.apple-computer-lockup .apple-rainbow-mark{display:block;width:auto;height:112px;max-width:34%;object-fit:contain;flex:0 0 auto}
.apple-computer-wordmark{display:block;color:#1c1c1c;font-family:"Arial Rounded MT Bold","Trebuchet MS",Arial,sans-serif;font-size:31px;font-weight:700;letter-spacing:-2.2px;line-height:.9;white-space:nowrap;text-transform:lowercase;transform:scaleX(1.04);transform-origin:left center}
.apple-computer-card:hover .apple-computer-wordmark{color:var(--ink)}
@media(max-width:700px){.apple-computer-lockup{gap:9px!important}.apple-computer-lockup .apple-rainbow-mark{height:88px}.apple-computer-wordmark{font-size:24px;letter-spacing:-1.7px}}

/* Correctif VCRP — Texas Instruments + Matra/Hachette */
.brand-grid img[src$="texas_instruments_hq.png"],
.brand-grid img[src$="matra_hachette_hq.png"]{
  width:94%!important;
  max-width:94%!important;
  height:132px!important;
  max-height:132px!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0 auto!important;
}
.page-brand-logo[src$="texas_instruments_hq.png"],
.page-brand-logo[src$="matra_hachette_hq.png"]{
  width:280px!important;
  height:120px!important;
  object-fit:contain!important;
}
@media(max-width:700px){
  .brand-grid img[src$="texas_instruments_hq.png"],
  .brand-grid img[src$="matra_hachette_hq.png"]{height:96px!important;max-height:96px!important;}
}

/* VCRP — statistiques accueil : 5 indicateurs */
@media(max-width:900px){.stats{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.stats{grid-template-columns:repeat(2,1fr)}}

@media(max-width:850px){.terminal{min-height:260px}.terminal pre{min-height:204px;padding:25px 24px;font-size:14px;line-height:1.9}}

/* Recherche compacte sur la ligne des boutons du hero */
.hero-actions{align-items:center;flex-wrap:nowrap;width:100%}
.hero-actions .hero-search{flex:1 1 460px;max-width:none;min-width:360px;margin:0 0 0 8px}
.hero-actions .hero-search .search-box{border-radius:999px;padding:0 20px}
.hero-actions .hero-search .search-box input{height:52px;font-size:16px}
.hero-actions .hero-search .suggestions{top:60px}
@media(max-width:1050px){.hero-actions{flex-wrap:wrap}.hero-actions .hero-search{flex-basis:100%;min-width:0;margin:6px 0 0}}

/* VCRP — démarrage façon IBM PC / DOS */
.dos-terminal{background:#050705!important;border:1px solid #2b4d36!important;box-shadow:0 22px 58px rgba(0,0,0,.28),inset 0 0 0 1px rgba(91,255,126,.04)!important}
.dos-terminal .terminal-bar{background:#111!important;border-bottom:1px solid #29372d!important;align-items:center}
.dos-terminal .terminal-bar b{margin-left:auto;color:#8ddf98;font:700 10px/1 "Courier New",monospace;letter-spacing:.12em}
.dos-terminal pre{color:#7dff8e!important;text-shadow:0 0 7px rgba(92,255,120,.28)!important;font-family:"Courier New",Courier,monospace!important;font-weight:700!important}
.dos-terminal pre::after{color:#9dffaa!important}
.dos-terminal.dos-boot{animation:dosPowerOn .42s ease-out both}
@keyframes dosPowerOn{0%{filter:brightness(.2);transform:scaleY(.03)}55%{filter:brightness(1.35);transform:scaleY(1.02)}100%{filter:brightness(1);transform:scaleY(1)}}
@media(prefers-reduced-motion:reduce){.dos-terminal.dos-boot{animation:none}}

/* Terminal DOS — son et frappe plus humaine */
.dos-terminal .dos-sound{margin-left:auto;margin-right:12px;border:1px solid #36563e;background:#08110a;color:#78d988;border-radius:5px;padding:4px 8px;font:700 10px/1 "Courier New",monospace;letter-spacing:.08em;cursor:pointer}
.dos-terminal .dos-sound:hover{background:#102516;color:#a8ffb4}
.dos-terminal .dos-sound.sound-on{border-color:#62c871;color:#a8ffb4;box-shadow:0 0 10px rgba(98,200,113,.16)}
.dos-terminal .terminal-bar b{margin-left:0!important}

/* Accessibilité SEO : titre sémantique sans modifier le design */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
