
:root {
  --bg: #f4eadf;
  --sand-1: #f2dec7;
  --sand-2: #e4bf95;
  --sand-3: #cb915d;
  --sand-4: #a56532;
  --sand-5: #70411d;
  --brown: #472714;
  --brown-2: #603417;
  --white: #fff9f1;
  --shadow: 0 22px 44px rgba(82, 45, 21, 0.14);
  --radius: 22px;
  --texture:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.18) 0 1px, transparent 1.5px),
    radial-gradient(circle at 75% 60%, rgba(255,255,255,0.12) 0 1px, transparent 1.5px),
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.03));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",sans-serif;
  color:var(--brown);
  background:radial-gradient(circle at top, rgba(255,243,227,0.95), rgba(239,218,193,0.88) 35%, rgba(214,170,126,0.75) 100%);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1240px, calc(100% - 36px));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:40;
  background:linear-gradient(180deg, rgba(112,65,29,0.98), rgba(82,45,21,0.96)), var(--texture);
  color:var(--white); box-shadow:0 10px 24px rgba(50,26,12,0.18)
}
.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:92px}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand img{width:86px;height:auto;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;gap:4px}
.brand-name{font-family:"Cormorant Garamond",serif;font-size:2.1rem;font-weight:700;line-height:1}
.brand-tagline{color:rgba(255,249,241,0.88);font-size:.96rem}
.nav{display:flex;justify-content:center;gap:32px;font-weight:500}
.nav a{position:relative;color:rgba(255,249,241,0.92);padding:6px 0}
.nav a:hover::after,.nav a:first-child::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:#d9b57e;border-radius:999px}
.header-actions{display:flex;align-items:center;gap:14px}
.phone-btn{background:rgba(243,214,177,0.12);border:1px solid rgba(243,214,177,0.35);color:var(--white);padding:13px 18px;border-radius:12px;font-weight:600;white-space:nowrap}
.menu-toggle{display:none;background:transparent;border:0;width:48px;height:48px;padding:0;cursor:pointer}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--white);margin:5px auto;border-radius:999px}
.hero{background:linear-gradient(180deg, rgba(243,232,219,0.98), rgba(242,227,208,0.96));border-bottom:1px solid rgba(125,73,35,0.1)}
.hero-layout{display:grid;grid-template-columns:0.92fr 1.08fr;align-items:stretch}
.hero-copy{padding:72px 36px 56px 8px;display:flex;flex-direction:column;justify-content:center}
.eyebrow{display:inline-block;align-self:flex-start;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:var(--sand-4);margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid rgba(165,101,50,.55)}
.eyebrow.small{margin-bottom:14px}
h1,h2,h3{font-family:"Cormorant Garamond",serif;color:var(--brown);margin:0}
h1{font-size:clamp(2.75rem,6vw,4.9rem);line-height:.94;margin-bottom:20px}
h2{font-size:clamp(2rem,4vw,3.6rem);line-height:.98;margin-bottom:12px}
h3{font-size:1.6rem;line-height:1.05;margin-bottom:14px}
.hero-text,.service-card p,.ebook-copy p,.contact-intro p{font-size:1.12rem;line-height:1.8;max-width:620px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:26px 0 28px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;border-radius:12px;padding:0 24px;font-weight:600;transition:transform .18s ease, opacity .18s ease}
.btn:hover{transform:translateY(-1px);opacity:.96}
.btn-dark{color:var(--white);background:linear-gradient(180deg,#7b471f,#653815);box-shadow:0 10px 20px rgba(89,48,22,0.18)}
.btn-light{border:1px solid rgba(111,67,31,.35);background:rgba(255,250,245,.58)}
.hero-meta{display:flex;flex-wrap:wrap;gap:26px;padding-top:24px;border-top:1px solid rgba(111,67,31,.16);font-size:1rem;color:var(--brown-2)}
.hero-visual{position:relative;min-height:700px;overflow:hidden}
.hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(242,227,208,.16) 0%, rgba(242,227,208,0) 15%);pointer-events:none}
.hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.section{padding:68px 0}
.section-head{margin-bottom:28px}
.section-head.center{text-align:center}
.section-head.center .eyebrow{margin-left:auto;margin-right:auto}
.services{background:linear-gradient(180deg, rgba(252,244,234,1), rgba(248,236,220,.98))}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.service-card{background:linear-gradient(180deg, rgba(247,231,209,.88), rgba(241,222,196,.92));border:1px solid rgba(198,143,95,0.38);border-radius:18px;padding:24px;box-shadow:0 10px 22px rgba(82,45,21,0.06)}
.icon-circle{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;margin-bottom:18px;background:linear-gradient(180deg,#8b5428,#6f3f1d);color:#f7e8d5;font-size:1.35rem}
.destinations{background:linear-gradient(180deg,#fbf3e8,#f7ebdb)}
.destination-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.destination-card{
  min-height:140px;border-radius:14px;overflow:hidden;position:relative;
  background-size:cover;background-position:center;
  box-shadow:0 10px 20px rgba(82,45,21,0.08)
}
.destination-card::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.08), transparent 38%), linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(63,34,17,.72) 100%);
}
.destination-card span{position:absolute;left:12px;right:12px;bottom:10px;padding:9px 10px;border-radius:10px;background:rgba(77,42,20,0.74);color:var(--white);text-align:center;font-weight:600;font-size:.96rem;z-index:1}
.ebook-section{background:linear-gradient(180deg, rgba(243,232,219,0.98), rgba(239,221,196,0.98))}
.ebook-layout{display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:34px;align-items:center}
.ebook-visual{border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}
.ebook-visual img{width:100%;height:100%;object-fit:cover}
.buy-btn{margin:16px 0 18px}
.ebook-meta{display:flex;flex-wrap:wrap;gap:20px;color:var(--brown-2);font-size:1rem}
.contact-section{padding-top:10px;background:linear-gradient(180deg, rgba(239,221,196,0.98), rgba(222,184,139,0.45))}
.contact-shell{display:grid;grid-template-columns:1.15fr .95fr;gap:18px;border-radius:22px;padding:28px;color:var(--white);background:linear-gradient(90deg, rgba(95,53,24,.98), rgba(70,38,18,.96)), var(--texture);box-shadow:var(--shadow)}
.contact-intro h2,.contact-intro p{color:var(--white)} .contact-intro h2{margin-bottom:10px}
.contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:center}
.contact-box{min-height:72px;border-radius:14px;display:flex;align-items:center;justify-content:center;text-align:center;padding:12px 16px;border:1px solid rgba(243,214,177,0.45);background:rgba(255,255,255,0.04);font-weight:600}
.site-footer{background:linear-gradient(180deg, rgba(82,45,21,1), rgba(61,34,17,1)), var(--texture);color:var(--white);padding:34px 0 40px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:26px;align-items:start}
.footer-brand{display:flex;gap:16px;align-items:center}
.footer-brand img{width:92px}
.footer-brand strong{display:block;font-family:"Cormorant Garamond",serif;font-size:2rem;line-height:1;margin-bottom:6px}
.footer-brand p,.footer-contact p{margin:0;color:rgba(255,249,241,.86);line-height:1.9}
.footer-links{display:grid;gap:10px}
.footer-links a{color:rgba(255,249,241,.9)}
@media (max-width:1080px){
  .header-inner{grid-template-columns:auto auto;justify-content:space-between}
  .nav{position:fixed;top:92px;right:18px;width:min(280px, calc(100% - 36px));background:linear-gradient(180deg, rgba(82,45,21,.98), rgba(61,34,17,.98));border:1px solid rgba(243,214,177,0.16);border-radius:16px;padding:16px;display:none;flex-direction:column;align-items:flex-start;gap:14px;box-shadow:0 20px 40px rgba(0,0,0,.2)}
  .nav.open{display:flex}
  .nav a:hover::after,.nav a:first-child::after{display:none}
  .phone-btn{display:none}
  .menu-toggle{display:block}
  .hero-layout,.ebook-layout,.contact-shell,.footer-grid{grid-template-columns:1fr}
  .hero-copy{padding:48px 0 26px}
  .hero-visual{min-height:480px;border-radius:20px;overflow:hidden;margin-bottom:26px}
  .destination-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .service-grid{grid-template-columns:1fr}
  .contact-actions{grid-template-columns:1fr}
}
@media (max-width:640px){
  .container{width:min(100% - 24px, 1240px)}
  .brand img{width:72px}
  .brand-name{font-size:1.72rem}
  .brand-tagline{font-size:.88rem}
  .hero-copy{padding-top:34px}
  .hero-text,.service-card p,.ebook-copy p,.contact-intro p{font-size:1rem;line-height:1.75}
  .hero-meta{gap:12px 18px;font-size:.94rem}
  .hero-visual{min-height:340px}
  .destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .section{padding:56px 0}
  .footer-brand strong{font-size:1.65rem}
}


