/* ================================
   RESET & BASE STYLES
================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}



body {
  font-family: 'Raleway', sans-serif;
  color: #333;
  /* background-color: #fff; */
  background-color:	#FAFAFA ;
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
}



/* ================================
   CHARTE GRAPHIQUE - VARIABLES
================================ */
:root {
    /* Couleurs de la charte */
    --primary-color: #5E4B8B;      /* Violet principal */
    --secondary-color: #A0D5D1;    /* Vert d'eau clair */
    --accent-color: #6ACFC7;       /* Vert d'eau vif */
    --background-cream: #FAF6F1;   /* Crème de fond */
    --text-dark: #333333;
    --text-light: #666666;
    --white: #ffffff;
    --shadow-light: rgba(94, 75, 139, 0.1);
    --shadow-medium: rgba(94, 75, 139, 0.2);
    --transition: all 0.3s ease;
    
    /* Polices de la charte */
    --font-title: 'Cormorant Garamond', serif;
    --font-body: 'Raleway', sans-serif;
}

/* ================================
   TYPOGRAPHY
================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title);
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 800;
    line-height: 1.3;
}

h1 {
    font-size: 3.5rem;
    font-weight: 600;
}

h2 {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

p {
    margin-bottom: 1rem;
    color: var(--text-light);
    font-weight: 300;
}

/* .section-intro {
    text-align: center;
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 3rem;
    font-style: italic;
} */

.section-intro {
  max-width: 800px;
  margin: 0 auto 4rem auto;
  padding: 1.5rem 2rem;
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.6;
  color: var(--text-light);
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02)); 
 
  border-left: 5px solid #6acfc7; 

  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
  transition: all 0.3s ease;

 opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease-out forwards;

}


.section-intro a {
  color: var(--accent-color);
  text-decoration: underline;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
}

.external-icon {
  font-size: 0.9em;
  opacity: 0.8;
  transition: transform 0.2s ease;
}

.section-intro a:hover .external-icon {
  transform: translateY(-2px);
}



@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

a {
  color: var(--accent-color); /* ou une couleur spécifique comme #e94e77 */
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--primary-color); /* ou un autre effet au survol */
}




/* .schedule-info {
  text-align: center;
  background-color:#6ACFC7;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px var(--shadow-light);
  max-width: 700px;
  

   margin: 3rem auto 0 auto;

}




.schedule-info h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.schedule-info ul {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
  color: var(--text-light);
}

.schedule-info li {
  margin-bottom: 1rem;
  line-height: 1.6;
}



.schedule-table a {
  color: var(--accent-color); /* Utilise ta couleur d'accent */
  /* text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.schedule-table a:hover,
.schedule-table a:focus {
  border-bottom-color: var(--accent-color);
  color: var(--primary-color);
  outline: none;
}


#schedule {
  margin-bottom: 6rem;
} */ 

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');

#schedule {
  margin-bottom: 6rem;
  font-family: 'Raleway', sans-serif;
}

.schedule-info {
  text-align: center;
   /* Couleur plus douce */
  background-color:#7f6fa0 ;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px var(--shadow-light);
  max-width: 700px;
  margin: 3rem auto 0 auto;
}

.schedule-info h3 {
  /* color: var(--primary-color); */
  /* color: white; */
  color:#6acfc7 ;
  margin-bottom: 1rem;
  font-family: 'Raleway', sans-serif;
}

/* .schedule-info ul {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
  
  color:white ;
  font-family: 'Raleway', sans-serif;
  
} */

.schedule-info ul {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;         /* Poids plus léger */
  letter-spacing: 0.5px;    /* Optionnel : rend le texte un peu plus aéré */
}




