:root{
  --gold:#28934e;
  --gold-light:#28934e;
    --gold3:#67fd9c;
  --dark:#171512;
  --cream:#f1faf4;
  --text:#000;
  --hairline:rgba(23,21,18,0.08);
}
*{margin:0;padding:0;box-sizing:border-box;}
body{
  font-family:'DM Sans',sans-serif;
  color:var(--text);
  background:var(--cream);
  line-height:1.75;
  font-weight:400;    letter-spacing: 0px;
}
h1,h2,.logo{font-family:'Outfit',serif;line-height: 1.12;}
h1{margin-bottom:15px}
a{text-decoration:none;color:inherit;}
img{max-width:100%;display:block;}

/* Announcement bar */
.top-zone{
  position:fixed;top:0;left:0;right:0;
  z-index:1000;
}
.announcement-bar{
    background: var(--gold-light);
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.4px;
    padding: 10px 20px;
    font-weight: 400;
    overflow: hidden;
    max-height: 60px;
    transition: max-height .4s ease, padding .4s ease, opacity .3s ease;
}
.top-zone.is-sticky .announcement-bar{
  max-height:0;
  padding-top:0;padding-bottom:0;
  opacity:0;
}

/* Header */
.site-header{
  position:relative;
  padding:24px 0;
  transition:background .35s, box-shadow .35s, padding .35s;    box-shadow: 0px 0px 1px rgb(151 151 151) !important;
}
.top-zone.is-sticky .site-header,
.top-zone--solid .site-header{
  background:#fff;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06) !important;  padding:14px 0;
}
.header-inner{
 margin:0 auto;padding:0 40px;
  display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
}
.logo{grid-column:1;justify-self:start;}
.logo-img{
  height:40px;
  filter:invert(1);
  transition:filter .35s, height .35s;    width: auto;
}
.top-zone.is-sticky .logo-img,
.top-zone--solid .logo-img{
  filter:invert(0);
  height:40px;    width: auto;
}
.main-nav{grid-column:2;display:flex;align-items:center;gap:36px;}
.btn-nav{
  grid-column:3;justify-self:end;
  border:1px solid rgba(255,255,255,0.4);
  padding:10px 24px;
  color:#fff;
  font-size:12px;letter-spacing:1.8px;text-transform:uppercase;
  transition:border-color .35s, color .35s;    display: flex;
    align-items: center;
    gap: 12px;border-radius:29px
}
.main-nav a{color:#fff;font-size:12px;letter-spacing:1.8px;text-transform:uppercase;transition:opacity .25s, color .25s;}
.main-nav a:hover{opacity:0.8;}
.top-zone.is-sticky .main-nav a,
.top-zone--solid .main-nav a{color:var(--dark);}
.top-zone.is-sticky .btn-nav,
.top-zone--solid .btn-nav{
  border-color:var(--dark);
  color:var(--dark);
}
.burger{
  display:none;
  grid-column:1;justify-self:start;
  background:none;border:none;cursor:pointer;
  width:26px;height:20px;position:relative;padding:0;
}
.burger span{
  position:absolute;left:0;right:0;height:1px;background:#fff;
  transition:background .35s;
}

  .btn-nav svg  {width: 22px;height:auto}
	
.btn-nav svg path{stroke:white}
.top-zone.is-sticky .btn-nav svg path,
.top-zone--solid .btn-nav svg path{stroke:black}

.top-zone.is-sticky .burger span,
.top-zone--solid .burger span{background:var(--dark);}
.burger span:nth-child(1){top:0;}
.burger span:nth-child(2){top:9px;}
.burger span:nth-child(3){top:18px;}

/* Offcanvas */
.offcanvas{
  position:fixed;top:0;left:0;bottom:0;
  width:300px;max-width:80vw;
  background:var(--cream);
  z-index:9999;
  transform:translateX(-100%);
  transition:transform .4s ease;
  padding:40px 32px;
  display:flex;flex-direction:column;
}
.offcanvas.is-open{transform:translateX(0);}
.offcanvas-close{
  align-self:flex-end;
  background:none;border:none;font-size:28px;color:var(--dark);cursor:pointer;
  margin-bottom:40px;line-height:1;
}
.offcanvas-nav{display:flex;flex-direction:column;gap:26px;}
.offcanvas-nav a{
  font-size:15px;letter-spacing:1px;text-transform:uppercase;color:var(--dark);
}
.offcanvas-btn{
  margin-top:20px;
  display:inline-block;
  border:1px solid var(--gold);
  padding:13px 24px;
  text-align:center;
  color:var(--gold) !important;    border-radius: 18px;
}
.offcanvas-overlay{
  position:fixed;inset:0;background:rgba(23,21,18,0.5);
  z-index:190;opacity:0;visibility:hidden;transition:opacity .35s;
}
.offcanvas-overlay.is-open{opacity:1;visibility:visible;}

/* Hero */
.hero{
     position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding: 150px 0px 0;
}

.hero-bg{
  position:absolute;inset:0;
  background:url(/images/hero-aide-rangement-amiens.webp);
      background-position: center center;
    background-size: cover;
  animation:kenburns 12s ease-in-out infinite alternate;
  will-change:transform;    filter: contrast(1.2) saturate(1.3);
}

.hero-bg-video{
  position:absolute;top:50%;left:50%;
  min-width:100%;min-height:100%;width:auto;height:auto;
  transform:translate(-50%,-50%);
  object-fit:cover;
  z-index:0;
}
@keyframes kenburns{
  0%{transform:scale(1) translate(0,0);}
  100%{transform:scale(1.15) translate(-1.5%,-2%);}
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(15,13,11,0.55) 0%, rgba(15,13,11,0.35) 45%, rgba(15,13,11,0.75) 100%);opacity:0.6
}
.hero-content{    position: relative;
    max-width: 840px;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;}
