/* 🌿 Style moderne & apaisant - Luxo'Sève */

:root {
  --green: #6fbf73;
  --light-green: #d9f3dd;
  --beige: #fff9f5;
  --text: #333;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 150px;
}

@media (max-width: 900px) {
  [id] {
    scroll-margin-top: 150px;
  }
}

body {
  background-image: url('images/marbres.jpg'); /* remplace par le chemin réel */
  background-size: cover; /* l’image couvre tout l’écran */
  background-repeat: no-repeat;
  background-attachment: fixed; /* l’image reste fixe au scroll */
  background-position: center center;
  font-family: 'Arial', sans-serif; /* garde une police agréable */
}


.luxo-cardsss {
  display: flex;
  justify-content: center; /* centre horizontalement */
  align-items: center;
  margin: 40px 0;
}

.luxo-carddd {
  max-width: 500px; /* largeur du carré */
  width: 100%;
  text-align: center;
  padding: 24px 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(111, 191, 115, 0.25);
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.luxo-carddd h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: #2c7c2c;
}

.luxo-carddd p {
  margin: 0.35rem 0;
}

.luxo-carddd a {
  display: block;
  text-decoration: none;
  color: #2b6f34;
  font-weight: 600;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: rgba(111, 191, 115, 0.12);
  transition: transform 0.2s ease, background-color 0.25s ease, color 0.25s ease;
}

.luxo-carddd a:hover {
  background: rgba(111, 191, 115, 0.22);
  transform: translateY(-2px);
  color: #1f5b26;
}

.luxo-carddd a::before {
  content: "→ ";
}

/* ===== HEADER ===== */
/* Conteneur logo + texte */
.logo-text {
  display: flex;
  align-items: center;
  gap: 0.4rem; /* réduit l’espace entre logo et texte */
}

/* Texte à côté du logo */
.logo-title {
  display: flex;
  flex-direction: column;
  line-height: 1.1; /* réduit l’espace entre les lignes */
}

.luxoseve {
  font-family: 'Snell Roundhand', 'Great Vibes', cursive; /* fallback si Snell pas dispo */
  font-weight: 1000;
  font-size: 3.2rem; /* texte plus gros */
  color: #2aa32a;
  margin: 0;
}





/* Centre de Luxopuncture */
.logo-title small {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 1rem; /* un peu plus grand pour équilibre */
  color: #000000; /* harmonise avec le vert */
  margin: 0; /* supprime margin par défaut */
}




.header {
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 2rem;
}

.logo {
  height: 130px;
  border-radius: 50%;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

nav a {
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  transition: color 0.3s;
}

nav a:hover {
  color: var(--green);
}

/* ===== HAMBURGER ===== */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 22px;
  cursor: pointer;
  z-index: 1100;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: var(--text);
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* ===== RESPONSIVE BACKGROUND ===== */
@media (max-width: 768px) {
  body {
    background-attachment: scroll !important;
    background-size: auto;
    background-repeat: repeat;
  }
  
  .section.light {
    background: transparent !important;
  }
  
  .header {
    background: rgba(255, 255, 255, 0.92) !important;
  }
}


/* ===== MOBILE MENU ===== */
@media (max-width: 900px) {
  nav ul {
    position: fixed;
    top: 110px; /* sous le header */
    right: 0;
    transform: translateX(100%);
    width: 250px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 12px 0 0 12px;
    box-shadow: -2px 4px 20px rgba(0,0,0,0.15);
    transition: transform 0.4s ease;
    z-index: 1050;
  }

  nav ul.show {
    transform: translateX(0);
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    cursor: pointer;

    position: fixed; /* <-- important */
    top: 1rem;       /* ajuster selon le header */
    right: 1rem;   /* ajuster selon le header */
    z-index: 1100;   /* doit être plus grand que le menu */
  }

  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: var(--text);
    border-radius: 3px;
    transition: all 0.3s ease;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}




/* ===== HERO ===== */
.hero {
  height: 100vh;
  background: url('images/cabinet-1.jpg') center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.hero h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.hero p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.btn {
  background: var(--green);
  color: var(--white);
  padding: 0.9rem 1.8rem;
  border-radius: 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s;
}

.btn:hover {
  background: #57a45b;
  transform: translateY(-3px);
}

.btn.large {
  padding: 1rem 2.2rem;
  font-size: 1.1rem;
}

/* ===== SECTIONS ===== */
.section {
  padding: 6rem 2rem;
  text-align: center;
    scroll-margin-top: 90px;

}

.section.light {
  background: var(--light-green);
}
h2 {
  font-family: 'Playfair Display', serif;
  color: var(--green);
  font-size: 2.4rem;           /* un peu plus grand */
  font-weight: 600;             /* un peu plus de présence */
  letter-spacing: 0.5px;        /* espacement élégant des lettres */
  text-align: center;
  margin-bottom: 2.5rem;        /* plus d’air sous le titre */
  position: relative;
}

h2.tarifs-title {
  font-family: 'Playfair Display', serif;
  color: #2f7a2f;        /* utilise la variable verte */
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
}

.prestation-title {
  font-size: 1.8rem;         /* un peu plus grand que le h3 normal */
  color:#46a705;       /* couleur verte */
  text-align: center;
  margin: 3rem 0 2rem 0;     /* top/bottom spacing */
  font-family: 'Playfair Display', serif;
  position: relative;
}

/* Ligne décorative sous le titre */
.prestation-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #46a705;
  margin: 0.5rem auto 0 auto;
  border-radius: 2px;
}

.prestation-title-energetique {
  font-size: 1.8rem;             /* même taille que Luxopuncture */
  color: #46a705;                /* couleur différente pour distinction (orange chaud) */
  text-align: center;
  margin: 3rem 0 2rem 0;         /* top/bottom spacing */
  font-family: 'Playfair Display', serif;
  position: relative;
}

/* Ligne décorative sous le titre */
.prestation-title-energetique::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #46a705;     /* même couleur que le titre */
  margin: 0.5rem auto 0 auto;
  border-radius: 2px;
}


