﻿:root {
  --bg: #e6e6e6;
  --surface: #ffffff;
  --line: #d8e0ea;
  --text: #1f2a37;
  --muted: #66758a;
  --shadow: 0 10px 24px rgba(0,0,0,.08);
  --radius: 18px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; background: var(--bg); color: var(--text); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
header { background: #e6e6e6; padding: 0; }
.site-header { background: #e6e6e6; }
.header-inner { max-width: 1100px; margin: 0 auto; padding: 0 1px;  display: flex; align-items: center; justify-content: flex-start; min-height: 54px; }
.header-brand { display: flex; align-items: center; justify-content: flex-start; flex: 0 0 auto; height: 70px; }
.header-brand img { width: 160px; height: 160px; }
.top-menu { display: flex; flex-wrap: wrap; gap: 6px; margin-left: 70px; }
.top-menu a, .top-menu span { display: inline-flex; align-items: center; justify-content: center; padding: 4px 10px; border-radius: 7px; border: 1px solid var(--line); background: #fff; color: #163e6b; font-weight: 600; font-size: 12px; box-shadow: 0 1px 4px rgba(0,0,0,.05); }
.wrap { max-width: 1100px; margin: 0 auto; padding: 0 20px 40px; }
.gallery-hero {
  background: linear-gradient(155deg, #0a3d62, #1e5799, #3c6382);
  color: #fff;
  border-radius: 0;
  padding-top:15px;
  padding-bottom:15px;
  box-shadow: none;
  margin-left: calc(50% - 50vw + 8px);
  margin-right: calc(50% - 50vw + 8px);
}
.gallery-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 20px 26px;
}
.gallery-hero-copy {
  margin-left: 0;
  max-width: 760px;
}
.gallery-hero h1 { margin: 0 0 8px 250px; font-size: clamp(24px, 3vw, 34px); font-weight: 700; line-height: 1.15; }
.gallery-hero p { margin: 0 0 0 250px; color: rgba(255,255,255,.88); line-height: 1.55; max-width: 760px; font-size: 14px; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 26px; }
.offer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 22px;
}
.offer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: #163e6b;
  font-weight: 600;
  font-size: 13px;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.offer-link.is-active {
  background: #163e6b;
  color: #fff;
  border-color: #163e6b;
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 8px;
}
.module-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.module-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: #eef4fb;
}
.module-body {
  padding: 16px;
}
.module-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}
.gallery-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.gallery-card img { width: 100%; height: 210px; object-fit: cover; background: #eef4fb; }
.page-thumb {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.thumb-head {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 26px;
  padding: 0 10px;
  font-size: 8px;
  line-height: 1;
  color: #fff;
  border-radius: 18px 18px 0 0;
}
.thumb-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.16);
  font-weight: 700;
  flex: 0 0 auto;
}
.thumb-name {
  font-weight: 700;
  margin-right: auto;
  white-space: nowrap;
}
.thumb-menu {
  opacity: .88;
  white-space: nowrap;
}
.thumb-cta {
  margin-left: 6px;
  padding: 4px 6px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.12);
  white-space: nowrap;
}
.thumb-head-restaurant { background: #4b2819; }
.thumb-head-plombier { background: #22384d; }
.thumb-head-coiffeur { background: #5a4475; }
.thumb-head-beaute { background: #8f667d; }
.thumb-head-formations { background: #2a445c; }
.thumb-head-immobilier { background: #47674a; }
.thumb-head-coach { background: #22483b; }
.thumb-head-avocat { background: #2d3340; }
.thumb-head-artisan { background: #6c4e2f; }
.thumb-head-evenementiel { background: #394b74; }
.thumb-head-mecanicien { background: #28323d; }
.thumb-head-electricien { background: #24425b; }
.thumb-head-decorateur { background: #8b6b55; }
.thumb-head-macon { background: #6c513d; }
.thumb-head-informaticien { background: #1d2f4f; }
.thumb-head-peintre { background: #d67d33; }
.thumb-head-tatoueur { background: #1d1a22; }
.thumb-head-dogs { background: #6f8f6d; }
.thumb-head-superette { background: #1f5a72; }
.thumb-head-florale { background: #9f6d8d; }
.thumb-head-alimentation { background: #6a7d33; }
.thumb-head-jardinier { background: #476c44; }
.thumb-head-couvreur { background: #31465f; }
.thumb-head-vestimentaire { background: #40384f; }
.thumb-head-moto { background: #24242a; }
.thumb-head-velo { background: #347c7a; }
.thumb-head-carreleur { background: #7a5c46; }
.page-thumb iframe {
  width: 1360px;
  height: 820px;
  border: 0;
  transform: scale(.255);
  transform-origin: top left;
  pointer-events: none;
  background: #fff;
}
.page-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 55%, rgba(255,255,255,.16) 100%);
  pointer-events: none;
}
.gallery-card .card-body { padding: 16px; }
.gallery-card h2 { margin: 0 0 6px; font-size: 20px; }
.gallery-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }
.meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.meta .name { color: #173e69; font-weight: 700; font-size: 16px; }
.price-badge { display: inline-flex; padding: 6px 9px; border-radius: 999px; background: #eef6ff; color: #1d5f9e; font-weight: 700; font-size: 12px; }
.card-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.btn-view, .fake-btn { display: inline-flex; align-items: center; justify-content: center; padding: 9px 12px; border-radius: 10px; font-weight: 700; font-size: 14px; }
.btn-view { background: linear-gradient(90deg, #2e74ff, #567eff); color: #fff; }
.btn-options {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: #163e6b;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}
.btn-options:hover,
.btn-options:focus-visible,
.btn-options:active {
  background: linear-gradient(90deg, #ef9519, #f0ac45);
  border-color: #ef9519;
  color: #fff;
  box-shadow: 0 8px 18px rgba(239,149,25,.22);
}
.btn-options:focus-visible {
  outline: none;
}
@media (hover: none) {
  .btn-options:hover {
    background: #fff;
    border-color: var(--line);
    color: #163e6b;
    box-shadow: none;
  }
  .btn-options:active,
  .btn-options:focus-visible {
    background: linear-gradient(90deg, #ef9519, #f0ac45);
    border-color: #ef9519;
    color: #fff;
    box-shadow: 0 8px 18px rgba(239,149,25,.22);
  }
}
.fake-btn { background: linear-gradient(90deg, #37b2ae, #53c9c6); color: #fff; }
.fake-btn.orange { background: linear-gradient(90deg, #ef9519, #f0ac45); }
.fake-btn.light { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.2); }
.modal-open { overflow: hidden; }
.options-modal[hidden] { display: none; }
.options-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
}
.options-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 32, 54, .56);
}
.options-panel {
  position: relative;
  width: min(900px, calc(100% - 24px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  margin: 20px auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  padding: 24px;
}
.options-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #eff4fb;
  color: #163e6b;
  font-size: 22px;
  cursor: pointer;
}
.options-panel h2 {
  margin: 0 0 8px;
  color: #163e6b;
  font-size: 24px;
}
.options-target {
  margin: 0 0 18px;
  color: var(--muted);
}
.options-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.options-choice {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
}
.options-choice h3 {
  margin: 0 0 8px;
  color: #173e69;
  font-size: 18px;
}
.options-choice p {
  margin: 0 0 14px;
  color: var(--muted);
}
.option-price-placeholder {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1d5f9e;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 14px;
}
.download-form {
  margin: 0 0 14px;
}
.download-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
}
.btn-options-primary,
.btn-options-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  border: 0;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.btn-options-primary {
  background: linear-gradient(90deg, #2e74ff, #567eff);
  color: #fff;
}
.btn-options-secondary {
  background: #163e6b;
  color: #fff;
}
.btn-options-secondary .btn-loader {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  animation: quoteSpin .7s linear infinite;
}
.btn-options-secondary.is-loading {
  pointer-events: none;
  opacity: .92;
}
.btn-options-secondary.is-loading .btn-loader {
  display: inline-block;
}
.quote-form {
  display: grid;
  gap: 10px;
}
.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
}
.quote-mail {
  margin-top: 12px;
  font-size: 13px;
}
.quote-mail a {
  color: #163e6b;
  font-weight: 700;
}
footer { background: #0a3d62; color: white; text-align: center; padding: 20px; margin-top: 40px; }
.site-footer { background: #0a3d62; color: #fff; text-align: center; padding: 20px; margin-top: 40px; }
.site-footer a, footer a { color: #82ccdd; }
.legal { margin: 8px 0 0; font-size: 13px; }
.legal a { color: #c7e0ff; }
.model-page { padding: 18px 0 40px; }
.return-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
  padding:12px 16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#ffffff;
  box-shadow:0 8px 18px rgba(19,39,58,.04);
}
.return-strip span{
  color:var(--muted);
  font-size:14px;
}
.return-strip a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 14px;
  border-radius:10px;
  background:#edf5ff;
  color:var(--brand);
  font-weight:700;
  font-size:14px;
}
.demo-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.demo-nav span { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 13px; }
.hero-shell { border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); }
.hero-grid { display: grid; gap: 22px; align-items: center; padding: 24px; }
.hero-copy h1 { margin: 0 0 10px; font-size: clamp(26px, 3vw, 38px); color: #fff; line-height: 1.1; font-weight: 700; }
.hero-copy p { margin: 0; color: rgba(255,255,255,.9); line-height: 1.6; max-width: 640px; font-size: 14px; }
.hero-copy .eyebrow { display: inline-flex; margin-bottom: 10px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.18); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-copy ul { margin: 16px 0 0; padding-left: 18px; color: rgba(255,255,255,.9); line-height: 1.7; font-size: 14px; }
.hero-media img { width: 100%; height: 360px; object-fit: cover; border-radius: 24px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); }
.stats-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 22px; }
.stat-box { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 16px; }
.stat-box strong { display: block; font-size: 22px; color: #173e69; margin-bottom: 4px; }
.stat-box span { color: var(--muted); line-height: 1.45; font-size: 14px; }
.section-grid { display: grid; gap: 18px; margin-top: 22px; }
.section-grid.cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.section-grid.cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.info-card, .detail-card, .quote-card, .banner-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px; }
.info-card h2, .detail-card h2, .banner-card h2 { margin: 0 0 8px; font-size: 19px; color: #173e69; }
.info-card p, .detail-card p, .banner-card p, .quote-card p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 14px; }
.detail-card ul { margin: 12px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.8; }
.quote-card { background: #173e69; color: #fff; }
.quote-card p { color: rgba(255,255,255,.94); }
.mini-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 16px; }
.mini-gallery img { width: 100%; height: 150px; object-fit: cover; border-radius: 16px; border: 1px solid var(--line); background: #eef4fb; }
.process-list { display: grid; gap: 12px; }
.process-step { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 16px 18px; }
.process-step strong { display: block; color: #173e69; margin-bottom: 6px; font-size: 15px; }
.split-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-top: 22px; }
.badge-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.badge-list span { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: #eef6ff; color: #17456f; font-weight: 700; font-size: 13px; }
.theme-restaurant .hero-shell { background: linear-gradient(135deg, #632819, #ce6d3b); }
.theme-plombier .hero-shell { background: linear-gradient(135deg, #0f4c81, #2e89c7); }
.theme-coiffeur .hero-shell { background: linear-gradient(135deg, #37314b, #8e6cc7); }
.theme-beaute .hero-shell { background: linear-gradient(135deg, #8f4667, #dda0b1); }
.theme-formations .hero-shell { background: linear-gradient(135deg, #0b536b, #1b9aaa); }
.theme-immobilier .hero-shell { background: linear-gradient(135deg, #315145, #7cab72); }
.theme-coach-sportif .hero-shell { background: linear-gradient(135deg, #0f5132, #31b46f); }
.theme-avocat .hero-shell { background: linear-gradient(135deg, #252b38, #57617a); }
.theme-artisan .hero-shell { background: linear-gradient(135deg, #6f4c1e, #d09245); }
.theme-evenementiel .hero-shell { background: linear-gradient(135deg, #213765, #7950d8); }
.layout-split .hero-grid { grid-template-columns: 1.05fr .95fr; }
.layout-left-media .hero-grid { grid-template-columns: .95fr 1.05fr; }
.layout-centered .hero-grid { grid-template-columns: 1fr; text-align: center; }
.layout-centered .hero-copy p { margin: 0 auto; }
.layout-centered .hero-copy ul { max-width: 720px; margin: 18px auto 0; text-align: left; }
.layout-band .hero-grid { grid-template-columns: 1fr; }
.layout-magazine .hero-grid { grid-template-columns: 1.15fr .85fr; }
@keyframes quoteSpin {
  to { transform: rotate(360deg); }
}
@media (max-width: 980px) {
  .gallery-grid, .section-grid.cols-3, .section-grid.cols-2, .stats-row, .mini-gallery, .split-band, .layout-split .hero-grid, .layout-left-media .hero-grid, .layout-magazine .hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .header-inner { display: block; padding: 10px 20px; }
  .top-menu { margin: 10px 0 0; }
  .gallery-grid { grid-template-columns: 1fr; }
  .module-grid { grid-template-columns: 1fr; }
  .options-choice-grid { grid-template-columns: 1fr; }
  .page-thumb iframe { transform: scale(.215); }
  .thumb-head { gap: 6px; padding: 0 8px; font-size: 7px; }
  .thumb-menu:nth-of-type(n+3) { display: none; }
  .thumb-cta { display: none; }
  .gallery-hero-inner { padding: 24px 20px; }
  .gallery-hero-copy { max-width: none; }
  .gallery-hero h1,
  .gallery-hero p { margin-left: 0; }
}