.hero-kicker{
    font-size: 23px;
    color: var(--gold3);
    margin-bottom: 0px;
    font-weight: 400;
    font-family: "Playwrite NO", cursive;
    text-transform: initial;
    letter-spacing: 0;
}
.hero-badge {
    position: relative; /* Indispensable pour positionner le reflet */
    overflow: hidden;   /* Masque le reflet quand il est en dehors du badge */
    display: inline-block;
    background: #ffffff24;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    padding: 7px 18px;
    border-radius: 30px;
    margin: 0 7px 22px;
    backdrop-filter: blur(5px);
}

/* Le reflet (lueur) */
.hero-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%; /* Recommence bien à gauche, invisible */
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent
    );
    transform: skewX(-20deg); /* Incline la lueur pour un effet plus dynamique */
    animation: shine 7s infinite ease-in-out;
}

/* L'animation */
@keyframes shine {
    0% {
        left: -150%;
    }
    60% {
        left: 150%; /* Passe à droite rapidement */
    }
    100% {
        left: 150%; /* Reste à droite un moment (crée la pause entre 2 reflets) */
    }
}

#node-marqueef {
    color: #fff;
    font-size: 11px;
    overflow: hidden;background: #212121; position:relative;    box-shadow: 0 0 30px #28934e26;
}

#node-marqueef span span {
      display: inline-block;
    white-space: nowrap;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
 margin: 0 10px;


}

#node-marqueef span span:before {content:'✓';color: var(--gold-light);padding-right:7px}

.hero-content h1{
  font-size:60px;font-weight:600;margin-bottom:15px;letter-spacing:0.5px;    line-height: 1.1;
}
.hero-text{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 38px;
    font-weight: 400;}
.btn-primary{
  display:inline-block;
  background:transparent;
  color:#fff;
  padding:15px 40px;
  border:1px solid var(--gold-light);
  font-size:12px;letter-spacing:2px;text-transform:uppercase;
  cursor:pointer;
  transition:background .35s, color .35s;border-radius: 29px;    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: auto;
    gap: 8px;
}
.hero .btn-primary svg, .hero .btn-primary img{
    position: absolute;
    left: 10px;
    background: #28934e3d;
    border-radius: 50%;
    padding: 7px;
    width: 37px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);}

.btn-primary:hover{background:var(--gold-light);color:#171512;}


.hero .btn-primary {
     position: relative;
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    padding: 15px 40px 15px 76px;
    border: 1px solid var(--gold-light);
    font-size: 15px;
    letter-spacing: 0px;
    text-transform: initial;
    cursor: pointer;
    transition: background .35s, color .35s;
    border-radius: 41px;
    background: var(--gold-light);
    font-weight: 600;    line-height: 1.3;        background: linear-gradient(151deg, var(--gold3), var(--gold-light));
}

/* Le reflet doré premium */
.hero .btn-primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 80px;
    height: 100%;
    background: linear-gradient(
        90deg, 
        rgba(255, 215, 0, 0) 0%, 
        rgba(255, 255, 255, 0.6) 50%, 
        rgba(255, 215, 0, 0) 100%
    );
    transform: skewX(-30deg);
    animation: shine-gold 7s infinite ease-in-out;opacity:0.5
}

@keyframes shine-gold {
    0% { left: -150%; }
    50% { left: 150%; }
    100% { left: 150%; }
}
	