.schedule-info li {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.schedule-table a {
  color: #6a1b9a; /* Violet en mode normal */
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.schedule-table a:hover,
.schedule-table a:focus {
  color: #64b5f6; /* Bleu clair au survol */
  border-bottom-color: #64b5f6;
  outline: none;
}

@media screen and (max-width: 600px) {
  .schedule-info {
    padding: 1.5rem;
    margin: 2rem 1rem;
  }

  .schedule-info h3 {
    font-size: 1.4rem;
  }

  .schedule-info ul {
    font-size: 1rem;
  }

  .schedule-info li {
    margin-bottom: 0.8rem;
  }

  .schedule-table a {
    font-size: 1rem;
  }
}












/* ================================
   LAYOUT UTILITIES
================================ */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section {
    padding: 50px 0;
}





/* ================================
   NAVIGATION
================================ */ 
   



/* NAVIGATION PRINCIPALE */

.navbar {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
   z-index: 1000; 
  transition: none;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

 /* position: relative; */

  
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}




.logo-img {
  width: 40px;
  height: auto;
  margin-right: 10px;
  filter: brightness(1.1) contrast(1.1);
}


.logo-text {
  font-size: 1.5rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;              /* Plus fin que 500 */
  letter-spacing: 2px;           /* Plus espacé */
  text-transform: uppercase;     /* Donne un côté plus "identité visuelle" */
  color: #6ACFC7;
}

/* Version responsive mobile */
@media (max-width: 480px) {
  .logo-text {
    font-size: 1.2rem;
    letter-spacing: 1.5px;
  }
}


.nav-menu {
  display: flex;

  gap: 20px;
  list-style: none;


}



.nav-link {
  text-decoration: none;
  color: #E6AA68;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;             /* Légèrement plus petit */
  text-transform: uppercase;
  letter-spacing: 1.5px;          /* Un peu plus d'espacement */
  font-weight: 500;               /* Plus fin si supporté */
  position: relative;
  padding: 5px 8px;               /* Donne un peu de respiration */
  transition: color 0.3s ease, opacity 0.3s ease;
  opacity: 0.9;                   /* Légère transparence pour plus de douceur */
}




.nav-link:hover {
  opacity: 1;  
  color: #5E4B8B;
}

/* BURGER MENU (initialement caché sur desktop) */

.burger {
  display: none;
  
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}



/* RESPONSIVE MOBILE */


@media (max-width: 768px) {
  .nav-menu{
    
    
    display: none !important; 

    flex-direction: column;
    background-color: #fff; 
    position: absolute;
     top: 100%; /* Juste sous le .nav-container */
     right: 0; 
    width: 200px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  
 }
 
 .nav-menu.active  {
    display: flex !important; 
  }   
 
     .burger {
        display: flex;
    } 

    .burger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }  

    .burger span {
  height: 3px;
  width: 25px;
  background: #333;
  border-radius: 5px;
}

  }

 



  /* .burger {
     display: flex; 
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
  }

  .burger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
  } */

/* .logo-img {
    width: 28px;
  }*/




/*.logo-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500; 
  font-size: 1.2rem;
  color: #5E4B8B;
  text-transform: uppercase;
  letter-spacing: 1px;
}  */


 



 




















.hero {
  position: relative;
  min-height: 100vh;
  background-image: url('image/isabelle-et-une-eleve.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}


.hero-overlay {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.15); /* Transparence douce */
  backdrop-filter: blur(8px);
  padding: 32px 24px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  width: 100%;
}



@media (max-width: 768px) {
  .hero {
    background-position: 20% center;
    flex-direction: column; /* empile verticalement en mobile */
  }

  .hero::after {
    background: radial-gradient(
      circle at 50% 45%,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.35) 40%,
      rgba(0, 0, 0, 0.15) 80%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .hero-overlay {
    max-width: 90vw;
    padding: 20px 15px;
  }
}



.hero h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #6ACFC7;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}




.hero-subtitle {
  font-size: 1.5rem;
  font-style: italic;
  color: #e0dfdd;
  margin-bottom: 1rem;
}

.hero-description {
  font-size: 1.1rem;
  color: #f0efec;
  margin-bottom: 2rem;
  line-height: 1.6;
}








 .btn {
  display: inline-block;
  padding: 15px 35px;
  background-color: #E6AA68;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover {
  background-color: #f1c191; /* plus clair au survol */
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .hero-overlay {
    max-width: 90%;
    padding: 20px;
    border-radius: 16px;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .btn {
    font-size: 0.9rem;
    padding: 12px 20px;
  }
}










/* Animation fadeUp */
.hero h1,
.hero-subtitle,
.hero-description,


.hero-subtitle {
  animation-delay: 0.3s;
}
.hero-description {
  animation-delay: 0.6s;
}


@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}





















.meditation-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 20px 60px var(--shadow-medium);
    opacity: 0.8;
}

.meditation-circle::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.meditation-circle::after {
    content: '🧘‍♀️';
    position: absolute;
    font-size: 4rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* ================================
   ABOUT SECTION
================================ */


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Raleway:wght@700&display=swap');

.section {
  margin-top: 50px; /* ✅ Marge externe haute */
}

/* === Layout principal === */
.about-content {
  display: flex;
  justify-content: space-between;
  align-items: center; /* ✅ Pour centrer l'image verticalement */
  flex-wrap: wrap;
  gap: 40px;

align-items: flex-start;

}

/* === Texte === */
.about-text {
  flex: 1 1 55%;
  min-width: 300px;
  max-width: 600px;
  color: #1f1f1f;

}


.about-text h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #5E4B8B;
  
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.4;
  /* text-transform: none; */


 
 
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s ease-out forwards;

  
}

.about-text p:first-of-type::first-letter {
  font-size: 2rem;
  font-weight: bold;
  float: left;
  line-height: 1;
  margin-right: 8px;
  color: var(--accent-color); /* ou un joli ton contrasté */
}



/* Animation fadeInUp */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/* === Image === */
.about-image {
  flex: 1 1 40%;
  max-width: 700px;
  min-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-image img {
  width: 100%;
  /* height: auto; */
  object-fit: cover;
  display: block;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;


  max-height: 620px;
   margin-top: 50px;

}



.about-credentials {
  display: flex;
  flex-direction: column;
  /* flex-direction: row; */
  align-items: flex-start;
  gap: 20px;
  margin: 60px auto 0;
  /* padding: 0 20px; */
  font-family:'Raleway', sans-serif;
  /* max-width: 600px; */
}

.credential {
  display: flex;
  align-items: center;
  gap: 16px;
  background: white; 
   /* background: linear-gradient(135deg,#fff ,#e0e0ff ); */
  padding: 18px 24px;
  border-left: 6px solid #5E4B8B;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.credential:hover {
  transform: translateX(6px);
  box-shadow: 0 10px 24px rgba(0, 191, 165, 0.1);
}

.icon {
  font-size: 1.6rem;
  color: #00bfa5;
  flex-shrink: 0;
}

.credential-title {
  font-weight: 700;
  font-size: 1rem;
  color:#5E4B8B ;
  margin-bottom: 4px;
}

.credential-detail {
  font-size: 1rem;
  color: #555;
}

@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-text {
    max-width: 100%;
    font-family:'Raleway', sans-serif ;
  }

  .about-image {
    max-width: 90%;
    /* margin-top: 10px; */
  }

  .about-credentials {
    margin-top: 40px;
  }

  .credential {
    width: 100%;
    justify-content: center;
    text-align: left;
  }
}





.services-grid {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr);  */

  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 

  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}






.service-card {
    /* background: var(--white); */
    background-color:#7f6fa0 ;
    border-radius: 20px;
    padding: 20px; 
    text-align: center;
    transition: var(--transition);
    box-shadow: 0 10px 30px var(--shadow-light);
    border-top: 4px solid var(--accent-color);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    transform: scaleX(0);
    transition: var(--transition);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px var(--shadow-medium);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-icon svg {
    width: 36px;
    height: 36px;
    stroke: var(--white);
}






.service-card h3 {
    margin-bottom: 20px;
    /* color: var(--primary-color); */
    color: white;
}

.service-card p {
    margin-bottom: 25px;
    line-height: 1.7;
    color:white ;
}

.service-details {
    list-style: none;
    text-align: left;
}

.service-details li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    /* color: var(--text-light); */
    color:#6acfc7 ;
    font-size: 0.95rem;
}

.service-details li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent-color);
    font-weight: bold;
}

