:root { --brand: #049a90; --brand2: #5fcfc6; --text: #14181c; --muted: #616b74; --bg: #f7f8f7; --bg2: #ffffff; --surface: rgba(255, 255, 255, .8); --line: rgba(10, 20, 25, .1); --shadow: 0 2px 6px rgba(7, 21, 25, .05), 0 22px 60px rgba(7, 21, 25, .1); --dark: #050707; --radius: 28px; --max: 1180px }

* { box-sizing: border-box }

html { scroll-behavior: smooth }

body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden }

body.dark { --text: #f7faf9; --muted: #aeb8b7; --bg: #030606; --bg2: #071010; --surface: rgba(11, 19, 20, .74); --line: rgba(255, 255, 255, .1); --shadow: 0 2px 8px rgba(0, 0, 0, .3), 0 26px 80px rgba(0, 0, 0, .5) }

a { color: inherit; text-decoration: none }

img { max-width: 100%; display: block }

.container { width: min(100% - 40px, var(--max)); margin-inline: auto }

body:before { content: ""; position: fixed; inset: -30%; z-index: -2; background: radial-gradient(circle at 15% 10%, rgba(0, 167, 167, .25), transparent 28%), radial-gradient(circle at 86% 4%, rgba(91, 213, 211, .18), transparent 25%), linear-gradient(120deg, var(--bg), var(--bg2)); }

body.dark:before { background: radial-gradient(circle at 12% 8%, rgba(0, 167, 167, .35), transparent 25%), radial-gradient(circle at 90% 14%, rgba(0, 167, 167, .18), transparent 28%), linear-gradient(120deg, #010303, #071010) }

.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(24px); background: color-mix(in srgb, var(--bg) 78%, transparent); border-bottom: 1px solid var(--line) }

.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 22px }

.brand { display: flex; align-items: center; min-width: 0 }

.logo { height: 43px; width: auto; object-fit: contain }

body.dark .logo-light { display: none }

body:not(.dark) .logo-dark { display: none }

.nav-links { display: flex; gap: 24px; align-items: center; color: var(--muted); font-weight: 760; font-size: 14px }

.nav-links a { position: relative }

.nav-links a:after { content: ""; position: absolute; height: 2px; width: 0; left: 0; bottom: -8px; background: linear-gradient(90deg, var(--brand), var(--brand2)); transition: .25s }

.nav-links a:hover { color: var(--text) }

.nav-links a:hover:after { width: 100% }

.nav-actions { display: flex; gap: 10px; align-items: center }

.btn { border: 1px solid var(--line); background: var(--surface); color: var(--text); display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; border-radius: 999px; font-weight: 820; cursor: pointer; transition: .25s ease; box-shadow: 0 10px 30px rgba(0, 0, 0, .05) }

.btn:hover { transform: translateY(-2px); border-color: rgba(0, 167, 167, .45) }

.btn.primary { background: linear-gradient(135deg, var(--brand), var(--brand2)); color: #001313; border: 0 }

.burger { display: none }

.hero { padding: 82px 0 58px }

.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center }

.eyebrow { font-weight: 850; letter-spacing: .14em; text-transform: uppercase; color: var(--brand); font-size: 12px }

h1 { font-size: clamp(42px, 6vw, 82px); line-height: 1.03; margin: 18px 0 22px; letter-spacing: -.04em }

h1 span { background: linear-gradient(135deg, var(--text) 20%, var(--brand)); -webkit-background-clip: text; background-clip: text; color: transparent }

.lead { font-size: clamp(18px, 2vw, 22px); color: var(--muted); max-width: 720px }

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0 }

.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 620px }

.trust .pill { padding: 14px 16px; border: 1px solid var(--line); background: var(--surface); border-radius: 18px; font-weight: 800; color: var(--muted) }

.budget { margin-top: 18px; padding: 20px; border: 1px solid rgba(0, 167, 167, .28); border-radius: 24px; background: linear-gradient(135deg, rgba(0, 167, 167, .11), rgba(255, 255, 255, .06)); color: var(--muted) }

.budget strong { display: block; color: var(--text); font-size: 18px; margin-bottom: 3px }

.hero-card { position: relative; border: 1px solid var(--line); border-radius: 40px; padding: 22px; background: linear-gradient(145deg, var(--surface), rgba(255, 255, 255, .04)); box-shadow: var(--shadow); overflow: hidden }