.hero .btn-primary:hover{background:white;color:#000;}

.hero-cta-wrap{
  position:relative;
  display:flex;flex-direction:column;align-items:center;
}
.hero-hint{
    display: flex;
    align-items: flex-start;
    gap: 6px;
    align-self: flex-end;
    position: relative;
    width: 100%;
}
.hero-hint img{
    position: absolute;
    right: 14px;
    top: -30px;
}
.hero-hint-text{
     font-size: 12px;
    font-style: italic;
    color: #efe8db;
    opacity: 0.9;
    max-width: 70%;
    text-align: center;
    padding-top: 4px;    transition: background .35s, color .35s;    transition: background .35s, color .35s;    font-weight: 400;
}

.hero .btn-primary:hover .hero-hint-text{
    color: #000;    transition: background .35s, color .35s;
}

.hero-hint-arrow{flex-shrink:0;}

/* Sections generic */
section{padding:110px 80px}

.methode-inner{max-width:1000px;margin:0 auto;text-align:center;}
.methode-intro{max-width:560px;margin:16px auto 50px;color:#5a5548;font-size:15px;line-height:1.7;}
.methode-grid{
  display:grid;grid-template-columns:repeat(3, 1fr);gap:28px;
  text-align:left;
}
.methode-step{
  background:#fff;border:1px solid var(--hairline);border-radius:18px;
  padding:34px 28px;box-shadow:0 30px 60px -35px rgba(23,21,18,0.15);text-align: center;
}
.methode-number{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:50%;
  background:var(--cream);color:var(--gold);
  font-family:'Outfit',serif;font-weight:600;font-size:16px;
  margin-bottom:16px;
}
.methode-step h3{font-size:18px;margin-bottom:10px;color:var(--dark);  font-family: "Playwrite NO", cursive;}
.methode-step p{font-size:14px;color:#5a5548;line-height:1.7;}
.section-kicker{
  text-transform:uppercase;letter-spacing:3px;font-size:12px;
  color:var(--gold-light);margin-bottom:14px;font-weight:400;
}
h2{font-size:36px;font-weight:600;margin-bottom:22px;color:var(--dark);letter-spacing:0.3px;}

/* Presentation */
.presentation-inner{
     margin: 0 auto;
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 80px;
    align-items: center;
    font-weight: 300;
    letter-spacing: 0;
}



.payment-methods {
    flex-wrap: wrap;
    gap: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0px;
}
footer .payment-methods svg {
    width: 44px;
}

.presentation-image img{
    box-shadow: 0 40px 70px -30px rgb(23 21 18 / 25%);
    border-radius: 18px;height: auto;
}
.check-list{    margin-top: 40px;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;}
.check-list li{
     display: flex;
    gap: 10px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 12px;
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 1.4;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    align-items: center;box-shadow: 0 0 20px #28934e26;
}

.check-list-icon{
  flex-shrink:0;
  width:26px;height:26px;
  border-radius:50%;
  background:var(--gold);
  color:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:14px;font-weight:700;
}
.check-list-text{color:var(--dark);}
.check-list-text strong{color:var(--dark);font-weight:600;}

/* Tarifs */
.tarifs{    background: url('/images/tarifs-rangement-amiens.webp');
    background-size: cover;
    background-position: center;position: relative;}
	.tarifs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 13, 11, 0.55) 0%, rgba(15, 13, 11, 0.35) 45%, rgba(15, 13, 11, 0.75) 100%);    opacity: 0.5;
}
.tarifs-inner{max-width:1400px;margin:0 auto;text-align:center;    z-index: 2;
    position: relative;}
