*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;overflow-x:hidden;color:#0e3264}#desktopWrap{width:100%;overflow:hidden}#desktopCanvas{position:relative;width:1536px;height:1024px;transform-origin:top left}.bg{position:absolute;inset:0;width:1536px;height:1024px;z-index:0}
.image-menu a{position:absolute;z-index:20;display:block}.m-home{left:330px;top:24px;width:80px;height:70px}.m-services{left:415px;top:24px;width:130px;height:70px}.m-sectors{left:545px;top:24px;width:180px;height:70px}.m-about{left:730px;top:24px;width:110px;height:70px}.m-engagements{left:840px;top:24px;width:185px;height:70px}.m-contact{left:1025px;top:24px;width:100px;height:70px}.m-phone{left:1120px;top:14px;width:205px;height:88px}.m-cta{left:1325px;top:14px;width:205px;height:88px}
.quote{position:absolute;left:985px;top:90px;width:516px;height:492px;background:linear-gradient(#123b73,#0b2a56);border-radius:18px;padding:18px 27px;color:#fff;z-index:10;overflow:hidden}.quote h2{text-align:center;text-transform:uppercase;font-size:27px;line-height:1.02;margin:0}.quote h2 span{display:block;color:#9dd314}.quote>p{text-align:center;margin:5px 0 10px;font-weight:700}.quote label{display:grid;gap:3px;margin-bottom:4px;font-size:11px;font-weight:700;min-width:0}.quote label>span{line-height:1.1}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quote input,.quote select,.quote textarea{width:100%;min-width:0;border:0;border-radius:6px;padding:9px 11px;background:#fff;font:inherit;color:#243a5e;outline:none}.quote textarea{height:48px;resize:none}.quote small{height:3px;min-height:3px;font-size:9px;color:#ffd2d2}.quote button{width:100%;border:0;border-radius:6px;padding:11px;background:linear-gradient(90deg,#9dd314,#7fc300);color:#fff;font-weight:900;text-transform:uppercase}.hidden,.honeypot{display:none!important}.invalid{outline:2px solid #ff8d8d!important}.comment-label{margin-bottom:6px!important}
.carousel{position:absolute;left:0;top:590px;width:1536px;height:316px;background:#fff;z-index:5;padding:13px 32px}.carousel h2{text-align:center;text-transform:uppercase;font-size:28px;margin:0}.carousel>p{text-align:center;margin:3px 0 12px}.track{display:grid;grid-auto-flow:column;grid-auto-columns:164px;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.track::-webkit-scrollbar{display:none}.track article{height:222px;background:#fff;border-radius:10px;overflow:hidden;text-align:center;box-shadow:0 7px 18px #0002}.track img{width:100%;height:137px;object-fit:cover}.track h3{font-size:13px;text-transform:uppercase;margin:14px 6px}.carousel button.prev,.carousel button.next{position:absolute;top:160px;width:38px;height:38px;border:0;border-radius:50%;background:#0e3264;color:#fff;font-size:28px;z-index:3}.prev{left:12px}.next{right:12px}.after{max-width:1200px;margin:40px auto;padding:34px;background:#f5f8fb;border-radius:16px}.contact-after{background:#0e3264;color:#fff}.contact-after a{color:#fff;font-weight:700}@media(max-width:900px){#desktopWrap{display:none}.after{margin:18px}}


/* Finitions V12C */
.image-menu{position:absolute;inset:0;z-index:40;pointer-events:none}
.image-menu .menu-hotspot{
  pointer-events:auto;
  cursor:pointer;
  background:rgba(255,255,255,0.001);
}
.image-menu .menu-hotspot:focus{
  outline:3px solid #7fc300;
  outline-offset:-3px;
}
.engagement-anchor{
  position:absolute;
  left:0;
  top:904px;
  width:1px;
  height:1px;
}
.quote textarea{
  height:46px;
  font-size:12px;
  line-height:1.25;
  overflow:hidden;
}
.quote textarea::placeholder{font-size:12px}
.track{padding-right:16px}
.track article{flex:none}
.about-after{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:center;
}
.about-after aside{
  background:#fff;
  border-left:5px solid #7fc300;
  padding:24px;
  box-shadow:0 10px 24px #0001;
}
.about-after h2,.contact-after h2{margin:0 0 12px}
.about-after p,.contact-after p{line-height:1.6}
.contact-after{
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center;
}
.contact-details{display:grid;gap:10px;text-align:right}
.site-footer{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:24px;
  padding:22px;
  background:#071d3b;
  color:#fff;
}
.site-footer a{color:#fff}
@media(max-width:900px){
  .about-after,.contact-after{grid-template-columns:1fr}
  .contact-details{text-align:left}
  .site-footer{flex-direction:column;gap:10px}
}


/* =========================
   VERSION MOBILE V13
   ========================= */
.mobile-site{display:none}

@media(max-width:900px){
  body{overflow-x:hidden;background:#fff}
  #desktopWrap{display:none!important}
  .mobile-site{display:block}
  .mobile-header{
    position:sticky;
    top:0;
    z-index:100;
    min-height:82px;
    padding:8px 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
    border-bottom:1px solid #e3eaf1;
  }
  .mobile-logo img{
    width:150px;
    height:64px;
    object-fit:contain;
  }
  .mobile-menu-button{
    width:44px;
    height:44px;
    border:1px solid #dce4ec;
    border-radius:10px;
    background:#fff;
    padding:10px;
  }
  .mobile-menu-button span{
    display:block;
    height:2px;
    background:#0e3264;
    margin:5px 0;
  }
  .mobile-nav{
    display:none;
    position:absolute;
    left:10px;
    right:10px;
    top:82px;
    padding:12px;
    background:#fff;
    border:1px solid #dce4ec;
    border-radius:14px;
    box-shadow:0 14px 30px #1233;
  }
  .mobile-nav.open{display:grid}
  .mobile-nav a{
    padding:13px 12px;
    border-radius:9px;
    color:#0e3264;
    font-weight:700;
  }
  .mobile-nav a:active{background:#f0f6fb}

  .mobile-hero{background:#f5f8fb}
  .mobile-hero>img{
    width:100%;
    height:270px;
    object-fit:cover;
    object-position:center;
  }
  .mobile-hero-copy{
    padding:30px 20px 34px;
    text-align:left;
  }
  .mobile-hero-copy h1{
    margin:0;
    font-size:clamp(2.65rem,12vw,4rem);
    line-height:1.02;
    text-transform:uppercase;
    color:#0e3264;
  }
  .mobile-hero-copy h1 span{color:#7fc300}
  .mobile-hero-copy p{
    margin:18px 0;
    color:#53667f;
    font-size:1rem;
    line-height:1.6;
  }
  .mobile-points{
    display:grid;
    gap:10px;
    margin-bottom:22px;
  }
  .mobile-points span{
    display:block;
    padding:10px 12px;
    border:1px solid #dce4ec;
    border-radius:10px;
    background:#fff;
    font-weight:700;
  }
  .mobile-primary{
    display:flex;
    justify-content:center;
    padding:14px 18px;
    border-radius:7px;
    background:linear-gradient(90deg,#9dd314,#7fc300);
    color:#fff;
    font-weight:800;
    text-transform:uppercase;
  }

  .mobile-quote-section{padding:28px 14px;background:#eef4f8}
  .mobile-quote{
    width:100%;
    padding:24px 18px;
    background:linear-gradient(#123b73,#0b2a56);
    border-radius:16px;
    color:#fff;
    box-shadow:0 14px 32px #1234;
  }
  .mobile-quote h2{
    margin:0;
    text-align:center;
    text-transform:uppercase;
    font-size:1.45rem;
    color:#fff;
  }
  .mobile-quote h2 span{display:block;color:#9dd314}
  .mobile-quote>p{text-align:center;margin:6px 0 18px}
  .mobile-quote label{
    display:grid;
    gap:6px;
    margin-bottom:12px;
    font-size:.8rem;
    font-weight:700;
  }
  .mobile-quote input,
  .mobile-quote select,
  .mobile-quote textarea{
    width:100%;
    border:0;
    border-radius:7px;
    padding:13px 12px;
    background:#fff;
    color:#243a5e;
    font:inherit;
  }
  .mobile-quote textarea{resize:vertical}
  .mobile-quote small{min-height:4px;color:#ffd2d2}
  .mobile-quote button{
    width:100%;
    border:0;
    border-radius:7px;
    padding:14px;
    background:linear-gradient(90deg,#9dd314,#7fc300);
    color:#fff;
    font-weight:900;
    text-transform:uppercase;
  }

  .mobile-services{
    padding:34px 14px;
    background:#fff;
    text-align:center;
  }
  .mobile-services h2{
    margin:0;
    font-size:1.55rem;
    text-transform:uppercase;
    color:#0e3264;
  }
  .mobile-services>p{color:#64748b}
  .mobile-track{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:78%;
    gap:14px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    padding:8px 2px 16px;
    scrollbar-width:none;
  }
  .mobile-track::-webkit-scrollbar{display:none}
  .mobile-track article{
    scroll-snap-align:center;
    overflow:hidden;
    background:#fff;
    border-radius:13px;
    box-shadow:0 8px 22px #1232;
  }
  .mobile-track img{
    width:100%;
    height:190px;
    object-fit:cover;
  }
  .mobile-track h3{
    margin:16px 10px 18px;
    font-size:1rem;
    text-transform:uppercase;
    color:#0e3264;
  }

  .mobile-engagements{
    display:grid;
    background:linear-gradient(#123b73,#08264f);
    color:#fff;
  }
  .mobile-engagements article{
    display:flex;
    gap:14px;
    padding:21px 18px;
    border-bottom:1px solid #ffffff2c;
  }
  .mobile-engagements article>span{
    font-size:2rem;
    color:#9dd314;
  }
  .mobile-engagements h3{
    margin:0 0 5px;
    font-size:.95rem;
    text-transform:uppercase;
  }
  .mobile-engagements p{
    margin:0;
    font-size:.86rem;
    line-height:1.45;
    color:#e6eef8;
  }

  .after{
    margin:20px 14px!important;
    padding:25px 20px!important;
  }
  .about-after,.contact-after{grid-template-columns:1fr!important}
  .contact-details{text-align:left!important}
  .site-footer{
    flex-direction:column!important;
    gap:10px!important;
    text-align:center;
  }
}


/* =========================
   V13B - CORRECTIONS MOBILE
   ========================= */
@media(max-width:900px){
  .mobile-header{
    min-height:92px;
    padding:8px 16px;
  }

  .mobile-logo{
    display:flex;
    align-items:center;
    width:220px;
    max-width:70vw;
    height:76px;
    overflow:hidden;
  }

  .mobile-logo img{
    width:220px !important;
    max-width:220px !important;
    height:74px !important;
    max-height:74px !important;
    object-fit:contain !important;
    object-position:left center !important;
    image-rendering:auto;
  }

  .mobile-nav{
    top:92px;
  }

  .mobile-hero{
    display:block;
    overflow:hidden;
    background:#f5f8fb;
  }

  .mobile-hero .mobile-hero-photo{
    width:100% !important;
    height:300px !important;
    object-fit:cover !important;
    object-position:left center !important;
    display:block;
  }

  .mobile-hero-copy{
    position:relative;
    padding:30px 20px 34px;
    background:#f5f8fb;
  }

  .mobile-hero-copy h1{
    font-size:clamp(2.45rem,11vw,3.7rem);
    line-height:1.02;
    overflow-wrap:normal;
    word-break:normal;
  }

  .mobile-hero-copy p{
    font-size:1rem;
    line-height:1.55;
  }

  .mobile-points span{
    font-size:.96rem;
  }

  .mobile-quote-section{
    padding-top:26px;
  }

  .mobile-services{
    padding-top:30px;
  }

  .mobile-track{
    grid-auto-columns:82%;
  }

  .mobile-track img{
    height:205px;
  }
}

@media(max-width:430px){
  .mobile-logo{
    width:190px;
    max-width:66vw;
  }

  .mobile-logo img{
    width:190px !important;
    max-width:190px !important;
    height:68px !important;
    max-height:68px !important;
  }

  .mobile-hero .mobile-hero-photo{
    height:275px !important;
  }
}


/* =========================
   V13C - FINITIONS FINALES
   ========================= */

/* Ordinateur uniquement : formulaire un peu plus grand et plus lisible */
@media(min-width:901px){
  .quote{
    width:545px !important;
    height:500px !important;
    padding:28px 30px !important;
  }

  .quote h2{
    font-size:30px !important;
  }

  .quote > p{
    font-size:15px !important;
    margin-bottom:16px !important;
  }

  .quote input,
  .quote select,
  .quote textarea{
    font-size:14px !important;
    padding:12px 13px !important;
  }

  .quote textarea{
    height:52px !important;
  }

  .quote button[type="submit"]{
    min-height:46px !important;
    font-size:14px !important;
  }

  /* Descend très légèrement le bloc "La propreté, notre concept" */
  .headline{
    top:176px !important;
  }
}

/* Mobile : garder la mise en page validée, avec le même logo visuel que sur PC */
@media(max-width:900px){
  .mobile-logo{
    width:220px !important;
    max-width:72vw !important;
    height:78px !important;
    overflow:hidden !important;
  }

  .mobile-logo img{
    width:220px !important;
    max-width:220px !important;
    height:76px !important;
    max-height:76px !important;
    object-fit:contain !important;
    object-position:left center !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
}

@media(max-width:430px){
  .mobile-logo{
    width:195px !important;
    max-width:68vw !important;
  }

  .mobile-logo img{
    width:195px !important;
    max-width:195px !important;
    height:70px !important;
    max-height:70px !important;
  }
}


/* V13D : logo mobile identique au logo PC */
@media(max-width:900px){
  .mobile-logo{
    width:235px !important;
    max-width:72vw !important;
    height:82px !important;
    overflow:hidden !important;
  }
  .mobile-logo img{
    width:235px !important;
    max-width:235px !important;
    height:82px !important;
    max-height:82px !important;
    object-fit:contain !important;
    object-position:left center !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    background:#fff !important;
  }
}
@media(max-width:430px){
  .mobile-logo{
    width:205px !important;
    max-width:68vw !important;
    height:76px !important;
  }
  .mobile-logo img{
    width:205px !important;
    max-width:205px !important;
    height:76px !important;
    max-height:76px !important;
  }
}


/* V13E - logo mobile propre et net */
@media(max-width:900px){
  .mobile-logo{
    width:235px !important;
    max-width:72vw !important;
    height:82px !important;
    overflow:visible !important;
  }
  .mobile-logo img{
    width:235px !important;
    max-width:235px !important;
    height:82px !important;
    max-height:82px !important;
    object-fit:contain !important;
    object-position:left center !important;
    display:block !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    background:transparent !important;
  }
  .mobile-track{
    scroll-behavior:smooth !important;
    overscroll-behavior-x:contain;
  }
}
@media(max-width:430px){
  .mobile-logo{
    width:205px !important;
    max-width:68vw !important;
    height:76px !important;
  }
  .mobile-logo img{
    width:205px !important;
    max-width:205px !important;
    height:76px !important;
    max-height:76px !important;
  }
}


/* V13I — en-tête PC réellement reconstruit, sans modifier le devis */
@media(min-width:901px){
  .desktop-header-clean{
    position:absolute;
    left:0;
    top:0;
    width:1045px;
    height:132px;
    background:#fff;
    z-index:35;
    pointer-events:none;
  }

  .desktop-logo-clean{
    position:absolute;
    left:18px;
    top:6px;
    width:300px;
    height:116px;
    z-index:50;
    display:flex;
    align-items:center;
  }

  .desktop-logo-clean img{
    width:300px;
    height:116px;
    object-fit:contain;
    object-position:left center;
    display:block;
    border:0;
    outline:0;
    box-shadow:none;
    background:transparent;
  }

  .desktop-nav-clean{
    position:absolute;
    left:330px;
    top:28px;
    width:700px;
    height:58px;
    z-index:51;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:28px;
    white-space:nowrap;
  }

  .desktop-nav-clean a{
    position:relative;
    display:flex;
    align-items:center;
    height:56px;
    color:#0e3264;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    line-height:1;
    font-weight:800;
    text-transform:uppercase;
    text-decoration:none;
    -webkit-font-smoothing:antialiased;
    text-rendering:geometricPrecision;
  }

  .desktop-nav-clean a::after{
    content:"";
    position:absolute;
    left:28%;
    right:28%;
    bottom:3px;
    height:3px;
    background:transparent;
  }

  .desktop-nav-clean a:hover::after,
  .desktop-nav-clean a:focus::after,
  .desktop-nav-clean a.is-current::after{
    background:#7fc300;
  }

  .desktop-actions-clean{
    position:absolute;
    inset:0;
    z-index:52;
    pointer-events:none;
  }

  .desktop-actions-clean a{
    position:absolute;
    display:block;
    pointer-events:auto;
    background:rgba(255,255,255,.001);
  }

  .desktop-actions-clean .phone-hotspot{
    left:1045px;
    top:16px;
    width:245px;
    height:80px;
  }

  .desktop-actions-clean .quote-hotspot{
    left:1310px;
    top:16px;
    width:210px;
    height:80px;
  }
}


/* ==========================================================
   V14D — RECOMPOSITION PROPRE DE LA ZONE PC AUTOUR DU DEVIS
   ========================================================== */
@media(min-width:901px){

  /* On cache intégralement l'ancien en-tête inclus dans l'image. */
  .desktop-header-clean{
    position:absolute !important;
    left:0 !important;
    top:0 !important;
    width:1536px !important;
    height:132px !important;
    background:#fff !important;
    z-index:35 !important;
    pointer-events:none !important;
  }

  .desktop-logo-clean{
    left:18px !important;
    top:5px !important;
    width:300px !important;
    height:116px !important;
    z-index:50 !important;
  }

  .desktop-logo-clean img{
    width:300px !important;
    height:116px !important;
    object-fit:contain !important;
  }

  .desktop-nav-clean{
    left:330px !important;
    top:27px !important;
    width:700px !important;
    height:58px !important;
    gap:27px !important;
    z-index:51 !important;
  }

  .desktop-actions-clean{
    position:absolute !important;
    left:1040px !important;
    top:14px !important;
    width:480px !important;
    height:88px !important;
    z-index:52 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:24px !important;
    pointer-events:auto !important;
  }

  .desktop-phone-clean{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    color:#0e3264 !important;
    text-decoration:none !important;
  }

  .desktop-phone-clean > span:last-child{
    display:grid !important;
  }

  .desktop-phone-clean strong{
    font-size:17px !important;
    line-height:1.1 !important;
  }

  .desktop-phone-clean small{
    font-size:11px !important;
    color:#53667f !important;
    margin-top:3px !important;
  }

  .phone-circle-clean{
    width:42px !important;
    height:42px !important;
    border:2px solid #7fc300 !important;
    border-radius:50% !important;
    display:grid !important;
    place-items:center !important;
    color:#7fc300 !important;
    font-size:20px !important;
  }

  .desktop-cta-clean{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:190px !important;
    height:54px !important;
    padding:0 18px !important;
    border-radius:7px !important;
    background:linear-gradient(135deg,#9dd314,#7fc300) !important;
    color:#fff !important;
    font-size:14px !important;
    font-weight:900 !important;
    text-transform:uppercase !important;
    text-decoration:none !important;
  }

  /*
   * Masque seulement l'ancien texte et l'ancien formulaire de l'image.
   * La photo de nettoyage à gauche reste visible.
   */
  .desktop-hero-mask{
    position:absolute !important;
    left:390px !important;
    top:132px !important;
    width:1120px !important;
    height:458px !important;
    z-index:2 !important;
    background:linear-gradient(
      90deg,
      rgba(255,255,255,.93) 0%,
      rgba(255,255,255,.98) 48%,
      rgba(255,255,255,1) 100%
    ) !important;
    pointer-events:none !important;
  }

  /* Nouveau texte central, réellement redimensionné pour le devis. */
  .desktop-hero-copy-clean{
    position:absolute !important;
    left:410px !important;
    top:168px !important;
    width:455px !important;
    height:380px !important;
    z-index:20 !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
  }

  .desktop-hero-copy-clean h1{
    margin:0 !important;
    color:#0e3264 !important;
    font-size:58px !important;
    line-height:1.02 !important;
    font-weight:800 !important;
    text-transform:uppercase !important;
    letter-spacing:.01em !important;
  }

  .desktop-hero-copy-clean h1 span{
    color:#7fc300 !important;
  }

  .desktop-hero-copy-clean > p{
    margin:22px 0 24px !important;
    color:#1f406c !important;
    font-size:17px !important;
    line-height:1.55 !important;
  }

  .desktop-hero-values-clean{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:12px !important;
  }

  .desktop-hero-values-clean div{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
  }

  .desktop-hero-values-clean span{
    width:45px !important;
    height:45px !important;
    border:2px solid #7fc300 !important;
    border-radius:50% !important;
    display:grid !important;
    place-items:center !important;
    flex:0 0 auto !important;
  }

  .desktop-hero-values-clean strong{
    font-size:13px !important;
    line-height:1.2 !important;
  }

  /*
   * Devis agrandi, mais placé dans sa propre colonne.
   * Il n'empiète ni sur le texte central, ni sur les prestations.
   */
  .quote{
    left:885px !important;
    top:142px !important;
    width:620px !important;
    height:430px !important;
    min-height:430px !important;
    padding:20px 28px !important;
    border-radius:19px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
    z-index:70 !important;
  }

  .quote h2{
    font-size:30px !important;
    line-height:1.03 !important;
    margin:0 !important;
  }

  .quote > p{
    font-size:14px !important;
    margin:4px 0 8px !important;
  }

  .quote label{
    font-size:10.5px !important;
    margin-bottom:2px !important;
    gap:2px !important;
  }

  .quote .two{
    gap:10px !important;
  }

  .quote input,
  .quote select,
  .quote textarea{
    font-size:13px !important;
    padding:8px 11px !important;
  }

  .quote textarea{
    height:42px !important;
    min-height:42px !important;
  }

  .quote small{
    height:2px !important;
    min-height:2px !important;
  }

  .quote button[type="submit"]{
    min-height:40px !important;
    padding:9px !important;
    font-size:13px !important;
  }

  .quote::before,
  .quote::after{
    content:none !important;
    display:none !important;
  }

  /* Les prestations restent entièrement sous la zone héro. */
  .carousel{
    top:590px !important;
    z-index:80 !important;
  }
}


/* ==================================================
   V14E — DERNIÈRES CORRECTIONS PC
   ================================================== */
@media(min-width:901px){

  /* Aucun trait vert affiché par défaut sous Accueil */
  .desktop-nav-clean a::after{
    background:transparent !important;
  }

  .desktop-nav-clean a:hover::after,
  .desktop-nav-clean a:focus::after,
  .desktop-nav-clean a.clicked-current::after{
    background:#7fc300 !important;
  }

  /* Masque complètement l'ancien haut du devis intégré à l'image */
  .desktop-hero-mask{
    top:120px !important;
    left:390px !important;
    width:1146px !important;
    height:470px !important;
    background:linear-gradient(
      90deg,
      rgba(255,255,255,.93) 0%,
      rgba(255,255,255,.98) 48%,
      rgba(255,255,255,1) 100%
    ) !important;
  }

  /* Bloc devis conservé dans sa colonne, sans recouvrir le reste */
  .quote{
    left:885px !important;
    top:136px !important;
    width:620px !important;
    height:442px !important;
    min-height:442px !important;
    padding:20px 28px !important;
  }

  /* Champs réellement agrandis d'environ 15 % */
  .quote label{
    font-size:11.5px !important;
    margin-bottom:4px !important;
    gap:3px !important;
  }

  .quote .two{
    gap:12px !important;
  }

  .quote input,
  .quote select,
  .quote textarea{
    font-size:14px !important;
    padding:10px 13px !important;
    min-height:38px !important;
  }

  .quote textarea{
    height:50px !important;
    min-height:50px !important;
  }

  .quote small{
    height:2px !important;
    min-height:2px !important;
  }

  .quote button[type="submit"]{
    min-height:44px !important;
    padding:11px !important;
    font-size:14px !important;
  }

  .quote::before,
  .quote::after{
    content:none !important;
    display:none !important;
  }
}


/* ==================================================
   V14F — UNIQUEMENT 2 CORRECTIONS
   ================================================== */

/* PC : masque totalement opaque pour supprimer le "RE" fantôme */
@media(min-width:901px){
  .desktop-hero-mask{
    background:#fff !important;
    opacity:1 !important;
  }
}

/* Mobile : images des prestations affichées plus nettement */
@media(max-width:900px){
  .mobile-track img{
    image-rendering:auto !important;
    object-fit:cover !important;
    object-position:center !important;
    filter:none !important;
    transform:none !important;
    backface-visibility:hidden;
  }
}


/* ==================================================
   V14G FINAL — 3 AJUSTEMENTS UNIQUEMENT
   ================================================== */

/* ORDINATEUR */
@media(min-width:901px){

  /* Redonne davantage de largeur à la photo principale,
     sans modifier le reste de la composition. */
  .desktop-hero-mask{
    left:430px !important;
    width:1106px !important;
  }

  .desktop-hero-copy-clean{
    left:430px !important;
    width:430px !important;
  }

  /* Bouton Envoyer ma demande réellement agrandi */
  .quote button[type="submit"]{
    width:100% !important;
    min-height:52px !important;
    height:52px !important;
    padding:0 18px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:15px !important;
    line-height:1 !important;
    font-weight:900 !important;
    border-radius:7px !important;
  }
}

/* MOBILE : conserver les images optimisées et nettes */
@media(max-width:900px){
  .mobile-track img{
    width:100% !important;
    height:205px !important;
    object-fit:cover !important;
    object-position:center !important;
    image-rendering:auto !important;
    transform:none !important;
    filter:none !important;
  }
}


/* ==========================================================
   V14H FINAL — CORRECTION DE LA COMPOSITION PC UNIQUEMENT
   ========================================================== */
@media(min-width:901px){

  /*
   * La photo retrouve sa largeur validée.
   * Le masque commence après la photo, sans la réduire.
   */
  .desktop-hero-mask{
    left:390px !important;
    top:132px !important;
    width:1146px !important;
    height:458px !important;
    background:#fff !important;
    opacity:1 !important;
  }

  /*
   * Le titre retrouve une largeur suffisante :
   * « LA PROPRETÉ, » reste sur la même ligne.
   */
  .desktop-hero-copy-clean{
    left:395px !important;
    top:150px !important;
    width:470px !important;
    height:405px !important;
    justify-content:center !important;
  }

  .desktop-hero-copy-clean h1{
    font-size:55px !important;
    line-height:1.02 !important;
    letter-spacing:0 !important;
    white-space:normal !important;
  }

  .desktop-hero-copy-clean > p{
    margin:20px 0 22px !important;
    font-size:16px !important;
    line-height:1.5 !important;
  }

  .desktop-hero-values-clean{
    gap:10px !important;
  }

  .desktop-hero-values-clean span{
    width:43px !important;
    height:43px !important;
  }

  .desktop-hero-values-clean strong{
    font-size:12.5px !important;
  }

  /*
   * Le devis reste grand, mais tout son contenu tient dans le cadre.
   * Le bas du cadre s'arrête avant les prestations.
   */
  .quote{
    left:875px !important;
    top:128px !important;
    width:630px !important;
    height:454px !important;
    min-height:454px !important;
    padding:20px 28px 18px !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }

  .quote h2{
    font-size:30px !important;
    line-height:1.03 !important;
    margin:0 !important;
  }

  .quote > p{
    font-size:14px !important;
    margin:4px 0 8px !important;
  }

  .quote label{
    font-size:11px !important;
    margin-bottom:3px !important;
    gap:2px !important;
  }

  .quote .two{
    gap:10px !important;
  }

  .quote input,
  .quote select{
    min-height:36px !important;
    padding:9px 12px !important;
    font-size:13.5px !important;
  }

  .quote textarea{
    height:46px !important;
    min-height:46px !important;
    padding:9px 12px !important;
    font-size:13px !important;
  }

  .quote small{
    height:1px !important;
    min-height:1px !important;
  }

  .quote button[type="submit"]{
    width:100% !important;
    height:46px !important;
    min-height:46px !important;
    margin-top:1px !important;
    padding:0 16px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:14px !important;
    line-height:1 !important;
    font-weight:900 !important;
    border-radius:7px !important;
  }

  .quote::before,
  .quote::after{
    display:none !important;
    content:none !important;
  }

  /* Les prestations restent à leur position validée. */
  .carousel{
    top:590px !important;
  }
}


/* ===========================
   V14I - Placeholders plus nets
   =========================== */
.quote input,
.quote select,
.quote textarea{
    font-size:15px !important;
    -webkit-font-smoothing:antialiased;
    text-rendering:geometricPrecision;
}

.quote input::placeholder,
.quote textarea::placeholder{
    font-size:15px !important;
    font-weight:600 !important;
    color:#555 !important;
    opacity:1 !important;
}


/* ==========================================================
   CORRECTION FINALE LOGO CONCEPT CLEAN
   Utilise le logo officiel recadré sans marque ni redessin.
   ========================================================== */
@media (min-width:901px){
  .desktop-logo-clean{
    left:12px !important;
    top:2px !important;
    width:325px !important;
    height:125px !important;
    overflow:visible !important;
  }

  .desktop-logo-clean img{
    width:325px !important;
    height:125px !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    display:block !important;
    background:transparent !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    filter:none !important;
    transform:none !important;
  }
}

@media (max-width:900px){
  .mobile-header{
    min-height:100px !important;
  }

  .mobile-logo{
    width:250px !important;
    max-width:72vw !important;
    height:88px !important;
    overflow:visible !important;
  }

  .mobile-logo img{
    width:250px !important;
    height:88px !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:contain !important;
    object-position:left center !important;
    display:block !important;
    background:transparent !important;
    border:0 !important;
    outline:0 !important;
    box-shadow:none !important;
    filter:none !important;
    transform:none !important;
  }

  .mobile-nav{
    top:100px !important;
  }
}

@media (max-width:430px){
  .mobile-logo{
    width:220px !important;
    max-width:70vw !important;
    height:82px !important;
  }

  .mobile-logo img{
    width:220px !important;
    height:82px !important;
  }
}


/* ==========================================================
   V14J FINAL — TURNSTILE + ALIGNEMENT DES SECTIONS
   ========================================================== */
@media (min-width:901px){
  .quote{
    top:118px !important;
    height:522px !important;
    min-height:522px !important;
    padding:16px 28px 18px !important;
    overflow:visible !important;
  }

  .quote h2{font-size:28px !important;line-height:1 !important;}
  .quote > p{margin:3px 0 6px !important;font-size:13px !important;}
  .quote label{margin-bottom:2px !important;gap:1px !important;}
  .quote input,.quote select{min-height:34px !important;padding:8px 11px !important;}
  .quote textarea{height:42px !important;min-height:42px !important;padding:8px 11px !important;}
  .quote .cf-turnstile{margin:8px 0 6px !important;min-height:65px !important;}
  .quote button[type="submit"]{
    position:static !important;
    display:flex !important;
    width:100% !important;
    height:44px !important;
    min-height:44px !important;
    margin-top:4px !important;
  }

  /* Une seule zone prestations, placée sous le formulaire agrandi */
  .carousel{
    top:660px !important;
  }
  .carousel .car-title{
    margin-top:0 !important;
  }

  #desktopCanvas{
    height:1094px !important;
  }
}

@media (max-width:900px){
  .mobile-quote-section{
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
  }
  .mobile-quote{
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
    padding-bottom:22px !important;
  }
  .mobile-quote .cf-turnstile{margin:10px 0 8px !important;}
  .mobile-quote button[type="submit"]{
    position:static !important;
    display:block !important;
    width:100% !important;
    margin-top:8px !important;
  }
}


/* ==========================================================
   V14K — SUPPRESSION DU DOUBLON VISUEL DES PRESTATIONS
   On masque uniquement le titre + texte du carrousel desktop,
   sans toucher aux cartes, aux flèches, au mobile ni à Turnstile.
   ========================================================== */
@media (min-width:901px){
  .carousel .desktop-carousel-copy{
    display:none !important;
  }

  .carousel{
    padding-top:18px !important;
  }

  .carousel .track{
    margin-top:0 !important;
  }

  .carousel button.prev,
  .carousel button.next{
    top:118px !important;
  }
}


/* ==========================================================
   V14L — ESPACEMENT FINAL ENTRE FORMULAIRE ET PRESTATIONS
   ========================================================== */
@media (min-width:901px){
  /* On garde le formulaire tel quel, et on descend seulement les prestations. */
  .carousel{
    top:705px !important;
  }

  /* Le canevas suit la nouvelle hauteur. */
  #desktopCanvas{
    height:1139px !important;
  }

  /* Ancre engagements déplacée pour rester cohérente avec les prestations. */
  .engagement-anchor{
    top:1019px !important;
  }
}


/* ==========================================================
   V14M — MASQUE DE L'ANCIEN TITRE INTÉGRÉ À L'IMAGE DE FOND
   ========================================================== */
@media (min-width:901px){
  /* L'ancien titre "Des prestations adaptées..." est dessiné dans
     l'image de fond maquette-desktop.png. On prolonge le masque blanc
     jusqu'au début réel du carrousel pour le cacher complètement. */
  .desktop-hero-mask{
    top:132px !important;
    left:390px !important;
    width:1146px !important;
    height:573px !important; /* 132 + 573 = 705px */
    background:#fff !important;
    opacity:1 !important;
    z-index:2 !important;
  }

  /* Le carrousel reste au-dessus du masque. */
  .carousel{
    top:705px !important;
    z-index:80 !important;
  }

  /* Le formulaire et le texte restent au-dessus du masque. */
  .quote{ z-index:70 !important; }
  .desktop-hero-copy-clean{ z-index:20 !important; }
}

/* ==========================================================
   V14P — RECOMPOSITION DU BAS DE PAGE PC
   Tout ce qui suit le formulaire est replacé proprement :
   prestations -> engagements -> sections suivantes.
   ========================================================== */
@media (min-width:901px){

  /* 1) On garde le formulaire exactement comme il fonctionne aujourd'hui. */
  .quote{
    top:118px !important;
    height:522px !important;
    min-height:522px !important;
  }

  /* 2) On cache l'ancienne partie basse intégrée dans la grande image
        (ancien titre prestations + ancien bandeau engagements). */
  #desktopCanvas::before{
    content:"";
    position:absolute;
    left:0;
    top:640px;
    width:1536px;
    height:384px;
    background:#fff;
    z-index:1;
    pointer-events:none;
  }

  /* 3) On affiche le VRAI bloc prestations complet sous le formulaire. */
  .carousel{
    top:675px !important;
    height:330px !important;
    padding:18px 32px 14px !important;
    background:#fff !important;
    z-index:80 !important;
  }

  .carousel .desktop-carousel-copy{
    display:block !important;
  }

  .carousel h2.desktop-carousel-copy{
    margin:0 !important;
    text-align:center !important;
  }

  .carousel p.desktop-carousel-copy{
    margin:4px 0 14px !important;
    text-align:center !important;
  }

  .carousel .track{
    margin-top:0 !important;
  }

  .carousel button.prev,
  .carousel button.next{
    top:175px !important;
  }

  /* 4) On remet le bandeau bleu "engagements" juste sous les cartes.
        Il provient de la partie basse de la maquette d'origine. */
  #desktopCanvas::after{
    content:"";
    position:absolute;
    left:0;
    top:1005px;
    width:1536px;
    height:119px;
    background-image:url("assets/images/maquette-desktop.png");
    background-repeat:no-repeat;
    background-size:1536px 1024px;
    background-position:left bottom;
    z-index:10;
    pointer-events:none;
  }

  /* 5) Le canevas se termine juste après le bandeau engagements.
        Les blocs À propos / Contact / Footer, qui sont dans le flux normal,
        descendront automatiquement avec lui. */
  #desktopCanvas{
    height:1124px !important;
  }

  .engagement-anchor{
    top:1005px !important;
  }

  /* Le masque du héros ne descend plus sur la zone prestations. */
  .desktop-hero-mask{
    top:132px !important;
    height:508px !important;
  }
}



/* ==========================================================
   V14Q — ENGAGEMENTS DESKTOP RÉELS
   Remplace le vieux bandeau intégré à l'image par une vraie section HTML.
   ========================================================== */
@media (min-width:901px){

  /* On supprime le faux bandeau recopié depuis la maquette. */
  #desktopCanvas::after{
    content:none !important;
    display:none !important;
  }

  /* Le bloc prestations reste tel qu'il est actuellement. */
  .carousel{
    top:675px !important;
    height:330px !important;
  }

  /* Nouveau bandeau engagements directement sous les cartes. */
  .desktop-engagements-clean{
    position:absolute;
    left:0;
    top:1005px;
    width:1536px;
    min-height:150px;
    padding:22px 42px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:0;
    background:linear-gradient(90deg,#123b73,#08264f);
    color:#fff;
    z-index:85;
  }

  .desktop-engagements-clean article{
    display:grid;
    grid-template-columns:42px 1fr;
    gap:10px;
    align-items:start;
    padding:4px 18px;
    border-right:1px solid rgba(255,255,255,.22);
  }

  .desktop-engagements-clean article:last-child{
    border-right:0;
  }

  .desktop-engagements-clean article>span{
    width:36px;
    height:36px;
    border:2px solid #9dd314;
    border-radius:50%;
    display:grid;
    place-items:center;
    color:#9dd314;
    font-size:18px;
    font-weight:900;
  }

  .desktop-engagements-clean h3{
    margin:0 0 6px;
    color:#fff;
    font-size:13px;
    line-height:1.15;
    text-transform:uppercase;
  }

  .desktop-engagements-clean p{
    margin:0;
    color:#e8eef7;
    font-size:11px;
    line-height:1.35;
  }

  /* Le canevas finit juste sous les engagements,
     donc À propos / Contact / footer suivent sans grand vide. */
  #desktopCanvas{
    height:1155px !important;
  }
}

@media (max-width:900px){
  .desktop-engagements-clean{
    display:none !important;
  }
}
