
:root{--navy:#06111f;--navy2:#081a2b;--navy3:#0b2236;--cyan:#18c1f5;--cyan2:#118cf0;--white:#f6fbff;--muted:#b8c8d4;--line:#1a3d55}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--navy);color:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}.container{width:min(1280px,92%);margin:auto}
header{height:82px;background:#040a12;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}.head{height:100%;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:9px;flex-shrink:0}.brand img{width:72px;height:72px;border-radius:50%;object-fit:cover}.brand strong{font-size:20px;letter-spacing:.8px}.nav{display:flex;justify-content:center;gap:24px;flex:1;font-size:13px;color:#d6e2ea}.nav a:hover,.link:hover{color:var(--cyan)}.phone{white-space:nowrap;padding:11px 15px;border:1px solid #168fd7;background:#08263b;border-radius:8px;font-weight:900}
.hero{position:relative;min-height:660px;overflow:hidden;background:var(--navy)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#040c17 0%,rgba(4,12,23,.96) 25%,rgba(4,12,23,.55) 52%,rgba(4,12,23,.08) 72%),url("cote-azur-hero.webp") right center/auto 100% no-repeat}.hero-content{position:relative;z-index:1;padding:92px 0 80px;max-width:720px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:2px;text-transform:uppercase;color:var(--cyan)}h1{font-size:clamp(46px,6vw,78px);line-height:.98;text-transform:uppercase;margin:15px 0 22px}h1 span,h2 span{color:var(--cyan)}.hero p{max-width:620px;color:var(--muted);font-size:19px}.actions{display:flex;gap:13px;margin:28px 0}.btn{display:inline-block;padding:13px 20px;border-radius:8px;background:linear-gradient(90deg,var(--cyan2),var(--cyan));color:#02101a;font-weight:900;border:0;cursor:pointer}.btn.outline{background:transparent;border:1px solid var(--cyan);color:#fff}.proof{display:flex;gap:18px;flex-wrap:wrap;font-size:12px}.proof span:before{content:"✓";color:var(--cyan);font-weight:900;margin-right:7px}
.trust{background:#091d2e;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{text-align:center;padding:22px 10px;border-right:1px solid var(--line)}.trust-item:last-child{border:0}.trust-item strong{display:block;color:var(--cyan);font-size:13px;text-transform:uppercase}.trust-item span{font-size:12px;color:var(--muted)}
section{padding:82px 0}.dark{background:#081724}.title{max-width:800px}.center{text-align:center;margin-left:auto;margin-right:auto}.title h2,h2{font-size:clamp(34px,4vw,52px);line-height:1.06;margin:10px 0}.title p{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px}.card{background:linear-gradient(145deg,#0c2031,#071421);border:1px solid var(--line);border-radius:16px;padding:28px;min-height:220px}.icon{width:45px;height:45px;border-radius:12px;background:#0b3b56;color:var(--cyan);display:grid;place-items:center;font-size:22px}.card h3{font-size:21px}.card p{color:var(--muted)}.link{color:var(--cyan);font-weight:800}
.pests{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:35px}.pest{min-height:110px;border:1px solid #24485f;border-radius:14px;background:#0a1d2d;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;font-size:30px}.pest span{font-size:12px;font-weight:800;text-transform:uppercase}
.two{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.logo-panel{height:390px;border-radius:20px;border:1px solid var(--line);background:radial-gradient(circle,#123d56,#06121e 70%);display:grid;place-items:center}.logo-panel img{width:min(280px,65%);border-radius:50%}.two p,.two li{color:var(--muted)}.two li{margin:10px 0}
.coverage{background:#071a2a}.coverage-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.big{font-size:88px;color:var(--cyan);font-weight:900;line-height:1;margin:7px 0}.pills{display:flex;gap:10px;flex-wrap:wrap}.pill{border:1px solid #24526b;border-radius:8px;padding:9px 13px}.map{height:285px;border:1px solid #21516b;border-radius:20px;background:radial-gradient(circle,#123c55,#06111d 70%);display:grid;place-items:center;text-align:center}.map strong{font-size:24px;color:var(--cyan)}
.availability{background:linear-gradient(90deg,#0a3047,#091b2b)}.avail{display:flex;align-items:center;justify-content:space-between;gap:25px}.avail h2{margin:7px 0}
.rating{text-align:center;margin-top:25px}.stars{color:#ffc400;font-size:32px;letter-spacing:4px}.rating strong{font-size:28px;margin-left:15px}.rating small{display:block;color:var(--muted)}.rating .btn{margin-top:16px}
.contact{background:#071522}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.details{display:grid;gap:11px;margin-top:25px}.details a{color:var(--cyan);font-size:19px;font-weight:900}.form{display:grid;gap:13px}.form input,.form textarea{padding:14px;border:1px solid #24485e;border-radius:8px;background:#06111b;color:#fff;font:inherit}.form textarea{min-height:145px;resize:vertical}.form button{font:inherit}
footer{background:#040a11;border-top:1px solid #102c40;padding:45px 0;text-align:center;color:#9eb0bd}.footer-brand{display:flex;justify-content:center;align-items:center;gap:10px}.footer-brand img{width:58px;height:58px;border-radius:50%}.footer-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:21px;margin:20px 0}
@media(max-width:920px){.nav{display:none}.hero-content{padding-top:65px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.cards,.two,.coverage-grid,.contact-grid{grid-template-columns:1fr}.pests{grid-template-columns:repeat(3,1fr)}.avail{flex-direction:column;align-items:flex-start}}
@media(max-width:560px){header{height:70px}.brand img{width:54px;height:54px}.brand strong{font-size:15px}.phone{font-size:11px;padding:8px}.hero{min-height:650px}.hero-content{padding-top:50px}.hero h1{font-size:46px}.actions{flex-direction:column}.trust-grid,.pests{grid-template-columns:1fr 1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}section{padding:60px 0}.big{font-size:68px}}

/* Ajustements de mise en page demandés */
.contact h1{font-size:40px}
.page-title-small h1{font-size:40px}
.apropos-title h1{font-size:40px}
.coverage h1{font-size:40px}
.coverage .big{display:none}
.procedure{margin-top:45px;padding-top:35px;border-top:1px solid var(--line)}
.procedure h2{font-size:30px;margin:0 0 12px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px}
.review-card{background:linear-gradient(145deg,#0c2031,#071421);border:1px solid var(--line);border-radius:16px;padding:24px}
.review-card .stars{font-size:22px;letter-spacing:2px}
.review-card strong{display:block;margin:10px 0 8px}
.review-card p{color:var(--muted);margin:0}
.review-card small{display:block;margin-top:14px;color:#8ea4b3}
.map-image{width:88%;max-height:250px;display:block}
@media(max-width:920px){.review-grid{grid-template-columns:1fr}}
@media(max-width:560px){.brand img{width:58px;height:58px}.brand strong{font-size:16px}.contact h1,.page-title-small h1,.apropos-title h1,.coverage h1{font-size:36px}}

/* Nuisibles : pictogrammes sobres et professionnels */
.pests-page .title h1{font-size:40px}
.pests-page .pests{margin-top:30px}
.pest{min-height:125px;border-radius:14px;background:#071a2a;gap:10px;font-size:inherit}
.pest-icon-wrap{width:76px;height:76px;border:1.5px solid var(--cyan);border-radius:50%;display:grid;place-items:center;background:#061522}
.pest-icon{width:55px;height:55px;fill:none;stroke:var(--white);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.pest span{font-size:12px;font-weight:800;text-transform:uppercase;color:var(--white);text-align:center}
@media(max-width:560px){.pests-page .title h1{font-size:34px}.pest-icon-wrap{width:68px;height:68px}.pest-icon{width:50px;height:50px}}

/* Version finale - identité visuelle */
header{height:94px}
.brand img{width:86px;height:86px}
.brand strong{font-size:20px}
.hero{min-height:680px}
.hero:before{background:
linear-gradient(90deg,rgba(3,10,18,.88) 0%,rgba(3,10,18,.72) 28%,rgba(3,10,18,.25) 58%,rgba(3,10,18,.02) 78%),
url("cote-azur-hero.webp") center center/cover no-repeat}
.coverage{position:relative;overflow:hidden;background:#06111f}
.coverage-grid{grid-template-columns:.9fr 1.1fr;min-height:620px}
.coverage-copy{position:relative;z-index:2}
.coverage h1{font-size:clamp(42px,4.5vw,62px);max-width:650px}
.coverage-copy p{max-width:610px;color:var(--muted);font-size:18px}
.coverage-visual{position:relative;min-height:510px;border-radius:22px;overflow:hidden;border:1px solid #24516b;box-shadow:0 20px 55px rgba(0,0,0,.35)}
.coverage-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.coverage-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,13,23,.18),rgba(3,13,23,.02) 60%,rgba(3,13,23,.3))}
.coverage-map-card{position:absolute;z-index:2;right:22px;bottom:22px;width:min(420px,68%);padding:8px;border-radius:16px;background:rgba(5,15,25,.88);border:1px solid rgba(24,193,245,.55);box-shadow:0 12px 35px rgba(0,0,0,.45);backdrop-filter:blur(5px)}
.coverage-map-card img{display:block;width:100%;height:auto;border-radius:10px}
.pests-page{background:#f8fafc;color:#101820}
.pests-page .title p{color:#52616d}
.pests-page .eyebrow{color:#118cf0}
.pests-page .title h1{color:#101820}
.pests-page .title h1 span{color:#118cf0}
.pests-page .pests{grid-template-columns:repeat(10,1fr);gap:24px;margin-top:42px;align-items:start}
.pests-page .pest{min-height:115px;border:0;border-radius:0;background:transparent;gap:10px;color:#101820}
.pests-page .pest-icon-wrap{width:78px;height:78px;border:0;border-radius:0;background:transparent;display:grid;place-items:center}
.pests-page .pest-icon{width:68px;height:68px;fill:none;stroke:#111;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.pests-page .pest span{font-size:11px;color:#111;line-height:1.25}
@media(max-width:1100px){.pests-page .pests{grid-template-columns:repeat(5,1fr)}}
@media(max-width:920px){
 header{height:82px}.brand img{width:72px;height:72px}
 .coverage-grid{grid-template-columns:1fr;min-height:auto}.coverage-visual{min-height:420px}
 .pests-page .pests{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:560px){
 header{height:76px}.brand img{width:66px;height:66px}.brand strong{font-size:16px}
 .hero{min-height:700px}
 .coverage{padding:55px 0}.coverage-visual{min-height:330px}.coverage-map-card{width:82%;right:12px;bottom:12px}
 .pests-page .pests{grid-template-columns:repeat(2,1fr);gap:18px}
 .pests-page .pest-icon-wrap{width:70px;height:70px}.pests-page .pest-icon{width:60px;height:60px}
}

/* Correction responsive uniquement : contenu et fichiers du site conservés */
@media (max-width: 920px){
  .nav{display:flex;overflow-x:auto;justify-content:flex-start;gap:16px;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .nav::-webkit-scrollbar{display:none}
  .head{gap:14px}
}
@media (max-width: 560px){
  .nav{font-size:11px;gap:14px;max-width:100%}
  .head{gap:8px}
  .hero h1{font-size:clamp(34px,9.5vw,46px);overflow-wrap:anywhere}
  .hero:before{background:
    linear-gradient(90deg,rgba(3,10,18,.90),rgba(3,10,18,.62) 55%,rgba(3,10,18,.18)),
    url("cote-azur-hero.webp") center/cover no-repeat}
}

/* Corrections demandées — mobile uniquement, ordinateur inchangé */
@media (max-width: 560px){
  .hero:before{
    background:
      linear-gradient(90deg,rgba(3,10,18,.90) 0%,rgba(3,10,18,.64) 52%,rgba(3,10,18,.18) 100%),
      url("cote-azur-hero.webp") 82% center/cover no-repeat;
  }
  .hero h1{
    font-size:clamp(30px,8.2vw,40px);
    line-height:1.04;
    overflow-wrap:normal;
    word-break:normal;
  }
  .hero h1 span{white-space:nowrap;}

  .pests-page{
    padding-top:88px;
    padding-bottom:100px;
  }
  .pests-page .title{padding:0 8px;}
  .pests-page .eyebrow{
    font-size:14px;
    letter-spacing:2.2px;
  }
  .pests-page .title p{
    font-size:22px;
    line-height:1.45;
  }
  .page-title-small,
  .apropos-title{
    padding-top:88px;
    padding-bottom:88px;
  }
  .page-title-small .eyebrow,
  .apropos-title .eyebrow{font-size:14px;}
}

/* Menu hamburger : uniquement sur mobile */
.menu-toggle{
  display:none;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  flex:0 0 42px;
  margin-left:auto;
  padding:0;
  border:1px solid #168fd7;
  border-radius:9px;
  background:#08263b;
  color:#fff;
  font-size:23px;
  line-height:1;
  cursor:pointer;
}

@media (max-width:560px){
  header .nav{
    display:none;
    position:absolute;
    z-index:100;
    top:calc(100% + 8px);
    left:3%;
    right:3%;
    width:auto;
    max-width:none;
    padding:8px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    overflow:visible;
    white-space:normal;
    background:#040a12;
    border:1px solid var(--line);
    border-radius:12px;
    box-shadow:0 16px 35px rgba(0,0,0,.5);
  }

  header .nav.nav-open{
    display:flex;
  }

  header .nav a{
    display:block;
    padding:13px 12px;
    border-bottom:1px solid var(--line);
    font-size:15px;
    white-space:nowrap;
  }

  header .nav a:last-child{
    border-bottom:0;
  }

  .menu-toggle{
    display:flex;
  }

  .head{
    position:relative;
    gap:8px;
  }

  .phone{
    margin-left:0;
  }
}

/* Correctif menu mobile — uniquement sous 560px */
.menu-toggle{display:none;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;margin-left:auto;padding:0;border:1px solid #168fd7;border-radius:9px;background:#08263b;color:#fff;font-size:23px;line-height:1;cursor:pointer}
@media(max-width:560px){
 header .nav{display:none;position:absolute;z-index:100;top:calc(100% + 8px);left:3%;right:3%;width:auto;max-width:none;padding:8px;flex-direction:column;align-items:stretch;gap:0;overflow:visible;white-space:normal;background:#040a12;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 35px rgba(0,0,0,.5)}
 header .nav.nav-open{display:flex}
 header .nav a{display:block;padding:13px 12px;border-bottom:1px solid var(--line);font-size:15px;white-space:nowrap}
 header .nav a:last-child{border-bottom:0}
 .menu-toggle{display:flex}
 .head{position:relative}
}