.tarifs-grid{
  display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:28px;
  margin-top:44px;
}
.tarif-card{
  position:relative;
  background:#fff;
  border:1px solid var(--hairline);
  padding:44px 30px;
  box-shadow:0 30px 60px -35px rgba(23,21,18,0.25);    border-radius: 18px;
}
.tarif-card--highlight{
  border-color:var(--gold3);
  background:var(--dark);
  color:#efe8db;
}
.tarif-badge{
  position:absolute;top:-13px;left:50%;transform:translateX(-50%);
  background:var(--gold3);color:#171512;
  font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;
  padding:6px 16px;border-radius:20px;white-space:nowrap;
}
.tarif-duree{
  text-transform:uppercase;letter-spacing:1.6px;font-size:13px;
  color:var(--gold);margin-bottom:12px;
}
.tarif-card--highlight .tarif-duree{color:var(--gold-light);}
.tarif-prix{
  font-family:'Outfit',serif;font-size:52px;font-weight:600;
  margin-bottom:12px;color:var(--dark);    line-height: 1.1;
}
.tarif-card--highlight .tarif-prix{color:#fff;}
.tarif-desc{font-size:14px;color:#8a8272;line-height:1.2}
.tarif-card--highlight .tarif-desc{color:#bbbbbb;}
.tarifs-note{margin-top:30px;font-size:13px;color:#fff;letter-spacing:0.2px;}

.tarifs-grid .tarif-card:last-child .tarif-prix {
    font-size: 32px;
    line-height: 1.1;
}


/* Univers / gallery */
.univers{background:#fff;padding-top:0;}
.univers-inner{margin:0 auto;text-align:center;    padding: 50px 0 0;}
.univers-header{max-width:600px;margin:0 auto 50px;}
.univers-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.univers-grid figure{position:relative;overflow:hidden;    border-radius: 18px;}
.univers-grid img{width:100%;height:440px;object-fit:cover;transition:transform .6s ease;}
.univers-grid figure:hover img{transform:scale(1.04);}
.univers-grid figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 40px;
    background: linear-gradient(180deg, transparent, rgba(23,21,18,0.55));
    color: #fff;
    font-size: 36px;
    letter-spacing: 0px;
    font-weight: 800;
    text-align: left;
    text-shadow: 0 0 9px black;
}

/* Avis */
.avis{background:#f1faf4;    padding: 110px 0px;}
.avis-inner{width:100%;text-align:left;padding-left:80px;padding-right:0;}
.avis h2{margin:0 0 22px;}
.avis .section-kicker{margin-left:0;margin-right:auto;}
.avis-verified-row{
  display:flex;align-items:center;gap:8px;
  margin:0 0 36px;
}
.avis-verified-badge{
  display:inline-flex;align-items:center;gap:6px;
  font-size:12px;color:#6f6858;letter-spacing:0.3px;
  background:#fff;border:1px solid var(--hairline);border-radius:20px;
  padding:6px 16px;
}
.avis-verified-badge .check-icon{
  width:15px;height:15px;border-radius:50%;
  background:var(--gold);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:10px;line-height:1;flex-shrink:0;
}
.avis-swiper{padding-bottom:44px;width:100%;margin:0;}
.avis-swiper .swiper-wrapper{align-items:stretch;}
.avis-swiper .swiper-slide{height:auto;padding: 20px 0;}
.avis-card{
    background: #ffffff;
    border-radius: 11px;
    padding: 26px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px #28934e26;
}
.avis-stars{color:var(--gold);font-size:15px;letter-spacing:2px;margin-bottom:14px;}
.avis-title{font-size:15px;font-weight:600;color:var(--dark);margin-bottom:10px;}
.avis-text{font-size:13.5px;color:var(--text);font-weight:300;line-height:1.65;}
.avis-card-footer{
  display:flex;align-items:center;justify-content:space-between;
  margin-top:auto;padding-top:22px;gap:12px;
}
.avis-card-footer .avis-author{font-size:13px;font-weight:600;color:var(--dark);}
.avis-card-footer .avis-date{font-size:12px;font-style:italic;color:#8a8272;white-space:nowrap;}
.avis-swiper .swiper-pagination{position:relative;margin-top:10px;}
.avis-swiper .swiper-pagination-bullet{width:18px;height:2px;border-radius:0;background:var(--gold);opacity:0.3;}
.avis-swiper .swiper-pagination-bullet-active{opacity:1;}

/* Zone */
.zone{background:var(--dark);color:#efe8db;text-align:center;}
.zone .section-kicker{color:var(--gold3);}
.zone h2{color:#fff;}
.zone-inner{max-width:720px;margin:0 auto;}
.zone p{color:#cabfab;font-size:15px;}

/* FAQ */
.faq{background:var(--cream);}
.faq-inner{max-width:760px;margin:0 auto;}
.faq-list{display:flex;flex-direction:column;gap:12px;margin-top:30px;}
.faq-item{
  background:#fff;border:1px solid var(--hairline);border-radius:16px;
  padding:20px 26px;
}
.faq-item summary{
  cursor:pointer;font-weight:600;font-size:16px;color:var(--dark);
  list-style:none;position:relative;padding-right:30px;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{
  content:'+';position:absolute;right:0;top:0;font-size:20px;color:var(--gold);
  transition:transform .25s ease;
}
.faq-item[open] summary::after{transform:rotate(45deg);}
.faq-item p{margin-top:14px;color:#000;font-size:15px;font-weight:300;}

/* Reservation */
.reservation-inner{max-width:680px;margin:0 auto;text-align: center;}
.reservation{background:#fff;}
.reservation-intro{margin-bottom:40px;color:#7a7365;font-size:15px;}
.booking-form{      display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 34px;
    border-radius: 30px;
    text-align: left;
    background: #ffffff;
    box-shadow: 0 0 80px #10d35626;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.form-group{display:flex;flex-direction:column;gap:9px;}
label {
    font-size: 13px;
    /* text-transform: uppercase; */
    /* letter-spacing: 1.4px; */
    color: #000000;
    font-weight: 500;
}
input[type=text], input[type=date], input[type=number], input[type=tel], input[type=email], select, textarea{
  padding:14px 16px;border:1px solid var(--hairline);border-radius:6px;
  font-family:'DM Sans',sans-serif;font-size:13px;background:#fff;
  color:var(--text);transition:border-color .25s, box-shadow .25s;    width: 100%;
}
textarea{resize:vertical;min-height:80px;font-weight:400;}
input:focus, select:focus, textarea:focus{
  outline:none;border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(169,130,79,0.12);
}
input::placeholder, textarea::placeholder{color:#b4aaa8;}
.radio-group{
  display:flex;gap:14px;flex-wrap:wrap;
}
.radio-label, .checkbox-label{
  position:relative;
  display:flex;align-items:center;justify-content:center;gap:0;
  text-transform:none;letter-spacing:0;font-size:14px;color:var(--text);font-weight:400;
  border:1px solid var(--hairline);border-radius:6px;
  padding:12px 18px;cursor:pointer;background:#fff;
  transition:border-color .2s, background .2s;    flex: 1;
}
.radio-label input[type=radio], .checkbox-label input[type=checkbox]{
  position:absolute;
  inset:0;
  opacity:0;
  margin:0;
  cursor:pointer;
}
.radio-label:has(input:checked){border-color:var(--gold);background:#f1faf4;}
.radio-group--duree{gap:16px;}
.radio-group--duree .radio-label{flex:1;min-width:180px;font-weight:400;}
.checkbox-group{border-top:1px solid var(--hairline);padding-top:20px;}

/* Upload de photos (étape 2 réservation) */
.photo-upload-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.photo-dropzone{
    position: relative;
    aspect-ratio: 1/1;
    border: 1.5px dashed rgb(237 237 236);
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s, background .2s, transform .15s;
}
.photo-dropzone:hover{border-color:var(--gold);background:#f1faf4;}
.photo-dropzone:active{transform:scale(0.98);}
.photo-dropzone--dragover{border-color:var(--gold);background:#f1faf4;border-style:solid;}
.photo-dropzone-placeholder{
  display:flex;flex-direction:column;align-items:center;gap:8px;
  color:#a39c8c;pointer-events:none;
}
.photo-dropzone-icon{width:22px;height:22px;color:var(--gold);}
.photo-dropzone-text{font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:500;}
.photo-dropzone-preview{
  display:none;width:100%;height:100%;object-fit:cover;
}
.photo-dropzone-remove{
  display:none;position:absolute;top:6px;right:6px;
  width:24px;height:24px;border-radius:50%;border:none;
  background:rgba(23,21,18,0.65);color:#fff;font-size:16px;line-height:1;
  cursor:pointer;align-items:center;justify-content:center;
  transition:background .2s;
}
.photo-dropzone-remove:hover{background:rgba(23,21,18,0.85);}
.photo-dropzone--filled .photo-dropzone-placeholder{display:none;}
.photo-dropzone--filled .photo-dropzone-preview{display:block;}
.photo-dropzone--filled .photo-dropzone-remove{display:flex;}
.photo-dropzone--filled{border-style:solid;border-color:var(--hairline);}
.photo-upload-hint{font-size:12px;color:#a39c8c;letter-spacing:0.2px;margin-top:2px;}
@media(max-width:480px){
  .photo-upload-row{gap:8px;}
  .photo-dropzone-icon{width:18px;height:18px;}
  .photo-dropzone-text{font-size:9px;}
  .price-box{flex-direction:column;align-items:flex-start;gap:6px;}
  .price-box-label{max-width:none;}
}
.zone-note{font-size:12px;color:#a39c8c;letter-spacing:0.3px;}

.price-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #f1faf4;
    color: #000000;
    padding: 20px 26px;
    border-radius: 29px;
}

#presentation{
    background: #ffffff;
}
.price-box-label{font-size:12px;text-transform:uppercase;letter-spacing:1.4px;color:#171512;line-height:1.4;max-width:220px;}
.price-box-value{font-family:'Outfit',serif;font-size:30px;color:#171512;font-weight:600;white-space:nowrap;}
.price-box-note{font-size:12px;color:#8a8272;letter-spacing:0.2px;line-height:1.5;margin-top:-10px;}

.reservation-note{font-size:13px;color:#8a8272;letter-spacing:0.2px;text-align:center;line-height: 1.4;}
.reservation-note--paiement{color:#a39c8c;}

.btn-confirm{
  display:block;width:100%;
  background:var(--gold);
  color:#fff;
  padding:18px 40px;border:none;border-radius:29px;
  font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;
  cursor:pointer;
  transition:background .3s, transform .15s;
  box-shadow:0 20px 40px -20px rgb(40 147 78 / 62%);    font-family: 'DM Sans', sans-serif;
}
.btn-confirm:hover{background:var(--gold);}
.btn-confirm:active{transform:scale(0.99);}

.form-step{display:flex;flex-direction:column;gap:24px;}
.form-step[hidden]{display:none;}
.form-step-actions{display:flex;align-items:center;gap:16px;}
.form-step-actions .btn-confirm{flex:1;}

/* Progress bar réservation */
.progress-bar{display:flex;align-items:flex-start;justify-content:center;max-width:440px;margin:0 auto 30px;}
.progress-step{display:flex;flex-direction:column;align-items:center;gap:8px;}
.progress-step-circle{
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 0px solid #e6ddd4;
    background: #fff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit',serif;
    font-size: 15px;
    font-weight: 600;
    transition: border-color .25s ease, background .25s ease, color .25s ease;
    box-shadow: 0 0 21px #16ab4c45;
}
.progress-step-label{
  font-size:10px;text-transform:uppercase;letter-spacing:1px;
  color:#a39c8c;white-space:nowrap;transition:color .25s ease;
}
.progress-line{
    flex: 1;
    height: 1px;
    background: #ffffff;
    margin: 16px 4px 0;
    transition: background .3s ease;
    border-bottom: 1px dashed #d2d2d2;
}
.progress-step.active .progress-step-circle{border-color:var(--gold);background:var(--gold);color:#fff;}
.progress-step.active .progress-step-label{color:var(--dark);font-weight:600;}
.progress-step.completed .progress-step-circle{border-color:var(--gold-light);color:var(--gold);background:#fff5f3;}
.progress-step.completed .progress-step-label{color:var(--dark);}
.progress-line.completed{background:var(--gold);}
@media(max-width:600px){
	
	.univers-grid figcaption {
     position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 24px 15px;
    background: linear-gradient(0deg, transparent, rgb(23 21 18 / 17%));
    color: #fff;
    font-size: 17px;
    letter-spacing: 0px;
    font-weight: 800;
    text-align: left;
    text-shadow: 0 0 9px black;
    line-height: 1.1;
    top: 0;
}

  .progress-bar{max-width:100%;        padding: 0 32px;}
  .progress-step-label{font-size:9px;}
  .progress-line{margin:14px 2px 0;}
}
.btn-retour{
  background:transparent;border:1px solid var(--hairline);
  color:var(--text);border-radius:29px;
  padding:18px 22px;font-size:13px;font-weight:500;letter-spacing:0.5px;
  cursor:pointer;font-family:'DM Sans',sans-serif;
  transition:border-color .25s, color .25s, background .25s;
  white-space:nowrap;
}
.btn-retour:hover{border-color:var(--gold);color:var(--gold);background:#faf6ee;}
.alert{padding:15px 18px;font-size:13px;margin-bottom:22px;border:1px solid;letter-spacing:0.2px;}
.alert-success{    background: #f5f7f2;
    color: #4c6644;
    border-color: #f5f7f2;
    text-align: center;
    border-radius: 19px;}
.alert-error{background:#f9f2f0;color:#8a4a3f;border-color:#f9f2f0;    text-align: center;
    border-radius: 19px;}

/* Footer */
.site-footer{background:#0f160f;color:#c9c1b2;padding:70px 40px 0;}
.footer-inner{
margin:0 auto;
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;
  padding-bottom:46px;border-bottom:1px solid rgba(255,255,255,0.08);
}
.footer-logo{color:#fff;margin-bottom:14px;}
.footer-logo-img{    height: 55px;
    filter: invert(1);
    margin-bottom: 11px;}
.footer-col h3{
  color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:1.6px;
  margin-bottom:16px;font-family:'DM Sans',sans-serif;font-weight:500;
}
.footer-col p, .footer-col a{font-size:14px;color:#ddffdd;font-weight:300;}
 .footer-col a:hover{color:var(--gold3);}

.footer-contact-link{cursor:pointer;border-bottom:1px dotted #6a6357;}
.footer-bottom{
  max-width:1160px;margin:0 auto;padding:24px 0;text-align:center;font-size:12px;color:#ddffdd;letter-spacing:0.3px;
}
.contt{border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 24px;}
/* Bandeau recrutement fixe */
.recrutement-banner{
    position: fixed;
    left: 24px;
    bottom: 24px;
    z-index: 500;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 14px 22px;
    border-radius: 40px;
    box-shadow: 0 15px 35px -12px rgba(23,21,18,0.45);
    transition: transform .2s, box-shadow .2s;display: none;
}


.recrutement-banner span {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
}

.recrutement-banner svg path, .recrutement-banner svg circle{stroke:black}

.recrutement-banner:hover{transform:translateY(-3px);box-shadow:0 20px 40px -12px rgba(23,21,18,0.55);}

/* Page recrutement */
.recrutement-hero, .contact-hero{
  background:var(--dark);color:#fff;text-align:center;padding:170px 40px 90px;
}
.recrutement-hero .section-kicker, .contact-hero .section-kicker{color:var(--gold-light);}
.recrutement-hero h1, .contact-hero h1{
    font-family: 'Outfit',serif;
    font-size: 41px;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 1;
}
.recrutement-hero p, .contact-hero p{color:#d2ffe2;max-width:600px;margin:0 auto;}
.recrutement-form-section, .contact-form-section{background:#fff;}
.recrutement-form-inner, .contact-form-inner{max-width:680px;margin:0 auto;}
.file-hint{font-size:12px;color:#a39c8c;margin-top:4px;}
input[type=file]{
  border:1px dashed var(--hairline);border-radius:6px;
  padding:16px;font-family:'DM Sans',sans-serif;font-size:14px;background:#fff;
}

/* Recrutement - section fonctionnement (inspirée de .presentation) */
.recrutement-presentation .check-list--col{
  grid-template-columns:1fr 1fr;
}

.recrutement-presentation .check-list-icon{margin-top:2px;}

/* Recrutement - section commission (inspirée de .tarifs) */
.recrutement-commission .commission-intro{
  color:#efe8db;max-width:640px;margin:18px auto 0;font-size:14.5px;
}
.recrutement-commission .commission-intro strong{color:var(--gold-light);}
.tarifs-grid--single{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto;}
.commission-card{padding:40px 34px;}
.commission-row{
  display:flex;justify-content:space-between;align-items:center;gap:16px;
  padding:16px 0;font-size:14px;color:#efe8db;
}
.commission-row:first-of-type{border-bottom:1px solid rgba(255,255,255,0.12);}
.commission-row strong{font-family:'Outfit',serif;font-size:24px;color:#fff;}
.commission-row--highlight strong{color:var(--gold-light);}
.recrutement-commission .tarifs-note{max-width:600px;margin-left:auto;margin-right:auto;    font-size: 11px;}

/* Pages de contenu simples (mentions légales, confidentialité, équipes, investir) */
.content-hero{
  background:var(--dark);color:#fff;text-align:center;padding:170px 40px 80px;
}
.content-hero .section-kicker{color:var(--gold-light);}
.content-hero h1{    font-family: 'Outfit',serif;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1;}
.content-hero p{color:#d2ffe2;max-width:640px;margin:0 auto;}
.content-section{background:#fff;}
.content-inner{max-width:760px;margin:0 auto;font-size:15px;color:#3f3b34;line-height:1.85;}
.content-inner h2{font-size:24px;margin-top:44px;margin-bottom:16px;}
.content-inner h2:first-child{margin-top:0;}
.content-inner h3{font-size:17px;color:var(--dark);margin-top:26px;margin-bottom:10px;font-weight:600;}
.content-inner p{margin-bottom:16px;}
.content-inner ul{margin:0 0 16px 20px;}
.content-inner li{margin-bottom:8px;}
.content-inner .fill-me{
  background:#fff4ef;border:1px dashed var(--gold-light);border-radius:8px;
  padding:2px 8px;color:#b5573f;font-style:italic;font-size:14px;
}
.content-note{
  margin-top:40px;padding:18px 22px;background:#faf8f4;border-radius:12px;
  font-size:12.5px;color:#8a8272;border:1px solid var(--hairline);
}

/* Page investir */
.invest-pitch{background:var(--dark);color:#fff;padding:170px 40px 100px;text-align:center;}
.invest-pitch .section-kicker{color:var(--gold-light);}
.invest-pitch h1{
  font-family:'Outfit',serif;font-size:46px;font-weight:400;line-height:1.15;
  max-width:800px;margin:0 auto 22px;
}
.invest-pitch p{color:#cabfab;max-width:620px;margin:0 auto 34px;}
.invest-stats{
  display:flex;justify-content:center;gap:60px;flex-wrap:wrap;margin-top:50px;
}
.invest-stat strong{
  display:block;font-family:'Outfit',serif;font-size:40px;color:var(--gold-light);
}
.invest-stat span{font-size:12px;color:#cabfab;text-transform:uppercase;letter-spacing:1px;}

.invest-why{background:#fff;}
.invest-why-inner{max-width:1000px;margin:0 auto;text-align:center;}
.invest-grid{
  display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-top:44px;text-align:left;
}
.invest-card{
  background:#faf8f4;border:1px solid var(--hairline);border-radius:16px;padding:32px 26px;
}
.invest-card-icon{
  width:44px;height:44px;border-radius:50%;background:var(--gold);color:#fff;
  display:inline-flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:16px;
}
.invest-card h3{font-size:17px;color:var(--dark);margin-bottom:8px;}
.invest-card p{font-size:13.5px;color:#8a8272;line-height:1.65;}

.invest-cta{
  background:var(--tarifs-bg, #171512);color:#fff;text-align:center;
  background:url('/images/ambiance-spa-2.jpg');background-size:cover;background-position:center;
  position:relative;
}
.invest-cta-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(15,13,11,0.75), rgba(15,13,11,0.88));}
.invest-cta-inner{position:relative;z-index:2;max-width:640px;margin:0 auto;}
.invest-cta h2{color:#fff;font-size:32px;}
.invest-cta p{color:#cabfab;margin-bottom:30px;}
.invest-cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;}

@media (max-width:820px){
	
	.content-inner p {
    font-size: 13px;
}

  .tarifs-grid--single{max-width:100%;}
  .commission-card{padding:30px 22px;}
  .invest-grid{grid-template-columns:1fr;}
  .invest-stats{gap:34px;}
  .content-hero, .invest-pitch{padding:140px 24px 60px;}
	
	
	.contt {
width: 100%;
        display: block;
        color: white !important;
        border-color: white;
}

	.univers-grid img {
    height: auto;
}
	.booking-form .form-group.rara .radio-label{
    font-size: 12px;
    max-width: calc(31.33% - 5px);
    text-align: center;
    line-height: 1.2;
}


	.check-list-text {
    font-size: 11px;
}
input[type=date] {
    width: 100%;
}
.reservation-intro {
    margin-bottom: 40px;
    color: #7a7365;
    font-size: 14px;
    letter-spacing: 0;
}
.avis-text {
    font-size: 12.5px;
}
	h2 {
    line-height: 1.2;    font-size: 28px;
}
	section {
    padding: 50px 40px;
}
.presentation-inner {
    gap: 40px;
    line-height: 1.75;
    font-size: 14px;
}
.zone p {
    font-size: 14px;
}
.tarifs-inner h2{padding: 0 30px }


	.hero-kicker {
    letter-spacing: 0px;
    font-size: 19px;
    text-shadow: 0 0 5px black;
}
	.announcement-bar {
    font-size: 9px;
    line-height: 1.35;
    text-transform: uppercase;
}
.site-header {
    padding: 10px 0;
}
.logo-img {
    height: 30px !important;
}
.btn-nav svg {
    width: 25px;
    height: auto;
}
.hero-text {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 18px;
    font-weight: 400;
}
.hero-hint-text{f        font-size: 10px;
        padding-top: 16px;
        font-weight: 400;}
.hero-hint-arrow{width:40px;height:auto;}
.btn-nav span{display:none}
  .main-nav{display:none;}
  .burger{display:block;}
  .header-inner{grid-template-columns:1fr auto 1fr;    padding: 0 25px;}
  .logo{grid-column:2;justify-self:center;}
  .btn-nav{font-size:10px;padding:9px 16px;letter-spacing:1.2px;        border: none;        padding-right: 0;}
  .hero-content h1{    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 1;}
  .presentation-inner{grid-template-columns:1fr;}
  .methode-grid{grid-template-columns:1fr;}
  .univers-grid{grid-template-columns:1fr;}
  .form-row{grid-template-columns:1fr;}
  .tarif-prix {
    font-size: 32px;
    margin-bottom: 6px;
 
}
.faq-item summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    color: var(--dark);
    list-style: none;
    position: relative;
    padding-right: 30px;
    line-height: 1.2;
}
.faq-item p {
    margin-top: 14px;
    color: #5a5548;
    font-size: 12px;
    font-weight: 300;
}
.hero .btn-primary {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    padding: 15px 25px 15px 59px;
    border: 1px solid var(--gold-light);
    font-size: 12px;
    letter-spacing: 0px;
    cursor: pointer;
    transition: background .35s, color .35s;
    border-radius: 29px;
    background: var(--gold-light);
    background: linear-gradient(
151deg, var(--gold3), var(--gold-light));
}
.tarif-card {
    padding: 24px 21px;
}

.tarifs-note {

    line-height: 1.4;
}

.tarif-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold3);
    color: #171512;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 3px 9px;
    border-radius: 20px;
    white-space: nowrap;
}
.tarif-duree {
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.tarif-desc {
    font-size: 10px;        line-height: 1.3;
}
  .footer-inner{        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;}
  .tarifs-grid{grid-template-columns:1fr 1fr;}
  #tarifs .tarifs-grid .tarif-card:last-child{grid-column:1 / -1;}
  .avis-stats{gap:36px;}
  .recrutement-banner{left:14px;bottom:14px;font-size:11px;padding:12px 18px;}
  .radio-group--duree{flex-direction:column;}
  .form-step-actions{flex-direction:column-reverse;}
  .form-step-actions .btn-retour{width:100%;}
  
   .footer-inner .footer-col:first-child  {
    width: 100%;
    text-align: center;
}
.footer-bottom {
    padding: 24px 0 30px;
}
   .footer-inner .footer-col:nth-child(4)  {
    width: 100%;
    text-align: center;
}
   .footer-inner .footer-col:nth-child(2),    .footer-inner .footer-col:nth-child(3)   {
    width: calc(50% - 20px);
    text-align: left;
}
 .footer-inner .footer-col:nth-child(3) p a{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    }
    .tarifs-grid.tarifs-grid--single {
        grid-template-columns: 1fr;
    }
.footer-inner .footer-col:first-child .footer-logo-img {
    height: 50px;
    filter: invert(1);
    margin-bottom: 11px;
    margin: 0 auto 15px;
}
.hero-badge {
    margin-bottom: 15px;

}

.hero {
    padding: 130px 0px 30px;min-height: 86vh;
}
.avis {
    padding: 60px 0px;
}
.avis-inner {
    padding-left: 30px;
}

.avis .section-kicker, .avis h2 {
    text-align: center;
    padding-right: 30px;
}
.avis-verified-row {
    justify-content: center;
    padding-right: 30px;
}
.presentation-text{
    text-align: center;}
	.check-list {
    text-align: left;
}
}

/* Page de confirmation */
.confirmation{
  padding:180px 35px 110px;
  text-align:center;
}
.confirmation-inner{
  max-width:560px;margin:0 auto;
}
.icon--order-success{
  width:110px;height:110px;margin:0 auto 30px;
}
.icon--order-success svg{width:100%;height:100%;}
@keyframes checkmark{
  0%{stroke-dashoffset:100px;}
  100%{stroke-dashoffset:0px;}
}
@keyframes checkmark-circle{
  0%{stroke-dashoffset:480px;}
  100%{stroke-dashoffset:960px;}
}
@keyframes colored-circle{
  0%{opacity:0;}
  100%{opacity:1;}
}
.icon--order-success svg polyline{
  animation:checkmark 0.25s ease-in-out 0.7s backwards;
}
.icon--order-success svg circle{
  animation:checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored{
  animation:colored-circle 0.6s ease-in-out 0.7s backwards;
}
.confirmation h1{
    font-family: 'Outfit',serif;
    font-size: 29px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 18px;
    letter-spacing: 0.3px;
    line-height: 1;
}
.confirmation p{
  color:#575147;margin-bottom:36px;
}



            /* ===== BOUTON WHATSAPP FLOTTANT PERMANENT ===== */
            .wa-float {
                position: fixed;
                bottom: 22px;
                right: 22px;
                z-index: 9400;
                display: flex;
                align-items: center;
                gap: 0;
            }

            .wa-float-bubble {
                background: #fff;
                color: #222;
                font-size: 13px;
                font-weight: 600;
                padding: 10px 16px;
                border-radius: 14px;
                box-shadow: 0 8px 24px rgba(0,0,0,0.14);
                margin-right: 12px;
                white-space: nowrap;
                opacity: 0;
                transform: translateX(8px) scale(.96);
                pointer-events: none;
                transition: all .35s var(--ease);
            }

            .wa-float-bubble.show {
                opacity: 1;
                transform: translateX(0) scale(1);
            }

            .wa-float-bubble::after {
                content: '';
                position: absolute;
                right: -6px;
                top: 50%;
                transform: translateY(-50%);
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #fff;
            }
     .wa-float-btn svg {
    width: 34px;
}
            .wa-float-btn {
                width: 60px;
                height: 60px;
                border-radius: 50%;
                background: #25D366;
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 30px;
                box-shadow: 0 10px 28px rgba(37,211,102,0.45);
                text-decoration: none;
                border: none;
                cursor: pointer;
                flex-shrink: 0;
                position: relative;
                animation: waPulse 2.6s ease-in-out infinite;
            }

            .wa-float-btn:hover {
                background: #1ebd5a;
                transform: scale(1.06);
            }

            .wa-float-btn .wa-close-x {
                position: absolute;
                top: -6px;
                right: -6px;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #fff;
                color: #888;
                font-size: 11px;
                display: flex;
                align-items: center;
                justify-content: center;
                box-shadow: 0 2px 8px rgba(0,0,0,0.2);
            }

            @keyframes waPulse {
                0%,100% {
                    box-shadow: 0 10px 28px rgba(37,211,102,0.45);
                }

                50% {
                    box-shadow: 0 10px 28px rgba(37,211,102,0.7), 0 0 0 8px rgba(37,211,102,0.12);
                }
            }

            @media(max-width: 640px) {
                .wa-float {
                    bottom:16px;
                    right: 16px;
                }

                .wa-float-btn {
                    width: 54px;
                    height: 54px;
                    font-size: 26px;
                }

                .wa-float-bubble {
                    display: none;
                }

                /* éviter d'encombrer le petit écran ; le bouton seul suffit */
            }

            /* Quand le calculateur flottant est ouvert sur mobile, on remonte légèrement le bouton WhatsApp pour ne pas le superposer au CTA du calculateur */
            body.calc-open .wa-float {
                bottom: 86px;
            }

            @media(min-width: 641px) {
                body.calc-open .wa-float {
                    bottom:22px;
                }
            }
			