:root {
  --bleu:        #424A65;
  --bleu-dark:   #2E3447;
  --vert:        #fbf7ee;
  --vert-dark:   var(--bleu-dark);
  --beige:       #D0C894;
  --creme:       #FDFBF8;
  --lin:         #E7DFD6;
  --text-body:   #5A6070;
  --text-muted-dark: #FFF;
}

@media(max-width:1600px){
.nav-links{
    gap: 1.5rem !important;
}
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;font-weight:300;background:var(--creme);color:var(--bleu);overflow-x:hidden}

/* ── NAV ── */
nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 4rem;background: var(--bleu-dark);backdrop-filter:blur(12px);border-bottom:1px solid rgba(66,74,101,.1);transition:box-shadow .3s}
.nav-logo{display:flex;align-items:center;gap:.7rem;text-decoration:none}
.nav-logo img{height:57px;width:auto;object-fit:contain;filter: brightness(0) invert(1);}
.nav-logo-text{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:500;color:var(--bleu)}
.nav-logo-text span{color:#f6f0e4;font-style:italic}
.nav-links{display:flex;gap:2rem;list-style:none; margin-bottom:0;}
.nav-links a{font-size:.75rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:#FFF;text-decoration:none;transition:color .2s}
.nav-links a:hover{color:#f6f0e4}
.nav-cta{font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--creme);background:var(--bleu);padding:.65rem 1.5rem;text-decoration:none;transition:background .25s}
.nav-cta:hover{background:var(--bleu-dark)}

/* ── HERO ── */
.hero{min-height:100vh;display:grid;grid-template-columns:55% 45%;overflow:hidden; padding:0!important;}
.hero-left{background:var(--bleu);display:flex;flex-direction:column;justify-content:center;padding:9rem 5rem 6rem 6rem;position:relative}
.hero-left::after{content:'';position:absolute;top:0;right:-55px;width:110px;height:100%;background:var(--bleu);clip-path:polygon(0 0,55% 0,100% 50%,55% 100%,0 100%);z-index:2}
.hero-tag{font-size:.65rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--vert);margin-bottom:1.8rem;display:flex;align-items:center;gap:.8rem}
.hero-tag::before{content:'';display:block;width:2rem;height:1px;background:var(--vert)}
.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.6rem,4.5vw,4rem);font-weight:400;line-height:1.15;color:var(--creme);margin-bottom:1.8rem}
.hero-title em{font-style:italic;color:var(--vert)}
.hero-subtitle{font-size:.9rem;font-weight:300;line-height:1.95;color:var(--text-muted-dark);margin-bottom:2.8rem;max-width:80%}
.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}
.btn-primary{font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--bleu-dark);background:var(--vert);padding:1rem 2rem;text-decoration:none;display:inline-block;transition:filter .2s}
.btn-primary:hover{filter:brightness(1.08)}
.btn-outline{font-size:.72rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--creme);border:1.5px solid rgba(253,251,248,.5);padding:1rem 2rem;text-decoration:none;display:inline-block;transition:all .25s}
.btn-outline:hover{border-color:var(--vert);color:var(--vert)}
section.hero > div {
    height: stretch;
}

/* Hero photo (droite) */
.hero-right{position:relative;overflow:hidden}
.hero-right img.hero-main-photo{
  width:100%;height:100%;object-fit:cover;object-position:center;
  display:block;
}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(66,74,101,.18),transparent)}
.location-tag{position:absolute;top:2rem;right:2rem;z-index:3;font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--bleu-dark);background:rgba(253,251,248,.95);padding:.55rem 1rem;display:flex;align-items:center;gap:.5rem;border:1px solid rgba(66,74,101,.12)}
.location-tag::before{content:'◎';color:var(--vert-dark);font-size:.75rem}
.hero-badge{position:absolute;bottom:2.5rem;right:2.5rem;z-index:3;background:var(--bleu);width:130px;height:130px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem}
.hero-badge-num{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:400;color:var(--vert);line-height:1}
.hero-badge-text{font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted-dark);line-height:1.6;text-align:center}