/* ================================
   SCHEDULE SECTION
================================ */
.schedule-table {
     background: var(--white); 
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px var(--shadow-light);
    margin-top: 40px;
   
}

.schedule-table table {
    width: 100%;
    border-collapse: collapse;
}

.schedule-table th,
.schedule-table td {
    padding: 25px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(160, 213, 209, 0.2);
}

.schedule-table th {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: var(--white);
    font-weight: 500;
    font-family: var(--font-title);
    font-size: 1.1rem;
}

.schedule-table tr:hover {
    background-color: rgba(160, 213, 209, 0.05);
}

.schedule-table td {
    font-weight: 300;
}

/* ================================
   TESTIMONIALS SECTION
================================ */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.testimonial-card {
    background: var(--white);
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 10px 30px var(--shadow-light);
    transition: var(--transition);
    border-left: 4px solid var(--accent-color);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px var(--shadow-medium);
}

.testimonial-content p {
    font-style: italic;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    color: var(--text-light);
}

.testimonial-content p::before {
    content: '"';
    font-size: 3rem;
    color: var(--accent-color);
    line-height: 0;
    vertical-align: top;
}

.testimonial-content p::after {
    content: '"';
    font-size: 3rem;
    color: var(--accent-color);
    line-height: 0;
    vertical-align: bottom;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
}