.hero-card:before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(0, 167, 167, .28); filter: blur(60px); right: -80px; top: -80px }

.slider { position: relative; min-height: 510px; overflow: hidden; border-radius: 32px }

.slide { position: absolute; inset: 0; opacity: 0; transform: translateX(35px) scale(.98); transition: .55s ease; display: grid; align-items: end; padding: 34px; background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .76)), var(--img) center/cover }

.slide.active { opacity: 1; transform: none }

.slide-inner { max-width: 460px; color: white }

.slide .tag { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(255, 255, 255, .13); backdrop-filter: blur(10px); font-size: 13px; font-weight: 800; margin-bottom: 14px }

.slide h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.04; margin: 0 0 12px; letter-spacing: -.04em }

.slide p { color: rgba(255, 255, 255, .82); margin: 0 }

.slider-nav { position: absolute; inset: auto 22px 22px; display: flex; justify-content: space-between; align-items: center; z-index: 2; pointer-events: none }

.arrow { pointer-events: auto; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .28); background: rgba(0, 0, 0, .28); color: white; font-size: 24px; cursor: pointer; backdrop-filter: blur(10px) }

.dots { position: absolute; top: 24px; left: 24px; display: flex; gap: 7px; z-index: 3 }

.dot { width: 8px; height: 8px; border-radius: 99px; background: rgba(255, 255, 255, .38); transition: .25s }

.dot.active { width: 28px; background: var(--brand2) }

/* ======================================================================
   Hero visuel plein largeur (video/image de fond, texte ecrit directement
   dessus, tres soft) + carte compacte de legende sous le hero.
   ====================================================================== */

.hero-visual { position: relative; width: 100%; min-height: 62vh; overflow: hidden; display: flex; align-items: flex-end }

.hero-visual-bg { position: absolute; inset: 0; z-index: 0 }

.slide-bg { position: absolute; inset: 0; opacity: 0; transition: 1.1s ease; background: linear-gradient(180deg, rgba(4, 10, 10, .1) 0%, rgba(4, 10, 10, .32) 55%, rgba(2, 6, 6, .74) 100%), var(--img) center/cover }

.slide-bg.active { opacity: 1 }

.slide-bg.has-video { background: linear-gradient(180deg, rgba(4, 10, 10, .1) 0%, rgba(4, 10, 10, .32) 55%, rgba(2, 6, 6, .74) 100%) }

.slide-bg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1 }

.hero-visual-text { position: relative; z-index: 1; padding: 60px 0 46px; max-width: 640px }

.hero-visual-text .eyebrow { color: rgba(255, 255, 255, .92); text-shadow: 0 2px 16px rgba(0, 0, 0, .4) }

.hero-visual-text h1 { color: #fff; text-shadow: 0 6px 34px rgba(0, 0, 0, .45) }

.hero-visual-text h1 span { background: linear-gradient(135deg, #fff 15%, var(--brand2)); -webkit-background-clip: text; background-clip: text; color: transparent }

.lead-wrap { display: inline-block; margin-top: 16px; padding: 14px 18px; border-radius: 16px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%) }

.lead-wrap .lead { color: rgba(255, 255, 255, .92); max-width: 560px; margin: 0 }

.hero-below { padding: 46px 0 58px }

.hero-below-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 32px; align-items: start }

.slide-card { position: relative; border: 1px solid var(--line); border-radius: 32px; padding: 26px; min-height: 220px; background: linear-gradient(145deg, var(--surface), rgba(255, 255, 255, .04)); box-shadow: var(--shadow); overflow: hidden }

.slide-card-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px }

.slide-card .dots { position: static; display: flex; gap: 7px }

.slide-card .slider-nav { position: static; inset: auto; display: flex; gap: 8px; pointer-events: auto }

.slide-card .arrow { width: 36px; height: 36px; font-size: 18px; border-color: var(--line); background: var(--surface2, rgba(0, 0, 0, .06)); color: var(--text) }

.slide-captions { position: relative; min-height: 130px }

.slide-caption { position: absolute; inset: 0; opacity: 0; transform: translateX(16px); transition: .55s ease; pointer-events: none }

.slide-caption.active { opacity: 1; position: relative; transform: none; pointer-events: auto }

.slide-caption .tag { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: color-mix(in srgb, var(--text) 6%, transparent); border: 1px solid var(--line); font-size: 12px; font-weight: 800; margin-bottom: 12px; color: var(--muted) }