/* ── MARQUEE ── */
.slogan-band{background:var(--vert);padding:1.3rem 0;overflow:hidden;white-space:nowrap}
.slogan-track{display:inline-flex;animation:marquee 22s linear infinite}
.slogan-track span{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:400;font-style:italic;letter-spacing:.08em;color:var(--bleu-dark);padding:0 3rem}
.slogan-track .dot{font-style:normal;opacity:.4}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ── STATS ── */
.stats{background:var(--creme);display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--lin);border-bottom:1px solid var(--lin)}
.stat{padding:2.8rem 2rem;text-align:center;border-right:1px solid var(--lin);transition:background .3s}
.stat:last-child{border-right:none}
.stat:hover{background:var(--lin)}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:400;color:var(--bleu);line-height:1;margin-bottom:.4rem}
.stat-num em{color:var(--vert-dark);font-style:normal}
.stat-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-body)}

/* ── SECTIONS COMMUNES ── */
.section-label{font-size:.62rem;font-weight:400;letter-spacing:.3em;text-transform:uppercase;color:var(--vert-dark);display:flex;align-items:center;gap:.8rem;margin-bottom:1.1rem}
.section-label::before{content:'';display:block;width:1.5rem;height:1px;background:var(--vert-dark)}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.8rem);font-weight:400;line-height:1.2;color:var(--bleu)}
.section-title em{font-style:italic;color:var(--vert-dark)}

/* ── SERVICES ── */
.services{padding:7rem 6rem;background:var(--creme)}
.services-header{display:grid;grid-template-columns:1fr;gap:4rem;align-items:end;margin-bottom:20px;}
.services-desc{font-size:.9rem;line-height:2.1;color:var(--text-body)}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:30px;}
.service-card{background:var(--lin);overflow:hidden;cursor:default;transition:background .3s;position:relative}
.service-card-img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .45s ease}
.service-card:hover .service-card-img{transform:scale(1.04)}
.service-card-body{padding:2.2rem 2.3rem;position:relative}
.service-card-body::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--vert-dark);transform:scaleX(0);transform-origin:left;transition:transform .3s}
.service-card:hover{background:var(--bleu)}
.service-card:hover .service-card-body::before{transform:scaleX(1)}
.service-card:hover .service-num{color:rgba(148,216,168,.15)}
.service-card:hover .service-name{color:var(--creme)}
.service-card:hover .service-text{color:var(--text-muted-dark)}
.service-card:hover .service-icon svg{stroke:var(--vert)}
.service-card:hover .service-icon{border-color:rgba(148,216,168,.3)}
.service-num{font-family:'Cormorant Garamond',serif;font-size:3.2rem;font-weight:400;color:rgba(66,74,101,.1);line-height:1;margin-bottom:.8rem;transition:color .3s}
.service-icon{width:46px;height:46px;border:1px solid rgba(66,74,101,.25);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:border-color .3s}
.service-icon svg{width:22px;height:22px;stroke:var(--bleu);fill:none;stroke-width:1.3;transition:stroke .3s}
.service-name{font-family:'Cormorant Garamond',serif;font-size:1.45rem;font-weight:400;color:var(--bleu);margin-bottom:.7rem;transition:color .3s}
.service-text{font-size:.83rem;line-height:1.95;color:var(--text-body);transition:color .3s}

/* ── GALERIE ── */
.gallery{padding:6rem 6rem;background:var(--lin)}
.gallery-header{text-align:center;margin-bottom:3.5rem}
.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:auto auto;gap:3px}
/* Grande image gauche (maison luxe) */
.gallery-item{overflow:hidden;position:relative}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.gallery-item:hover img{transform:scale(1.06)}
.gallery-item.tall{grid-row:span 2}
.gallery-item.wide{grid-column:span 2}
.gallery-item .gallery-caption{
  position:absolute;bottom:0;left:0;right:0;
  background:linear-gradient(transparent,rgba(46,52,71,.7));
  color:var(--creme);font-size:.6rem;letter-spacing:.2em;
  text-transform:uppercase;padding:.9rem .8rem .6rem;
  opacity:0;transition:opacity .3s
}
.gallery-item:hover .gallery-caption{opacity:1}
/* Heights */
.gallery-item{min-height:200px}
.gallery-item.tall{min-height:403px}

