/* site.css — fusion des 35 feuilles de style, dans l'ordre de chargement d'origine.
   Genere le 06/09/2026. Les fichiers sources sont conserves dans ce dossier. */

/* ===== style.css ===== */
:root{--ink:#141126;--paper:#f8f7fb;--dark:#16132e;--muted:#625f70;--pink:#d044a7;--purple:#754de8;--blue:#4059f5;--line:#e5e1ed;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}a{color:inherit;text-decoration:none}.container{max-width:var(--max);width:calc(100% - 40px);margin:auto}.header{position:absolute;z-index:4;inset:0 0 auto}.nav{height:94px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{display:block;width:190px}.logo img{width:100%;display:block}.links{display:flex;gap:22px;color:#fff;font-size:.9rem;font-weight:700}.links a:hover,.links a.active{color:#ee80d1}.menu{display:none;background:transparent;border:0;color:#fff;font-size:24px}.btn{display:inline-flex;padding:14px 21px;align-items:center;justify-content:center;border-radius:99px;background:linear-gradient(110deg,var(--pink),var(--purple));color:#fff;border:0;font-weight:800;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #754de877}.btn.dark{background:var(--dark)}.btn.ghost{background:transparent;border:1px solid #ffffff88}.hero,.pagehero{background:radial-gradient(circle at 77% 26%,#d542ad 0,#754de8 18%,transparent 43%),radial-gradient(circle at 14% 78%,#3e59f5,transparent 38%),linear-gradient(135deg,#100d20,#211943);color:#fff}.hero{min-height:710px;display:flex;align-items:end;padding:155px 0 75px}.pagehero{padding:160px 0 70px}.tag{font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ef83d1}.hero h1,.pagehero h1{font-size:clamp(3rem,7vw,6.4rem);line-height:.93;letter-spacing:-.07em;max-width:920px;margin:17px 0 25px}.pagehero h1{font-size:clamp(2.9rem,6vw,5.2rem);max-width:850px}.hero p,.pagehero p{max-width:620px;font-size:1.12rem;color:#e5dff0}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:27px}.proof{display:flex;gap:22px;flex-wrap:wrap;margin-top:68px;font-size:.83rem;color:#e1d8ed}.section{padding:95px 0}.dark{background:var(--dark);color:#fff}.heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.heading h2,.split h2{font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.06em;line-height:1;margin:10px 0}.intro{color:var(--muted);max-width:500px}.dark .intro{color:#ddd7e8}.grid{display:grid;gap:18px}.services{grid-template-columns:repeat(4,1fr)}.card{padding:24px;background:#fff;border-radius:22px;overflow:hidden}.card img{display:block;width:calc(100% + 48px);height:170px;object-fit:cover;margin:-24px -24px 24px}.card h3{font-size:1.3rem;letter-spacing:-.04em;margin:0 0 6px}.card p{margin:0;color:var(--muted);font-size:.92rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.visual{min-height:440px;border-radius:22px;background:url('../img/realisation-concert.webp') center/cover}.checks{padding:0;list-style:none}.checks li{border-top:1px solid #ffffff28;padding:12px 0;font-weight:bold}.checks li:before{content:'✓';color:#ee80d1;margin-right:10px}.work{grid-template-columns:repeat(3,1fr)}.work article{min-height:280px;padding:24px;border-radius:22px;color:#fff;display:flex;justify-content:end;flex-direction:column;background:linear-gradient(0deg,#16132ed9,transparent),url('../img/sonorisation.webp') center/cover}.work article:nth-child(2){background-image:linear-gradient(0deg,#16132ed9,transparent),url('../img/eclairage.webp')}.work article:nth-child(3){background-image:linear-gradient(0deg,#16132ed9,transparent),url('../img/video.webp')}.work h3{font-size:1.35rem;margin:0}.work p{margin:4px 0 0;color:#eee7f4}.offer{background:#fff;border:1px solid var(--line);padding:30px;border-radius:22px}.offer h2{margin:0;font-size:1.9rem;letter-spacing:-.05em}.offer p{color:var(--muted)}.two{grid-template-columns:repeat(2,1fr)}.cta{background:linear-gradient(105deg,#d044a7,#754de8);color:#fff;padding:68px 0}.cta .container{display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:clamp(2.4rem,5vw,4.2rem);line-height:.98;letter-spacing:-.06em;max-width:700px;margin:0}.footer{background:#0e0b1a;color:#fff;padding:45px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px}.footer a,.footer p{display:block;color:#bbb4ca;font-size:.9rem;margin:5px 0}.footer .logo{margin-bottom:14px}.bottom{border-top:1px solid #ffffff21;margin-top:35px;padding-top:18px;color:#aaa3b8;font-size:.78rem}.form{background:#fff;padding:30px;border-radius:22px}.form label{display:block;font-weight:bold;font-size:.88rem;margin-bottom:14px}.form input,.form textarea,.form select{display:block;width:100%;margin-top:5px;padding:12px;border:1px solid #cfc9db;border-radius:9px;font:inherit}.form textarea{min-height:130px}.form .two{gap:12px}.notice{padding:12px;background:#f0e7fa;border-radius:9px}.legal{font-size:.8rem;color:var(--muted)}@media(max-width:850px){.links{display:none}.links.open{display:flex;position:absolute;top:75px;left:20px;right:20px;flex-direction:column;padding:20px;background:#16132e;border-radius:14px}.menu{display:block}.services,.work{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}.heading,.cta .container{display:block}.heading .intro{margin-top:18px}.cta .btn{margin-top:22px}}@media(max-width:550px){.container{width:calc(100% - 30px)}.logo{width:145px}.nav>.btn{display:none}.services,.work,.two,.form .two{grid-template-columns:1fr}.section{padding:65px 0}.footer-grid{grid-template-columns:1fr}.hero{min-height:680px}}

/* ===== refined.css ===== */
/* Ajustement de la direction artistique : version plus élégante et apaisée. */
:root{--paper:#f5f5f7;--dark:#1d1d29;--ink:#292833;--muted:#696775;--pink:#a55a91;--purple:#625d86;--blue:#454c6e;--line:#dedde3}
.hero,.pagehero{background:#171720}
.hero .btn,.btn{background:#625d86;box-shadow:none}.hero .btn:hover,.btn:hover{background:#514c71;box-shadow:0 8px 20px #26213c30}.btn.dark{background:#292833}.btn.ghost{border-color:#ffffff88;background:#ffffff12}
.tag{color:#a55a91}.links a:hover,.links a.active{color:#d7aec9}
.hero-shade{background:linear-gradient(90deg,#171722d6 0%,#1717228c 53%,#17172258 100%),linear-gradient(0deg,#17172272,transparent 48%)!important}.hero-slide{filter:saturate(.84) brightness(.88) contrast(1.03)}.hero-dot.active{background:#b879a5;border-color:#b879a5}
.section.dark{background:#242332}.card,.offer,.form{box-shadow:0 10px 30px #221e2b0a}.cta{background:#625d86}.cta .btn.dark{background:#292833}.checks li:before{color:#c58aae}.work article{filter:saturate(.78)}.footer{background:#171720}

/* Carousel hero : une seule photo visible à la fois. */
.hero{position:relative;overflow:hidden;background:#171722}
.hero>.container{position:relative;z-index:2}
.hero-slides,.hero-shade{position:absolute;inset:0}
.hero-slides{z-index:0}
.hero-slide{position:absolute;inset:0;overflow:hidden;opacity:0;transform:scale(1.012);transition:opacity 1.1s ease,transform 9s ease}
.hero-slide-blur{position:absolute;inset:-28px;background:center/cover no-repeat;filter:blur(24px) saturate(1.12) brightness(.74);transform:scale(1.08)}.hero-slide-image{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 16px 34px #09071280)}
.hero-slide.active{opacity:1;transform:scale(1)}
.effects-hero-slides .hero-slide{filter:saturate(.92) brightness(.98) contrast(1.02)}
.hero-shade{z-index:1;background:linear-gradient(90deg,#171722d6 0%,#1717228c 53%,#17172258 100%),linear-gradient(0deg,#17172272,transparent 48%)!important}
.hero-dots{position:absolute;right:5%;bottom:40px;z-index:3;display:flex;gap:8px}
.hero-dot{width:9px;height:9px;padding:0;border:1px solid #fff;border-radius:99px;background:#ffffff88;cursor:pointer;transition:.25s}
.hero-dot.active{width:28px;background:#b879a5;border-color:#b879a5}
@media(max-width:550px){.hero-dots{right:20px;bottom:25px}}

/* Versions retouchées et optimisées des images de contenu. */
.visual{background-image:url('../img/realisation-concert-optimisee.webp')}
.work article{background-image:linear-gradient(0deg,#16132ed9,transparent),url('../img/sonorisation-optimisee.webp')}
.work article:nth-child(2){background-image:linear-gradient(0deg,#16132ed9,transparent),url('../img/eclairage-optimisee.webp')}
.work article:nth-child(3){background-image:linear-gradient(0deg,#16132ed9,transparent),url('../img/video-optimisee.webp')}

/* Zones d’intervention */
.areas{background:#ecebf0}.areas-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:start}.areas h2{margin:12px 0 22px;font-size:clamp(2.7rem,5vw,5rem);line-height:.94;letter-spacing:-.07em}.areas-intro p{max-width:470px;color:var(--muted);font-size:1.04rem}.areas-content{display:grid;gap:0}.area-block{padding:0 0 30px;margin:0 0 30px;border-bottom:1px solid #cbc9d1}.area-block>span{color:#a55a91;font-size:.74rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.area-block h3{margin:8px 0 16px;font-size:1.55rem;letter-spacing:-.04em}.area-block p{margin:0;color:var(--muted);font-size:1.02rem}.city-pills{display:flex;flex-wrap:wrap;gap:9px}.city-pills a{padding:9px 13px;border:1px solid #c7c4cc;border-radius:99px;background:#f8f7fa;font-weight:700;font-size:.93rem}.city-pills a:hover{border-color:#8d8499;color:#625d86}.city-pills.prominent a{background:#625d86;border-color:#625d86;color:white}.areas-note{margin:0;color:#4e4b58;font-weight:700}@media(max-width:850px){.areas-layout{grid-template-columns:1fr;gap:35px}}@media(max-width:550px){.areas h2{font-size:3rem}.city-pills a{font-size:.85rem;padding:8px 11px}}

/* ===== map.css ===== */
.areas-map{margin:0 0 30px;padding:10px 0 0}.areas-map svg{display:block;width:100%;height:auto;overflow:visible}.region-shape{fill:#dddbe4;stroke:#625d86;stroke-width:2;stroke-linejoin:round}.namur-link{fill:none;stroke:#a55a91;stroke-width:1.5;stroke-dasharray:5 5;opacity:0}.map-city{opacity:0;transform-box:fill-box;transform-origin:center;translate:0 8px;scale:.7;transition:opacity .45s ease var(--delay),translate .45s cubic-bezier(.2,.8,.2,1) var(--delay)}.is-visible .map-city{opacity:1;translate:0 0;scale:1}.map-city circle{r:5;fill:#a55a91;stroke:#f8f7fa;stroke-width:3}.map-city text{fill:#34313e;font-size:12px;font-weight:700;transform:translate(9px,4px)}.map-city.belgium circle{fill:#625d86}.belgium-label{fill:#8b8795;font-size:10px;font-weight:800;letter-spacing:.13em}.is-visible .namur-link{opacity:1;transition:opacity .6s ease .35s}.area-city-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.area-city-groups article{padding:18px;border:1px solid rgba(45,39,73,.12);border-radius:14px;background:rgba(255,255,255,.58)}.area-city-groups strong{display:block;margin-bottom:7px;color:#322d4a;font-size:.88rem}.area-city-groups p{margin:0;color:#625d6c;font-size:.91rem;line-height:1.55}@media(max-width:550px){.areas-map{margin-inline:-10px}.map-city text{font-size:10px}.area-city-groups{grid-template-columns:1fr}.area-city-groups article{padding:15px}}

/* ===== contact.css ===== */
.header-phone{color:#fff;font-size:.92rem;font-weight:800;white-space:nowrap}.header-phone:hover{color:#d7aec9}.form em{font-size:.8em;font-style:normal;font-weight:500}.form small{display:block;margin-top:.45rem;font-size:.8rem;line-height:1.45;opacity:.72}@media(max-width:850px){.header-phone{font-size:.82rem;margin-left:auto}}

/* ===== footer-links.css ===== */
@media(min-width:851px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr}}.footer-external a{overflow-wrap:anywhere}.footer-subtitle{display:block;margin-top:17px;font-size:.78rem;color:#d7d0e4}.social-links{display:flex;gap:9px;margin-top:14px}.social-links a{display:grid!important;place-items:center;width:34px;height:34px;margin:0!important;color:#fff!important;background:#ffffff18;border:1px solid #ffffff28;border-radius:50%;transition:background .2s,transform .2s}.social-links a:hover{background:#625d86;transform:translateY(-2px)}.social-links svg,.hero-whatsapp svg{width:18px;height:18px;fill:currentColor}.hero-whatsapp{position:absolute;z-index:3;right:5%;bottom:83px;display:grid;place-items:center;width:52px;height:52px;color:#fff;background:#775873;border:1px solid #f0c8e047;border-radius:50%;box-shadow:0 10px 24px #0000003b;transition:transform .22s ease,background .22s ease,box-shadow .22s ease}.hero-whatsapp:hover{background:#a56c91;box-shadow:0 13px 28px #0000004a;transform:translateY(-3px) scale(1.06)}.hero-whatsapp svg{width:28px;height:28px}@media(max-width:550px){.hero-whatsapp{right:20px;bottom:66px;width:47px;height:47px}.hero-whatsapp svg{width:25px;height:25px}}

/* ===== faq.css ===== */
.faq-layout{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:72px;align-items:start}.faq-layout h2{font-size:clamp(2.2rem,4vw,4rem);letter-spacing:-.06em;line-height:1;margin:10px 0 20px}.faq-layout .btn{margin-top:18px}.faq-list{display:grid;gap:10px}.faq-list details{background:#fff;border:1px solid #e5e1ed;border-radius:14px;padding:0 22px}.faq-list summary{position:relative;cursor:pointer;list-style:none;padding:20px 30px 20px 0;font-weight:800;line-height:1.3}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:'+';position:absolute;right:0;top:15px;color:#625d86;font-size:1.55rem;font-weight:400}.faq-list details[open] summary::after{content:'−'}.faq-list details p{margin:0 0 21px;color:#625f70}@media(max-width:850px){.faq-layout{grid-template-columns:1fr;gap:35px}}

/* ===== sonorisation.css ===== */
.sonorisation-extra{display:contents}.sonorisation-types .intro{color:#ddd7e8}.sonorisation-cards{grid-template-columns:repeat(4,1fr)}.sonorisation-cards article{padding:24px;border:1px solid #ffffff24;border-radius:16px;background:#ffffff08}.sonorisation-cards h3{margin:0 0 9px;font-size:1.25rem}.sonorisation-cards p{margin:0;color:#ddd7e8;font-size:.94rem}.sonorisation-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sonorisation-gallery figure{position:relative;overflow:hidden;margin:0;border-radius:15px;background:#171722}.sonorisation-gallery figure:nth-child(1),.sonorisation-gallery figure:nth-child(4){grid-column:span 2}.sonorisation-gallery img{display:block;width:100%;height:230px;object-fit:cover;transition:transform .35s ease}.sonorisation-gallery figure:nth-child(1) img,.sonorisation-gallery figure:nth-child(4) img{height:310px}.sonorisation-gallery figure:hover img{transform:scale(1.04)}.sonorisation-gallery figcaption{position:absolute;inset:auto 0 0;padding:42px 15px 14px;color:#fff;font-size:.86rem;font-weight:800;background:linear-gradient(transparent,#171722db)}@media(max-width:850px){.sonorisation-cards{grid-template-columns:repeat(2,1fr)}.sonorisation-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.sonorisation-cards,.sonorisation-gallery-grid{grid-template-columns:1fr}.sonorisation-gallery figure:nth-child(1),.sonorisation-gallery figure:nth-child(4){grid-column:span 1}.sonorisation-gallery figure img,.sonorisation-gallery figure:nth-child(1) img,.sonorisation-gallery figure:nth-child(4) img{height:245px}}

/* ===== sonorisation-layout.css ===== */
.sonorisation-intro-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(34px,5vw,70px)}.sonorisation-intro-layout .visual{display:block;width:100%;min-height:0;height:clamp(280px,29vw,390px);margin:0;object-fit:cover;object-position:center;border-radius:18px}.sonorisation-intro-layout .intro{max-width:620px}.sonorisation-intro-layout .checks{max-width:620px}@media(max-width:850px){.sonorisation-intro-layout{grid-template-columns:1fr;gap:30px}.sonorisation-intro-layout .visual{height:clamp(250px,55vw,350px)}.sonorisation-intro-layout .intro,.sonorisation-intro-layout .checks{max-width:none}}

/* ===== eclairage.css ===== */
.eclairage-extra{display:contents}.eclairage-types .intro{color:#ddd7e8}.eclairage-cards{grid-template-columns:repeat(4,1fr)}.eclairage-cards article{padding:24px;border:1px solid #ffffff24;border-radius:16px;background:#ffffff08}.eclairage-cards h3{margin:0 0 9px;font-size:1.25rem}.eclairage-cards p{margin:0;color:#ddd7e8;font-size:.94rem}.eclairage-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.eclairage-gallery figure{position:relative;overflow:hidden;margin:0;border-radius:15px;background:#171722}.eclairage-gallery img{display:block;width:100%;height:265px;object-fit:cover;transition:transform .35s ease}.eclairage-gallery figure:hover img{transform:scale(1.04)}.eclairage-gallery figcaption{position:absolute;inset:auto 0 0;padding:42px 15px 14px;color:#fff;font-size:.86rem;font-weight:800;background:linear-gradient(transparent,#171722db)}@media(max-width:850px){.eclairage-cards{grid-template-columns:repeat(2,1fr)}.eclairage-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.eclairage-gallery img{height:250px}}@media(max-width:550px){.eclairage-cards,.eclairage-gallery-grid{grid-template-columns:1fr}.eclairage-gallery img{height:245px}}

/* ===== eclairage-layout.css ===== */
.eclairage-intro-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(34px,5vw,70px)}.eclairage-intro-layout .visual{display:block;width:100%;min-height:0;height:clamp(280px,29vw,390px);margin:0;object-fit:cover;object-position:center;border-radius:18px}.eclairage-intro-layout .intro{max-width:620px}.eclairage-intro-layout .checks{max-width:620px}@media(max-width:850px){.eclairage-intro-layout{grid-template-columns:1fr;gap:30px}.eclairage-intro-layout .visual{height:clamp(250px,55vw,350px)}.eclairage-intro-layout .intro,.eclairage-intro-layout .checks{max-width:none}}

/* ===== video.css ===== */
.video-extra{display:contents}.video-types .intro{color:#ddd7e8}.video-cards{grid-template-columns:repeat(4,1fr)}.video-cards article{padding:24px;border:1px solid #ffffff24;border-radius:16px;background:#ffffff08}.video-cards h3{margin:0 0 9px;font-size:1.25rem}.video-cards p{margin:0;color:#ddd7e8;font-size:.94rem}.video-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.video-gallery figure{position:relative;overflow:hidden;margin:0;border-radius:15px;background:#171722}.video-gallery figure:nth-child(1),.video-gallery figure:nth-child(2){grid-column:span 2}.video-gallery img{display:block;width:100%;height:230px;object-fit:cover;transition:transform .35s ease}.video-gallery figure:nth-child(1) img,.video-gallery figure:nth-child(2) img{height:310px}.video-gallery figure:hover img{transform:scale(1.04)}.video-gallery figcaption{position:absolute;inset:auto 0 0;padding:42px 15px 14px;color:#fff;font-size:.86rem;font-weight:800;background:linear-gradient(transparent,#171722db)}.video-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:34px;padding:24px 28px;border-radius:18px;background:#eeeaf5}.video-cta p{margin:0;font-weight:800;font-size:1.05rem}@media(max-width:850px){.video-cards{grid-template-columns:repeat(2,1fr)}.video-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.video-cards,.video-gallery-grid{grid-template-columns:1fr}.video-gallery figure:nth-child(1),.video-gallery figure:nth-child(2){grid-column:span 1}.video-gallery figure img,.video-gallery figure:nth-child(1) img,.video-gallery figure:nth-child(2) img{height:245px}.video-cta{display:block;padding:22px}.video-cta .btn{margin-top:16px;width:100%}}

/* ===== video-layout.css ===== */
.video-intro-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(34px,5vw,70px)}.video-intro-layout .visual{display:block;width:100%;min-height:0;height:clamp(280px,29vw,390px);margin:0;object-fit:cover;object-position:center;border-radius:18px}.video-intro-layout .intro{max-width:620px}.video-intro-layout .checks{max-width:620px}@media(max-width:850px){.video-intro-layout{grid-template-columns:1fr;gap:30px}.video-intro-layout .visual{height:clamp(250px,55vw,350px)}.video-intro-layout .intro,.video-intro-layout .checks{max-width:none}}

/* ===== effets-speciaux.css ===== */
.effects-extra{display:contents}.effects-types .intro{color:#ddd7e8}.effects-cards{grid-template-columns:repeat(4,1fr)}.effects-cards article{padding:24px;border:1px solid #ffffff24;border-radius:16px;background:#ffffff08}.effects-cards h3{margin:0 0 9px;font-size:1.25rem}.effects-cards p{margin:0;color:#ddd7e8;font-size:.94rem}.effects-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.effects-gallery figure{position:relative;overflow:hidden;margin:0;border-radius:15px;background:#171722}.effects-gallery img{display:block;width:100%;height:265px;object-fit:cover;transition:transform .35s ease}.effects-gallery figure:hover img{transform:scale(1.04)}.effects-gallery figcaption{position:absolute;inset:auto 0 0;padding:42px 15px 14px;color:#fff;font-size:.86rem;font-weight:800;background:linear-gradient(transparent,#171722db)}.effects-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:34px;padding:24px 28px;border-radius:18px;background:#eeeaf5}.effects-cta strong{font-size:1.05rem}.effects-cta p{margin:4px 0 0;color:#625f70}@media(max-width:850px){.effects-cards{grid-template-columns:repeat(2,1fr)}.effects-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.effects-gallery img{height:250px}}@media(max-width:550px){.effects-cards,.effects-gallery-grid{grid-template-columns:1fr}.effects-gallery img{height:245px}.effects-cta{display:block;padding:22px}.effects-cta .btn{margin-top:16px;width:100%}}

/* ===== effets-speciaux-layout.css ===== */
.effects-intro-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(34px,5vw,70px)}.effects-intro-layout .visual{display:block;width:100%;min-height:0;height:clamp(280px,29vw,390px);margin:0;object-fit:cover;object-position:center;border-radius:18px}.effects-intro-layout .intro{max-width:620px}.effects-intro-layout .checks{max-width:620px}@media(max-width:850px){.effects-intro-layout{grid-template-columns:1fr;gap:30px}.effects-intro-layout .visual{height:clamp(250px,55vw,350px)}.effects-intro-layout .intro,.effects-intro-layout .checks{max-width:none}}

/* ===== machine-mousse.css ===== */
.foam-extra{display:contents}.foam-types .intro{color:#ddd7e8}.foam-cards{grid-template-columns:repeat(2,1fr)}.foam-cards article{display:grid;grid-template-columns:185px 1fr;overflow:hidden;border:1px solid #ffffff24;border-radius:16px;background:#ffffff08}.foam-cards article>a{display:block;min-height:220px}.foam-cards img{width:100%;height:100%;min-height:220px;object-fit:cover}.foam-cards article>div{padding:25px}.foam-cards h3{margin:0 0 9px;font-size:1.3rem}.foam-cards p{margin:0;color:#ddd7e8;font-size:.94rem}.foam-types .text-link{display:inline-block;margin-top:15px;color:#fff;font-size:.9rem;font-weight:800;text-decoration:underline;text-underline-offset:4px}.foam-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.foam-gallery figure{position:relative;overflow:hidden;margin:0;border-radius:15px;background:#171722}.foam-gallery figure:nth-child(1),.foam-gallery figure:nth-child(2){grid-column:span 2}.foam-gallery img{display:block;width:100%;height:230px;object-fit:cover;transition:transform .35s ease}.foam-gallery figure:nth-child(1) img,.foam-gallery figure:nth-child(2) img{height:310px}.foam-gallery figure:hover img{transform:scale(1.04)}.foam-gallery figcaption{position:absolute;inset:auto 0 0;padding:42px 15px 14px;color:#fff;font-size:.86rem;font-weight:800;background:linear-gradient(transparent,#171722db)}.foam-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:34px;padding:24px 28px;border-radius:18px;background:#eeeaf5}.foam-cta strong{font-size:1.05rem}.foam-cta p{margin:4px 0 0;color:#625f70}@media(max-width:850px){.foam-cards{grid-template-columns:1fr}.foam-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.foam-cards article{grid-template-columns:1fr}.foam-cards article>a,.foam-cards img{height:225px;min-height:0}.foam-gallery-grid{grid-template-columns:1fr}.foam-gallery figure:nth-child(1),.foam-gallery figure:nth-child(2){grid-column:span 1}.foam-gallery figure img,.foam-gallery figure:nth-child(1) img,.foam-gallery figure:nth-child(2) img{height:245px}.foam-cta{display:block;padding:22px}.foam-cta .btn{margin-top:16px;width:100%}}

/* ===== machine-mousse-layout.css ===== */
.foam-intro-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(34px,5vw,70px);align-items:center}.foam-intro-layout .visual{display:block;width:100%;min-height:0;height:clamp(280px,29vw,390px);margin:0;object-fit:cover;object-position:center;border-radius:18px}.foam-intro-layout .intro{max-width:620px}.foam-intro-layout .checks{max-width:620px}@media(max-width:850px){.foam-intro-layout{grid-template-columns:1fr;gap:30px}.foam-intro-layout .visual{height:clamp(250px,55vw,350px)}.foam-intro-layout .intro,.foam-intro-layout .checks{max-width:none}}

/* ===== club-discotheque.css ===== */
.club-extra{display:contents}.club-types .intro{color:#ddd7e8}.club-cards{grid-template-columns:repeat(4,1fr)}.club-cards article{padding:24px;border:1px solid #ffffff24;border-radius:16px;background:#ffffff08}.club-cards h3{margin:0 0 9px;font-size:1.25rem}.club-cards p{margin:0;color:#ddd7e8;font-size:.94rem}.club-trust{background:#fff}.club-trust-logos{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;align-items:center}.club-trust-logos figure{display:grid;place-items:center;min-height:118px;margin:0;padding:16px;border:1px solid #e5e1ed;border-radius:14px;background:#fff}.club-trust-logos img{display:block;max-width:100%;max-height:78px;object-fit:contain}.club-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.club-gallery figure{position:relative;overflow:hidden;margin:0;border-radius:15px;background:#171722}.club-gallery figure:nth-child(1),.club-gallery figure:nth-child(2),.club-gallery figure:nth-child(3){grid-column:span 2}.club-gallery img{display:block;width:100%;height:230px;object-fit:cover;transition:transform .35s ease}.club-gallery figure:nth-child(1) img,.club-gallery figure:nth-child(2) img,.club-gallery figure:nth-child(3) img{height:310px}.club-gallery figure:hover img{transform:scale(1.04)}.club-gallery figcaption{position:absolute;inset:auto 0 0;padding:42px 15px 14px;color:#fff;font-size:.86rem;font-weight:800;background:linear-gradient(transparent,#171722db)}.club-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:34px;padding:24px 28px;border-radius:18px;background:#eeeaf5}.club-cta strong{font-size:1.05rem}.club-cta p{margin:4px 0 0;color:#625f70}@media(max-width:850px){.club-cards{grid-template-columns:repeat(2,1fr)}.club-trust-logos{grid-template-columns:repeat(4,1fr)}.club-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.club-cards,.club-gallery-grid{grid-template-columns:1fr}.club-trust-logos{grid-template-columns:repeat(2,1fr);gap:10px}.club-trust-logos figure{min-height:96px;padding:12px}.club-trust-logos img{max-height:62px}.club-gallery figure:nth-child(1),.club-gallery figure:nth-child(2),.club-gallery figure:nth-child(3){grid-column:span 1}.club-gallery figure img,.club-gallery figure:nth-child(1) img,.club-gallery figure:nth-child(2) img,.club-gallery figure:nth-child(3) img{height:245px}.club-cta{display:block;padding:22px}.club-cta .btn{margin-top:16px;width:100%}}

/* ===== club-discotheque-layout.css ===== */
.club-intro-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(34px,5vw,70px);align-items:center}.club-intro-layout .visual{display:block;width:100%;min-height:0;height:clamp(280px,29vw,390px);margin:0;object-fit:cover;object-position:center;border-radius:18px}.club-intro-layout .intro{max-width:620px}.club-intro-layout .checks{max-width:620px}@media(max-width:850px){.club-intro-layout{grid-template-columns:1fr;gap:30px}.club-intro-layout .visual{height:clamp(250px,55vw,350px)}.club-intro-layout .intro,.club-intro-layout .checks{max-width:none}}

/* ===== case-study.css ===== */
.case-study-trigger{position:absolute;z-index:2;right:14px;bottom:13px;padding:9px 13px;border:1px solid #ffffff66;border-radius:99px;background:#171722db;color:#fff;font:700 .76rem Arial,sans-serif;cursor:pointer;transition:background .2s,transform .2s}.case-study-trigger:hover{background:#625d86;transform:translateY(-2px)}.case-study-dialog{width:min(950px,calc(100% - 28px));padding:0;border:0;border-radius:18px;background:#f8f7fb;color:#141126;box-shadow:0 25px 80px #0000008c}.case-study-dialog::backdrop{background:#0d0c16c9;backdrop-filter:blur(4px)}.case-study-layout{display:grid;grid-template-columns:1.05fr .95fr}.case-study-layout>img{display:block;width:100%;height:100%;min-height:420px;object-fit:cover}.case-study-copy{padding:54px 46px 42px}.case-study-copy h2{margin:10px 0 8px;font-size:clamp(2rem,4vw,3.2rem);line-height:1;letter-spacing:-.06em}.case-study-copy p{color:#625f70}.case-study-place{margin-top:0;font-weight:800;color:#625d86!important}.case-study-copy .btn{margin-top:10px}.case-study-close{position:absolute;z-index:2;top:12px;right:13px;width:35px;height:35px;border:0;border-radius:50%;background:#171722d9;color:#fff;font-size:1.7rem;line-height:1;cursor:pointer}@media(max-width:700px){.case-study-layout{grid-template-columns:1fr}.case-study-layout>img{min-height:230px;max-height:310px}.case-study-copy{padding:31px 25px}.case-study-close{top:10px;right:10px}}

/* ===== case-study-fix.css ===== */
.case-study-trigger{top:13px;right:13px;bottom:auto;display:inline-flex;align-items:center;gap:8px;padding:10px 13px 10px 15px;border:1px solid #ffffff5c;border-radius:99px;background:linear-gradient(135deg,#af6a91,#625d86);box-shadow:0 8px 20px #0d0c16a6;color:#fff;font-size:.77rem;letter-spacing:.01em}.case-study-trigger::after{content:'↗';font-size:1.05rem;line-height:1;transition:transform .2s ease}.case-study-trigger:hover{background:linear-gradient(135deg,#c87aa5,#716a9b);box-shadow:0 11px 24px #0d0c16c4;transform:translateY(-2px)}.case-study-trigger:hover::after{transform:translate(2px,-2px)}.sonorisation-gallery figcaption,.eclairage-gallery figcaption{z-index:1}.case-study-layout{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr)}.case-study-layout>img{height:auto;min-height:0;max-height:80vh;object-fit:contain;background:#12111b}@media(max-width:700px){.case-study-layout{grid-template-columns:1fr}.case-study-layout>img{max-height:52vh}.case-study-trigger{padding:9px 12px 9px 14px;font-size:.72rem}}

/* ===== case-study-button.css ===== */
.case-study-trigger{padding:6px 9px 6px 11px;gap:5px;border-color:#ffffff42;background:#171722c9;box-shadow:0 4px 12px #0d0c1680;font-size:.66rem;transform:scale(.9);transform-origin:top right;transition:transform .22s cubic-bezier(.2,.8,.2,1),background .22s,box-shadow .22s}.case-study-trigger::after{font-size:.86rem}.case-study-trigger:hover{background:#625d86;box-shadow:0 9px 20px #0d0c16b3;transform:scale(1.08)}.case-study-trigger:hover::after{transform:translate(1px,-1px)}@media(max-width:550px){.case-study-trigger{font-size:.63rem}}

/* ===== header-whatsapp.css ===== */
.header-whatsapp{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;margin-left:-10px;color:#fff;background:#775873;border:1px solid #eec7df42;border-radius:50%;box-shadow:0 5px 14px #0000002b;transition:transform .22s ease,background .22s ease,box-shadow .22s ease}.header-whatsapp:hover{background:#a56c91;box-shadow:0 8px 18px #0000003b;transform:translateY(-2px) scale(1.05)}.header-whatsapp svg{width:21px;height:21px;fill:currentColor}@media(max-width:850px){.header-whatsapp{margin-left:0}}@media(max-width:550px){.header-whatsapp{width:33px;height:33px}.header-whatsapp svg{width:19px;height:19px}}

/* ===== hero-proof.css ===== */
.hero .proof{gap:12px;margin-top:48px}.hero .proof-item{display:inline-flex;align-items:center;gap:9px;padding:8px 12px 8px 8px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(20,17,38,.28);backdrop-filter:blur(8px);font-weight:700;letter-spacing:.01em}.hero .proof-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#e172bd,#7157e9);color:#fff}.hero .proof-icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}@media(max-width:550px){.hero .proof{gap:8px;margin-top:36px}.hero .proof-item{gap:7px;padding:7px 10px 7px 7px;font-size:.76rem}.hero .proof-icon{width:25px;height:25px}.hero .proof-icon svg{width:14px;height:14px}}

/* ===== msl-about.css ===== */
.msl-about{background:linear-gradient(180deg,#fff 0%,#f8f7fb 100%)}.msl-about-heading{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);align-items:end;gap:3.5rem;margin-bottom:1.5rem}.msl-about-heading h2{max-width:760px;margin:.7rem 0 0;font-size:clamp(2.35rem,4.3vw,4.35rem);line-height:.98;letter-spacing:-.06em}.msl-about-heading>p{margin:0;color:#5d596a;font-size:1.06rem;line-height:1.7}.msl-about-location{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:3rem;padding:1rem 1.15rem;border-top:1px solid rgba(47,41,71,.14);border-bottom:1px solid rgba(47,41,71,.14);color:#4d485d;font-size:.86rem;font-weight:800;letter-spacing:.03em}.msl-about-location p{margin:0;color:#a24f92;font-weight:700;letter-spacing:0}.msl-about-editorial{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(290px,.82fr);gap:clamp(2.5rem,6vw,6rem);align-items:start}.msl-about-copy h3{max-width:650px;margin:.65rem 0 1.3rem;font-size:clamp(1.85rem,3vw,2.8rem);line-height:1.03;letter-spacing:-.055em}.msl-about-copy p{max-width:700px;margin:0 0 1rem;color:#5d596a;font-size:1.01rem;line-height:1.75}.msl-about-copy p strong{color:#312d42}.msl-about-proofs{border-top:1px solid rgba(47,41,71,.18)}.msl-about-proofs article{display:grid;grid-template-columns:85px 1fr;gap:1rem;align-items:start;padding:1.05rem 0;border-bottom:1px solid rgba(47,41,71,.18)}.msl-about-proofs strong{color:#bd589d;font-size:2rem;font-weight:900;line-height:1;letter-spacing:-.07em}.msl-about-proofs h3{margin:0 0 .25rem;color:#302c40;font-size:1rem;line-height:1.15}.msl-about-proofs p{margin:0;color:#696372;font-size:.88rem;line-height:1.5}.msl-about-process{display:flex;gap:0;margin-top:3.1rem;border-top:1px solid rgba(47,41,71,.16);border-bottom:1px solid rgba(47,41,71,.16)}.msl-about-process span{flex:1;padding:1.1rem .7rem;color:#4d485d;font-size:.88rem;font-weight:800;text-align:center}.msl-about-process span+span{border-left:1px solid rgba(47,41,71,.16)}.msl-about-process b{margin-right:.42rem;color:#bd589d;font-size:.75rem;letter-spacing:.04em}@media(max-width:880px){.msl-about-heading,.msl-about-editorial{grid-template-columns:1fr;gap:1.5rem}.msl-about-location{margin-bottom:2.2rem}}@media(max-width:600px){.msl-about-location{display:block;padding-block:.9rem;line-height:1.5}.msl-about-location p{margin-top:.28rem}.msl-about-heading h2{font-size:clamp(2.25rem,12vw,3.35rem)}.msl-about-proofs article{grid-template-columns:72px 1fr}.msl-about-process{display:grid;grid-template-columns:1fr 1fr}.msl-about-process span:nth-child(3){border-left:0;border-top:1px solid rgba(47,41,71,.16)}.msl-about-process span:nth-child(4){border-top:1px solid rgba(47,41,71,.16)}}

/* ===== sonorisation-seo.css ===== */
.sound-hero-intro{max-width:800px!important;margin:1.35rem 0 0!important;font-size:1rem!important;line-height:1.7}.sound-editorial{padding-block:clamp(4.25rem,7vw,6.5rem)}.sound-editorial.soft{background:#eeecf3}.sound-editorial-layout{display:grid;grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);gap:clamp(2rem,7vw,7rem);align-items:start}.sound-editorial h2{margin:.65rem 0 0;font-size:clamp(2rem,3.65vw,3.5rem);line-height:1.01;letter-spacing:-.055em}.sound-editorial-layout>div:last-child{max-width:680px}.sound-editorial p{margin:0 0 1rem;color:#605c6b;line-height:1.75}.sound-editorial p:last-child{margin-bottom:0}.sound-editorial a,.sound-faq a{color:#a13f89;text-decoration:underline;text-decoration-color:rgba(161,63,137,.35);text-underline-offset:3px;font-weight:700}.sound-editorial.dark p{color:#dfdbe9}.sound-editorial.dark a{color:#f29cda;text-decoration-color:rgba(242,156,218,.4)}.sound-faq{background:#fff}.sound-faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sound-faq details{padding:1.2rem 1.3rem;border:1px solid #e3dfeb;border-radius:16px;background:#faf9fc}.sound-faq summary{cursor:pointer;padding-right:1.5rem;color:#2c293b;font-weight:800;line-height:1.35}.sound-faq summary::marker{color:#bd549f}.sound-faq details p{margin:1rem 0 0;color:#625e6e;line-height:1.65;font-size:.94rem}@media(max-width:800px){.sound-editorial-layout{grid-template-columns:1fr;gap:1.25rem}.sound-faq-list{grid-template-columns:1fr}}@media(max-width:550px){.sound-hero-intro{font-size:.94rem!important}.sound-faq details{padding:1.05rem}.sound-editorial{padding-block:4rem}}

/* ===== eclairage-seo.css ===== */
.lighting-hero-intro{max-width:800px!important;margin:1.35rem 0 0!important;font-size:1rem!important;line-height:1.7}.lighting-editorial{padding-block:clamp(4.25rem,7vw,6.5rem)}.lighting-editorial.soft{background:#eeecf3}.lighting-editorial-layout{display:grid;grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);gap:clamp(2rem,7vw,7rem);align-items:start}.lighting-editorial h2{margin:.65rem 0 0;font-size:clamp(2rem,3.65vw,3.5rem);line-height:1.01;letter-spacing:-.055em}.lighting-editorial-layout>div:last-child{max-width:680px}.lighting-editorial p{margin:0 0 1rem;color:#605c6b;line-height:1.75}.lighting-editorial p:last-child{margin-bottom:0}.lighting-editorial a,.lighting-faq a{color:#a13f89;text-decoration:underline;text-decoration-color:rgba(161,63,137,.35);text-underline-offset:3px;font-weight:700}.lighting-editorial.dark p{color:#dfdbe9}.lighting-editorial.dark a{color:#f29cda;text-decoration-color:rgba(242,156,218,.4)}.lighting-faq{background:#fff}.lighting-faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.lighting-faq details{padding:1.2rem 1.3rem;border:1px solid #e3dfeb;border-radius:16px;background:#faf9fc}.lighting-faq summary{cursor:pointer;padding-right:1.5rem;color:#2c293b;font-weight:800;line-height:1.35}.lighting-faq summary::marker{color:#bd549f}.lighting-faq details p{margin:1rem 0 0;color:#625e6e;line-height:1.65;font-size:.94rem}@media(max-width:800px){.lighting-editorial-layout{grid-template-columns:1fr;gap:1.25rem}.lighting-faq-list{grid-template-columns:1fr}}@media(max-width:550px){.lighting-hero-intro{font-size:.94rem!important}.lighting-faq details{padding:1.05rem}.lighting-editorial{padding-block:4rem}}

/* ===== video-seo.css ===== */
.video-hero-intro{max-width:800px!important;margin:1.35rem 0 0!important;font-size:1rem!important;line-height:1.7}.video-editorial{padding-block:clamp(4.25rem,7vw,6.5rem)}.video-editorial.soft{background:#eeecf3}.video-editorial-layout{display:grid;grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);gap:clamp(2rem,7vw,7rem);align-items:start}.video-editorial h2{margin:.65rem 0 0;font-size:clamp(2rem,3.65vw,3.5rem);line-height:1.01;letter-spacing:-.055em}.video-editorial-layout>div:last-child{max-width:680px}.video-editorial p{margin:0 0 1rem;color:#605c6b;line-height:1.75}.video-editorial p:last-child{margin-bottom:0}.video-editorial a,.video-faq a{color:#a13f89;text-decoration:underline;text-decoration-color:rgba(161,63,137,.35);text-underline-offset:3px;font-weight:700}.video-editorial.dark p{color:#dfdbe9}.video-editorial.dark a{color:#f29cda;text-decoration-color:rgba(242,156,218,.4)}.video-faq{background:#fff}.video-faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.video-faq details{padding:1.2rem 1.3rem;border:1px solid #e3dfeb;border-radius:16px;background:#faf9fc}.video-faq summary{cursor:pointer;padding-right:1.5rem;color:#2c293b;font-weight:800;line-height:1.35}.video-faq summary::marker{color:#bd549f}.video-faq details p{margin:1rem 0 0;color:#625e6e;line-height:1.65;font-size:.94rem}@media(max-width:800px){.video-editorial-layout{grid-template-columns:1fr;gap:1.25rem}.video-faq-list{grid-template-columns:1fr}}@media(max-width:550px){.video-hero-intro{font-size:.94rem!important}.video-faq details{padding:1.05rem}.video-editorial{padding-block:4rem}}

/* ===== effets-seo.css ===== */
.effects-hero-intro{max-width:800px!important;margin:1.35rem 0 0!important;font-size:1rem!important;line-height:1.7}.effects-editorial{padding-block:clamp(4.25rem,7vw,6.5rem)}.effects-editorial.soft{background:#eeecf3}.effects-editorial-layout{display:grid;grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);gap:clamp(2rem,7vw,7rem);align-items:start}.effects-editorial h2{margin:.65rem 0 0;font-size:clamp(2rem,3.65vw,3.5rem);line-height:1.01;letter-spacing:-.055em}.effects-editorial-layout>div:last-child{max-width:680px}.effects-editorial p{margin:0 0 1rem;color:#605c6b;line-height:1.75}.effects-editorial p:last-child{margin-bottom:0}.effects-editorial a,.effects-faq a{color:#a13f89;text-decoration:underline;text-decoration-color:rgba(161,63,137,.35);text-underline-offset:3px;font-weight:700}.effects-editorial.dark p{color:#dfdbe9}.effects-editorial.dark a{color:#f29cda;text-decoration-color:rgba(242,156,218,.4)}.effects-faq{background:#fff}.effects-faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.effects-faq details{padding:1.2rem 1.3rem;border:1px solid #e3dfeb;border-radius:16px;background:#faf9fc}.effects-faq summary{cursor:pointer;padding-right:1.5rem;color:#2c293b;font-weight:800;line-height:1.35}.effects-faq summary::marker{color:#bd549f}.effects-faq details p{margin:1rem 0 0;color:#625e6e;line-height:1.65;font-size:.94rem}@media(max-width:800px){.effects-editorial-layout{grid-template-columns:1fr;gap:1.25rem}.effects-faq-list{grid-template-columns:1fr}}@media(max-width:550px){.effects-hero-intro{font-size:.94rem!important}.effects-faq details{padding:1.05rem}.effects-editorial{padding-block:4rem}}

/* ===== foam-seo.css ===== */
.foam-hero-intro{max-width:800px!important;margin:1.35rem 0 0!important;font-size:1rem!important;line-height:1.7}.foam-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:1.6rem}.foam-editorial{padding-block:clamp(4.25rem,7vw,6.5rem)}.foam-editorial.soft{background:#eeecf3}.foam-editorial-layout{display:grid;grid-template-columns:minmax(250px,.78fr) minmax(0,1.22fr);gap:clamp(2rem,7vw,7rem);align-items:start}.foam-editorial h2{margin:.65rem 0 0;font-size:clamp(2rem,3.65vw,3.5rem);line-height:1.01;letter-spacing:-.055em}.foam-editorial-layout>div:last-child{max-width:680px}.foam-editorial p{margin:0 0 1rem;color:#605c6b;line-height:1.75}.foam-editorial p:last-child{margin-bottom:0}.foam-editorial a,.foam-faq a{color:#a13f89;text-decoration:underline;text-decoration-color:rgba(161,63,137,.35);text-underline-offset:3px;font-weight:700}.foam-editorial.dark p{color:#dfdbe9}.foam-editorial.dark a{color:#f29cda;text-decoration-color:rgba(242,156,218,.4)}.foam-faq{background:#fff}.foam-faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.foam-faq details{padding:1.2rem 1.3rem;border:1px solid #e3dfeb;border-radius:16px;background:#faf9fc}.foam-faq summary{cursor:pointer;padding-right:1.5rem;color:#2c293b;font-weight:800;line-height:1.35}.foam-faq summary::marker{color:#bd549f}.foam-faq details p{margin:1rem 0 0;color:#625e6e;line-height:1.65;font-size:.94rem}@media(max-width:800px){.foam-editorial-layout{grid-template-columns:1fr;gap:1.25rem}.foam-faq-list{grid-template-columns:1fr}}@media(max-width:550px){.foam-hero-intro{font-size:.94rem!important}.foam-faq details{padding:1.05rem}.foam-editorial{padding-block:4rem}}

/* ===== foam-form.css ===== */
.foam-quote-section{background:#eeecf3}.foam-quote-layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:clamp(2rem,6vw,6rem);align-items:start}.foam-quote-layout h2{margin:.65rem 0 1rem;font-size:clamp(2rem,3.6vw,3.35rem);line-height:1.02;letter-spacing:-.05em}.foam-quote-layout .intro{max-width:490px}.foam-quote-form{margin:0}.foam-quote-form fieldset{margin:0;padding:1rem 1.05rem;border:1px solid #ded9e7;border-radius:13px;background:#fbfaff}.foam-quote-form legend{padding:0 .3rem;color:#373142;font-size:.9rem;font-weight:800}.foam-checkbox{display:flex!important;align-items:flex-start;gap:.6rem;margin:.65rem 0 0!important;color:#595365;font-size:.92rem;line-height:1.45}.foam-checkbox:first-of-type{margin-top:.35rem!important}.foam-checkbox input{width:17px!important;height:17px!important;min-height:17px;margin:.15rem 0 0!important;accent-color:#9b5786}.foam-form-note{margin:-.25rem 0 .25rem;padding:.8rem .9rem;border-left:3px solid #ae6b96;border-radius:0 8px 8px 0;background:#f8f4f8;color:#655d6c;font-size:.84rem;line-height:1.55}.foam-quote-form label>span{font-weight:500;color:#78717d}@media(max-width:850px){.foam-quote-layout{grid-template-columns:1fr;gap:2rem}}@media(max-width:550px){.foam-quote-section{padding-block:4rem}.foam-quote-form fieldset{padding:.9rem}.foam-checkbox{font-size:.88rem}}

/* ===== page-content.css ===== */
.page-content{padding-block:clamp(4rem,7vw,6.5rem)}.page-content.soft{background:#eeecf3}.page-content.dark{background:#171722}.page-content .lead{max-width:780px;margin:0 0 2.5rem;color:#625e6e;font-size:1.06rem;line-height:1.75}.page-content.dark .lead,.page-content.dark p{color:#dfdbe9}.page-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.page-content-grid article{padding:1.55rem;border:1px solid #e2deea;border-radius:16px;background:#fff}.page-content.dark .page-content-grid article{border-color:#ffffff20;background:#ffffff08}.page-content-grid h3{margin:.1rem 0 .6rem;font-size:1.2rem}.page-content-grid p{margin:0;color:#625e6e;line-height:1.65}.page-content .content-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:2rem}.page-content:not(.dark) .content-actions .btn.ghost{color:#292833;border-color:#625d86;background:#fff}.page-content:not(.dark) .content-actions .btn.ghost:hover{color:#fff;border-color:#514c71;background:#514c71}.page-content .content-visual{display:block;width:100%;max-height:440px;object-fit:cover;border-radius:18px;margin:0 0 2rem}@media(max-width:800px){.page-content-grid{grid-template-columns:1fr}.page-content .lead{font-size:1rem}}

/* ===== blog.css ===== */
.blog-featured{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);margin:2.25rem 0 2.75rem;overflow:hidden;border:1px solid #e2deea;border-radius:20px;background:#fff}.blog-featured-image{min-height:360px}.blog-featured-image img{display:block;width:100%;height:100%;object-fit:cover}.blog-featured-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(1.6rem,4vw,3.5rem)}.blog-featured-copy h3{margin:.75rem 0 1rem;font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.02;letter-spacing:-.055em}.blog-featured-copy p{margin:0 0 1.55rem;color:#625e6e;line-height:1.7}@media(max-width:760px){.blog-featured{grid-template-columns:1fr}.blog-featured-image{min-height:230px}.blog-featured-copy{padding:1.5rem}.blog-featured-copy h3{font-size:1.8rem}}

/* ===== trust-marquee.css ===== */
.trust-marquee{overflow:hidden;padding-block:clamp(4.5rem,8vw,7.5rem);background:linear-gradient(180deg,#f8f7fa 0%,#fff 100%)}
.trust-heading{text-align:center;max-width:760px}
.trust-heading .tag{margin-inline:auto}
.trust-heading h2{margin:.7rem auto 1rem;font-size:clamp(2.2rem,5vw,4.4rem);line-height:.97;letter-spacing:-.06em;color:#181727}
.trust-heading p{max-width:610px;margin:0 auto;color:#686574;font-size:1.05rem;line-height:1.65}
.trust-rail{width:100%;margin-top:clamp(2.25rem,4vw,3.5rem);overflow:hidden;mask-image:linear-gradient(to right,transparent,black 7%,black 93%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 7%,black 93%,transparent)}
.trust-track{display:flex;width:max-content;align-items:center;gap:0;animation:trust-scroll 52s linear infinite;will-change:transform}
.trust-set{display:flex;align-items:center;gap:1rem;padding-right:1rem}
.trust-card{display:grid;place-items:center;flex:0 0 clamp(135px,14vw,195px);height:112px;margin:0;padding:1.15rem;border:1px solid rgba(30,27,50,.09);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(38,29,67,.06)}
.trust-card img{display:block;max-width:100%;max-height:76px;width:auto;height:auto;object-fit:contain;filter:saturate(.88) contrast(.98);transition:transform .3s ease,filter .3s ease}
.trust-card:hover img{transform:scale(1.05);filter:saturate(1.05) contrast(1)}
.trust-rail:hover .trust-track{animation-play-state:paused}
@keyframes trust-scroll{to{transform:translateX(-50%)}}
@media (max-width:640px){.trust-marquee{padding-block:4rem}.trust-card{flex-basis:132px;height:96px;padding:1rem;border-radius:15px}.trust-card img{max-height:62px}.trust-set{gap:.75rem;padding-right:.75rem}.trust-rail{mask-image:linear-gradient(to right,transparent,black 3%,black 97%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 3%,black 97%,transparent)}}
@media (prefers-reduced-motion:reduce){.trust-track{animation:none}.trust-rail{overflow-x:auto;mask-image:none;-webkit-mask-image:none}.trust-card:hover img{transform:none}}

/* ===== google-reviews.css ===== */
.google-reviews{padding:0 0 clamp(4.5rem,7vw,6.5rem);background:#fff}.google-reviews-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:clamp(1.4rem,3vw,2.25rem);border:1px solid #e4dce6;border-radius:22px;background:linear-gradient(120deg,#faf7fa,#f4f0f6);box-shadow:0 14px 36px rgba(41,25,52,.06)}.google-reviews-copy{display:flex;align-items:center;gap:1.1rem}.google-reviews-mark{display:grid;place-items:center;flex:0 0 auto;width:46px;height:46px;border:1px solid #b982a540;border-radius:50%;color:#95607f;background:#fff;font-size:1.25rem}.google-reviews .tag{margin-bottom:.35rem}.google-reviews h2{margin:0;color:#272232;font-size:clamp(1.25rem,2.2vw,1.65rem);letter-spacing:-.035em}.google-rating{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin-top:.55rem;color:#5f5868;font-size:.88rem;font-weight:700}.google-rating-stars{color:#fbbc04;font-size:1.2rem;letter-spacing:.06em;line-height:1;text-shadow:0 1px 0 #c98c00}.google-rating strong{color:#292333;font-size:1rem}.google-reviews p{margin:.35rem 0 0;color:#696272;font-size:.94rem;line-height:1.5}.google-reviews .btn{flex:0 0 auto;white-space:nowrap}@media(max-width:700px){.google-reviews{padding-bottom:4rem}.google-reviews-card,.google-reviews-copy{align-items:flex-start}.google-reviews-card{display:block}.google-reviews-copy{margin-bottom:1.15rem}.google-reviews .btn{width:100%;text-align:center}}

/* ===== gallery-standard.css ===== */
/* Modèle commun des galeries MSL : 3 visuels réguliers, sans mise en avant disproportionnée. */
.sonorisation-gallery-grid,
.eclairage-gallery-grid,
.video-gallery-grid,
.effects-gallery-grid,
.foam-gallery-grid,
.club-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sonorisation-gallery figure,
.eclairage-gallery figure,
.video-gallery figure,
.effects-gallery figure,
.foam-gallery figure,
.club-gallery figure {
  grid-column: auto !important;
}

.sonorisation-gallery img,
.eclairage-gallery img,
.video-gallery img,
.effects-gallery img,
.foam-gallery img,
.club-gallery img {
  height: 265px !important;
}

@media (max-width: 850px) {
  .sonorisation-gallery-grid,
  .eclairage-gallery-grid,
  .video-gallery-grid,
  .effects-gallery-grid,
  .foam-gallery-grid,
  .club-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sonorisation-gallery img,
  .eclairage-gallery img,
  .video-gallery img,
  .effects-gallery img,
  .foam-gallery img,
  .club-gallery img {
    height: 250px !important;
  }
}

@media (max-width: 550px) {
  .sonorisation-gallery-grid,
  .eclairage-gallery-grid,
  .video-gallery-grid,
  .effects-gallery-grid,
  .foam-gallery-grid,
  .club-gallery-grid {
    grid-template-columns: 1fr;
  }

  .sonorisation-gallery img,
  .eclairage-gallery img,
  .video-gallery img,
  .effects-gallery img,
  .foam-gallery img,
  .club-gallery img {
    height: 245px !important;
  }
}

/* ===== piege anti-robot (ajoute le 06/09/2026) ===== */
.hp-champ{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