.slide-caption h2 { font-size: clamp(20px, 2.4vw, 26px); line-height: 1.12; margin: 0 0 8px; letter-spacing: -.02em; color: var(--text) }

.slide-caption p { color: var(--muted); margin: 0; font-size: 15px }

@media(max-width: 1040px) {
  .hero-below-grid { grid-template-columns: 1fr }
}

@media(max-width: 680px) {
  .hero-visual { min-height: 52vh }
  .hero-visual-text { padding: 40px 0 32px }
  .slide-card { padding: 20px }
}

section { padding: 80px 0 }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 26px; margin-bottom: 32px }

.section-head h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1; margin: 0; letter-spacing: -.05em }

.section-head p { max-width: 560px; color: var(--muted); margin: 0 }

.grid { display: grid; gap: 18px }

.services { grid-template-columns: repeat(3, 1fr) }

.service { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 16px 50px rgba(0, 0, 0, .05); transition: .25s }

.service:hover { transform: translateY(-6px); box-shadow: var(--shadow) }

.icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(0, 167, 167, .16), rgba(91, 213, 211, .08)); color: var(--brand); margin-bottom: 18px }

.icon svg, .linkedin svg, .check svg { width: 27px; height: 27px; stroke: currentColor; fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round }

.linkedin svg { fill: currentColor; stroke: none }

.service h3 { margin: 0 0 10px; font-size: 22px }

.service p { color: var(--muted); margin: 0 0 15px }

.ticks { display: flex; gap: 8px; flex-wrap: wrap }

.ticks span { font-size: 13px; font-weight: 800; border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; color: var(--muted) }

.wide { grid-column: span 2 }

.metiers { grid-template-columns: repeat(5, 1fr) }

.metier-card { min-height: 370px; border-radius: 32px; overflow: hidden; position: relative; padding: 24px; display: flex; align-items: end; color: white; box-shadow: var(--shadow); isolation: isolate; cursor: pointer; border: 1px solid rgba(255, 255, 255, .12); text-align: left }

.metier-card:before { content: ""; position: absolute; inset: 0; background: var(--img) center/cover no-repeat; z-index: -2; transition: .35s ease }

.metier-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .86)); z-index: -1 }

.metier-card:hover:before { transform: scale(1.07) }

.metier-card:hover { outline: 2px solid rgba(91, 213, 211, .5) }

.metier-card h3 { font-size: 22px; margin: 0 0 8px }

.metier-card p { margin: 0; color: rgba(255, 255, 255, .82); font-size: 14px }

.metier-card strong { display: block; color: #aef8f6; margin-top: 14px; font-size: 13px }

.portfolio { grid-template-columns: repeat(3, 1fr) }

.project { border: 1px solid var(--line); border-radius: 32px; background: var(--surface); overflow: hidden; box-shadow: 0 16px 50px rgba(0, 0, 0, .06); transition: .25s }

.project:hover { transform: translateY(-6px); box-shadow: var(--shadow) }

.project-img { height: 250px; background: var(--img) center/cover no-repeat }

.project-body { padding: 24px }

.kicker { color: var(--brand); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .12em }

.project h3 { font-size: 23px; line-height: 1.15; margin: 8px 0 10px }

.project p { margin: 0 0 18px; color: var(--muted) }

.project .btn { padding: 10px 14px; font-size: 14px }

.about-card { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 34px; border-radius: 36px; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); align-items: center }

.about-card h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1; margin: 0 0 18px; letter-spacing: -.05em }

.about-card p { color: var(--muted) }

.values { grid-template-columns: repeat(3, 1fr); margin-top: 18px }

.value { padding: 22px; border-radius: 24px; border: 1px solid var(--line); background: rgba(255, 255, 255, .05) }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px }

.contact-card, .form { border: 1px solid var(--line); border-radius: 32px; background: var(--surface); padding: 28px; box-shadow: 0 16px 50px rgba(0, 0, 0, .06) }

.contact-card a { color: var(--brand); font-weight: 850 }

.line { height: 1px; background: var(--line); margin: 22px 0 }

form { display: grid; gap: 12px }

input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 18px; padding: 15px 16px; background: rgba(255, 255, 255, .64); color: var(--text); font: inherit; outline: none }

body.dark input, body.dark textarea, body.dark select { background: rgba(255, 255, 255, .06) }