.testimonials-section{
  background:linear-gradient(180deg,#f7ebdb,#f1dcc0);
}
.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.testimonial-card{
  background:linear-gradient(180deg,rgba(255,248,238,.88),rgba(246,226,199,.92));
  border:1px solid rgba(198,143,95,.38);
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 22px rgba(82,45,21,.07);
}
.testimonial-card p{
  margin:12px 0 18px;
  font-size:1.05rem;
  line-height:1.75;
  color:var(--brown);
}
.testimonial-card span{
  font-weight:700;
  color:var(--brown-2);
}
.stars{
  color:#8b5428;
  letter-spacing:2px;
  font-size:1.05rem;
}
.whatsapp-float{
  position:fixed;
  right:20px;
  bottom:20px;
  width:62px;
  height:62px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#25D366;
  color:white;
  font-size:28px;
  text-decoration:none;
  z-index:9999;
  box-shadow:0 14px 28px rgba(37,211,102,.32), 0 8px 18px rgba(75,46,27,.18);
  transition:transform .18s ease;
}
.whatsapp-float:hover{
  transform:translateY(-2px) scale(1.02);
}
@media (max-width:1080px){
  .testimonial-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .whatsapp-float{right:16px;bottom:16px;width:56px;height:56px;font-size:25px}
}


.section-intro{
  margin:8px 0 0;
  color:var(--brown-2);
  font-size:1.05rem;
  line-height:1.7;
}
.destination-button{
  border:0;
  cursor:pointer;
  font:inherit;
  text-align:left;
  color:inherit;
}
.destination-button:focus-visible{
  outline:3px solid #3a2414;
  outline-offset:4px;
}
.destination-card{
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.destination-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(75,46,27,.18);
  filter:saturate(1.04);
}
.destination-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}
.destination-modal.open{
  display:flex;
}
.destination-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(20,12,7,.66);
  backdrop-filter:blur(6px);
}
.destination-modal-panel{
  position:relative;
  width:min(920px,100%);
  max-height:92vh;
  overflow:auto;
  background:linear-gradient(180deg,#fff7ec,#f2dbc0);
  border:1px solid rgba(198,143,95,.5);
  border-radius:28px;
  box-shadow:0 30px 80px rgba(20,12,7,.35);
}
.destination-modal-panel img{
  width:100%;
  height:300px;
  object-fit:cover;
  display:block;
  border-radius:28px 28px 0 0;
}
.modal-content{
  padding:30px;
}
.modal-content h3{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(2rem,4vw,3.2rem);
  margin:0 0 12px;
  color:var(--brown);
}
.modal-content p{
  margin:0 0 18px;
  line-height:1.75;
  color:var(--brown-2);
  font-size:1.05rem;
}
.modal-content ul{
  margin:0 0 24px;
  padding-left:20px;
  color:var(--brown);
  line-height:1.8;
  font-size:1.03rem;
}
.modal-content li{
  margin-bottom:6px;
}
.modal-close{
  position:absolute;
  right:16px;
  top:16px;
  width:42px;
  height:42px;
  border-radius:999px;
  border:0;
  background:rgba(20,12,7,.76);
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  z-index:2;
}
@media (max-width:640px){
  .destination-modal{padding:12px}
  .destination-modal-panel{border-radius:22px}
  .destination-modal-panel img{height:220px;border-radius:22px 22px 0 0}
  .modal-content{padding:22px}
}


.google-review-section{
  background:linear-gradient(180deg,#f1dcc0,#ead0ad);
}
.google-review-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:linear-gradient(135deg,rgba(255,248,238,.9),rgba(226,190,147,.76));
  border:1px solid rgba(198,143,95,.42);
  border-radius:26px;
  padding:32px;
  box-shadow:0 16px 38px rgba(82,45,21,.10);
}
.google-review-card h2{
  margin-bottom:10px;
}
.google-review-card p:not(.eyebrow){
  margin:0;
  color:var(--brown-2);
  line-height:1.75;
}
.google-business-link{
  background:linear-gradient(180deg,#fff8ee,#f1dcc0);
}
@media (max-width:780px){
  .google-review-card{
    flex-direction:column;
    align-items:flex-start;
  }
  .google-review-card .btn{
    width:100%;
  }
}


/* === Correctif affichage final : destinations nettes + Google foncé === */
.section-intro{
  margin:8px 0 0;
  color:var(--brown-2);
  font-size:1.05rem;
  line-height:1.7;
}

.clean-destination-grid .destination-card,
.destination-button{
  position:relative;
  border:0;
  cursor:pointer;
  padding:0;
  height:250px;
  border-radius:18px;
  overflow:hidden;
  background:#3a2414 !important;
  text-align:left;
  box-shadow:0 12px 28px rgba(75,46,27,.16);
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.clean-destination-grid .destination-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.05) contrast(1.03);
}

.clean-destination-grid .destination-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,0.02) 0%,rgba(0,0,0,0.08) 46%,rgba(20,10,4,.82) 100%);
}

