:root{
  --lc-black:#050505;
  --lc-charcoal:#111111;
  --lc-off:#f4f4f1;
  --lc-text:#171717;
  --lc-muted:#696969;
  --lc-green:#91b94d;
  --lc-water:#36b6c9;
  --lc-line:rgba(17,17,17,.14);
  --lc-max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0}
body.pool-v2{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--lc-text);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
.pool-v2 img{display:block;max-width:100%}
.pool-v2 a{color:inherit;text-decoration:none}
.lc-container{
  width:min(var(--lc-max),calc(100% - 48px));
  margin-inline:auto;
}

/* HEADER cohérent avec la home */
.pool-v2 .lc-header{
  position:relative;
  z-index:30;
  width:100%;
  background:#050505;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.pool-v2 .lc-header-inner{
  min-height:148px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}
.pool-v2 .lc-brand{
  flex:0 0 560px;
  width:560px;
  max-width:53vw;
}
.pool-v2 .lc-brand img{width:100%;height:auto}
.pool-v2 .lc-nav{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 27px;
}
.pool-v2 .lc-nav a{
  color:#fff;
  font-size:.91rem;
  font-weight:520;
  padding:10px 0;
  transition:opacity .18s ease;
}
.pool-v2 .lc-nav a:hover{opacity:.62}
.pool-v2 .lc-nav a.active{color:#9ac653}
.pool-v2 .lc-nav .nav-cta{
  padding:13px 20px;
  border:1px solid rgba(255,255,255,.28);
}
.pool-v2 .lc-nav .nav-cta:hover{background:#fff;color:#111;opacity:1}

/* Helpers */
.kicker,.eyebrow{
  margin:0 0 18px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.74rem;
  font-weight:800;
}
.kicker{color:#7da43c}
.eyebrow{color:rgba(255,255,255,.78)}
.btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 24px;
  border:1px solid transparent;
  font-weight:700;
  font-size:.94rem;
  transition:.2s ease;
}
.pool-v2 .btn-light{background:#fff;color:#111}
.pool-v2 .btn-outline{color:#fff;border-color:rgba(255,255,255,.45);background:rgba(0,0,0,.12)}
.pool-v2 .btn-dark{background:#080808;color:#fff}
.pool-v2 .btn-green{background:#9ac653;color:#0e1708}
.center{text-align:center}

/* HERO */
.pool-hero{
  position:relative;
  min-height:clamp(690px,84vh,920px);
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  color:#fff;
  background:#111;
}
.pool-hero-bg{position:absolute;inset:0}
.pool-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center center}
.pool-hero-shade{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.38) 46%,rgba(0,0,0,.08) 76%),
    linear-gradient(0deg,rgba(0,0,0,.66),rgba(0,0,0,.03) 62%);
}
.pool-hero-content{
  position:relative;
  z-index:2;
  padding:90px 0 92px;
}
.pool-hero h1{
  max-width:900px;
  margin:0;
  font-size:clamp(3.4rem,6.8vw,7.4rem);
  line-height:.92;
  letter-spacing:-.06em;
  font-weight:620;
}
.pool-hero-sub{
  max-width:670px;
  margin:28px 0 0;
  font-size:clamp(1.04rem,1.45vw,1.25rem);
  line-height:1.65;
  color:rgba(255,255,255,.85);
}
.pool-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:36px}

/* Sections */
.pool-section{padding:clamp(86px,9vw,138px) 0}
.pool-section.dark{background:#050505;color:#fff}
.pool-section.off{background:var(--lc-off)}
.section-head{max-width:850px;margin-bottom:48px}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.section-head h2{
  margin:0;
  font-size:clamp(2.5rem,4.6vw,5.1rem);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:610;
}
.section-head p:not(.kicker){
  max-width:760px;
  margin:22px 0 0;
  color:var(--lc-muted);
  font-size:1.06rem;
  line-height:1.75;
}
.dark .section-head p:not(.kicker){color:#aaa}

/* 490 */
.finance-feature{background:#fff}
.finance-poster{
  width:min(100%,1050px);
  margin:0 auto;
  box-shadow:0 30px 90px rgba(0,0,0,.16);
  overflow:hidden;
}
.finance-poster img{width:100%;height:auto}
.finance-cta{margin-top:34px}
.legal-note{
  max-width:700px;
  margin:18px auto 0;
  color:#8b8b8b;
  font-size:.72rem;
  line-height:1.55;
}

/* Offer */
.pool-offer{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  min-height:720px;
  background:#111;
  color:#fff;
}
.pool-offer-media{overflow:hidden}
.pool-offer-media img{width:100%;height:100%;object-fit:cover}
.pool-offer-copy{
  padding:clamp(60px,7vw,105px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.pool-offer-copy h2{
  margin:0;
  font-size:clamp(2.8rem,4.6vw,5.2rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.offer-intro{
  max-width:600px;
  margin:22px 0 0;
  color:#b7b7b7;
  line-height:1.7;
}
.offer-price{
  margin:34px 0 28px;
  font-size:clamp(3.2rem,5vw,5.4rem);
  font-weight:650;
  letter-spacing:-.055em;
}
.offer-price small{
  display:block;
  margin-bottom:6px;
  color:#aaa;
  font-size:.76rem;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.offer-includes{
  border-top:1px solid #343434;
  margin-bottom:34px;
}
.offer-includes div{
  display:flex;
  gap:18px;
  padding:13px 0;
  border-bottom:1px solid #343434;
}
.offer-includes span{color:#9ac653;font-size:.72rem;font-weight:800}
.offer-includes strong{font-size:.97rem}

/* Timeline */
.timeline{border-top:1px solid #333}
.step{
  display:grid;
  grid-template-columns:70px minmax(260px,.8fr) minmax(360px,1.2fr);
  gap:36px;
  align-items:center;
  padding:42px 0;
  border-bottom:1px solid #333;
}
.step-num{color:#9ac653;font-size:.78rem;font-weight:800;letter-spacing:.12em}
.step h3{margin:0 0 12px;font-size:1.6rem}
.step p{margin:0;color:#aaa;line-height:1.7}
.step-photo{height:300px;overflow:hidden}
.step-photo img{width:100%;height:100%;object-fit:cover}

/* Tech split */
.split-tech{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:74px;
  align-items:center;
}
.split-tech h2,.split-copy h2{
  margin:0;
  font-size:clamp(2.6rem,4.7vw,5rem);
  line-height:1;
  letter-spacing:-.05em;
}
.tech-lead{color:#666;line-height:1.75;font-size:1.06rem}
.tech-points{margin-top:36px;border-top:1px solid var(--lc-line)}
.tech-points div{padding:20px 0;border-bottom:1px solid var(--lc-line)}
.tech-points strong{display:block;margin-bottom:6px}
.tech-points span{color:#777;line-height:1.55}
.tech-photo{height:650px;overflow:hidden}
.tech-photo img{width:100%;height:100%;object-fit:cover}

/* Compare */
.compare-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:#d4d4cf;
}
.compare-grid article{
  background:var(--lc-off);
  padding:38px;
}
.compare-grid span,.technical-grid > article > span,.finish-copy span,.equipment-grid span{
  color:#7da43c;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.12em;
}
.compare-grid h3,.technical-grid h3,.finish-card h3,.equipment-grid h3{
  margin:24px 0 12px;
  font-size:1.4rem;
}
.compare-grid p,.technical-grid p,.finish-card p,.equipment-grid p{
  margin:0;
  color:#6c6c6c;
  line-height:1.7;
}

/* Finishes */
.finish-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.finish-card{
  background:#111;
  border:1px solid #292929;
}
.finish-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.finish-copy{padding:26px}
.finish-card p{color:#aaa}

/* Local tech */
.technical-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.technical-grid article{
  border-top:1px solid var(--lc-line);
  padding-top:18px;
}
.tech-card-photo{
  height:270px;
  overflow:hidden;
  margin-bottom:24px;
}
.tech-card-photo img{width:100%;height:100%;object-fit:cover}

/* Equipment */
.equipment-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:#d2d2ce;
}
.equipment-grid article{
  background:var(--lc-off);
  padding:32px;
}

/* Training */
.training{
  position:relative;
  min-height:720px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  color:#fff;
}
.training-bg{position:absolute;inset:0}
.training-bg img{width:100%;height:100%;object-fit:cover}
.training-shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.80),rgba(0,0,0,.25) 60%,rgba(0,0,0,.08)),
             linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.03));
}
.training-content{
  position:relative;
  z-index:2;
  padding:80px 0;
}
.training-content h2{
  max-width:900px;
  margin:0;
  font-size:clamp(2.8rem,5vw,5.8rem);
  line-height:.96;
  letter-spacing:-.055em;
}
.training-content > p:not(.kicker){
  max-width:650px;
  margin:24px 0;
  color:#d0d0d0;
  line-height:1.7;
}
.training-list{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  max-width:760px;
}
.training-list span{
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.26);
  background:rgba(0,0,0,.18);
  font-size:.84rem;
}

/* Before after */
.before-after{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2px;
  background:#111;
}
.before-after figure{
  position:relative;
  margin:0;
  aspect-ratio:4/3;
  overflow:hidden;
}
.before-after img{width:100%;height:100%;object-fit:cover}
.before-after figcaption{
  position:absolute;
  left:18px;
  bottom:18px;
  background:#fff;
  color:#111;
  padding:10px 13px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.7rem;
  font-weight:800;
}

/* Split copy */
.split-copy{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:start;
}
.split-copy p{margin:0;color:#aaa;line-height:1.85;font-size:1.05rem}

/* FAQ */
.faq-list{max-width:950px;border-top:1px solid var(--lc-line)}
.faq-list details{border-bottom:1px solid var(--lc-line);padding:0}
.faq-list summary{
  cursor:pointer;
  padding:24px 0;
  font-size:1.08rem;
  font-weight:700;
  list-style:none;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list details p{margin:0;padding:0 0 24px;color:#707070;line-height:1.7}

/* Final */
.pool-final{
  background:#050505;
  color:#fff;
}
.pool-final-inner{padding:clamp(90px,10vw,150px) 0}
.pool-final h2{
  margin:0;
  font-size:clamp(3.6rem,7vw,7.4rem);
  line-height:.9;
  letter-spacing:-.065em;
}
.pool-final p:not(.kicker){
  max-width:650px;
  margin:28px 0 0;
  color:#aaa;
  font-size:1.08rem;
  line-height:1.7;
}
.lc-footer{background:#050505;color:#999;border-top:1px solid #222}
.footer-inner{padding:28px 0;display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;font-size:.84rem}

/* Responsive */
@media(max-width:1050px){
  .pool-v2 .lc-brand{flex-basis:460px;width:460px}
  .pool-offer{grid-template-columns:1fr}
  .pool-offer-media{height:580px}
  .split-tech,.split-copy{grid-template-columns:1fr}
  .compare-grid,.technical-grid{grid-template-columns:1fr}
  .equipment-grid{grid-template-columns:1fr 1fr}
  .finish-grid{grid-template-columns:1fr}
  .step{grid-template-columns:55px 1fr}
  .step-photo{grid-column:2;height:360px}
}
@media(max-width:820px){
  .lc-container{width:min(100% - 28px,var(--lc-max))}
  .pool-v2 .lc-header-inner{
    min-height:auto;
    padding:16px 0 14px;
    flex-direction:column;
    gap:8px;
  }
  .pool-v2 .lc-brand{width:min(94vw,520px);max-width:none;flex-basis:auto}
  .pool-v2 .lc-nav{width:100%;justify-content:center;gap:4px 17px}
  .pool-v2 .lc-nav a{font-size:.82rem}
  .pool-v2 .lc-nav .nav-cta{padding:10px 13px}
  .pool-hero{min-height:760px}
  .pool-hero-shade{
    background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.12) 72%);
  }
  .pool-hero-content{padding:70px 0 58px}
  .pool-hero h1{font-size:clamp(3.1rem,11vw,5rem)}
  .step{grid-template-columns:42px 1fr;gap:18px}
  .step-photo{grid-column:1/-1;height:310px}
  .tech-photo{height:480px}
  .finish-grid{grid-template-columns:1fr}
  .training{min-height:680px}
  .before-after{grid-template-columns:1fr}
}
@media(max-width:560px){
  .pool-v2 .lc-brand{width:min(96vw,460px)}
  .pool-v2 .lc-nav .nav-cta{width:100%}
  .pool-actions{flex-direction:column}
  .pool-actions .btn{width:100%}
  .pool-offer-media{height:420px}
  .pool-offer-copy{padding:48px 24px}
  .equipment-grid{grid-template-columns:1fr}
  .technical-grid{grid-template-columns:1fr}
  .training-content{padding:58px 0}
  .step-photo{height:260px}
}

/* Comfort block */
.comfort-block{align-items:center}
.comfort-photo{height:620px}
@media(max-width:1050px){
  .comfort-photo{height:520px}
}
@media(max-width:560px){
  .comfort-photo{height:420px}
}


/* =========================================================
   CONFIGURATEUR — CTA principal d'acquisition
   ========================================================= */
.hero-micro{
  max-width:620px;
  margin:16px 0 0;
  color:rgba(255,255,255,.68);
  font-size:.84rem;
  line-height:1.55;
}

.config-band{
  background:#f4f4f1;
  border-top:1px solid rgba(17,17,17,.08);
  border-bottom:1px solid rgba(17,17,17,.08);
}

.config-band-inner{
  min-height:360px;
  padding:72px 0;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  gap:70px;
  align-items:center;
}

.config-band h2{
  max-width:820px;
  margin:0;
  font-size:clamp(2.5rem,4.4vw,4.8rem);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:610;
}

.config-band p:not(.kicker){
  max-width:720px;
  margin:22px 0 0;
  color:#686868;
  font-size:1.04rem;
  line-height:1.72;
}

.config-band-cta{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}

.btn-config-main{
  min-width:260px;
  min-height:58px;
  padding:0 30px;
  font-size:1rem;
}

.config-band-cta span{
  color:#777;
  font-size:.8rem;
}

@media(max-width:900px){
  .config-band-inner{
    grid-template-columns:1fr;
    gap:34px;
    padding:58px 0;
  }

  .config-band-cta{
    align-items:stretch;
  }

  .btn-config-main{
    width:100%;
  }
}

@media(max-width:560px){
  .hero-micro{
    font-size:.8rem;
  }
}


/* =========================================================
   FIX FINAL — VISIBILITÉ DES CTA
   ========================================================= */

.pool-v2 .btn{
  text-decoration:none !important;
}

.pool-v2 a.btn-light,
.pool-v2 .btn-light{
  background:#ffffff !important;
  color:#111111 !important;
  border-color:#ffffff !important;
}

.pool-v2 a.btn-light:hover,
.pool-v2 .btn-light:hover{
  background:#eaeaea !important;
  color:#111111 !important;
}

.pool-v2 a.btn-outline,
.pool-v2 .btn-outline{
  background:rgba(0,0,0,.12) !important;
  color:#ffffff !important;
  border-color:rgba(255,255,255,.45) !important;
}

.pool-v2 a.btn-outline:hover,
.pool-v2 .btn-outline:hover{
  background:#ffffff !important;
  color:#111111 !important;
  border-color:#ffffff !important;
}

.pool-v2 a.btn-dark,
.pool-v2 .btn-dark{
  background:#080808 !important;
  color:#ffffff !important;
}

.pool-v2 a.btn-green,
.pool-v2 .btn-green{
  background:#9ac653 !important;
  color:#0e1708 !important;
}

.pool-v2 .lc-nav .nav-cta{
  color:#ffffff !important;
}

.pool-v2 .lc-nav .nav-cta:hover{
  color:#111111 !important;
}

/* Sécurité pour le bloc configurateur */
.pool-v2 .config-band .btn-config-main{
  color:#0e1708 !important;
}

/* Hero : texte des boutons garanti visible */
.pool-v2 .pool-hero .btn-light{
  color:#111111 !important;
}

.pool-v2 .pool-hero .btn-outline{
  color:#ffffff !important;
}

/* Mobile */
@media(max-width:560px){
  .pool-v2 .pool-actions .btn{
    width:100%;
  }
}


/* =========================================================
   OFFRE UNIQUE — 25 900 € TVAC OU 490 € / MOIS
   ========================================================= */
.pool-v2 .pool-main-offer{background:#fff}

.pool-v2 .pool-main-offer-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:70px;
  align-items:center;
}

.pool-v2 .pool-main-offer-copy h2{
  max-width:760px;
  margin:0;
  font-size:clamp(2.8rem,4.8vw,5.4rem);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:620;
}

.pool-v2 .pool-dual-price{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin:30px 0 24px;
}

.pool-v2 .pool-total-price{
  color:#111;
  font-size:clamp(2.35rem,4.2vw,4.7rem);
  line-height:.95;
  font-weight:690;
  letter-spacing:-.05em;
}

.pool-v2 .pool-price-or{
  margin:12px 0 8px;
  color:#8c8c8c;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.pool-v2 .pool-monthly-price{
  color:#111;
  font-size:clamp(4.2rem,7.2vw,8rem);
  line-height:.86;
  font-weight:730;
  letter-spacing:-.07em;
}

.pool-v2 .pool-monthly-price small{
  color:#777;
  font-size:.22em;
  font-weight:650;
  letter-spacing:0;
}

.pool-v2 .pool-offer-lead{
  max-width:680px;
  margin:0 0 30px;
  color:#686868;
  font-size:1.04rem;
  line-height:1.72;
}

.pool-v2 .pool-main-specs{
  border-top:1px solid rgba(17,17,17,.14);
}

.pool-v2 .pool-main-specs div{
  display:flex;
  gap:18px;
  padding:13px 0;
  border-bottom:1px solid rgba(17,17,17,.14);
}

.pool-v2 .pool-main-specs span{
  color:#7da43c;
  font-size:.72rem;
  font-weight:800;
}

.pool-v2 .pool-main-specs strong{
  color:#171717;
  font-size:.97rem;
}

.pool-v2 .pool-main-offer-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

.pool-v2 .pool-main-offer-visual{
  overflow:hidden;
  box-shadow:0 28px 80px rgba(0,0,0,.14);
}

.pool-v2 .pool-main-offer-visual img{
  width:100%;
  height:auto;
  display:block;
}

/* CTA toujours lisibles */
.pool-v2 .pool-main-offer a.btn-green{
  background:#9ac653 !important;
  color:#0e1708 !important;
}

.pool-v2 .pool-main-offer a.btn-dark{
  background:#080808 !important;
  color:#fff !important;
}

@media(max-width:1050px){
  .pool-v2 .pool-main-offer-grid{
    grid-template-columns:1fr;
    gap:42px;
  }
}

@media(max-width:560px){
  .pool-v2 .pool-main-offer-actions{
    flex-direction:column;
  }
  .pool-v2 .pool-main-offer-actions .btn{
    width:100%;
  }
}


/* =========================================================
   AJUSTEMENTS VISUELS — OFFRE 490 + CADRAGE PHOTOS
   ========================================================= */

/* Offre 25 900 € / 490 € : affiche nettement plus grande */
.pool-v2 .pool-main-offer .lc-container{
  width:min(1500px,calc(100% - 48px));
}

.pool-v2 .pool-main-offer-grid{
  grid-template-columns:minmax(360px,.68fr) minmax(620px,1.32fr);
  gap:56px;
  align-items:center;
}

.pool-v2 .pool-main-offer-copy{
  max-width:560px;
}

.pool-v2 .pool-main-offer-visual{
  width:100%;
  max-width:880px;
  justify-self:end;
  box-shadow:0 34px 100px rgba(0,0,0,.18);
}

.pool-v2 .pool-main-offer-visual img{
  width:100%;
  height:auto;
  display:block;
}

/* Timeline : photos légèrement plus grandes */
.pool-v2 .step-photo{
  height:340px;
}

/* 01 — implantation / terrassement */
.pool-v2 .timeline .step:nth-child(1) .step-photo img{
  object-position:center 50%;
}

/* 02 — structure */
.pool-v2 .timeline .step:nth-child(2) .step-photo img{
  object-position:center 52%;
}

/* 03 — feutre : remonter fortement le cadrage pour voir les personnes */
.pool-v2 .timeline .step:nth-child(3) .step-photo img{
  object-position:center 18%;
}

/* 04 — liner */
.pool-v2 .timeline .step:nth-child(4) .step-photo img{
  object-position:center 44%;
}

/* 05 — local technique */
.pool-v2 .timeline .step:nth-child(5) .step-photo img{
  object-position:center 64%;
}

/* 06 — écolage */
.pool-v2 .timeline .step:nth-child(6) .step-photo img{
  object-position:center 30%;
}

/* 07 — finition */
.pool-v2 .timeline .step:nth-child(7) .step-photo img{
  object-position:center 50%;
}

@media(max-width:1200px){
  .pool-v2 .pool-main-offer-grid{
    grid-template-columns:minmax(330px,.78fr) minmax(500px,1.22fr);
    gap:42px;
  }

  .pool-v2 .pool-main-offer-visual{
    max-width:760px;
  }
}

@media(max-width:1050px){
  .pool-v2 .pool-main-offer .lc-container{
    width:min(100% - 32px,900px);
  }

  .pool-v2 .pool-main-offer-grid{
    grid-template-columns:1fr;
    gap:42px;
  }

  .pool-v2 .pool-main-offer-copy{
    max-width:760px;
  }

  .pool-v2 .pool-main-offer-visual{
    max-width:820px;
    justify-self:center;
  }

  .pool-v2 .step-photo{
    height:380px;
  }
}

@media(max-width:820px){
  .pool-v2 .step-photo{
    height:330px;
  }

  .pool-v2 .timeline .step:nth-child(3) .step-photo img{
    object-position:center 15%;
  }

  .pool-v2 .timeline .step:nth-child(6) .step-photo img{
    object-position:center 26%;
  }
}

@media(max-width:560px){
  .pool-v2 .pool-main-offer .lc-container{
    width:min(100% - 24px,900px);
  }

  .pool-v2 .pool-main-offer-visual{
    max-width:none;
  }

  .pool-v2 .step-photo{
    height:290px;
  }

  .pool-v2 .timeline .step:nth-child(3) .step-photo img{
    object-position:center 12%;
  }
}
/* Local technique déporté : montrer toute l'installation */
.pool-v2 .technical-grid article:nth-child(2) .tech-card-photo{
  background:#f3f3f1;
}

.pool-v2 .technical-grid article:nth-child(2) .tech-card-photo img{
  object-fit:contain;
  object-position:center center;
}
.pool-v2 .technical-grid article:nth-child(2) .tech-card-photo{
  height:300px;
}