textarea { min-height: 140px; resize: vertical }

.form-actions { display: flex; gap: 12px; flex-wrap: wrap }

footer { padding: 50px 0 34px; border-top: 1px solid var(--line); background: linear-gradient(180deg, transparent, rgba(0, 167, 167, .08)) }

.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 28px; align-items: start }

.footer-logo { height: 40px; width: auto; max-width: 220px; object-fit: contain; justify-self: start; margin-bottom: 12px }

.footer p, .footer a { color: var(--muted) }

.footer h4 { margin: 0 0 10px }

.social { display: flex; gap: 10px; align-items: center; margin-top: 14px }

.linkedin { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--surface); border: 1px solid var(--line); color: var(--brand) }

.footer-bottom { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap }

.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 24px; background: rgba(0, 0, 0, .68); backdrop-filter: blur(10px) }

.modal.open { display: grid }

.modal-box { width: min(960px, 100%); background: var(--bg2); border: 1px solid var(--line); border-radius: 34px; overflow: hidden; box-shadow: 0 40px 100px rgba(0, 0, 0, .5); display: grid; grid-template-columns: 1fr 1fr }

.modal-img { min-height: 460px; background: var(--img) center/cover }

.modal-content { padding: 30px }

.close { float: right; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); color: var(--text); font-size: 24px; cursor: pointer }

.modal h3 { font-size: 36px; line-height: 1; margin: 20px 0 12px; letter-spacing: -.04em }

.modal p { color: var(--muted) }

.detail-list { display: grid; gap: 10px; margin-top: 18px }

.detail-list div { padding: 12px; border-radius: 16px; background: rgba(0, 167, 167, .08); color: var(--muted) }

.reveal { opacity: 0; transform: translateY(22px); transition: .7s ease }

.reveal.in { opacity: 1; transform: none }

@media(max-width:1040px) { .hero-grid, .about-card, .contact { grid-template-columns: 1fr } .services, .portfolio { grid-template-columns: repeat(2, 1fr) } .metiers { grid-template-columns: repeat(2, 1fr) } .nav-links { display: none } .burger { display: inline-flex } .mobile-open .nav-links { display: flex; position: absolute; left: 20px; right: 20px; top: 82px; background: var(--bg2); border: 1px solid var(--line); border-radius: 24px; padding: 20px; flex-direction: column; align-items: flex-start; box-shadow: var(--shadow) } }

@media(max-width:680px) { .container { width: min(100% - 24px, var(--max)) } .nav { height: 72px } .logo { height: 34px } .nav-actions .btn.primary { display: none } .hero { padding: 44px 0 } .trust { grid-template-columns: 1fr } .hero-card { padding: 14px; border-radius: 28px } .slider { min-height: 440px } .services, .portfolio, .values, .metiers, .footer-grid { grid-template-columns: 1fr } .wide { grid-column: auto } .section-head { display: block } .project-img { height: 210px } .modal-box { grid-template-columns: 1fr; max-height: 90vh; overflow: auto } .modal-img { min-height: 260px } }

/* --- Multipage SEO VIXSolve additions --- */ .page-hero { padding: 92px 0 40px }

.page-hero .inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: center }

.page-hero h1 { font-size: clamp(42px, 6vw, 86px); line-height: .98; margin: 14px 0 }

.page-hero h1 span, .accent { color: var(--brand2) }

.page-hero p { font-size: clamp(18px, 2.2vw, 24px); color: var(--muted); max-width: 760px }

.page-visual { min-height: 390px; border: 1px solid var(--line); border-radius: 36px; background: linear-gradient(180deg, rgba(0, 167, 167, .15), transparent), var(--surface); box-shadow: var(--shadow); overflow: hidden; position: relative }

.page-visual:before { content: ""; position: absolute; inset: 0; background-image: var(--img); background-size: cover; background-position: center; opacity: .88 }

.page-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(0, 0, 0, .38), rgba(0, 167, 167, .2)); }

.body-copy { font-size: 18px; color: var(--muted); max-width: 920px }

.linked-card { display: block; color: inherit }

.service .more { margin-top: 20px; color: var(--brand2); font-weight: 900 }

.mega-section { padding: 72px 0 }

.dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px }

.dev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px }

.dev-card { border: 1px solid var(--line); background: var(--surface); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); cursor: pointer; transition: .35s transform, .35s border-color }