.clean-destination-grid .destination-card span{
  position:absolute;
  left:16px;
  right:16px;
  bottom:14px;
  z-index:2;
  color:#fff7e8;
  font-weight:800;
  letter-spacing:.02em;
  text-shadow:0 2px 10px rgba(0,0,0,.45);
}

.clean-destination-grid .destination-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 48px rgba(75,46,27,.24);
  filter:saturate(1.08);
}

.destination-button:focus-visible{
  outline:3px solid #c8a96b;
  outline-offset:4px;
}

.nav a[href*="share.google"],
.nav .google-nav{
  color:#fffaf3 !important;
  background:linear-gradient(180deg,#7a4723,#3a2414) !important;
  border:1px solid rgba(200,169,107,.75) !important;
  padding:9px 14px;
  border-radius:999px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(58,36,20,.18);
}

.google-business-link,
.google-review-card .btn{
  background:linear-gradient(180deg,#7a4723,#3a2414) !important;
  color:#fffaf3 !important;
  border:1px solid rgba(200,169,107,.75) !important;
}

.google-review-card{
  background:linear-gradient(135deg,#e1b477,#c68645) !important;
}

.destination-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}
.destination-modal.open{display:flex}
.destination-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(20,12,7,.68);
  backdrop-filter:blur(6px);
}
.destination-modal-panel{
  position:relative;
  width:min(920px,100%);
  max-height:92vh;
  overflow:auto;
  background:linear-gradient(180deg,#fff7ec,#f2dbc0);
  border:1px solid rgba(198,143,95,.5);
  border-radius:28px;
  box-shadow:0 30px 80px rgba(20,12,7,.35);
}
.destination-modal-panel img{
  width:100%;
  height:300px;
  object-fit:cover;
  display:block;
  border-radius:28px 28px 0 0;
}
.modal-content{padding:30px}
.modal-content h3{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(2rem,4vw,3.2rem);
  margin:0 0 12px;
  color:var(--brown);
}
.modal-content p{
  margin:0 0 18px;
  line-height:1.75;
  color:var(--brown-2);
  font-size:1.05rem;
}
.modal-content ul{
  margin:0 0 24px;
  padding-left:20px;
  color:var(--brown);
  line-height:1.8;
  font-size:1.03rem;
}
.modal-close{
  position:absolute;
  right:16px;
  top:16px;
  width:42px;
  height:42px;
  border-radius:999px;
  border:0;
  background:rgba(20,12,7,.78);
  color:#fff;
  font-size:28px;
  cursor:pointer;
  z-index:2;
}

/* Animations sobres */
.hero-copy,.hero-visual,.service-card,.destination-card,.ebook-visual,.ebook-copy,.google-review-card,.contact-shell{
  animation:fadeUp .65s ease both;
}
@keyframes fadeUp{
  from{opacity:0; transform:translateY(16px)}
  to{opacity:1; transform:translateY(0)}
}
@media (max-width:640px){
  .clean-destination-grid .destination-card{height:190px}
  .destination-modal{padding:12px}
  .destination-modal-panel img{height:220px}
  .modal-content{padding:22px}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important;scroll-behavior:auto !important}
}


/* Descriptions destinations enrichies */
.modal-content ul{
  margin-top:12px;
}
.modal-content li{
  margin-bottom:10px;
}
.modal-content p{
  max-width:760px;
}

/* Style Avis voyageurs */
.google-review-card{
  background:linear-gradient(135deg,#e8c79a,#c88c50);
}


/* === Logo rond + ebook + nouveaux liens + image premium === */
.brand img{
  width:78px;
  height:78px;
  object-fit:cover;
  border-radius:50%;
  background:#ffffff;
  padding:4px;
  box-shadow:0 10px 24px rgba(30,15,7,.22);
}
.footer-brand img{
  width:88px;
  height:88px;
  object-fit:cover;
  border-radius:50%;
  background:#ffffff;
  padding:4px;
  box-shadow:0 10px 24px rgba(30,15,7,.18);
}
.ebook-visual{
  max-width:360px;
  width:100%;
  aspect-ratio:9 / 16;
  margin:0 auto;
  padding:12px;
  background:linear-gradient(180deg,#e5cb91,#d7b775);
}
.ebook-visual img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:14px;
}
.contact-actions{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.social-link{
  background:linear-gradient(180deg,#fff8ee,#f1dcc0);
}
.destination-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.destination-card span{
  line-height:1.15;
}
.hero-visual img{
  object-fit:cover;
  object-position:center center;
  filter:saturate(1.04) contrast(1.02);
}
@media (max-width:780px){
  .brand img{width:64px;height:64px}
  .footer-brand img{width:76px;height:76px}
  .ebook-visual{max-width:280px}
  .contact-actions{grid-template-columns:1fr}
}


/* Correction boutons Facebook / Instagram plus premium */
.contact-box.social-link{
  background:linear-gradient(180deg,#7a4723,#3a2414) !important;
  color:#fffaf3 !important;
  border:1px solid rgba(200,169,107,.75) !important;
  box-shadow:0 12px 28px rgba(58,36,20,.22);
  font-weight:800;
}
.contact-box.social-link:hover{
  transform:translateY(-2px);
  filter:saturate(1.08);
}


/* Lien CGV */
.ebook-meta a{
  color:var(--brown);
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:4px;
}
.footer-links a[href="cgv.html"]{
  color:#f5d7a4;
  font-weight:800;
}


/* Correction affichage du bouton Avis des voyageurs en bas de page */
.contact-box.google-business-link{
  min-height:72px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:12px 16px;
  font-weight:800;
  background:linear-gradient(180deg,#7a4723,#3a2414) !important;
  color:#fffaf3 !important;
  border:1px solid rgba(200,169,107,.75) !important;
  box-shadow:0 12px 28px rgba(58,36,20,.22);
}
.footer-links a[href*="share.google"]{
  color:rgba(255,249,241,.9) !important;
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  font-weight:400 !important;
}


.footer-copyright {
  text-align: center;
  padding: 18px 10px 8px;
  font-size: 0.95rem;
  color: #666;
  border-top: 1px solid rgba(0,0,0,0.08);
  margin-top: 20px;
}
