/*
Theme Name: Magic Hour
Theme URI: https://magic-h.com
Author: Magic Hour
Description: Thème custom pour Magic Hour - Intégrateur Audiovisuel & IT depuis 2002
Version: 1.0
Requires at least: 6.0
Requires PHP: 8.0
License: GPL v2 or later
Text Domain: magic-hour
*/

/* BASE */
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;background:#fff;color:#1A242F}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

/* HEADER */
.header{background:#1A242F;position:sticky;top:0;z-index:999;box-shadow:0 2px 16px rgba(0,0,0,.35)}
.hi{max-width:1340px;margin:0 auto;padding:0 24px;height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.logo{font-size:21px;font-weight:700;letter-spacing:-.5px;flex-shrink:0}
.logo span{color:#5994D4}.logo i{color:#fff;font-style:italic}

/* NAV */
.nav{display:flex;height:68px;list-style:none}
.nav>li{position:relative;display:flex;align-items:center}
.nav>li>a{color:#fff;font-size:13px;font-weight:500;padding:0 12px;height:100%;display:flex;align-items:center;gap:4px;border-bottom:3px solid transparent;transition:.15s;white-space:nowrap}
.nav>li>a:hover,.nav>li.cur>a{color:#A5CEEE;border-bottom-color:#5994D4}
.nav-expert>a{background:rgba(89,148,212,.18);border-radius:5px;margin-left:4px;padding:0 12px!important;color:#A5CEEE!important;border-bottom:none!important}
.nav-expert>a:hover{background:rgba(89,148,212,.3)!important;color:#fff!important}
.arr{font-size:9px;opacity:.5;transition:transform .15s}
.nav>li:hover>a .arr{transform:rotate(180deg)}

/* MEGA MENU */
.mega{display:none;position:absolute;top:68px;left:0;background:#1A242F;border-top:2px solid #5994D4;box-shadow:0 12px 48px rgba(0,0,0,.45);padding:24px;min-width:480px;z-index:1000;animation:fd .15s ease}
.nav>li:hover .mega{display:flex}
@keyframes fd{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.mc{flex:1;min-width:180px;padding:0 20px 0 0;border-right:1px solid rgba(89,148,212,.12);margin-right:20px}
.mc:last-child{border-right:none;margin-right:0;padding-right:0}
.mc h4{color:#5994D4;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(89,148,212,.15)}
.mc a{display:flex;flex-direction:column;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.04);transition:.15s;gap:1px}
.mc a:last-child{border-bottom:none}
.mc a:hover{padding-left:6px}
.mc a strong{color:#fff;font-size:12.5px;font-weight:600;white-space:nowrap}
.mc a span{color:rgba(165,206,238,.55);font-size:11px}
.mc a:hover strong{color:#A5CEEE}
.mc-feat{min-width:170px;padding-left:20px}
.mfeat{background:rgba(89,148,212,.08);border:1px solid rgba(89,148,212,.18);border-radius:8px;padding:14px;margin-bottom:10px}
.mfeat:last-child{margin-bottom:0}
.mfeat .tag{color:#5994D4;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px;display:block}
.mfeat h5{color:#fff;font-size:13px;font-weight:600;margin-bottom:5px;line-height:1.3}
.mfeat p{color:rgba(165,206,238,.7);font-size:11px;line-height:1.5;margin-bottom:8px}
.mfeat a{color:#5994D4!important;font-size:11.5px;font-weight:700}
.mfeat a:hover{color:#fff!important}

/* HEADER ACTIONS */
.ha{display:flex;gap:8px;align-items:center;flex-shrink:0}
.sb{display:flex;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:6px 10px;gap:7px;transition:.15s}
.sb:focus-within{border-color:#5994D4}
.sb input{background:none;border:none;outline:none;color:#fff;font-size:13px;width:120px;font-family:inherit}
.sb input::placeholder{color:rgba(255,255,255,.32)}
.mh-cart-icon{display:flex;align-items:center;gap:6px;color:#fff;font-size:13px;font-weight:500;text-decoration:none;padding:6px 10px;border:1px solid rgba(255,255,255,.15);border-radius:6px;transition:.15s}
.mh-cart-icon:hover{border-color:#5994D4;color:#A5CEEE}
.mh-cart-count{background:#5994D4;color:#fff;font-size:10px;font-weight:700;border-radius:100px;padding:1px 6px;min-width:18px;text-align:center}

/* HAMBURGER */
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}
.burger span{display:block;width:22px;height:2px;background:#fff;transition:.3s;border-radius:2px}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* MOBILE NAV */
.mobile-nav{display:none;position:fixed;top:68px;left:0;right:0;bottom:0;background:#1A242F;z-index:998;overflow-y:auto;padding:20px 24px}
.mobile-nav.open{display:block}
.mnav-item{border-bottom:1px solid rgba(89,148,212,.12)}
.mnav-item>a{display:flex;color:#fff;font-size:15px;font-weight:500;padding:16px 0;justify-content:space-between;align-items:center}
.mnav-item>a .arr{font-size:12px}
.mnav-sub{display:none;padding:0 0 12px 16px}
.mnav-sub.open{display:block}
.mnav-sub h4{color:#5994D4;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:12px 0 8px}
.mnav-sub a{display:block;color:#A5CEEE;font-size:14px;padding:7px 0;border-bottom:1px solid rgba(89,148,212,.08)}
.mnav-sub a:last-child{border-bottom:none}
.mnav-cta{margin-top:20px;display:flex;flex-direction:column;gap:10px}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:6px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;border:none;text-decoration:none;transition:.15s}
.bp{background:#5994D4;color:#fff}.bp:hover{background:#4a83c0;color:#fff}
.bo{background:transparent;color:#A5CEEE;border:1px solid rgba(89,148,212,.4)}.bo:hover{border-color:#5994D4;color:#fff}

/* LAYOUT */
.wrap{max-width:1280px;margin:0 auto;padding:0 40px}
.sec-tag{color:#5994D4;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:10px}
.sec-head{text-align:center;margin-bottom:48px}
.sec-head h2{font-size:32px;font-weight:700;letter-spacing:-.02em;margin-bottom:10px}
.sec-head p{font-size:15px;color:#6B7280;max-width:520px;margin:0 auto;line-height:1.65}
.g2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.g3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.g4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.section{padding:72px 40px}
.section-alt{background:#F4F6F9}

/* CARDS */
.card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;transition:.18s}
.card:hover{box-shadow:0 8px 32px rgba(26,36,47,.1);transform:translateY(-3px)}
.card-body{padding:22px}
.badge{display:inline-block;background:rgba(89,148,212,.1);color:#0C447C;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:100px;margin-bottom:10px}
.card h3{font-size:16px;font-weight:600;margin-bottom:7px;line-height:1.3}
.card p{font-size:13px;color:#6B7280;line-height:1.6;margin-bottom:14px}
.clink{font-size:13px;color:#5994D4;font-weight:600;display:inline-flex;align-items:center;gap:4px;transition:gap .15s}
.clink:hover{gap:8px}

/* PAGE HERO */
.pg-hero{background:#1A242F;padding:30px 40px;border-bottom:1px solid rgba(255,255,255,.07)}
.pg-hero-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:24px}
.pg-hero h1{color:#fff;font-size:22px;font-weight:700;letter-spacing:-.02em;margin-bottom:2px;line-height:1.2}
.pg-hero h1 em{color:#5994D4;font-style:normal}
.pg-hero p{color:#7B9CB5;font-size:13px;line-height:1.5;max-width:560px;margin:0}
.pg-hero-nl{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:14px 18px;min-width:280px;flex-shrink:0}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;color:rgba(165,206,238,.6);margin-bottom:14px}
.breadcrumb a{color:#5994D4}

/* CTA BAND */
.cta-band{background:#5994D4;padding:64px 40px;text-align:center}
.cta-band h2{color:#fff;font-size:32px;font-weight:700;margin-bottom:12px;letter-spacing:-.02em}
.cta-band p{color:rgba(255,255,255,.88);font-size:15px;margin-bottom:26px;max-width:480px;margin-left:auto;margin-right:auto}
.cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.cta-w{background:#fff;color:#5994D4;border-radius:6px;padding:12px 24px;font-size:13px;font-weight:600;border:none;cursor:pointer;font-family:inherit}
.cta-t{border:1px solid rgba(255,255,255,.5);color:#fff;border-radius:6px;padding:12px 24px;font-size:13px;font-weight:600;background:transparent;cursor:pointer;font-family:inherit}

/* FOOTER */
.footer{background:#1A242F;padding:52px 40px 0}
.footer-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:28px;padding-bottom:40px;border-bottom:1px solid rgba(89,148,212,.12)}
.footer h4{color:#fff;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px}
.footer-grid ul{list-style:none}
.footer-grid ul li{margin-bottom:8px}
.footer-grid ul li a{color:rgba(165,206,238,.7);font-size:13px;transition:.15s}
.footer-grid ul li a:hover{color:#fff}
.fdesc{font-size:13px;color:rgba(165,206,238,.7);line-height:1.7;margin-bottom:12px}
.footer-bot{max-width:1280px;margin:0 auto;padding:18px 0;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(165,206,238,.4);flex-wrap:wrap;gap:8px}
.footer-bot a{color:rgba(165,206,238,.4);margin-left:14px}
.footer-bot a:hover{color:#A5CEEE}

/* PARTNER SLIDER */
.partners{padding:20px 0;border-top:1px solid #F0F0F0}
.pmask{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.ptrack{display:flex;align-items:center;width:max-content;animation:slide 60s linear infinite}
@keyframes slide{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.ls{display:flex;align-items:center;justify-content:center;width:180px;height:100px;flex-shrink:0;padding:10px 24px}
.ls img{max-width:120px;max-height:44px;width:auto;height:auto;object-fit:contain}
.mh-scale-20{transform:scale(1.2)!important}
.mh-scale-30{transform:scale(1.3)!important}
.mh-scale-50{transform:scale(1.4)!important}
.mh-scale-60{transform:scale(1.8)!important}
.mh-scale-100{transform:scale(1.7)!important}
.mh-item{width:220px;height:120px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:16px 30px}
.mh-item img{max-height:70px;max-width:160px;object-fit:contain}

/* TESTIMONIALS */
.temos{background:#F4F6F9;padding:72px 40px}
.temo{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:26px}
.tq{font-size:14px;color:#374151;line-height:1.75;margin-bottom:18px;font-style:italic}
.tq::before{content:'"';font-size:36px;color:#5994D4;line-height:0;vertical-align:-12px;margin-right:3px;font-style:normal}
.ta{display:flex;align-items:center;gap:12px}
.tl{width:60px;height:60px;object-fit:contain;flex-shrink:0;border-radius:6px}
.tn{font-size:13px;font-weight:600;color:#1A242F}
.tr2{font-size:11px;color:#6B7280}
.temo-dk{background:rgba(89,148,212,.06);border:1px solid rgba(89,148,212,.15);border-radius:12px;padding:24px}
.temo-dk .tq{color:#A5CEEE}
.temo-dk .tn{color:#fff}
.temo-dk .tr2{color:rgba(165,206,238,.6)}
.temos-dk{background:#1A242F;padding:72px 40px}
.temos-dk .sec-head h2{color:#fff}
.temos-dk .sec-head p{color:#A5CEEE}

/* HERO */
.hero{background:#1A242F;padding:80px 40px}
.hero .wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.hero-tag{display:inline-flex;align-items:center;gap:7px;background:rgba(89,148,212,.15);border:1px solid rgba(89,148,212,.3);color:#A5CEEE;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:20px}
.hero h1{color:#fff;font-size:46px;font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:18px}
.hero h1 em{color:#5994D4;font-style:normal}
.hero p{color:#A5CEEE;font-size:15px;line-height:1.75;margin-bottom:28px;max-width:480px}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.hero-btns .btn{font-size:14px;padding:12px 22px}
.hv{border-radius:12px;aspect-ratio:4/3;overflow:hidden}
.hv img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}

/* STATS */
.stats{background:#141d26;padding:44px 40px}
.stats .wrap{display:grid;grid-template-columns:repeat(4,1fr);text-align:center;gap:16px}
.stats-dk{background:#1A242F;padding:52px 40px}
.stats-dk .wrap{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;gap:16px}
.sn{font-size:40px;font-weight:700;color:#5994D4;line-height:1;margin-bottom:6px}
.sl{font-size:13px;color:#A5CEEE}

/* SOLUTIONS */
.sol-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:26px;transition:.18s}
.sol-card:hover{box-shadow:0 8px 32px rgba(26,36,47,.1);transform:translateY(-3px);border-color:rgba(89,148,212,.3)}
.si{width:48px;height:48px;background:rgba(89,148,212,.1);border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.si2{background:#F4F6F9;border:1px solid #E5E7EB;border-radius:10px;padding:20px;text-align:center;transition:.15s}
.si2:hover{border-color:#5994D4;background:#fff}
.si2 svg{color:#5994D4;margin-bottom:8px}
.si2 h4{font-size:13px;font-weight:600;margin-bottom:3px}
.si2 p{font-size:11px;color:#6B7280}

/* CONFIG BAND */
.config-band{background:#1A242F;padding:72px 40px}
.config-band .wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.config-band h2{color:#fff;font-size:34px;font-weight:700;letter-spacing:-.02em;margin:14px 0 12px;line-height:1.15}
.config-band p{color:#A5CEEE;font-size:14px;line-height:1.75;margin-bottom:24px}
.config-img{background:rgba(89,148,212,.07);border:1px solid rgba(89,148,212,.16);border-radius:10px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;overflow:hidden}

/* BLOG */
.ni{height:150px;background:#E8EFF5;display:flex;align-items:center;justify-content:center}
.cd{font-size:11px;color:#9CA3AF}
.cbadge{display:inline-block;background:rgba(89,148,212,.1);color:#0C447C;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 9px;border-radius:100px}
.feat-card{display:grid;grid-template-columns:1fr 1fr;border:1px solid #E5E7EB;border-radius:14px;overflow:hidden;transition:.18s}
.feat-card:hover{box-shadow:0 12px 48px rgba(26,36,47,.12)}
.feat-img{background:#E8EFF5;min-height:280px;overflow:hidden;display:flex;align-items:center;justify-content:center}
.feat-img img{width:100%;height:100%;object-fit:cover}
.feat-body{padding:40px 36px;display:flex;flex-direction:column;justify-content:center}
.feat-body h2{font-size:22px;font-weight:700;line-height:1.3;margin-bottom:12px}
.feat-body p{font-size:14px;color:#6B7280;line-height:1.75;margin-bottom:18px}
.feat-tag{display:inline-flex;align-items:center;background:rgba(89,148,212,.1);color:#0C447C;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:100px;margin-bottom:12px}
.feat-meta{display:flex;gap:14px;font-size:11px;color:#9CA3AF;margin-bottom:16px}
.rlink{font-size:13px;color:#5994D4;font-weight:600;display:inline-flex;align-items:center;gap:5px;transition:gap .15s}
.rlink:hover{gap:9px}
.fb2{padding:6px 14px;border-radius:100px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid #E5E7EB;background:#fff;color:#374151;transition:.15s;font-family:inherit}
.fb2:hover{border-color:#5994D4;color:#5994D4}
.fb2.on,.on{background:#5994D4;color:#fff;border-color:#5994D4}
.featured{padding:48px 40px}
.newsletter{padding:60px 40px;background:#1A242F;text-align:center}
.newsletter h2{color:#fff;font-size:28px;font-weight:700;margin-bottom:10px;letter-spacing:-.02em}
.newsletter p{color:#A5CEEE;font-size:14px;line-height:1.7;margin-bottom:22px}
.nlf{display:flex;gap:10px;max-width:440px;margin:0 auto}
.nlf input{flex:1;padding:11px 14px;border-radius:7px;border:1px solid rgba(89,148,212,.3);background:rgba(255,255,255,.08);color:#fff;font-size:13px;font-family:inherit;outline:none}
.nlf input::placeholder{color:rgba(255,255,255,.4)}
.nlf button{background:#5994D4;color:#fff;border:none;padding:11px 18px;border-radius:7px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap}

/* CONTACT */
.contact-section{padding:72px 40px;background:#F4F6F9}
.contact-wrap{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:start}
.form-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:36px}
.form-card h2{font-size:22px;font-weight:700;margin-bottom:5px}
.fg{margin-bottom:14px}
.fg label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:5px}
.fg input,.fg select,.fg textarea{width:100%;padding:10px 13px;border:1px solid #D1D5DB;border-radius:7px;font-size:14px;font-family:inherit;color:#1A242F;background:#fff;outline:none;-webkit-appearance:none;transition:.15s}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:#5994D4;box-shadow:0 0 0 3px rgba(89,148,212,.12)}
.fg textarea{min-height:120px;resize:vertical}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}
.ci{display:flex;align-items:center;gap:7px;font-size:13px;color:#374151;cursor:pointer}
.ci input{width:15px;height:15px;accent-color:#5994D4;cursor:pointer;flex-shrink:0}
.fsub{font-size:13px;color:#6B7280;margin-bottom:26px}
.fsub-btn{background:#5994D4;color:#fff;border:none;padding:13px 28px;border-radius:7px;font-size:14px;font-weight:600;cursor:pointer;width:100%;font-family:inherit;transition:.15s;margin-top:6px}
.fsub-btn:hover{background:#4a83c0}
.fnotice{font-size:11px;color:#9CA3AF;text-align:center;margin-top:10px}
.ic{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:20px}
.ic h3{font-size:13px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:7px;color:#1A242F}
.ii{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}
.ii:last-child{margin-bottom:0}
.ilbl{font-size:10px;color:#9CA3AF;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}
.iico{width:32px;height:32px;background:rgba(89,148,212,.1);border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ival{font-size:13px;color:#1A242F;font-weight:500;line-height:1.5}
.ival a{color:#5994D4}
.map-ph{background:#E8EFF5;border-radius:7px;height:130px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;margin-top:12px;border:1px solid #E5E7EB}
.map-ph p{font-size:11px;color:#9CA3AF}

/* MISC */
.iimg{overflow:hidden}
.iimg img{width:100%;height:100%;object-fit:cover;display:block}
.vi{width:46px;height:46px;background:rgba(89,148,212,.1);border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.vcard{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:24px;transition:.18s}
.vcard:hover{box-shadow:0 8px 32px rgba(26,36,47,.1);transform:translateY(-3px)}
.vcard h3{font-size:16px;font-weight:600;margin-bottom:8px}
.vcard p{font-size:13px;color:#6B7280;line-height:1.65}
.qbar{border-left:3px solid #5994D4;padding-left:22px;margin-bottom:22px}
.qbar p{font-size:17px;font-style:italic;color:#1A242F;line-height:1.6;font-weight:500}
.brand-pill{background:#F4F6F9;border:1px solid #E5E7EB;border-radius:6px;padding:7px 14px;font-size:12px;font-weight:600;color:#374151;transition:.15s;cursor:default}
.brand-pill:hover{border-color:#5994D4;color:#5994D4}
.preamble{background:#F4F6F9;border-left:3px solid #5994D4;padding:20px 24px;border-radius:0 8px 8px 0;margin-bottom:32px;font-size:14px;color:#374151;line-height:1.8}
.legal-content{max-width:860px;margin:0 auto;padding:64px 40px}
.legal-content h1{font-size:32px;font-weight:700;color:#1A242F;margin-bottom:32px;letter-spacing:-.02em;border-bottom:2px solid #5994D4;padding-bottom:16px}
.legal-content h2{font-size:20px;font-weight:700;color:#1A242F;margin:36px 0 12px}
.legal-content h3{font-size:16px;font-weight:600;color:#1A242F;margin:24px 0 8px}
.legal-content p{font-size:14.5px;color:#374151;line-height:1.8;margin-bottom:14px}
.legal-content ul{list-style:disc;padding-left:24px;margin-bottom:14px}
.legal-content ul li{font-size:14px;color:#374151;line-height:1.75;margin-bottom:6px}
.sg{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.pt{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9CA3AF;margin-bottom:22px;text-align:center}
.info-col{display:flex;flex-direction:column;gap:14px}
.filters{padding:18px 40px;background:#F4F6F9;border-bottom:1px solid #E5E7EB}
.filters .wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}

/* SIRET DROPDOWN */
#mh-siret-dropdown{position:absolute;z-index:9999;background:#fff;border:1px solid #D1D5DB;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.1);width:100%;max-height:280px;overflow-y:auto;display:none}
.mh-siret-item{padding:10px 14px;cursor:pointer;border-bottom:1px solid #F3F4F6;font-size:13px}
.mh-siret-item:last-child{border-bottom:none}
.mh-siret-item:hover{background:#F4F6F9}
.mh-siret-item strong{display:block;color:#1A242F;font-weight:600}
.mh-siret-item span{color:#6B7280;font-size:11px}

/* ============================================================
   WOOCOMMERCE
   ============================================================ */
.woocommerce,.woocommerce-page,.woocommerce-cart,.woocommerce-checkout,.woocommerce-account{max-width:100%!important;padding:0!important;margin:0!important;width:100%!important}
.woocommerce-page .widget-area,.sidebar,.woocommerce-page .widget,.woocommerce-page .widgettitle{display:none!important}
.woocommerce-breadcrumb{display:none}
.woocommerce div.product .related.products{display:none!important}
.woocommerce-message,.woocommerce-info{border-radius:8px;padding:14px 18px;font-size:14px;margin:20px 40px;border-left:4px solid #5994D4;background:#EBF4FF}
.woocommerce-error{border-radius:8px;padding:14px 18px;font-size:14px;margin:20px 40px;border-left:4px solid #EF4444;background:#FEF2F2;list-style:none}

/* Fiche produit */
.woocommerce div.product{max-width:1280px;margin:40px auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.woocommerce div.product div.images{background:#F4F6F9;border-radius:12px;border:1px solid #E5E7EB;padding:32px}
.woocommerce div.product div.images img{max-height:320px;object-fit:contain;margin:0 auto}
.woocommerce div.product div.summary h1.product_title{font-size:24px;font-weight:700;color:#1A242F;margin-bottom:8px;line-height:1.3}
.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:28px!important;font-weight:700!important;color:#5994D4!important;margin:12px 0 20px!important;display:block!important}
.woocommerce div.product .cart .single_add_to_cart_button{background:#5994D4!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:13px 28px!important;font-size:14px!important;font-weight:600!important;font-family:inherit!important;cursor:pointer!important;transition:.15s!important}
.woocommerce div.product .cart .single_add_to_cart_button:hover{background:#4a83c0!important}
.woocommerce div.product .cart{display:flex;gap:12px;align-items:center;margin-bottom:20px}
.woocommerce div.product .quantity input{border:1px solid #E5E7EB;border-radius:7px;padding:10px;font-size:14px;font-family:inherit;width:70px;text-align:center}
.woocommerce div.product .product_meta{font-size:12px;color:#9CA3AF;margin-top:16px}
.woocommerce div.product .product_meta span{display:block;margin-bottom:4px}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:40px;padding-top:40px;border-top:1px solid #E5E7EB}
.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0;margin:0 0 24px;display:flex;gap:4px;border-bottom:2px solid #E5E7EB}
.woocommerce div.product .woocommerce-tabs ul.tabs li{padding:10px 20px;font-size:13px;font-weight:600;color:#6B7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#5994D4}
.woocommerce div.product .woocommerce-tabs .panel{font-size:14px;color:#374151;line-height:1.8}

/* Panier */
.woocommerce-cart .woocommerce{max-width:1280px!important;margin:0 auto!important;padding:52px 40px!important;width:100%!important}
.woocommerce-cart table.cart{width:100%!important;border-collapse:collapse}
.woocommerce-cart table.cart th{background:#F4F6F9;padding:12px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6B7280;border:none;text-align:left}
.woocommerce-cart table.cart td{padding:16px;border-bottom:1px solid #F0F0F0;font-size:14px;vertical-align:middle}
.woocommerce-cart table.cart td.product-thumbnail img{width:64px;height:64px;object-fit:contain;background:#F4F6F9;border-radius:8px;padding:4px}
.woocommerce-cart table.cart td.product-name a{font-weight:600;color:#1A242F}
.woocommerce-cart table.cart td.product-price,.woocommerce-cart table.cart td.product-subtotal{color:#5994D4;font-weight:600}
.woocommerce-cart table.cart td.product-remove a{color:#EF4444!important;font-size:20px}
.woocommerce-cart table.cart input.qty{border:1px solid #E5E7EB;border-radius:7px;padding:8px;font-size:14px;width:60px;text-align:center;font-family:inherit}
.woocommerce-cart .cart-collaterals{margin-top:32px}
.woocommerce-cart .cart_totals{float:right;width:380px;background:#F4F6F9;border-radius:12px;padding:28px;border:1px solid #E5E7EB}
.woocommerce-cart .cart_totals h2{font-size:16px;font-weight:700;margin-bottom:20px;color:#1A242F}
.woocommerce-cart .cart_totals table{width:100%;border-collapse:collapse}
.woocommerce-cart .cart_totals table tr{border-bottom:1px solid #E5E7EB}
.woocommerce-cart .cart_totals table th{font-size:13px;color:#6B7280;padding:10px 0;font-weight:500;text-align:left}
.woocommerce-cart .cart_totals table td{font-size:14px;font-weight:600;color:#1A242F;padding:10px 0;text-align:right}
.woocommerce-cart .cart_totals .order-total td{font-size:20px;color:#5994D4}
.woocommerce-cart .cart_totals .checkout-button{display:block!important;background:#5994D4!important;color:#fff!important;border-radius:8px!important;padding:13px!important;font-size:14px!important;font-weight:600!important;text-align:center!important;margin-top:16px!important;text-decoration:none!important;transition:.15s!important;border:none!important;width:100%!important;cursor:pointer!important}
.woocommerce-cart .cart_totals .checkout-button:hover{background:#4a83c0!important}

/* Checkout */
.woocommerce-checkout .woocommerce{max-width:1280px!important;margin:0 auto!important;padding:52px 40px!important;width:100%!important}
.woocommerce form .form-row label{font-size:13px;font-weight:600;color:#374151;margin-bottom:4px;display:block}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid #D1D5DB!important;border-radius:7px!important;padding:10px 13px!important;font-size:14px!important;font-family:inherit!important;color:#1A242F!important;outline:none!important;transition:.15s!important;width:100%!important;box-sizing:border-box!important}
.woocommerce form .form-row input.input-text:focus{border-color:#5994D4!important;box-shadow:0 0 0 3px rgba(89,148,212,.12)!important}
.woocommerce-checkout #payment{background:#F4F6F9;border-radius:12px;padding:20px;margin-top:20px}
.woocommerce-checkout #payment ul.payment_methods{list-style:none;padding:0;margin:0 0 16px}
.woocommerce-checkout #payment ul.payment_methods li{padding:10px 0;border-bottom:1px solid #E5E7EB;font-size:14px}
#place_order{background:#5994D4!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:14px 28px!important;font-size:15px!important;font-weight:600!important;font-family:inherit!important;cursor:pointer!important;width:100%!important;transition:.15s!important;margin-top:12px!important}
#place_order:hover{background:#4a83c0!important}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1100px){
  .wrap{padding:0 24px}
  .section,.temos,.temos-dk,.config-band{padding:56px 24px}
  .pg-hero,.hero{padding:16px 24px}
  .pg-hero-inner{flex-direction:column;align-items:flex-start;gap:14px}
  .pg-hero-nl{min-width:0;width:100%;}
  .cta-band{padding:52px 24px}
  .footer{padding:44px 24px 0}
  .footer-grid{grid-template-columns:1fr 1fr 1fr;gap:24px}
  .contact-section{padding:56px 24px}
  .featured,.newsletter,.filters{padding:48px 24px}
  .woocommerce div.product{padding:0 24px}
}
@media(max-width:900px){
  .nav,.sb{display:none}
  .burger{display:flex}
  .ha .btn{display:none}
  .g2,.g3,.g4{grid-template-columns:repeat(2,1fr)}
  .hero .wrap,.config-band .wrap,.intro-grid{grid-template-columns:1fr;gap:32px}
  .hv{aspect-ratio:16/9;max-height:260px}
  .stats .wrap{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:20px}
  .feat-card{grid-template-columns:1fr}
  .feat-img{min-height:200px}
  .contact-wrap{grid-template-columns:1fr}
  .woocommerce div.product{grid-template-columns:1fr;gap:24px;padding:0 24px}
  .woocommerce-cart .cart_totals{float:none;width:100%}
  .hero h1{font-size:34px}
  .stats-dk .wrap{grid-template-columns:1fr}
}
@media(max-width:640px){
  .wrap{padding:0 16px}
  .section,.temos,.temos-dk,.config-band{padding:44px 16px}
  .pg-hero,.hero{padding:40px 16px}
  .pg-hero h1{font-size:30px}
  .hero h1{font-size:28px}
  .cta-band{padding:44px 16px;} .cta-band h2{font-size:24px}
  .g2,.g3,.g4{grid-template-columns:1fr}
  .footer{padding:36px 16px 0}
  .footer-grid{grid-template-columns:1fr}
  .footer-bot{flex-direction:column;text-align:center}
  .hi{padding:0 16px}
  .sn{font-size:32px}
  .checks,.frow,.sg{grid-template-columns:1fr}
  .nlf{flex-direction:column}
  .contact-section,.featured,.newsletter,.filters{padding:36px 16px}
  .woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{padding:32px 16px!important}
  .woocommerce div.product{padding:0 16px}
  .woocommerce-message,.woocommerce-info,.woocommerce-error{margin:16px}
  .legal-content{padding:40px 16px}
  .legal-content h1{font-size:26px}
  .legal-content h2{font-size:18px}
}

/* Fix icône dans les notices WooCommerce */
.woocommerce-message::before,.woocommerce-info::before{display:none!important}
.woocommerce-message .button,.woocommerce-info .button{float:right;font-size:12px;padding:4px 12px;background:#5994D4;color:#fff;border-radius:5px;border:none;cursor:pointer}

/* ============================================================
   RESPONSIVE WOOCOMMERCE & PAGES CUSTOM
   ============================================================ */

/* Grille panier */
.mh-cart-grid{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}
.mh-cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid #F0F0F0}
.mh-cart-actions{display:flex;justify-content:space-between;align-items:center;margin-top:20px}
.mh-cart-recap{background:#F4F6F9;border-radius:14px;padding:28px;border:1px solid #E5E7EB;position:sticky;top:90px}

/* Boutique archive grille */
.mh-shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mh-shop-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;transition:.18s;text-decoration:none;display:flex;flex-direction:column}
.mh-shop-card:hover{box-shadow:0 8px 32px rgba(26,36,47,.1);transform:translateY(-3px);border-color:rgba(89,148,212,.3)}
.mh-shop-card-img{height:180px;background:#fff;display:flex;align-items:center;justify-content:center;padding:20px}
.mh-shop-card-img img{max-height:140px;max-width:100%;object-fit:contain}
.mh-shop-card-body{padding:16px;flex:1;display:flex;flex-direction:column}

/* Page produit */
.mh-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;max-width:1280px;margin:0 auto;padding:52px 40px}

@media(max-width:900px){
  .mh-cart-grid{grid-template-columns:1fr}
  .mh-cart-recap{position:static}
  .mh-shop-grid{grid-template-columns:repeat(2,1fr)}
  .mh-product-grid{grid-template-columns:1fr;padding:32px 24px}
}
@media(max-width:600px){
  .mh-cart-item{grid-template-columns:60px 1fr;gap:12px}
  .mh-cart-item>div:last-child{grid-column:2;justify-content:flex-start}
  .mh-shop-grid{grid-template-columns:1fr}
  .mh-product-grid{padding:24px 16px}
  .mh-cart-grid{padding:0 16px}
}

/* Boutique — sidebar + tri */
.woocommerce-ordering select{border:1px solid #E5E7EB!important;border-radius:7px!important;padding:7px 12px!important;font-size:13px!important;font-family:inherit!important;outline:none!important;color:#374151!important;background:#fff!important;cursor:pointer}
.woocommerce-result-count{font-size:13px;color:#6B7280;margin:0}
.mh-shop-layout{display:grid;grid-template-columns:220px 1fr;gap:32px;align-items:start;max-width:1280px;margin:0 auto;padding:40px}

/* Pagination WooCommerce */
.woocommerce-pagination ul{list-style:none;display:flex;gap:4px;justify-content:center;flex-wrap:wrap;padding:0}
.woocommerce-pagination ul li a,.woocommerce-pagination ul li span{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:7px;font-size:13px;font-weight:600;border:1px solid #E5E7EB;color:#374151;text-decoration:none;transition:.15s}
.woocommerce-pagination ul li .current{background:#5994D4;color:#fff;border-color:#5994D4}
.woocommerce-pagination ul li a:hover{border-color:#5994D4;color:#5994D4}

@media(max-width:900px){
  .mh-shop-layout{grid-template-columns:1fr;padding:24px}
  .mh-shop-layout aside{position:static!important;display:flex!important;flex-wrap:wrap;gap:6px;background:transparent!important;border:none!important;padding:0!important}
  .mh-shop-layout aside h3{display:none}
  .mh-shop-layout aside a{padding:6px 14px!important;border-radius:100px!important;border:1px solid #E5E7EB!important;font-size:12px!important;background:#fff}
  .mh-shop-layout aside>div:last-child{display:none}
  .mh-shop-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
  .mh-shop-layout{padding:16px}
  .mh-shop-grid{grid-template-columns:1fr}
  .mh-cart-item{grid-template-columns:60px 1fr}
  .mh-cart-item>div:last-child{grid-column:2}
}

/* Checkout — fix champs et labels */
.woocommerce-checkout .form-row label .required{display:none!important}
.woocommerce-checkout .optional{display:none!important}
.woocommerce-checkout .form-row label abbr{display:none!important}
.woocommerce-checkout .form-row{margin-bottom:14px}
.woocommerce-checkout .form-row label{font-size:13px;font-weight:600;color:#374151;margin-bottom:5px;display:block}
.woocommerce-checkout .form-row input,.woocommerce-checkout .form-row select,.woocommerce-checkout .form-row textarea{border:1px solid #D1D5DB!important;border-radius:7px!important;padding:10px 13px!important;font-size:14px!important;font-family:inherit!important;color:#1A242F!important;outline:none!important;width:100%!important;box-sizing:border-box!important;transition:.15s!important;background:#fff!important}
.woocommerce-checkout .form-row input:focus,.woocommerce-checkout .form-row select:focus{border-color:#5994D4!important;box-shadow:0 0 0 3px rgba(89,148,212,.12)!important}

/* Notice "ajouté au panier" */
.woocommerce-message{background:#1A242F!important;border:1px solid #5994D4!important;border-left:4px solid #5994D4!important;color:#A5CEEE!important;border-radius:8px!important;padding:14px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}
.woocommerce-message::before{display:none!important}
.woocommerce-message a.button{background:#5994D4!important;color:#fff!important;border-radius:6px!important;padding:7px 14px!important;font-size:12px!important;font-weight:600!important;white-space:nowrap!important;border:none!important;text-decoration:none!important;flex-shrink:0}
.woocommerce-message a.button:hover{background:#4a83c0!important}

/* Pagination boutique */
.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 8px;border-radius:7px;font-size:13px;font-weight:600;border:1px solid #E5E7EB;color:#374151;text-decoration:none;transition:.15s}
.page-numbers:hover{border-color:#5994D4;color:#5994D4}
.page-numbers.current{background:#5994D4;color:#fff;border-color:#5994D4}
.page-numbers.dots{border:none;cursor:default}


.mh-sol-wrap{max-width:1280px;margin:0 auto;padding:40px;display:flex;gap:32px;align-items:flex-start}

/* --- Sidebar familles --- */
.mh-sol-nav{width:260px;flex-shrink:0;display:flex;flex-direction:column;gap:8px;position:sticky;top:84px}
.mh-sol-tab{flex:1;text-align:left;background:#fff;border:1px solid #e6edf4;color:#1A242F;font-family:inherit;font-size:14px;font-weight:600;line-height:1.3;padding:15px 18px;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:8px;transition:.18s;box-shadow:0 1px 3px rgba(26,36,47,.06)}
.mh-sol-tab:hover{background:#EEF3F8;color:#5994D4;border-color:#cfe0ef}
.mh-sol-tab.is-active{background:#5994D4;color:#fff;border-color:#5994D4;box-shadow:0 4px 14px rgba(89,148,212,.35)}
.mh-sol-tab-dot{opacity:0;font-size:18px;line-height:1;transition:opacity .18s}
.mh-sol-tab.is-active .mh-sol-tab-dot{opacity:1}

/* --- Zone principale --- */
.mh-sol-main{flex:1;min-width:0}
.mh-sol-cat-title{font-size:26px;font-weight:700;color:#1A242F;letter-spacing:-.02em;margin:0 0 28px;padding-bottom:16px;border-bottom:2px solid rgba(89,148,212,.18)}
.mh-sol-sub{margin-bottom:44px}
.mh-sol-sub-title{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#5994D4;margin:0 0 18px}
.mh-sol-grid{display:grid;grid-template-columns:1fr;gap:20px}

/* --- Carte logiciel --- */
.mh-sol-card{background:#fff;border:1px solid #e6edf4;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(26,36,47,.06);transition:box-shadow .18s,transform .18s}
.mh-sol-card:hover{box-shadow:0 10px 30px rgba(26,36,47,.12);transform:translateY(-2px)}
.mh-sol-card-head{background:#1A242F;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.mh-sol-card-head h4{color:#fff;font-size:16px;font-weight:700;margin:0;line-height:1.25}

/* logo */
.mh-sol-logo{position:relative;width:40px;height:40px;flex-shrink:0;background:#fff;border-radius:7px;padding:4px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:inset 0 1px 2px rgba(0,0,0,.12)}
.mh-sol-logo-img{width:100%;height:100%;object-fit:contain;display:block}
.mh-sol-logo-fallback{display:none;position:absolute;inset:4px;align-items:center;justify-content:center;background:#5994D4;color:#fff;border-radius:5px;font-weight:700;font-size:18px;text-transform:uppercase}

/* corps */
.mh-sol-card-body{padding:20px;display:flex;flex-direction:column;flex:1}
.mh-sol-desc{font-size:13px;font-style:italic;color:#5a6b78;line-height:1.5;margin:0 0 20px}
.mh-sol-specs{margin:auto 0 0;display:flex;flex-direction:column;gap:2px}
.mh-sol-spec{display:flex;align-items:flex-start;gap:12px;padding:11px 12px;border-radius:7px}
.mh-sol-spec.is-alt{background:#EEF3F8}
.mh-sol-spec-ico{flex-shrink:0;color:#5994D4;margin-top:1px;line-height:0}
.mh-sol-spec-txt{display:flex;flex-direction:column;gap:1px;min-width:0}
.mh-sol-spec-label{font-size:13px;font-weight:600;color:#5994D4}
.mh-sol-spec-value{font-size:13px;color:#3a4a57;line-height:1.4}

/* bloc d'aide bas de page */
.mh-sol-help{margin-top:24px;padding:28px 32px;background:#1A242F;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.mh-sol-help p{color:#A5CEEE;font-size:15px;line-height:1.5;margin:0;max-width:540px}

/* --- Responsive --- */
@media(min-width:560px){
	.mh-sol-spec-txt{flex-direction:row;align-items:baseline;gap:8px}
	.mh-sol-spec-label{min-width:62px;flex-shrink:0}
}
@media(min-width:1100px){
	.mh-sol-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:880px){
	.mh-sol-wrap{flex-direction:column;padding:24px 20px;gap:20px}
	.mh-sol-nav{width:100%;position:static;flex-direction:row;flex-wrap:wrap}
	.mh-sol-nav .mh-sol-tab{flex:1 1 calc(50% - 4px)}
	.mh-sol-cat-title{font-size:22px}
	.mh-sol-help{padding:22px;flex-direction:column;align-items:flex-start}
}

/* ============================================================
   PRÉSENTATION DE LA GAMME — AURORA / RADIANT
   ============================================================ */

.mh-gamme-container{max-width:1280px;margin:0 auto}
.mh-gamme-section{padding:72px 40px}
.mh-gamme-section + .mh-gamme-section{padding-top:0}
.mh-gamme-dark{background:#1A242F}

.mh-gamme-h2{font-size:30px;font-weight:700;letter-spacing:-.02em;color:#1A242F;line-height:1.15;margin:0 0 32px}
.mh-gamme-h2-light{color:#fff}
.mh-gamme-h3{font-size:20px;font-weight:700;color:#1A242F;letter-spacing:-.01em;margin:48px 0 22px}
.mh-gamme-dark .mh-gamme-h3{color:#fff}
.mh-gamme-lead{max-width:760px;margin:36px auto 0;font-size:16px;line-height:1.7;color:#3a4a57;text-align:center}
.mh-gamme-lead strong{color:#1A242F}
.mh-gamme-muted{font-size:15px;line-height:1.7;color:#7B9CB5;margin:0;max-width:520px}

.mh-gamme-hero .mh-gamme-container{max-width:1280px}
.mh-gamme-hero p{max-width:720px}
.mh-gamme-hero .hero-btns{display:flex;gap:12px;margin-top:6px;flex-wrap:wrap}

.mh-gamme-cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mh-gamme-cards3-tight{gap:20px}

.mh-gamme-card{background:#fff;border:1px solid #e6edf4;border-radius:12px;padding:28px;box-shadow:0 1px 3px rgba(26,36,47,.06)}
.mh-gamme-card h3{font-size:17px;font-weight:700;color:#5994D4;margin:0 0 10px}
.mh-gamme-card p{font-size:14px;line-height:1.6;color:#5a6b78;margin:0}

.mh-gamme-split{display:flex;align-items:center;gap:48px;margin-bottom:48px}
.mh-gamme-split-rev{flex-direction:row-reverse}
.mh-gamme-split-media{flex:1 1 46%;min-width:0}
.mh-gamme-split-media img{width:100%;height:auto;border-radius:14px;display:block}
.mh-gamme-dark .mh-gamme-split-media img{border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.45)}
.mh-gamme-split-body{flex:1 1 54%}

.mh-gamme-spec-card{position:relative;background:#fff;border:1px solid #e6edf4;border-radius:12px;padding:26px 24px;box-shadow:0 1px 3px rgba(26,36,47,.06);display:flex;flex-direction:column}
.mh-gamme-dark .mh-gamme-spec-card{background:#222e3a;border-color:rgba(89,148,212,.18)}
.mh-gamme-spec-idx{position:absolute;top:20px;right:24px;font-size:34px;font-weight:800;color:rgba(89,148,212,.18);line-height:1}
.mh-gamme-spec-card h3{font-size:18px;font-weight:700;color:#5994D4;margin:0 0 18px;padding-right:34px}
.mh-gamme-spec-list{margin:0;display:flex;flex-direction:column;gap:0}
.mh-gamme-spec-list>div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-top:1px solid #eef2f7}
.mh-gamme-dark .mh-gamme-spec-list>div{border-top-color:rgba(255,255,255,.08)}
.mh-gamme-spec-list>div:first-child{border-top:none}
.mh-gamme-spec-list dt{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#9aa9b6;flex-shrink:0}
.mh-gamme-spec-list dd{font-size:13.5px;color:#1A242F;margin:0;text-align:right;font-weight:500}
.mh-gamme-dark .mh-gamme-spec-list dd{color:#e8eef4}

.mh-gamme-spec-card-rack .mh-gamme-rack-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.mh-gamme-rack-u{flex-shrink:0;width:48px;height:48px;background:#5994D4;color:#fff;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800}
.mh-gamme-rack-head strong{display:block;font-size:15px;color:#1A242F;line-height:1.25}
.mh-gamme-rack-ref{font-size:12px;font-weight:600;color:#5994D4;letter-spacing:.04em}
.mh-gamme-rack-desc{font-size:13px;font-style:italic;color:#5a6b78;line-height:1.5;margin:0 0 16px}
.mh-gamme-rack-usage{margin:16px 0 0;padding-top:14px;border-top:1px solid #eef2f7;font-size:12.5px;color:#5994D4;font-weight:600}

.mh-gamme-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e6edf4;border:1px solid #e6edf4;border-radius:12px;overflow:hidden;margin-bottom:48px}
.mh-gamme-feature{background:#fff;padding:24px}
.mh-gamme-feature h4{font-size:15px;font-weight:700;color:#5994D4;margin:0 0 8px}
.mh-gamme-feature p{font-size:13.5px;line-height:1.55;color:#5a6b78;margin:0}

.mh-gamme-detail{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:8px;align-items:start}
.mh-gamme-detail figure{margin:0;background:#f6f8fb;border:1px solid #e6edf4;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}
.mh-gamme-detail img{width:100%;height:300px;object-fit:contain;background:#fff;padding:12px;display:block}
.mh-gamme-detail figcaption{padding:14px 18px;font-size:13px;color:#5a6b78;line-height:1.5}

.mh-gamme-table-wrap{overflow-x:auto;border:1px solid #e6edf4;border-radius:12px}
.mh-gamme-table{width:100%;border-collapse:collapse;min-width:680px}
.mh-gamme-table th,.mh-gamme-table td{padding:14px 18px;text-align:left;font-size:13.5px;border-bottom:1px solid #eef2f7}
.mh-gamme-table thead th{background:#1A242F;color:#fff;font-weight:600;letter-spacing:.02em}
.mh-gamme-table tbody th{font-weight:600;color:#5994D4;background:#f6f8fb;white-space:nowrap}
.mh-gamme-table tbody td{color:#3a4a57}
.mh-gamme-table tbody tr:last-child th,.mh-gamme-table tbody tr:last-child td{border-bottom:none}

@media(max-width:900px){
	.mh-gamme-section{padding:48px 22px}
	.mh-gamme-h2{font-size:24px;margin-bottom:24px}
	.mh-gamme-cards3,.mh-gamme-features,.mh-gamme-detail{grid-template-columns:1fr}
	.mh-gamme-split,.mh-gamme-split-rev{flex-direction:column;gap:28px}
	.mh-gamme-split-media,.mh-gamme-split-body{width:100%;flex-basis:auto}
	.mh-gamme-features{border:none;background:transparent;gap:14px}
	.mh-gamme-feature{border:1px solid #e6edf4;border-radius:12px}
}

/* ============================================================
   WOOCOMMERCE — MON COMPTE  (final — neutralise le float WooCommerce)
   ============================================================ */
.woocommerce-account .woocommerce{display:block!important;max-width:100%!important;margin:0!important;padding:0!important;width:100%!important;box-sizing:border-box}
.woocommerce-account .woocommerce::after{content:"";display:block;clear:both}

/* menu à gauche */
.woocommerce-account .woocommerce-MyAccount-navigation{float:left!important;width:230px!important;margin:0!important}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;background:#fff;border:1px solid #E5E7EB;border-radius:12px;overflow:hidden}
.woocommerce-account .woocommerce-MyAccount-navigation li{border-bottom:1px solid #F0F0F0}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child{border-bottom:none}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:13px 18px;font-size:14px;font-weight:600;color:#374151;white-space:nowrap;transition:.15s}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:#F4F6F9;color:#5994D4}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:#5994D4;color:#fff}

/* contenu à droite — on annule le float:right;width:65% de WooCommerce */
.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important;display:block;overflow:hidden;margin:0 0 0 262px!important;min-width:0;font-size:14px;color:#374151;line-height:1.7}
.woocommerce-account .woocommerce-MyAccount-content>p:first-of-type{margin:0 0 18px}
.woocommerce-account .woocommerce-MyAccount-content a{color:#5994D4;font-weight:600}

/* adresses : 2 colonnes */
.woocommerce-account .woocommerce-MyAccount-content .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:18px;width:100%;margin:0}
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1,
.woocommerce-account .woocommerce-MyAccount-content .col2-set .col-2{width:auto!important;float:none!important;margin:0!important;background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:20px}
.woocommerce-account .woocommerce-Address-title{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}
.woocommerce-account .woocommerce-Address-title h2,
.woocommerce-account .woocommerce-Address-title h3{font-size:16px;font-weight:700;color:#1A242F;margin:0}
.woocommerce-account .woocommerce-Address address{font-style:normal;font-size:13px;color:#6B7280;line-height:1.6}

/* tableau commandes */
.woocommerce-account .woocommerce-orders-table{width:100%;border-collapse:collapse}
.woocommerce-account .woocommerce-orders-table th{background:#F4F6F9;padding:12px 14px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6B7280;text-align:left}
.woocommerce-account .woocommerce-orders-table td{padding:14px;border-bottom:1px solid #F0F0F0;font-size:14px}

/* encart info */
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message{background:#F4F6F9!important;border:1px solid #E5E7EB!important;border-left:4px solid #5994D4!important;color:#374151!important;border-radius:8px!important;padding:16px 18px!important;margin:0 0 18px!important}
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-message::before{display:none!important}

/* formulaires (détails / adresse) */
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-address-fields{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:26px;max-width:560px}
.woocommerce-account .woocommerce form .form-row{margin-bottom:14px;display:block}
.woocommerce-account .woocommerce form .form-row label{font-size:13px;font-weight:600;color:#374151;margin-bottom:6px;display:block}
.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row input[type=email],
.woocommerce-account .woocommerce form .form-row input[type=password],
.woocommerce-account .woocommerce form .form-row input[type=text]{width:100%!important;box-sizing:border-box!important;border:1px solid #D1D5DB!important;border-radius:7px!important;padding:10px 13px!important;font-size:14px!important;font-family:inherit!important;color:#1A242F!important;background:#fff!important;outline:none!important}
.woocommerce-account .woocommerce form .form-row input:focus{border-color:#5994D4!important;box-shadow:0 0 0 3px rgba(89,148,212,.12)!important}
.woocommerce-account fieldset{border:1px solid #E5E7EB;border-radius:10px;padding:18px;margin-top:10px}
.woocommerce-account fieldset legend{font-size:13px;font-weight:700;color:#1A242F;padding:0 6px}

/* connexion / inscription */
.woocommerce-account #customer_login{display:flex;flex-direction:column;gap:24px}
.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2{width:auto!important;float:none!important;background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:26px}
.woocommerce-account #customer_login h2{font-size:20px;font-weight:700;color:#1A242F;margin-bottom:16px}

/* boutons */
.woocommerce-account .woocommerce .button,
.woocommerce-account .woocommerce button[type=submit]{background:#5994D4!important;color:#fff!important;border:none!important;border-radius:7px!important;padding:11px 22px!important;font-size:14px!important;font-weight:600!important;font-family:inherit!important;cursor:pointer!important;display:inline-block;text-decoration:none;width:auto;margin-top:6px}
.woocommerce-account .woocommerce .button:hover,
.woocommerce-account .woocommerce button[type=submit]:hover{background:#4a83c0!important}

/* responsive */
@media(max-width:780px){
  .woocommerce-account .woocommerce-MyAccount-navigation{float:none!important;width:100%!important;margin-bottom:20px!important}
  .woocommerce-account .woocommerce-MyAccount-content{margin-left:0!important}
  .woocommerce-account .woocommerce-MyAccount-content .col2-set{grid-template-columns:1fr}
}

/* === CORRECTIF ADRESSES (ultra-prioritaire, à coller tout en bas de style.css) === */
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col2-set{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px!important;width:100%!important;float:none!important;margin:18px 0 0!important}
body.woocommerce-account .woocommerce .col2-set > .col-1,
body.woocommerce-account .woocommerce .col2-set > .col-2{float:none!important;width:auto!important;max-width:none!important;margin:0!important;clear:none!important}

/* === GAMME : hero et positionnement compactés pour voir AURORA plus tôt === */
.mh-gamme-hero{padding-top:36px!important;padding-bottom:36px!important}
.mh-gamme-hero h1{font-size:36px;margin-bottom:12px}
.mh-gamme-hero p{margin-bottom:16px}
.mh-gamme-hero .hero-btns{margin-top:0}
.mh-gamme-section:first-of-type{padding-top:36px!important;padding-bottom:28px!important}
.mh-gamme-section:first-of-type .mh-gamme-cards3{gap:16px}
.mh-gamme-section:first-of-type .mh-gamme-card{padding:18px 22px}
.mh-gamme-lead{margin-top:16px;font-size:14.5px}