.dev-card:hover { transform: translateY(-8px); border-color: rgba(91, 213, 211, .55) }

.dev-img { height: 230px; background-image: var(--img); background-size: cover; background-position: center; position: relative }

.dev-img:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .45)) }

.dev-content { padding: 26px }

.dev-content h3 { font-size: 26px; margin: 8px 0 }

.dev-content p { color: var(--muted) }

.gallery-section { padding: 72px 0 }

.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px }

.gallery-card { position: relative; border: 1px solid var(--line); border-radius: 26px; overflow: hidden; min-height: 250px; background: var(--surface); box-shadow: var(--shadow); cursor: pointer; transform-style: preserve-3d; animation: floaty 6s ease-in-out infinite }

.gallery-card:nth-child(2n) { animation-delay: .8s }

.gallery-card:nth-child(3n) { animation-delay: 1.4s }

.gallery-img { position: absolute; inset: 0; background-image: var(--img); background-size: cover; background-position: center; transition: .65s transform, .65s filter }

.gallery-card:hover .gallery-img { transform: scale(1.12) rotate(.8deg); filter: saturate(1.12) }

.gallery-card:after { content: "Voir"; position: absolute; right: 16px; bottom: 16px; padding: 8px 12px; border-radius: 999px; background: rgba(0, 167, 167, .85); color: white; font-weight: 900; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: .35s }

.gallery-card:hover:after { opacity: 1; transform: translateY(0) }

@keyframes floaty { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-10px) } }

.modal2 { position: fixed; inset: 0; background: rgba(0, 0, 0, .72); backdrop-filter: blur(12px); display: none; align-items: center; justify-content: center; z-index: 100; padding: 24px }

.modal2.open { display: flex }

.modal-panel { width: min(980px, 100%); max-height: 90vh; overflow: auto; background: var(--bg2); border: 1px solid var(--line); border-radius: 34px; box-shadow: 0 40px 120px rgba(0, 0, 0, .55); padding: 22px }

.modal-media { min-height: 440px; background-image: var(--img); background-size: contain; background-repeat: no-repeat; background-position: center; background-color: rgba(0, 0, 0, .04); border-radius: 24px }

.modal-text { padding: 20px }

.modal-close { position: fixed; right: 28px; top: 24px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: var(--bg2); color: var(--text); font-size: 28px; cursor: pointer }

.seo-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px }

.seo-item { border: 1px solid var(--line); border-radius: 24px; background: var(--surface); padding: 24px }

.seo-item strong { display: block; font-size: 20px; margin-bottom: 8px }

.footer a[href="#services"], .footer a[href="#metiers"], .footer a[href="#portfolio"], .footer a[href="#contact"] { display: none }

.nav-links a.active { color: var(--text) }

@media(max-width:920px) { .page-hero .inner, .dual-grid { grid-template-columns: 1fr } .dev-grid { grid-template-columns: 1fr 1fr } .gallery-grid { grid-template-columns: repeat(2, 1fr) } .seo-list { grid-template-columns: 1fr } .page-visual { min-height: 280px } }

@media(max-width:640px) { .dev-grid, .gallery-grid { grid-template-columns: 1fr } .big-card { min-height: 280px } .modal-media { min-height: 300px } }

.legal-content { padding: 72px 0 }

.legal-card { border: 1px solid rgba(148, 163, 184, .22); border-radius: 26px; padding: 32px; background: rgba(255, 255, 255, .04); box-shadow: 0 20px 70px rgba(15, 23, 42, .10) }

.legal-card h2 { margin-top: 30px }

.legal-card h2:first-child { margin-top: 0 }

.legal-card p, .legal-card li { line-height: 1.75 }

.webdesign-shot { display: block; aspect-ratio: 4/3; border-radius: 22px; background-size: cover; background-position: center; border: 1px solid rgba(148, 163, 184, .24); box-shadow: 0 16px 40px rgba(15, 23, 42, .16); margin-bottom: 18px }

.gallery-card .webdesign-shot+h3 { margin-top: 0 }

.mini-note { font-size: .92rem; opacity: .82; margin-top: 10px }

/* Language selector */
.lang-select{
  appearance:none;
  -webkit-appearance:none;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.045);
  color:var(--text);
  border-radius:999px;
  padding:8px 28px 8px 12px;
  font-size:13px;
  line-height:1.1;
  font-weight:850;
  cursor:pointer;
  width:68px;
  min-width:68px;
  max-width:68px;
  box-shadow:none;
  color-scheme:dark;
  background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);
  background-position:calc(100% - 15px) 52%,calc(100% - 10px) 52%;
  background-size:5px 5px,5px 5px;
  background-repeat:no-repeat;
}