#testimonials {
  margin-bottom: 1rem; /* ou plus si besoin */
}


.author-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 600;
    font-size: 1.1rem;
}

.author-name {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 2px;
}

.author-detail {
    font-size: 0.9rem;
    color: var(--text-light);
}



.trust-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 60px;
  padding: 30px 20px;
  
/* background-color: #5E4B8B ; */
background-color:#7f6fa0 ;
  border-radius: 20px;
  color: #e0e0ff;
  font-family: 'Raleway', sans-serif;
  text-align: center;
} 





.trust-item {
  flex: 1 1 150px;
  max-width: 220px;
  padding: 10px;
  transition: transform 0.3s ease;

position: relative;



} 

.trust-item:hover {
  transform: translateY(-5px);
}

.trust-number {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.trust-label {
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b0c4ff;
}

.trust-item:not(:last-child)::after { content: ''; position: absolute; top: 25%; right: 0; width: 1px; height: 50%; background-color: white; opacity: 0.4; }




@media screen and (max-width: 600px) {
  .trust-indicators {
    flex-direction: column;
    gap: 30px;
    padding: 20px 15px;
  }

  .trust-number {
    font-size: 2.2rem;
  }

  .trust-label {
    font-size: 0.9rem;
  }

.trust-item:not(:last-child)::after {
    display: none;
  }


}



.partners-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 0;
}



.partners-title {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 2rem;

  text-align: center;
  font-weight: 600;
}

.partners-title .highlight {
  color: var(--accent-color);

  font-style: italic;
  font-weight: 700;
}
 




.partner-logo:hover {
    transform: scale(1.05);
    opacity: 1;
} 




.partners-section {
  padding: 40px 20px;
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  text-align: center;
}









.partners-header {
  margin-bottom: 2.5rem;
  animation: fadeInUp 0.8s ease forwards;
}

.partners-title {
  font-size: 2.2rem;
  color: var(--primary-color);
  font-family: var(--font-title);
  font-weight: 600;
  line-height: 1.4;
}

.partners-title .highlight {
  color: var(--accent-color);
  font-style: italic;
  font-weight: 700;
}

.separator {
  width: 60px;
  height: 4px;
  background: var(--accent-color);
  margin: 1rem auto 0;
  border-radius: 2px;
}

/* Logo style - garder ou ajuster */
.partner-logo {
  height: 90px;
  width: auto;
  object-fit: contain;
  padding: 0.8rem;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, opacity 0.3s ease;
  /* opacity: 0.7; */


}

.partner-logo:hover {
  transform: scale(1.08);
  opacity: 1;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}







/* ================================
   CONTACT SECTION
================================ */


/* ===== SECTION CONTACT ===== */


#contact {
  padding: 60px 20px 80px;
  max-width: 1200px;
  margin: 60px auto;
  font-family: 'Raleway', sans-serif;
  border-radius: 15px;

  /* Nouveau fond image */
  background-image: url('image/posture-du-bateau.jpg'); /* chemin vers ton image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  background-attachment: fixed;

  /* background-attachment: scroll; */


  /* Overlay sombre (facultatif si l’image est trop claire) */
  position: relative;
  z-index: 1;
  color: #ffffff;
}

#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(94, 75, 139, 0.5); /* voile violet semi-transparent */
  z-index: -1;
  border-radius: 15px;
}