/* ── WHY ── */
.why{padding:7rem 6rem;background:var(--bleu);display:grid;grid-template-columns:1fr 1.2fr;gap:7rem;align-items:center}
.why .section-label{color:var(--vert)}
.why .section-label::before{background:var(--vert)}
.why-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3.2vw,2.8rem);font-weight:400;color:var(--creme);line-height:1.2;margin-bottom:1.8rem}
.why-title em{font-style:italic;color:var(--vert)}
.why-text{font-size:1rem;line-height:2.1;color:var(--text-muted-dark);margin-bottom:2.3rem}
.why-link{font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--vert);text-decoration:none;display:inline-flex;align-items:center;gap:.7rem;transition:gap .2s}
.why-link:hover{gap:1.2rem}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px}
.why-item{background:rgba(253,251,248,.05);padding:2.3rem 1.8rem;border:1px solid rgba(253,251,248,.07);transition:background .3s}
.why-item:hover{background:rgba(148,216,168,.07)}
.why-item-icon{font-family:'Cormorant Garamond',serif;font-size:1.8rem;color:var(--vert);margin-bottom:.8rem}
.why-item-title{font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--creme);margin-bottom:.45rem}
.why-item-text{font-size:.8rem;line-height:1.95;color:var(--text-muted-dark)}

/* ── TESTIMONIALS ── */
.testimonials{padding:7rem 6rem;background:#fef9f2;}
.testimonials-header{text-align:center;margin-bottom:4.5rem}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testimonial-card{background:var(--creme);padding:2.3rem}
.testimonial-quote{font-family:'Cormorant Garamond',serif;font-size:3.5rem;font-weight:400;color:var(--vert-dark);line-height:.6;margin-bottom:1.3rem}
.testimonial-stars{color:var(--vert-dark);font-size:.75rem;letter-spacing:.15em;margin-bottom:.8rem}
.testimonial-text{font-family:'Cormorant Garamond',serif;font-size:1rem;line-height:1.85;color:var(--bleu);margin-bottom:1.3rem}
.testimonial-author{font-size:.68rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--text-body)}
.glide{
    max-width: 1200px; margin:auto;
}


/* ── PROCESS ── */
.process{padding:7rem 6rem;background:var(--creme)}
.process-header{text-align:center;margin-bottom:5rem}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.process-steps::before{content:'';position:absolute;top:2.4rem;left:12.5%;right:12.5%;height:1px;background:var(--vert-dark);opacity:.35;z-index:0}
.process-step{list-style: none;text-align:center;padding:0 1.5rem;position:relative;z-index:1}
.process-circle{list-style:none;width:5rem;height:5rem;border-radius:50%;background:var(--bleu);color:var(--vert);font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:400;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;z-index:2;position:relative}
.process-step-title{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:400;color:var(--bleu);margin-bottom:.7rem}
.process-step-text{font-size:.8rem;line-height:1.95;color:var(--text-body)}

/* ── ZONES ── */
.zones{padding:6rem 6rem;background:var(--bleu)}
.zones-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.zones .section-label{color:var(--vert)}
.zones .section-label::before{background:var(--vert)}
.zones-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;color:var(--creme);line-height:1.2;margin-bottom:1.5rem}
.zones-title em{color:var(--vert);font-style:italic}
.zones-text{font-size:.87rem;line-height:2.1;color:var(--text-muted-dark);margin-bottom:2rem}
.zones-list{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}
.zones-item{display:flex;align-items:center;gap:.7rem;font-size:.82rem;color:var(--creme)}
.zones-item::before{content:'◎';color:var(--vert);font-size:.7rem;flex-shrink:0}
.zones-map{background:rgba(253,251,248,.06);border:1px solid rgba(148,216,168,.15);padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}
.zones-map-title{font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:var(--vert);margin-bottom:.3rem}
.zones-radius{display:flex;align-items:center;gap:1.2rem;padding:.9rem 1rem;background:rgba(253,251,248,.04);border-left:2px solid var(--vert-dark)}
.zones-radius-km{font-family:'Cormorant Garamond',serif;font-size:1.8rem;color:var(--vert);line-height:1;min-width:50px}
.zones-radius-info{font-size:.8rem;color:var(--text-muted-dark);line-height:1.6}