.lang-select:hover{
  border-color:rgba(91,213,211,.35);
  background-color:rgba(91,213,211,.07);
}

.lang-select:focus{
  outline:2px solid rgba(91,213,211,.25);
  outline-offset:2px;
}

.lang-select option{
  background:#071010;
  color:#f7faf9;
  font-weight:800;
}

body.dark .lang-select{
  background-color:rgba(255,255,255,.045);
  color:#f7faf9;
  border-color:rgba(255,255,255,.14);
  color-scheme:dark;
}

body:not(.dark) .lang-select{
  background-color:rgba(255,255,255,.85);
  color:#121518;
  border-color:rgba(10,20,25,.14);
  color-scheme:light;
}

body:not(.dark) .lang-select option{
  background:#ffffff;
  color:#121518;
}

@media(max-width:760px){
  .lang-select{width:62px;min-width:62px;max-width:62px;padding:8px 25px 8px 10px;font-size:12px}
}

/* ===== VIXSolve - cookies banner ===== */
.cookie-banner-vix {
  position: fixed;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(91, 213, 211, .22);
  border-radius: 24px;
  background: rgba(5, 12, 12, .94);
  color: #f7faf9;
  box-shadow: 0 28px 80px rgba(0,0,0,.45);
  backdrop-filter: blur(18px);
}

.cookie-banner-vix.show { display: flex; }

.cookie-banner-vix p {
  margin: 0;
  color: rgba(247,250,249,.84);
  font-size: 14px;
  line-height: 1.45;
}

.cookie-banner-vix strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 2px;
}

.cookie-banner-vix a {
  color: #5bd5d3;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-actions-vix {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn-vix {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 900;
  cursor: pointer;
  background: rgba(255,255,255,.06);
  color: #fff;
}

.cookie-btn-vix.accept {
  border: 0;
  background: linear-gradient(135deg, #00a7a7, #5bd5d3);
  color: #001313;
}

@media (max-width: 760px) {
  .cookie-banner-vix {
    flex-direction: column;
    align-items: flex-start;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .cookie-actions-vix { width: 100%; }
  .cookie-btn-vix { flex: 1; }
}

body.dark .site-header { background: color-mix(in srgb, var(--bg) 82%, transparent); }

body.dark .btn.primary { color: #001313; }

@media(max-width:900px) { .dual-grid { grid-template-columns: 1fr } .big-card { min-height: 360px; padding: 30px } .big-card h3 { font-size: clamp(38px, 12vw, 58px) } .big-card p { font-size: 17px } }

.footer a[href="#services"], .footer a[href="#metiers"], .footer a[href="#portfolio"], .footer a[href="contact-en.html"] { display: none }

.footer a[href="#services"], .footer a[href="#metiers"], .footer a[href="#portfolio"], .footer a[href="contact-nl.html"] { display: none }

.footer a[href="#services"], .footer a[href="#metiers"], .footer a[href="#portfolio"], .footer a[href="contact.html"] { display: none }

/* ======================================================================
   Redesign "liquid glass" (style Apple) — palette de couleurs inchangée.
   Tout ce bloc ne fait qu'ajouter de la transparence, du flou (backdrop-filter)
   et des reflets sur les composants existants : aucune variable de couleur
   (--brand, --brand2, --text, --bg, --dark, etc.) n'est modifiée.
   ====================================================================== */

:root { --glass-blur: 34px; --glass-sat: 180%; --glass-edge: rgba(255, 255, 255, .55); --glass-edge-dark: rgba(255, 255, 255, .16) }

/* halo/orbes flous en arriere-plan, memes teintes brand */
body:after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(320px 320px at 8% 18%, rgba(0, 167, 167, .35), transparent 70%),
    radial-gradient(380px 380px at 92% 8%, rgba(91, 213, 211, .28), transparent 70%),
    radial-gradient(420px 420px at 78% 92%, rgba(0, 167, 167, .22), transparent 70%);
  filter: blur(70px);
  opacity: .8;
}

body.dark:after {
  opacity: 1;
  background:
    radial-gradient(360px 360px at 10% 15%, rgba(0, 167, 167, .45), transparent 70%),
    radial-gradient(420px 420px at 90% 10%, rgba(91, 213, 211, .3), transparent 70%),
    radial-gradient(460px 460px at 80% 95%, rgba(0, 167, 167, .28), transparent 70%);
}

/* verre depoli sur l'ensemble des surfaces (memes couleurs, juste du flou + de la transparence) */
.site-header,
.btn,
.trust .pill,
.budget,
.hero-card,
.service,
.value,
.project,
.about-card,
.contact-card,
.form,
.dev-card,
.gallery-card,
.seo-item,
.legal-card,
.linkedin,
.close,
.modal-close,
.arrow,
.lang-select,
.mode,
.modal-box,
.modal-panel,
.page-visual,
input, textarea, select {
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat));
}