#contact .section-title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 2.5rem;
  /* color: #ffffff; */

  color:white ;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  #contact .section-title {
    font-size: 2.1rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  #contact .section-title {
    font-size: 1.7rem;
    letter-spacing: 0.5px;
  }
}

/* Disposition en 2 colonnes */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: start;
  padding: 0 10px;
}




@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .contact-info,
  .contact-form {
    width: 90%;
    max-width: 500px;
  }
}



.contact-info {
  background-color: #7f6fa0; /* violet plus clair que #5E4B8B */
  color: #e0e0ff; /* conserve ta couleur texte clair */
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(94, 75, 139, 0.2); /* ombre douce */
  transition: background-color 0.3s ease;

background: rgba(255, 255, 255, 0.9);
 
  color: #5E4B8B;

}



.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}




.info-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  word-break: break-word;
}

.info-list a {
  word-break: break-word;
  color: #5E4B8B;
}



.info-list i {
  font-size: 1.3rem;
  /* color:  #b8e5e1; */
  color: #5E4B8B;
  margin-right: 12px;
}

.qr-code {
  margin-top: 20px;
}

.qr-code img {
  max-width: 140px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.contact-form {
  background-color: #7f6fa0; /* violet plus clair que #5E4B8B */
  color: #e0e0ff; /* conserve ta couleur texte clair */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(94, 75, 139, 0.2); /* ombre douce */
  transition: background-color 0.3s ease;
  padding: 40px 35px;

 background: rgba(255, 255, 255, 0.9);
  color: #333;

}



.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 600px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: 400;
  margin-bottom: 6px;
  /* color: #ffffff; */
  font-family:'Raleway', sans-serif ;

  color:#5E4B8B; /* conserve ta couleur texte clair */
  
}

input, select, textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-family:'Raleway', sans-serif ;
  font-size: 0.8rem;
  background-color: #fdfdfd;
  color: #222;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(106, 207, 199, 0.5);
}




button[type="submit"] {
  display: inline-block;
  padding: 15px 35px;
  background-color: #E6AA68;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #f1c191; /* plus clair au survol */
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}



@media (max-width: 768px) {
  /* Image de fond spécifique mobile */
  #contact {
    background-image: url('image/shanti-yoga-cours.jpg'); /* ton image mobile */
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
  }

  /* Supprimer le voile violet en mobile */
  #contact::before {
    display: none;
  }

  /* Rendre les blocs plus transparents en mobile */
  .contact-info,
  .contact-form {
    background: rgba(255, 255, 255, 0.7); /* plus transparent que 0.9 */
  }

  /* Masquer les infos inutiles en mobile */
  #contact .info-phone,
  #contact .info-email {
    display: none;
  }

  /* Ajustements divers pour lisibilité mobile */
  .contact-info,
  .contact-form {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 20px;
  }

  .info-whatsapp {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .qr-code {
    margin: 20px auto 0;
    text-align: center;
  }
}







/* ================================
   FOOTER
================================ */