/* ── FAQ ── */
.faq{padding:7rem 6rem;background:var(--creme)}
.faq-header{text-align:center;margin-bottom:4rem}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1100px;margin:0 auto}
.faq-item{border:1px solid var(--lin);background:#fff;overflow:hidden}
.faq-question{font-size:.82rem;font-weight:500;letter-spacing:.04em;color:var(--bleu);padding:1.4rem 1.6rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;line-height:1.5;user-select:none;transition:background .2s}
.faq-question:hover{background:var(--lin)}
.faq-question.open{background:var(--bleu);color:var(--creme)}
.faq-question.open .faq-arrow{transform:rotate(180deg);stroke:var(--vert)}
.faq-arrow{width:16px;height:16px;flex-shrink:0;transition:transform .3s;stroke:var(--bleu-dark);fill:none;stroke-width:2}
.faq-answer{font-size:.83rem;line-height:1.95;color:var(--text-body);padding:0 1.6rem;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s}
.faq-answer.open{max-height:300px;padding:1rem 1.6rem 1.5rem}

/* ── CONTACT ── */
.contact-section{padding:7rem 6rem;background:var(--bleu);display:grid;grid-template-columns:1fr 1.1fr;gap:7rem;align-items:start;position:relative;overflow:hidden}
.contact-info{padding-top:.5rem}
.contact-info .section-label{color:var(--vert)}
.contact-info .section-label::before{background:var(--vert)}
.contact-info-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3vw,2.8rem);font-weight:400;color:var(--creme);line-height:1.2;margin-bottom:1.5rem}
.contact-info-title em{font-style:italic;color:var(--vert)}
.contact-info-text{font-size:.87rem;line-height:2.1;color:var(--text-muted-dark);margin-bottom:2.5rem}
.contact-details{display:flex;flex-direction:column;gap:1.3rem}
.contact-item{display:flex;align-items:center;gap:1rem}
.contact-item-icon{width:40px;height:40px;border:1px solid rgba(148,216,168,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-item-icon svg{width:18px;height:18px;stroke:var(--vert);fill:none;stroke-width:1.4}
.contact-item-label{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted-dark);margin-bottom:.15rem}
.contact-item-text{font-size:.87rem;color:var(--creme);font-weight:300}
.contact-item a{color:var(--creme);text-decoration:none;transition:color .2s}
.contact-item a:hover{color:var(--vert)}
.contact-horaires{margin-top:2rem;padding:1.3rem 1.5rem;border:1px solid rgba(148,216,168,.15);background:rgba(253,251,248,.04)}
.contact-horaires-title{font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;color:var(--vert);margin-bottom:.7rem}
.contact-horaires-text{font-size:.83rem;color:var(--text-muted-dark);line-height:1.9}

/* FORMULAIRE */
.contact-form-wrap{background:var(--creme);padding:3rem;position:relative;z-index:1}
.form-title{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:400;color:var(--bleu);margin-bottom:.4rem}
.form-subtitle{font-size:.8rem;color:var(--text-body);margin-bottom:2rem;line-height:1.7}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.5rem}
.form-group.full{grid-column:1/-1}
label{font-size:.62rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--bleu)}
.req{color:var(--vert-dark)}
input[type=text],input[type=email],input[type=tel],select,textarea{
  font-family:'Jost',sans-serif;font-size:.88rem;font-weight:300;
  color:var(--bleu-dark);background:#fff;
  border:1px solid rgba(66,74,101,.28);
  padding:.8rem 1rem;outline:none;
  transition:border-color .2s,box-shadow .2s;
  width:100%;border-radius:0;-webkit-appearance:none
}
input::placeholder,textarea::placeholder{color:#8A8FA0}
input:focus,select:focus,textarea:focus{border-color:var(--vert-dark);box-shadow:0 0 0 3px rgba(91,173,122,.15)}
select{cursor:pointer}
textarea{resize:vertical;min-height:110px}
.form-error-msg{font-size:.7rem;color:#B33A3A;margin-top:.2rem;display:none}
.form-check{display:flex;align-items:flex-start;gap:.8rem;margin-top:.5rem;margin-bottom:1.5rem}
.form-check input[type=checkbox]{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:var(--vert-dark);cursor:pointer}
.form-check label{font-size:.75rem;letter-spacing:0;text-transform:none;font-weight:300;color:var(--text-body);cursor:pointer;line-height:1.6}
.btn-submit{font-family:'Jost',sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--creme);background:var(--bleu);padding:1rem 2.5rem;border:none;cursor:pointer;width:100%;transition:background .25s;display:flex;align-items:center;justify-content:center;gap:.6rem}
.btn-submit:hover{background:var(--bleu-dark)}
.btn-submit:disabled{opacity:.65;cursor:not-allowed}
.btn-submit svg{width:16px;height:16px;stroke:var(--creme);fill:none;stroke-width:1.8;flex-shrink:0}
.form-success{display:none;text-align:center;padding:3rem 1rem}
.form-success-icon{width:64px;height:64px;background:var(--vert);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}
.form-success-icon svg{width:30px;height:30px;stroke:var(--bleu-dark);fill:none;stroke-width:2.5}
.form-success-title{font-family:'Cormorant Garamond',serif;font-size:1.6rem;font-weight:400;color:var(--bleu);margin-bottom:.6rem}
.form-success-text{font-size:.85rem;color:var(--text-body);line-height:1.8}

/* ── FOOTER ── */
footer{background:var(--bleu-dark);padding:2.5rem 6rem;display:flex;justify-content:space-between;align-items:center}
.footer-logo-wrap{display:flex;align-items:center;gap:.8rem}
.footer-logo-wrap img{height:32px;width:auto;filter:brightness(0) invert(1) opacity(.85)}
.footer-logo{font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-weight:400;color:var(--creme)}
.footer-logo span{color:var(--vert);font-style:italic}
.footer-sub{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(200,208,220,.55);margin-top:.25rem}
.footer-links{display:flex;gap:2rem;list-style:none}
.footer-links a{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:rgba(200,208,220,.6);text-decoration:none;transition:color .2s}
.footer-links a:hover{color:var(--vert)}
.footer-copy{font-size:.62rem;color:rgba(200,208,220,.3);letter-spacing:.06em}

/* ── ANIMATIONS ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.hero-left>*{animation:fadeUp .7s ease both}
.hero-tag{animation-delay:.1s}.hero-title{animation-delay:.2s}.hero-subtitle{animation-delay:.3s}.hero-buttons{animation-delay:.4s}
.hero-badge{animation:fadeUp .7s .5s ease both}

/* ── RESPONSIVE ── */
@media(max-width:900px){
    .no-mobile{
        display: none;
    }
  nav{padding:1rem 1.5rem}
  .nav-links{display:none}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-left{padding:8rem 2rem 4rem}
  .hero-left::after{display:none}
  .hero-right{min-height:300px}
  .services,.why,.contact-section,.process,.testimonials,.faq,.zones,.gallery{padding:4.5rem 2rem}
  .services-header,.why,.contact-section,.zones-inner{grid-template-columns:1fr;gap:2.5rem}
  .services-grid,.testimonials-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .gallery-item.tall{grid-row:auto}
  .gallery-item.wide{grid-column:auto}
  .faq-grid{grid-template-columns:1fr}
  .process-steps{grid-template-columns:1fr 1fr}
  .process-steps::before{display:none}
  .stats{grid-template-columns:1fr 1fr}
  .stat{border-bottom:1px solid var(--lin)}
  footer{flex-direction:column;gap:1.2rem;text-align:center;padding:2rem}
  .form-grid{grid-template-columns:1fr}
}
@media(max-width:1200px){
.nav-links{
    gap: 1rem !important;
}
}

@media (max-width: 768px) {
  .it-row {
    flex-direction: column;
  }

  .it-row .it-txt,
  .it-row .it-img {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  /* Uniquement quand texte est AVANT l'image (texte en 1er dans le DOM) */
  .it-row .it-txt:first-child {
    order: 2;
  }

  .it-row .it-img:last-child {
    order: 1;
  }
}


.goog-te-banner-frame, .skiptranslate { display: none !important; }
body { top: 0 !important; }
.goog-tooltip, .goog-tooltip:hover { display: none !important; }
.goog-text-highlight { background: none !important; box-shadow: none !important; }