/* eclat de bord type "verre" : liseret degrade en overlay, sans toucher au fond */
.hero-card, .service, .value, .project, .about-card, .contact-card, .form,
.dev-card, .gallery-card, .seo-item, .legal-card, .trust .pill, .budget,
.modal-box, .modal-panel, .page-visual {
  position: relative;
  isolation: isolate;
}

.hero-card::before, .service::before, .value::before, .project::before,
.about-card::before, .contact-card::before, .form::before,
.dev-card::before, .gallery-card::before, .seo-item::before, .legal-card::before,
.trust .pill::before, .budget::before, .modal-box::before, .modal-panel::before,
.page-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, var(--glass-edge), transparent 45%, transparent 70%, var(--glass-edge-dark));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  opacity: .55;
}

body.dark .hero-card::before, body.dark .service::before, body.dark .value::before,
body.dark .project::before, body.dark .about-card::before, body.dark .contact-card::before,
body.dark .form::before, body.dark .dev-card::before, body.dark .gallery-card::before,
body.dark .seo-item::before, body.dark .legal-card::before, body.dark .trust .pill::before,
body.dark .budget::before, body.dark .modal-box::before, body.dark .modal-panel::before,
body.dark .page-visual::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, .22), transparent 45%, transparent 70%, rgba(255, 255, 255, .04));
  opacity: .8;
}

/* boutons plus "pilule de verre", meme palette */
.btn { border-color: var(--glass-edge-dark); box-shadow: 0 8px 26px rgba(7, 21, 25, .08), inset 0 1px 0 rgba(255, 255, 255, .35) }

body.dark .btn { box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .08) }

.btn.primary { box-shadow: 0 14px 34px rgba(0, 167, 167, .35), inset 0 1px 0 rgba(255, 255, 255, .45) }

/* cartes un peu plus arrondies et aerees, coherent avec le reste du site */
.service, .project, .value, .seo-item { border-radius: 26px }

.hero-card, .about-card, .contact-card, .form, .dev-card { border-radius: 32px }

/* le header garde un fond tres translucide au scroll */
.site-header { background: color-mix(in srgb, var(--bg) 62%, transparent) }

body.dark .site-header { background: color-mix(in srgb, var(--bg) 66%, transparent) }

@media (max-width: 720px) {
  :root { --glass-blur: 20px }
}

/* ======================================================================
   Navbar flottante "glass pill" (style ejp charleroi) — meme palette,
   juste detachee des bords de l'ecran avec des coins arrondis complets.
   ====================================================================== */

.site-header {
  background: transparent;
  border-bottom: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 16px 0 18px;
}

body.dark .site-header, .site-header { background: transparent }

.nav {
  height: 68px;
  padding: 0 14px 0 22px;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .35);
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat));
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-sat));
  position: relative;
  isolation: isolate;
}

.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, var(--glass-edge), transparent 45%, transparent 70%, var(--glass-edge-dark));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
  opacity: .55;
}

body.dark .nav::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, .22), transparent 45%, transparent 70%, rgba(255, 255, 255, .04));
  opacity: .8;
}

.mobile-open .nav-links {
  top: 94px;
}

@media(max-width: 680px) {
  .site-header { padding: 12px 0 14px }
  .nav { height: 62px; padding: 0 10px 0 18px }
  .mobile-open .nav-links { top: 86px }
}

/* ======================================================================
   Slide video dans le hero slider (ex: "le monde des solutions digitales")
   ====================================================================== */

.slide.has-video { background: none }

.slide-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .76));
  pointer-events: none;
}

.slide-inner { position: relative; z-index: 2 }