/* ===== AUTRES SECTIONS ===== */
.temoignages-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.temoignages-gallery img {
  width: 280px;
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s;
}

.temoignages-gallery img:hover {
  transform: scale(1.03);
}

.apropos-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: center;
}

.apropos-text {
  max-width: 500px;
}

.apropos-text p {
  font-size: 1.1rem;
  line-height: 1.7;
}

.apropos-image img {
  width: 400px;
  border-radius: 1rem;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

/* ===== FOOTER ===== */
footer {
  background: #222;
  color: var(--white);
  text-align: center;
  padding: 1.5rem;
  font-size: 0.9rem;
}

/* ===== ANIMATIONS ===== */
.fade-in {
  animation: fadeIn 1.8s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== RÉSEAUX SOCIAUX ===== */
.social-links {
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.social-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.15));
  transition: transform 0.3s, filter 0.3s;
}

.social-icon:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.25));
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero h1 { font-size: 2.2rem; }
  .apropos-image img { width: 100%; }
  .container { flex-direction: column; }
  .section { padding: 4rem 1.5rem; }
}
/* ===== ONGLET PRESTATIONS ===== */
.tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.tab-btn {
  background: var(--white);
  border: 2px solid var(--green);
  color: var(--green);
  padding: 0.6rem 1.4rem;
  border-radius: 2rem;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.tab-btn:hover {
  background: var(--light-green);
}

.tab-btn.active {
  background: var(--green);
  color: var(--white);
}

.tab-content {
  display: none;
  animation: fadeIn 1s ease;
}

.tab-content.active {
  display: block;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.card {
  background: var(--white);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  text-align: justify; /* Texte justifié à gauche et à droite */
}

.card:hover {
  transform: translateY(-5px);
}

.card h3 {
  color: var(--green);
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.card p,
.card ul,
.card ol {
  text-align: justify; /* Justification des paragraphes et listes */
}


/* ===== FAQ - Version améliorée ===== */
.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--white);
  border-radius: 0.8rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.2rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.faq-question {
  width: 100%;
  background: none;
  color: var(--green);
  padding: 1.2rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s, color 0.3s;
}

.faq-question:hover {
  background: var(--light-green);
}

.faq-question::after {
  content: "\f078"; /* flèche Font Awesome "chevron-down" */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  color: var(--green);
  transition: transform 0.4s ease;
}

.faq-question.active::after {
  transform: rotate(180deg);
  color: #57a45b;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f9fff9;
  border-top: 1px solid #d9f3dd;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 1.5rem;
}

.faq-answer p {
  margin: 1rem 0;
  color: #444;
  line-height: 1.6;
}

/* ===== LUXOPUNCTURE CARDS ===== */
.luxo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.luxo-card {
  background: var(--white);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  text-align: justify;
}

.luxo-card:hover {
  transform: translateY(-5px);
}

.luxo-card h3 {
  color: var(--green);
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
/* ===== RENDEZ-VOUS SECTION ===== */
.rendezvous-section {
  background: linear-gradient(135deg, #e9f8ec 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}

.rendezvous-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.rendezvous-content {
  flex: 1 1 400px;
  text-align: left;
}

.rendezvous-content h2 {
  font-family: "Playfair Display", serif;
  color: var(--green);
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.rendezvous-content p {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.rdv-btn {
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 4px 10px rgba(111, 191, 115, 0.3);
}

.rdv-btn i {
  font-size: 1.3rem;
}

.rdv-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 6px 15px rgba(111, 191, 115, 0.4);
}

.rdv-contact {
  margin-top: 1.5rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.8;
}

.rdv-contact i {
  color: var(--green);
  margin-right: 0.5rem;
}

.rendezvous-image {
  flex: 1 1 350px;
  display: flex;
  justify-content: center;
}

.rendezvous-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 1.2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.rendezvous-image img:hover {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
  .rendezvous-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .rendezvous-content {
    text-align: center;
  }

  .rendezvous-image img {
    max-width: 300px;
  }
}
/* ===== TÉMOIGNAGES MODERNES ===== */
.temoignages-section {
  background: linear-gradient(135deg, #f8fff9, #ffffff);
  position: relative;
  overflow: hidden;
}

.temoignages-section h2 {
  font-size: 2rem;
  color: var(--green);
  margin-bottom: 1rem;
}

.temoignages-section p {
  color: #555;
  margin-bottom: 3rem;
  font-size: 1.1rem;
}

.temoignages-slider {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.slide {
  display: none;
  text-align: center;
  animation: fadeIn 1s ease;
}

.slide.active {
  display: block;
}

.slide img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

blockquote {
  background: var(--white);
  border-radius: 1rem;
  padding: 1.8rem 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  font-style: italic;
  color: #444;
}

blockquote::before {
  content: "“";
  position: absolute;
  top: -25px;
  left: 20px;
  font-size: 4rem;
  color: var(--green);
  opacity: 0.2;
}

blockquote cite {
  display: block;
  margin-top: 1rem;
  color: var(--green);
  font-weight: 600;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.slider-controls button {
  background: var(--green);
  color: var(--white);
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.slider-controls button:hover {
  background: #57a45b;
  transform: scale(1.1);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .slide img {
    width: 90px;
    height: 90px;
  }

  blockquote {
    padding: 1.4rem;
  }

  .slider-controls button {
    width: 40px;
    height: 40px;
  }
}
.apropos-text p {
  margin-bottom: 1.2rem;
  line-height: 1.7;
}
.stars {
  font-size: 1.3rem;
  letter-spacing: 4px;
  color: #f5b301; /* jaune doré */
}

.global-rating {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.rating-text {
  margin-left: 0.5rem;
  font-weight: 600;
  color: var(--green);
}

.rating-count {
  margin-left: 0.5rem;
  color: #666;
}

.stars {
  font-size: 1.3rem;
  letter-spacing: 4px;
}
/* Supprimer les marges/paddings par défaut */
p, ul, li {
  margin: 0;
  padding: 0;
}

/* Ajouter un peu d’espace proprement */
.relax-list li {
  margin-bottom: 0.5em; /* espace entre les items */
  list-style: disc; /* garde les puces */
}

p {
  margin-bottom: 1em; /* espace entre paragraphes */
}
/* ===== MON CABINET – Galerie plus grande ===== */
.cabinet-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* images plus larges */
  gap: 25px;
  margin-top: 30px;
}

.cabinet-item img {
  width: 100%;
  height: 300px; /* images plus hautes pour un effet immersif */
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.cabinet-item img:hover {
  transform: scale(1.07);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

/* Pour les grands écrans : images encore plus grandes */
@media (min-width: 1200px) {
  .cabinet-gallery {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
  }

  .cabinet-item img {
    height: 350px;
  }
}
/* ===== SECTION TARIFS ===== */

.tarifs-section {
  padding: 60px 20px;
  background-color: #fefcf8;
  text-align: center;
  overflow-x: hidden;
}

.tarifs-section h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #333;
}

.tarifs-section p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

/* ===== CONTENEUR ===== */

.tarifs-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
}

/* Lignes */

.tarifs-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  width: 100%;
}

/* ===== CARTES ===== */

.tarif-card {
  background: #fff;
  padding: 60px 50px;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
  flex: 1 1 260px;
  max-width: 320px;
  min-height: 300px;
  transition: all 0.3s ease;
}

.tarif-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

/* Textes */

.tarif-card h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #333;
}

.tarif-card p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #555;
}

.tarif-card .price {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2f7a2f;
  display: block;
  margin-bottom: 18px;
}

/* Listes */

.tarif-card ul {
  list-style: disc;
  text-align: left;
  padding-left: 20px;
  color: #555;
}

.tarif-card li {
  margin-bottom: 8px;
  line-height: 1.4;
}

/* Flèche */

.fleche::before {
  content: "➜ ";
  color: #2f7a2f;
  font-weight: bold;
}

/* ===== MOBILE TARIFS ===== */
@media (max-width: 900px) {

  .tarifs-section {
    padding: 40px 12px;
  }

  .tarifs-row {
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .tarif-card {
    width: 100%;
    max-width: 100%;
    padding: 32px 22px;
    min-height: auto;
    border: 2px solid #ffffff;
    box-sizing: border-box;

    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(4px);
  }

  .tarif-card *,
  .tarif-card li {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .tarif-card ul {
    padding-left: 18px;
  }

}
/* ================= MARBRE A LA DEMANDE ================= */

.marbre-bg {
  background-image: url("images/marbres.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Mobile fixes */
@media (max-width: 900px) {
  .marbre-bg {
    background-attachment: scroll;
  }
}