.footer {
  /* background: linear-gradient(135deg,#7f6fa0 , #f9f7f4); */
  color: #5E4B8B;
  padding: 60px 20px 30px;
  font-family: 'Raleway', sans-serif;
  /* border-top: 4px solid #6ACFC7; */
  border-radius: 20px 20px 0 0;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col {
  flex: 1;
  min-width: 250px;
}

.contact-list {
  list-style: none;
  padding: 0;
  font-size: 0.95rem;
}

.contact-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.contact-list i {
  margin-right: 10px;
  color: #6ACFC7;
}

.footer-logo {
  max-width: 140px;
  display: block;
  margin: 0 auto 10px;
}

.center-logo {
  text-align: center;
  align-self: center;
}

.footer-nav .footer-links {
  list-style: none;
  padding: 0;
  text-align: right;
}

.footer-nav .footer-links li {
  margin-bottom: 12px;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.footer-nav .footer-links li:hover {
  transform: translateX(6px);
}

.footer-nav .footer-links a {
  text-decoration: none;
  color: #5E4B8B;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.footer-nav .footer-links a:hover {
  color: #E6AA68;
}

.footer-bottom {
  text-align: center;
  margin-top: 50px;
  font-size: 0.85rem;
  color: #777;
}

.footer-bottom .legal-links {
  margin-top: 12px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom .legal-links li a {
  color: #777;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.3s ease;
}

.footer-bottom .legal-links li a:hover {
  color: #E6AA68;
}



.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #E6AA68; /* Couleur bouton (comme ton style actuel) */
  color: white;
  padding: 12px 18px;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 1000;
}

.back-to-top:hover {
  background-color: #f1c191;
  transform: translateY(-2px);
}






    /* @media (max-width: 768px) {
  .nav-menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 20px;
    flex-direction: column;
    background: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);


     
  } */

    /* .nav-menu.active {
    display: flex;
  }

  .burger {
    display: flex;
  }

  .logo-img {
    width: 28px;
  }


.nav-menu li { margin:25px 0 ; }

    .burger {
        display: flex;
    }

    .burger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger.active span:nth-child(2) {
        opacity: 0;
    }

    .burger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    } */

/* .logo-text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500; /* Medium */
  /* font-size: 1.2rem;
  color: #5E4B8B;
  text-transform: uppercase;
  letter-spacing: 1px;
} */ 

    /* Hero section mobile */
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .hero h1 {
        font-size: 2.8rem;
    }

    .meditation-circle {
        width: 250px;
        height: 250px;
    }

   

    /* Services mobile */
    /* .services-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    } */

@media screen and (max-width: 768px) {
  .services-grid {
      grid-template-columns: 1fr;
      gap: 30px;
  }
}









    /* Testimonials mobile */




    /* .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    } */

@media screen and (max-width: 768px) {
  .testimonials-grid {
      grid-template-columns: 1fr;
      gap: 25px;
  }
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}








    .trust-indicators {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 30px 20px;
    }

    /* Contact mobile */
    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-form {
        padding: 30px 25px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* Schedule mobile */
    .schedule-table {
        overflow-x: auto;
    }

    .schedule-table th,
    .schedule-table td {
        padding: 15px 12px;
        font-size: 14px;
    }

    /* General mobile adjustments */
     .section {
        padding: 30px 0;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    .container {
        padding: 0 15px;
    }


@media screen and (max-width: 480px) {
    .hero h1 {
        font-size: 2.2rem;
    }
  }
    .meditation-circle {
        width: 200px;
        height: 200px;
    }

    .meditation-circle::after {
        font-size: 3rem;
    }

    .trust-indicators {
        grid-template-columns: 1fr;
    }

    .trust-number {
        font-size: 2.5rem;
    }

  



/* === FOOTER PRINCIPAL === */
.footer {
  /* background-color: #1f1f1f; */
  /* color: #ffffff; */
  padding: 60px 20px 30px;
  font-family: 'Raleway', sans-serif;
}

.footer a {
  /* color: #ffffff; */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #E6AA68;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* COLONNES */
.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* CONTACT (colonne 1) */
.contact-list li {
  margin-bottom: 12px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* LOGO (colonne 2) */
.center-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  max-height: 100px;
  width: auto;
}

/* NAVIGATION (colonne 3) */
.footer-links li {
  margin-bottom: 10px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* BAS DE FOOTER */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.85rem;
  color: #cccccc;
}

.legal-links {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.legal-links a {
  font-size: 0.85rem;
  color: #cccccc;
  transition: color 0.3s ease;
}

.legal-links a:hover {
  color: #ffffff;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .footer-grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col {
    align-items: center;
  }

  .footer-logo {
    max-height: 80px;
    margin-bottom: 20px;
  }

  .footer-links li,
  .contact-list li {
    justify-content: center;
  }
}



/* Par défaut (desktop) : menu visible */
.footer-nav {
  display: block;
}

/* Sur petits écrans (ex : ≤ 768px) : cacher le menu */
 @media (max-width: 768px) {
   .footer-nav {
    display: none;
  }  */

  /* Optionnel : recentrer les colonnes restantes */
   .footer-grid {
    justify-content: center;
  }
} 









/* ================================
   ANIMATIONS & TRANSITIONS
================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.fade-in {
    animation: fadeInUp 0.8s ease-out;
}

.meditation-circle {
    animation: float 6s ease-in-out infinite;
}

/* Smooth scrolling offset for fixed navbar */
section[id] {
    scroll-margin-top: 90px;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: var(--background-cream);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #4a3d70, #5bb8b2);
}



