@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
:root{--ink:#233e36;--paper:#faf9f5;--line:#d9ded5;--orange:#c24b2a;--soft:#eef0e7;--white:#fff}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}a:hover{color:var(--orange)}button,input{font:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:'Playfair Display',Georgia,serif;font-weight:400;line-height:1.12}h1{font-size:clamp(42px,5.6vw,82px);letter-spacing:-.04em}h2{font-size:clamp(32px,3.5vw,48px);letter-spacing:-.025em}h3{font-size:27px}p{max-width:70ch}em{font-weight:400}.wrap{max-width:1320px;margin:auto;padding:0 48px}.topline{background:var(--ink);color:white;text-align:center;font-size:12px;letter-spacing:.12em;padding:8px}.nav{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:26px;padding-bottom:26px;border-bottom:1px solid var(--line)}.brand{font-size:32px;letter-spacing:-1.5px;white-space:nowrap}.brand i{color:var(--orange)}.navlinks{display:flex;gap:28px;font-size:14px}.navlinks a{padding:8px 0}.navbutton{border:1px solid var(--ink);border-radius:30px;padding:10px 19px;font-size:14px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:600;color:var(--orange);display:block;margin-bottom:19px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:55px;padding-top:44px;padding-bottom:48px;align-items:center}.hero p{font-size:18px;max-width:480px}.hero .photo{height:540px;object-fit:cover;width:100%;border-radius:180px 180px 4px 4px}.hero h1{margin-bottom:25px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:32px;background:var(--ink);color:white;border:1px solid var(--ink);border-radius:40px;padding:14px 24px;font-size:14px;font-weight:500;cursor:pointer}.btn:hover{background:var(--orange);border-color:var(--orange);color:white}.btn.light{background:transparent;color:var(--ink)}.fine{font-size:13px;color:#63736b}.hero .fine{font-size:13px;margin-top:18px}.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding:18px 0;font-size:13px}.section{padding-top:70px;padding-bottom:70px}.sectionhead{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:32px}.sectionhead h2{margin-bottom:0}.textlink{border-bottom:1px solid var(--ink);font-size:14px;padding-bottom:4px;white-space:nowrap}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.card{display:flex;flex-direction:column}.card .visual{position:relative;overflow:hidden;background:#e9ede6;margin-bottom:23px;aspect-ratio:1.2}.card img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.card:hover img{transform:scale(1.035)}.card .tag{position:absolute;left:14px;top:14px;background:var(--paper);border-radius:30px;padding:5px 12px;font-size:12px}.card .eyebrow{margin-bottom:12px}.card h3{margin-bottom:14px}.card p{font-size:14px;margin-bottom:10px;color:#52635b}.card .meta{font-size:12px;color:#6c766e}.feature{background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1fr}.feature img{height:510px;width:100%;object-fit:cover}.feature .inner{padding:70px 65px;align-self:center}.feature .eyebrow{color:#e7bc96}.feature .btn{background:var(--paper);color:var(--ink);margin-top:15px}.feature h2{font-size:48px}.categories{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0 40px}.chip{padding:10px 20px;border:1px solid var(--line);border-radius:40px;font-size:14px}.chip.active,.chip:hover{background:var(--ink);color:white}.newsletter{background:#e9eddf;padding:50px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.newsletter h2{margin-bottom:0}.newsletter p{margin:0}.footer{margin-top:60px;padding:45px 0 28px;border-top:1px solid var(--line)}.footergrid{display:flex;justify-content:space-between;gap:30px}.footerlinks{display:flex;gap:25px;flex-wrap:wrap;font-size:14px}.copyright{font-size:12px;color:#6c766e;margin-top:35px}.crumb{font-size:12px;color:#68766e;margin:30px 0}.articlehero{display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center;margin-bottom:40px}.articlehero h1{font-size:clamp(38px,4.2vw,60px)}.articlehero img{height:390px;width:100%;object-fit:cover;border-radius:3px}.intro{font-size:18px}.note{background:var(--soft);padding:24px 28px;border-left:3px solid var(--ink);margin:28px 0}.note p:last-child{margin:0}.articlelayout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:65px}.toc{align-self:start;position:sticky;top:24px;font-size:14px;border-top:1px solid var(--line);padding-top:20px}.toc a{display:block;padding:9px 0}.articlebody h2{font-size:36px;margin-top:48px}.articlebody h3{font-size:26px}.tablewrap{overflow:auto;border:1px solid var(--line);border-radius:4px;margin:25px 0}table{border-collapse:collapse;width:100%;font-size:14px;text-align:left}th{background:var(--ink);color:white;font-weight:500;padding:17px;white-space:nowrap}td{padding:18px 17px;border-bottom:1px solid var(--line);min-width:130px}tbody tr:nth-child(even){background:var(--soft)}.product{display:grid;grid-template-columns:220px 1fr;gap:30px;border-top:1px solid var(--line);padding:35px 0}.productimg{background:#f0f1ec;display:grid;place-items:center;min-height:230px}.productimg img{max-height:260px;object-fit:contain}.product h3{margin:8px 0 15px}.product .eyebrow{margin-bottom:0}.product p{font-size:15px}.pros{display:grid;grid-template-columns:1fr 1fr;gap:18px;font-size:14px;margin:18px 0}.pros div{padding:14px;background:var(--soft)}.pros b{display:block;margin-bottom:5px}.source{font-size:12px;text-decoration:underline}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-weight:500}.faq p{margin:15px 0 0}.numbered{counter-reset:guide}.numbered>div{padding:20px 0;border-bottom:1px solid var(--line)}.numbered h3{font-size:24px;margin-bottom:12px}.narrow{max-width:860px}.producthero .photo{object-fit:contain;background:var(--soft)}.specgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.specgrid div{background:var(--soft);padding:25px}.specgrid strong{display:block;font-family:Georgia,serif;font-size:27px}.skip{position:absolute;left:-999px}.skip:focus{left:10px;background:white;padding:15px;z-index:10}:focus-visible{outline:3px solid var(--orange);outline-offset:5px}html{scroll-behavior:smooth;scroll-padding-top:25px}section[id]{scroll-margin-top:30px}@media(max-width:1000px){.wrap{padding:0 28px}.navlinks{gap:14px}.hero{gap:30px;padding-top:35px;padding-bottom:35px}.hero .photo{height:470px}.articlelayout{grid-template-columns:160px 1fr;gap:30px}.feature .inner{padding:35px}.feature h2{font-size:38px}.cards{gap:22px}}@media(max-width:720px){.wrap{padding:0 21px}.topline{font-size:10px}.nav{flex-wrap:wrap;padding-top:20px;padding-bottom:15px;gap:12px}.brand{font-size:30px}.navbutton{padding:7px 12px;font-size:12px}.navlinks{order:3;overflow-x:auto;width:100%;gap:24px;white-space:nowrap;font-size:13px}.hero{grid-template-columns:1fr;gap:24px;padding-top:32px}.hero h1{font-size:49px}.hero .photo{height:380px;border-radius:160px 160px 3px 3px}.hero p{font-size:16px}.trust{font-size:11px;flex-wrap:wrap;gap:10px 18px}.cards{grid-template-columns:1fr;gap:35px}.card .visual{aspect-ratio:1.4}.section{padding-top:45px;padding-bottom:45px}.sectionhead{align-items:start;flex-direction:column;gap:15px}.feature{grid-template-columns:1fr}.feature img{height:340px}.feature .inner{padding:35px 24px}.newsletter{grid-template-columns:1fr;padding:30px;gap:20px}.footergrid{flex-direction:column}.footerlinks{gap:15px}.articlehero{grid-template-columns:1fr;gap:25px}.articlehero img{height:300px}.articlelayout{display:block}.toc{position:static;display:flex;gap:20px;overflow:auto;white-space:nowrap;padding:12px 0;border-bottom:1px solid var(--line);margin-bottom:30px}.toc b{display:none}.product{grid-template-columns:1fr}.productimg{height:260px}.pros{grid-template-columns:1fr}.specgrid{grid-template-columns:1fr}.articlebody h2{font-size:32px}h2{font-size:35px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card img{transition:none}}
.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}.card .visual:has(img[src*="yoyo3"]),.card .visual:has(img[src*="aer2"]),.card .visual:has(img[src*="duet"]){background:#f0f1ec}.card .visual img[src*="yoyo3"],.card .visual img[src*="aer2"],.card .visual img[src*="duet"]{object-fit:contain;padding:15px}.productimg img{width:100%;height:260px}.specgrid strong{overflow-wrap:anywhere;font-size:24px}.producthero .photo{border-radius:4px}.articlehero img[src*="aer2"],.articlehero img[src*="yoyo3"],.articlehero img[src*="duet"]{object-fit:contain;background:var(--soft)}
.card p,.product p{font-size:16px}.navlinks{font-size:14px}.specgrid strong{line-height:1.3}.articlehero img[src*="duet"]{object-fit:cover}.card .visual img[src*="duet"]{object-fit:cover;padding:0}.productimg img[src*="duet"]{object-fit:cover}.producthero img[src*="duet"]{object-fit:cover}
.articlehero img[src*="duet"],.producthero img[src*="duet"],.productimg img[src*="duet"],.card .visual img[src*="duet"]{object-fit:contain;padding:15px}
.navlinks{gap:19px}.brand{font-size:30px}.nav{gap:20px}.articlehero img[src*="ava"],.articlehero img[src*="moa"],.articlehero img[src*="minla"],.card .visual img[src*="ava"],.card .visual img[src*="moa"],.card .visual img[src*="minla"]{object-fit:contain;background:var(--soft);padding:16px}@media(max-width:1100px){.nav{flex-wrap:wrap}.navlinks{order:3;width:100%;justify-content:center;overflow:auto}}@media(max-width:720px){.navlinks{justify-content:flex-start;gap:23px}.brand{font-size:28px}.navbutton{font-size:13px}}

.cookie-settings{border:0;background:transparent;color:inherit;font:inherit;padding:0;text-align:left;cursor:pointer;text-decoration:underline}.consent-banner[hidden]{display:none}.consent-banner{position:fixed;bottom:20px;left:20px;right:20px;max-width:850px;margin:auto;z-index:1000;background:#faf9f5;color:#233e36;border:1px solid #233e36;border-radius:16px;padding:22px;box-shadow:0 8px 36px #0002;display:flex;gap:24px;align-items:center}.consent-banner strong{font-size:18px}.consent-banner p{font-size:14px;line-height:1.5;margin:8px 0 0}.consent-banner a{text-decoration:underline}.consent-actions{display:flex;gap:10px;flex-shrink:0}.consent-actions button{background:#233e36;color:#fff;border:1px solid #233e36;border-radius:8px;padding:12px 18px;font:inherit;cursor:pointer}.consent-actions button:focus-visible,.cookie-settings:focus-visible{outline:3px solid #c24b2a;outline-offset:3px}@media(max-width:640px){.consent-banner{left:10px;right:10px;bottom:10px;padding:16px;display:block;max-height:75vh;overflow:auto}.consent-actions{margin-top:14px}.consent-actions button{flex:1}}

/* Repères factuels des nouveaux équipements, sans photographie non autorisée. */
.factvisual{min-height:260px;width:100%;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;background:#e6ece6;color:#233e36;border-radius:16px;box-sizing:border-box}.factvisual strong{font-family:Georgia,serif;font-size:clamp(2rem,5vw,4.2rem);font-weight:400;line-height:1.12;overflow-wrap:anywhere}.factvisual>span:not(.eyebrow){font-size:1.1rem;max-width:25ch;line-height:1.5}.factvisual small{font-size:.875rem;padding-top:18px;border-top:1px solid #233e3633;width:100%}.producthero .factvisual{min-height:390px}.editorial-section{margin:30px 0}.editorial-section h3{margin-bottom:12px}.tablewrap th[scope=row]{text-align:left;font-size:1rem;min-width:150px}.tablewrap td{min-width:145px}@media(max-width:640px){.producthero .factvisual{min-height:250px}.factvisual{padding:24px;min-height:220px}}
