/*
Theme Name: mon-theme-enfant
Template: twentytwentyfive
*/
a {
  text-decoration: none;
  color: #262525;
}
.rosepale {
  background-color: #ffeef1;
}
.darkgreen {
  background-color: #25632d;
}

.darkpink {
  background-color: #fa96a2;
}

.lightyellow {
  background-color: #f3ffe8;
}
.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}
.quicksand,
a,
h4,
label,
p,
li {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.p-25 {
  padding-bottom: 15px;
}

.expertise {
  background: linear-gradient(#ffeef1, rgba(255, 238, 241, 0));
  z-index: 2;
}

.custom-formule-btn {
  background-color: #77ff00;
  color: #000;
  border-radius: 30px;
  font-weight: 100;
  transition: all 0.3s ease;
  border: none;
}

.custom-formule-btn:hover {
  background-color: #5ed100;
  color: #fff;
  transform: scale(1.03);
}

.hero {
  margin-top: -100px;
}

.line {
  position: absolute;
  top: 90px;
  width: 20px;
  height: 0;
  background-color: #81bf43;
  z-index: 0;
  animation: none;
  transition: height 0.9s ease-out;
  pointer-events: none;
}

[data-aos="fade-up"].aos-animate .line {
  height: 40px;
}

.card {
  border: #25632d;
}

.rose-bullet-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.rose-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #ffb6c1;
  border-radius: 50%;
}
.btn-expertise {
  border: 2px solid #65aa3d;
  color: #65aa3d;
  background-color: #fff;
  padding: 0.4rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.1s ease;
  box-shadow: 0px 5px 0px #65aa3d;
  z-index: 10;
}

.btn-expertise:hover {
  transform: translateY(-2px);
}

.btn-expertise[aria-expanded="true"] {
  border: 2px solid #fa96a2;
  box-shadow: 0px 5px 0px #fa96a2;
}

.line-bottom {
  width: 20px;
  height: 0;
  background-color: #81bf43;
  margin-top: 6px;
  transition: height 0.9s ease-out;
}

.btn-expertise[aria-expanded="true"] + .line-bottom {
  height: 40px;
}

.texte-expertise {
  display: none;
  margin-top: 40px;
  background: #fff;
  padding: 20px;
  border: 2px solid #81bf43;
  border-radius: 12px;
  z-index: 2;
}

.texte-expertise.show {
  display: block;
  opacity: 1;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:focus {
  color: #262525;
}

.expertise-text {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.collapse.show .expertise-text {
  opacity: 1;
  transform: translateY(0);
}
.collapse {
  display: none !important;
}

.collapse.show {
  display: block !important;
}

.transparent-leaves {
  background-color: transparent;
  z-index: 2;
}

.spacer {
  height: 50vh;
  background: linear-gradient(rgba(255, 238, 241, 0), #ffeef1);
}
nav {
  z-index: 110;
  position: relative;
}
.logo {
  margin-top: -170px;
}
.sous-titre {
  font-family: "Homemade Apple", cursive;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fa96a2;
  display: block;
  margin-top: 0.5rem;
  padding-top: 20px;
}
.contact {
  background: linear-gradient(#f3ffe8 0%, rgba(255, 255, 255, 0.9) 100%);
}
.formules {
  background: linear-gradient(rgba(255, 255, 255, 0), #f3ffe8);
}
.about {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.95) 40%,
    rgba(255, 238, 241, 1) 100%
  );
}
/* Tes styles existants */
.hero-fixed-section {
  background-color: #ffeef1;
  z-index: -1;
}

.hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  z-index: 100;
}

#leaves-section {
  background-color: transparent;
  z-index: 2;
  height: 100vh;
  width: 100%;
  overflow: hidden; /* Important si tu as d'autres éléments dans cette section qui pourraient déborder */
}

main {
  background-color: #fefefe;
  z-index: 200;
}

body {
  background-color: #ffeef1;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

/* La règle la plus importante pour les feuilles */
.parallax-leaf {
  position: fixed;
  will-change: transform;
  pointer-events: none;
  z-index: 50; /* Tu peux augmenter ce z-index si tu veux qu'elles passent DEVANT la nav */
}

/* --- Positionnement initial pour chaque feuille (ADJUSTE CES VALEURS) --- */
/* Les 'top' doivent être négatifs ou très petits pour commencer au-dessus de l'écran */

.row > .col-lg-4 .parallax-leaf {
  top: -40vh; /* EXEMPLE : Commence 20% de la hauteur du viewport AU-DESSUS */
  left: 5vw;
  width: 20vw;
  height: auto;
}

.row > .col-lg-6 .parallax-leaf {
  top: -60vh; /* EXEMPLE : Commence 50% de la hauteur du viewport AU-DESSUS */
  left: 35vw;
  width: 30vw;
  height: auto;
}

.row > .col-lg-2 .parallax-leaf {
  top: -30vh; /* EXEMPLE : Commence 10% de la hauteur du viewport AU-DESSUS */
  right: 5vw;
  width: 15vw;
  height: auto;
}


