@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&family=Quicksand:wght@300;400;500&family=Roboto:wght@300;400;500&display=swap');

/* === Base === */
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  font-family: 'Segoe UI', 'Helvetica Neue', cursive;
  font-weight: 400;
  font-style: normal;
 background-image: url('image/ciel-rose.webp');

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #3a2c4f;
}
.fond2 {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  font-family: 'Segoe UI', 'Helvetica Neue', cursive;
  font-weight: 400;
  font-style: normal;
 background-image: url('image/carte fond.webp');

  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center;
  color: #3a2c4f;
}
/* Texte général */
p {
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  color: #3a2c4f;
  margin-bottom: 20px;
}

/* Section principale */
.spiritual-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
  animation: fadeIn 2s ease-in;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Sous-titre */
.subtitle {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7a5ca0;
  margin-bottom: 10px;
}

/* Titre principal */
.main-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 300;
  margin-bottom: 10px;
}

/* Intro */
.intro {
  text-align: center;
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #5c4a7d;
}

/* Titres de section */
.section-title {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: 400;
  color: #4b3b63;
}

/* Texte centré */
.center {
  text-align: center;
  margin: 20px 0;
  line-height: 1.7;
  font-size: 1.05rem;
  color: #3a2c4f;
}

/* Titres */
h1 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 10px;
}

h2 {
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
p {
  margin-bottom: 20px;
}

/* === Avent Image === */
#semaine-image {
    width: 300px;  
    height: auto;
}


/* === Titres === */


/* === Menu nav === */
section {
  text-align: center;
  border-radius: 20px;
  background-color: rgba(249, 241, 246, 0.2);
}
.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  background-color: #74037e7b;
}
.nav li {
  position: relative;
}
.nav a {
  display: block;
  padding: 12px 20px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.nav a:hover {
  background-color: #066aa8a7;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1b00939e;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 160px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  z-index: 1000;
}
.dropdown-menu li a {
  padding: 10px 15px;
  color: white;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

/* === Bouton contacter réseaux === */
ul.contacter {
  background-color: transparent;
  margin-top: 20px;
  display: flex;
  justify-content: left;
  gap: 10px;
  padding: 0;
  list-style: none;
}
li.contacter a {
  background-color: #3e173e;
  color: white;
  border-radius: 5px;
  margin: 5px;
  padding: 10px 16px;
  display: inline-block;
}
li.contacter a:hover {
  box-shadow: 0 0 10px rgba(1, 203, 248, 0.912);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

/* Conteneur des avis avec scroll */
#liste-avis {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 20px;
  scrollbar-width: thin;
}

/* Bloc de chaque avis */
.avis-container {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}





/*poli es des avis */
.avis .commentaire {
  font-size: 14px !important;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: #f0f0f0;
}



/* Tous les paragraphes dans les avis */
.avis p {
  margin-bottom: 20px;
  font-size: 0.95rem;
}



/* Nom + date */
.avis .auteur {
  font-weight: bold;
  color: #66aaff;
  font-size: 20px !important;
}

/* Étoiles dans les avis */
.avis .stars {
  color: gold;
  font-size: 22px;
  margin: 5px 0;
}

/* Étoiles du formulaire */
.stars span {
  font-size: 30px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

/* Étoiles sélectionnées */
.stars span.active {
  color: gold;
}

/* Étoiles au survol */
.stars span.hover {
  color: gold;
  transform: scale(1.2);
  text-shadow: 0 0 5px gold;
}


/* === Agenda === */
/*#agenda {
  position: right;
  right: 20px;
  top: 100px;
  border-radius: 10px;
}
#agenda iframe {
  width: 400px;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(236, 4, 151, 0.55);
}
*/
/* === Présentation === */
#presentation {
  text-align: center;
  font-size: 20px;
}
/*bouton contacter*/
.btn-contact {
  list-style: none;
  text-align: center;
  margin: 30px 0;
}

.btn-contact a {
  display: inline-block;
  background: linear-gradient(135deg, #f8c4ec, #d4b0ff);
  color: #4b006e;
  font-weight: bold;
  font-size: 1.2em;
  padding: 14px 28px;
  border-radius: 40px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px rgba(212, 176, 255, 0.6);
  transition: transform 0.3s ease;
}

.btn-contact a::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: 60px;
  background: radial-gradient(circle, rgba(212,176,255,0.4) 0%, transparent 70%);
  animation: pulseAura 3s infinite ease-in-out;
  z-index: -1;
}

.btn-contact a:hover {
  transform: scale(1.05);
}

@keyframes pulseAura {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

/* === Images de profil === */
.logo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: 20px auto;
  display: block;
}
.profil {
  width: 150px;
  height: 250px;
  border-radius: 10%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  margin: 20px auto;
  display: block;
}

/* === Images générales === */
img {
  opacity: 0.9;
}

/* === Zone contact === */
.zone-contact {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 200px;
  margin: 40px auto;
  max-width: 800px;
  padding: 0 10px;
}
.image_gauche {
  width: 350px;
  height: auto;
  border-radius: 5%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  margin-left: 0;
}
.zone-contact section {
  flex: 1;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 600px) {
  .profil {
    width: 100px;
    height: 100px;
  }
  ul li {
    float: none;
    text-align: center;
  }
  .zone-contact {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .image_gauche {
    width: 120px;
    height: auto;
    margin: 0 auto;
  }
  .zone-contact section {
    width: 90%;
    max-width: 400px;
  }
}

/* === Pied de page === */
footer {
  background-color: rgba(238, 8, 89, 0.423);
  border-radius: 10px;
}

/* === Slider === */
.slider-container {
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding: 10px;
}
.slider-track {
  display: flex;
  gap: 10px;
  scroll-snap-type: x mandatory;
}
.slide {
  flex: 0 0 auto;
  width: 300px;
  height: 200px;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide img {
  width: 100%;
  height: 85%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  transition: border 0.3s ease;
}
.slide img:hover {
  border: 3px solid rgba(214, 7, 173, 0.978);
}
@media (min-width: 1024px) {
  .slider-track {
    animation: scroll 40s linear infinite;
  }
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* === Overlay texte sur image === */
.image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 85%;
  overflow: hidden;
}
.image-wrapper img {
  display: block;
  width: 95%;
  height: 95%;
  transition: filter 0.3s ease;
  z-index: 1;
}
.image-wrapper:hover img {
  filter: blur(1px);
  opacity: 0.8;
}
.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.2em;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
  text-shadow: 0 0 5px rgba(239, 7, 147, 1);
}
.image-wrapper:hover .overlay-text {
  opacity: 1;
}

/* === Icônes de sécurité === */
.securite-icons {
  display: flex;
  justify-content: center;
  flex