@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}

nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  padding: 30px 5%;
}

.nav-left {
  display: flex;
}
.nav-left img {
  width: 10%;
  margin-right: 10px;
}

.nav-left-txt {
  display: flex;
  flex-direction: column;
}
.nav-left-txt p:first-of-type {
  font-family: "Fraunce", helvetica;
  font-size: 26px;
}

.nav-left-txt p:last-of-type {
  font-family: helvetica;
  font-size: 14px;
  color: #6a7573;
  font-weight: 400;
  line-height: 28px;
}

.nav-right {
  display: flex;
  justify-content: flex-end;
}

.nav-right__me-contacter {
  display: inline-flex;
  height: 59px;
  padding: 14px 35px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #35685e;
  color: #fff;
  font-family: Fraunces;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.8px;
  transition: 0.5s;
  margin-left: 24px;
}

.nav-right__me-contacter:hover {
  transition: 0.5s;
  background: #1e3b36;
}

.nav-right__phone {
  display: inline-flex;
  padding: 16px 24px;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #0d1816;
}

.nav-right__phone .phone__txt {
  color: #0d1816;
  text-align: center;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.8px;
}

.nav-right__phone .phone__num {
  color: #0d1816;
  text-align: center;
  font-family: Helvetica;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.8px;
}

#section-portrait-emmanuelle-kohl {
  background-image: url("../img/book-background.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*  height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-portrait-emmanuelle-kohl .container {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 5% 10% 0% 10%;
}

#section-portrait-emmanuelle-kohl .container .container-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
}

#section-portrait-emmanuelle-kohl .container .container-left h1 {
  color: #0d1816;
  font-family: Fraunces;
  font-size: 64px;
  font-weight: 700;
  line-height: 70.4px;
  margin-bottom: 24px;
}

#section-portrait-emmanuelle-kohl .container .container-left p {
  color: #0d1816;
  font-family: Helvetica;
  font-size: 19.844px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}
.container-left__me-contacter {
  display: inline-flex;
  height: 59px;
  padding: 14px 35px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #35685e;
  color: #fff;
  font-family: Fraunces;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  margin-bottom: 68px;
}
.container-left__me-contacter:hover {
  transition: 0.5s;
  background: #1e3b36;
}

.container-left__me-contacter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff; /* La couleur du bloc qui masque le bouton */
  z-index: 2;
  transform: translateX(0); /* Bloc couvrant tout le bouton */
  transition: transform 0.8s ease-in-out;
}

.reveal-button::before {
  transform: translateX(100%); /* Le bloc se déplace pour révéler le bouton */
}

#section-portrait-emmanuelle-kohl .container-right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 65%;
  height: auto; /* Ajuste la hauteur en fonction de l'image */
}

#section-portrait-emmanuelle-kohl .container-right img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; /* Maintient les proportions et centre l'image */
  min-width: 1002px;
  min-height: 636px;
}

#section-presentation-service {
  /*  min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #35685e;
}

#section-presentation-service .container {
  width: 100%;
  height: auto;
  padding: 120px 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#section-presentation-service > div > p {
  margin-bottom: 48px;
}

#section-presentation-service .container h2 {
  color: #fff;
  text-align: center;
  font-family: Fraunces;
  font-size: 48px;
  font-weight: 700;
  line-height: 62.4px;
  margin-bottom: 24px;
}

#section-presentation-service .container p {
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 19.844px;
  font-weight: 400;
  line-height: 28px;
}

#section-presentation-service .container .container-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#section-presentation-service
  .container
  .container-bottom
  .container-bottom__left,
#section-presentation-service
  .container
  .container-bottom
  .container-bottom__center,
#section-presentation-service
  .container
  .container-bottom
  .container-bottom__right {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#section-presentation-service
  .container
  .container-bottom
  .container-bottom__left
  img,
#section-presentation-service
  .container
  .container-bottom
  .container-bottom__center
  img,
#section-presentation-service
  .container
  .container-bottom
  .container-bottom__right
  img {
  max-height: 100px;
  width: auto;
  margin-bottom: 12px;
}

/* animation */

#section-presentation-service .container h2,
#section-presentation-service .container p,
#section-presentation-service .container .container-bottom__left,
#section-presentation-service .container .container-bottom__center,
#section-presentation-service .container .container-bottom__right {
  opacity: 0; /* Texte invisible */
  transform: translateY(20px); /* Décalage initial vers le bas */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* Transition pour l'effet */
}

#section-methode {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-methode .container {
  padding: 120px 10% 0px 10%;
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 80px;

}

#section-methode .container .container-left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  height: auto;
}
#section-methode .container .container-left img:first-of-type {
  margin-bottom: 24px;
}
#section-methode .container .container-left img {
  border-radius: 12px;
}
#section-methode .container .container-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  height: auto;
}
#section-methode .container .container-right h2 {
  color: #0d1816;
  font-family: Fraunces;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
}
#section-methode .container .container-right p {
  color: #0d1816;
  font-family: Helvetica;
  font-size: 15.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 12px;
  text-align: left;
}
#section-methode .container .container-right p span {
  color: #35685e;
  font-family: Helvetica;
  font-size: 15.25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
}

/* animation */

/* Initial state for images and text */
#section-methode .container .container-left img,
#section-methode .container .container-right p,
#section-methode .container .container-right h2 {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

#section-methode .container .container-left img {
  transform: translateY(20px); /* Décalage initial vers le bas */
}

#section-methode .container .container-right p,
#section-methode .container .container-right h2 {
  transform: translateX(20px); /* Décalage initial vers la droite */
}

/* Classes déclenchant les animations */
.reveal-image {
  opacity: 1;
  transform: translateY(0); /* L'image remonte à sa position normale */
}

.reveal-text {
  opacity: 1;
  transform: translateX(0); /* Le texte se déplace à sa position normale */
}

/* Assurez-vous que les éléments deviennent visibles lorsqu'ils ont les classes */
.reveal-image,
.reveal-text {
  opacity: 1 !important;
  transform: translateY(0) !important; /* Pour les images */
  transform: translateX(0) !important; /* Pour le texte */
  display: block !important; /* Assurez-vous que les éléments sont affichés */
  visibility: visible !important; /* Assurez la visibilité */
}

#section-tarifs {
  display: flex;
  align-items: center;
  justify-content: center;
  
}
#section-tarifs .container {
  padding: 0% 10%;
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 80px;

}
#section-tarifs .container .container-left {
  width: 50%;
  height: auto;
}
#section-tarifs .container .container-left h2 {
  color: #0d1816;
  font-family: Fraunces;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
}
#section-tarifs .container .container-left p {
  color: #0d1816;
  font-family: Helvetica;
  font-size: 15.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 12px;
}
#section-tarifs .container .container-left p span {
  color: #35685e;
  font-family: Helvetica;
  font-size: 15.75px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.6px;
}
#section-tarifs .container .container-right {
  width: 50%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}

/* animation */

/* Initial state for text and images */
#section-tarifs .container .container-left h2,
#section-tarifs .container .container-left p {
  opacity: 0;
  transform: translateX(-20px); /* Décalage initial vers la gauche */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

#section-tarifs .container .container-right img {
  opacity: 0;
  transform: translateY(20px); /* Décalage initial vers le bas */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Classes déclenchant les animations */
.reveal-text-tarifs {
  opacity: 1 !important;
  transform: translateX(
    0
  ) !important; /* Le texte retourne à sa position normale */
  display: block !important;
  visibility: visible !important;
}

.reveal-image-tarifs {
  opacity: 1 !important;
  transform: translateY(
    0
  ) !important; /* L'image remonte à sa position normale */
  display: block !important;
  visibility: visible !important;
}

#section-temoignages {
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-temoignages .container {
  padding: 0px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 80px;

}
#section-temoignages .container h2 {
  color: #0d1816;
  text-align: center;
  font-family: Fraunces;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
  margin-bottom: 48px;
}
#section-temoignages .container .container-bottom {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
#section-temoignages .container .container-bottom .container-bottom__left,
#section-temoignages .container .container-bottom .container-bottom__center,
#section-temoignages .container .container-bottom .container-bottom__right {
  width: 30%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#section-temoignages .container .container-bottom .container-bottom__left img,
#section-temoignages .container .container-bottom .container-bottom__center img,
#section-temoignages .container .container-bottom .container-bottom__right img {
  width: 10%;
  margin-bottom: 24px;
}

#section-temoignages
  .container
  .container-bottom
  .container-bottom__left
  p:first-of-type,
#section-temoignages
  .container
  .container-bottom
  .container-bottom__center
  p:first-of-type,
#section-temoignages
  .container
  .container-bottom
  .container-bottom__right
  p:first-of-type {
  color: #0d1816;
  text-align: center;
  font-family: Fraunces;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.8px;
  margin-bottom: 24px;
}
#section-temoignages
  .container
  .container-bottom
  .container-bottom__left
  p:last-of-type,
#section-temoignages
  .container
  .container-bottom
  .container-bottom__center
  p:last-of-type,
#section-temoignages
  .container
  .container-bottom
  .container-bottom__right
  p:last-of-type {
  color: #0d1816;
  font-family: Helvetica;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  margin-bottom: 24px;
}
.button-temoignage {
  display: flex;
  width: 100%;
  height: 59px;
  padding: 14px 35px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #35685e;
  color: #fff;
  font-family: Fraunces;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.8px;
  transition: 0.5s;
}
.button-temoignage:hover {
  transition: 0.5s;
  background: #1e3b36;
}

/* Animation */

/* Initial state for the elements in the testimonials section */
#section-temoignages .container h2,
#section-temoignages .container .container-bottom .container-bottom__left,
#section-temoignages .container .container-bottom .container-bottom__center,
#section-temoignages .container .container-bottom .container-bottom__right {
  opacity: 0;
  transform: translateY(20px); /* Décalage initial vers le bas */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Classes déclenchant les animations */
.reveal-fade-up {
  opacity: 1 !important;
  transform: translateY(0) !important; /* Remettre à sa position normale */
  display: block !important;
  visibility: visible !important;
}

#section-contacts {
  display: flex;
  align-items: center;
  justify-content: center;
}

#section-contacts .container {
  padding: 0% 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#section-contacts .container h2 {
  color: #0d1816;
  text-align: center;
  font-family: Fraunces;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 24px;
}
#section-contacts .container p:first-of-type {
  color: #0d1816;
  text-align: center;
  font-family: Helvetica;
  font-size: 15.875px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px;
  margin-bottom: 24px;
}

#section-contacts .container-information {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

#section-contacts .container .container-left {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: auto;
}

#section-contacts .container .container-left label {
  color: #0d1816;
  font-family: Fraunces;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 100% */
  margin-bottom: 12px;
}
#section-contacts .container .container-left input {
  height: 48px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #0d1816;
  background: #fff;
  margin-bottom: 12px;
}
#section-contacts .container .container-right {
  display: flex;
  flex-direction: column;
  width: 60%;
  height: auto;
}

#section-contacts .container .container-right label {
  color: #0d1816;
  font-family: Fraunces;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 100% */
  margin-bottom: 12px;
}
#section-contacts .container .container-right textarea {
  height: 264px;
  border-radius: 12px;
  border: 1px solid #0d1816;
  background: #fff;
  margin-bottom: 12px;
  padding: 1%;
}

#section-contacts .button-message {
  display: flex;
  width: 100%;
  height: 59px;
  padding: 14px 35px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #35685e;
  color: #fff;
  font-family: Fraunces;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.8px;
  transition: 0.5s;
  margin-bottom: 24px;
}
#section-contacts .button-message:hover {
  transition: 0.5s;
  background: #1e3b36;
}
#section-contacts .container .container-right p:last-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-contacts .container .container-right p:last-of-type img {
  margin-right: 12px;
}

#section-contacts
  .container
  .container-right
  p:last-of-type
  span:first-of-type {
  color: #0d1816;
  text-align: center;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.8px; /* 140% */
  margin-right: 12px;
}
#section-contacts .container .container-right p:last-of-type span:last-of-type {
  color: #0d1816;
  text-align: center;
  font-family: Helvetica;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.8px; /* 118.462% */
}

/* Style de la pop-up */
.popup {
  position: fixed;
  bottom: -100px; /* Positionnée hors de l'écran au départ */
  left: 50%;
  transform: translateX(-50%);
  background-color: #deedea;
  color: #35685e;
  font-weight: 700;
  font-family: Fraunces;
  border-radius: 12px;
  padding: 32px;
  border: 2px solid #0d1816;
  border-radius: 5px;
  font-size: 32px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0; /* Départ avec opacité 0 */
  transition: bottom 0.5s ease, opacity 0.5s ease; /* Transition sur bottom et opacity */
}

/* Quand la pop-up est visible */
.popup.show {
  bottom: 500px; /* Fait remonter la pop-up à 30px du bas de l'écran */
  opacity: 1; /* Opacité à 1 pour rendre visible */
}

/* Quand la pop-up est cachée (elle redescend) */
.popup.hide {
  bottom: -100px; /* La fait redescendre hors de l'écran */
  opacity: 0; /* Réduit l'opacité à 0 */
}

footer {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  color: white;
}

/* responsive */

@media (max-width: 1400px) {
  #section-portrait-emmanuelle-kohl .container .container-left{
    width: 78%;
  }
  #section-portrait-emmanuelle-kohl .container .container-right{
    width: 45%;
  }
 
}

/* Styles généraux pour les petits écrans */
@media (max-width: 768px) {
  /* Navigation */
  nav {
    display: none;
  }

  .nav-left {
    margin-bottom: 20px;
  }

  .nav-left img {
    width: 20%;
  }

  .nav-right__me-contacter {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .nav-right__phone {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }

  /* Section Portrait */
  #section-portrait-emmanuelle-kohl .container {
    flex-direction: column;
    padding: 10% 32px 0%;
    
  }

  #section-portrait-emmanuelle-kohl .container .container-left {
    width: 100%;
    align-items: center;
    text-align: left;
  }

  #section-portrait-emmanuelle-kohl > div > div.container-left > button {
    width: 100%;
  }

  #section-portrait-emmanuelle-kohl .container .container-left h1 {
    font-size: 36px;
    line-height: 48px;
    text-align: left;
  }

  #section-portrait-emmanuelle-kohl .container .container-right {
    width: 100%;
  }

  #section-portrait-emmanuelle-kohl .container-right img {
    min-width: auto;
    min-height: auto;
    width: 100%;
    max-height: 400px;
  }

  /* Section Présentation Service */
  #section-presentation-service .container {
    padding: 64px 24px;
    margin-bottom: 60px;

  }

  #section-presentation-service > div > h2 {
    line-height: normal !important;
  }

  #section-presentation-service .container .container-bottom {
    flex-direction: column;
    gap: 0px;
  }

  #section-presentation-service .container .container-bottom__left,
  #section-presentation-service .container .container-bottom__center,
  #section-presentation-service .container .container-bottom__right {
    display: flex;
    align-items: flex-start !important;
    width: 100% !important;
    margin-bottom: 20px;
    margin-bottom: 48px !important;
  }

  #section-presentation-service > div > h2,
  #section-presentation-service > div > p,
  #section-presentation-service > div > div > div.container-bottom__left img,
  #section-presentation-service > div > div > div.container-bottom__center img,
  #section-presentation-service > div > div > div.container-bottom__right img,
  #section-presentation-service > div > div > div.container-bottom__left p,
  #section-presentation-service > div > div > div.container-bottom__center p,
  #section-presentation-service > div > div > div.container-bottom__right p {
    text-align: left !important;
  }

  #section-presentation-service .container .container-bottom__right {
    margin-bottom: 0 !important;
  }

  /* Section Méthode */
  #section-methode .container {
    flex-direction: column-reverse;
    padding: 0px 24px;
    margin-bottom: 60px;

  }

  #section-methode .container .container-left,
  #section-methode .container .container-right {
    width: 100%;
  }
  #section-methode .container .container-left {
    align-items: center !important;
  }

  #section-methode > div > div.container-left > img:nth-child(1) {
    display: none;
  }
  #section-methode > div > div.container-left > img:nth-child(2) {
    min-width: 100% !important;
  }

  #section-methode .container .container-left img {
    width: 100%;
    max-width: 300px;
  }
 
  /* Section Tarifs */
  #section-tarifs .container {
    flex-direction: column;
    padding: 0px 24px;
    margin-bottom: 60px;

  }

  #section-tarifs .container .container-left,
  #section-tarifs .container .container-right {
    width: 100%;
  }

  #section-tarifs .container .container-right img {
    width: 100%;
    max-width: 400px;
  }

  /* Section Témoignages */
  #section-temoignages .container {
    padding: 0px 24px;
    margin-bottom: 60px;

  }
  #section-temoignages .container h2 {
    font-size: 35px !important;
    text-align: left;
    margin-bottom: 24px;
  }
  #section-temoignages .container .container-bottom {
    flex-direction: column;
  }

  #section-temoignages .container .container-bottom__left,
  #section-temoignages .container .container-bottom__center,
  #section-temoignages .container .container-bottom__right {
    width: 100% !important;
    margin-bottom: 48px;
    align-items: flex-start !important;
  }

  #section-temoignages .container .container-bottom__left img,
  #section-temoignages .container .container-bottom__center img,
  #section-temoignages .container .container-bottom__right img {
    width: 20%;
    margin-bottom: 16px !important;
  }

  #section-temoignages .container .container-bottom__left p,
  #section-temoignages .container .container-bottom__center p,
  #section-temoignages .container .container-bottom__right p {
    margin-bottom: 16px !important;
  }

  #section-temoignages > div > h2 {
    text-align: left;
    line-height: normal !important;
  }

  #section-temoignages > div > div > div.container-bottom__right{
    margin-bottom: 0px !important;
  }

  /* Section Contacts */

  #section-contacts .container {
    padding: 0px 24px;
    align-items: flex-start;
    margin-bottom: 60px;

  }
  #section-contacts .container h2 {
    line-height: normal;
    text-align: left;
    margin-bottom: 24px;
  }

  #section-contacts .container > p {
    line-height: normal !important;
    text-align: left !important;
  }

  #section-contacts .container-information {
    flex-direction: column;
  }

  #section-contacts .container .container-left,
  #section-contacts .container .container-right {
    width: 100%;
  }

  #section-contacts .container .container-left label,
  #section-contacts .container .container-right label {
    font-size: 18px;
    margin-bottom: 8px;
  }

  #section-contacts .container .container-left input,
  #section-contacts .container .container-right textarea {
    width: 100%;
    margin-bottom: 24px;
  }

  #section-contacts .container .container-right p:last-of-type {
    flex-direction: column;
  }

  #section-contacts .button-message {
    width: 100%;
  }

  .popup {
    position: fixed;
    bottom: -100px; /* Positionnée hors de l'écran au départ */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background-color: #deedea;
    color: #35685e;
    font-weight: 700;
    font-family: Fraunces;
    border-radius: 12px;
    padding: 32px 24px;
    border: 2px solid #0d1816;
    border-radius: 5px;
    font-size: 18px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0; /* Départ avec opacité 0 */
    transition: bottom 0.5s ease, opacity 0.5s ease; /* Transition sur bottom et opacity */
  }
}

/* Styles pour les très petits écrans */
@media (max-width: 480px) {
  nav {
    padding: 10px 5%;
  }

  .nav-left img {
    width: 25%;
  }

  .nav-left-txt p:first-of-type {
    font-size: 20px;
  }

  .nav-left-txt p:last-of-type {
    font-size: 12px;
  }

  .nav-right__phone .phone__txt,
  .nav-right__me-contacter {
    font-size: 18px;
  }

  .nav-right__phone .phone__num {
    font-size: 20px;
  }

  #section-portrait-emmanuelle-kohl .container .container-left h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #section-portrait-emmanuelle-kohl .container .container-left p {
    font-size: 16px;
    line-height: 24px;
  }

  #section-presentation-service .container h2 {
    font-size: 36px;
  }

  #section-methode .container .container-right h2 {
    font-size: 36px;
  }

  #section-tarifs .container .container-left h2 {
    font-size: 36px;
  }

  #section-temoignages .container h2 {
    font-size: 36px;
  }

  #section-contacts .container h2 {
    font-size: 36px;
  }
}

/* Débogage : assurez-vous que les sections sont visibles */
#section-presentation-service,
#section-tarifs {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

button:focus,
.close:focus {
  border-radius: 12px;
  border: 2px solid #0d1816 !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
input:focus,
textarea:focus {
  border-radius: 12px;
  border: 2px solid #0d1816 !important;
  background: #eff3f2 !important;
}

input:not(:focus):hover,
textarea:not(:focus):hover {
  background: #eff3f2 !important;
}

/* MODALE */

/* Style de base pour la modale */
.modal {
  display: none; /* Cachée par défaut */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(15, 37, 33, 0.4); /* Fond semi-transparent */
}

/* Contenu de la modale */
.modal-content {
  background-color: #fff;
  margin: 64px auto;
  padding: 20px 150px;
  border-radius: 10px;
  border: 2px solid #0d1816;
  width: 80%;
  max-width: 80%;
  opacity: 0; /* Départ avec une opacité de 0 */
  transform: translateY(50px); /* Décalage initial vers le bas */
  transition: opacity 0.5s ease, transform 0.5s ease; /* Transition pour le fondu et la montée */
}

/* Classe pour afficher la modale avec animation */
.modal.show .modal-content {
  opacity: 1; /* La rendre visible */
  transform: translateY(0); /* Remonter à sa position initiale */
}

.modal-content h2 {
  display: flex;
  justify-content: center;
  color: #0d1816;
  text-align: center;
  font-family: Fraunces;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.4px; /* 130% */
  margin-bottom: 40px;
}
.modal-content p {
  color: #0d1816;
  font-family: Helvetica;
  font-size: 15.875px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px; /* 161.26% */
  white-space: pre-wrap;
}

/* Bouton de fermeture (X) */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  border-radius: 12px;
  background: #35685e;
  display: inline-flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 14px;
  transform: translateY(30%);
  transition: 0.5s;
}

/* Cacher visuellement l'effet de focus sur le bouton de fermeture */
.close:focus {
  outline: none !important; /* Supprime l'outline par défaut */
  box-shadow: none !important; /* Supprime l'ombre si elle est définie */
  border: 0px solid #0d1816 !important;
}

.close:hover {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
  background: #1e3b36;
}

/* Responsive : modale pleine largeur sur les petits écrans */
@media (max-width: 768px) {
  .modal-content {
    margin-top: 48px !important;
    width: 100%;
    background-color: #fff;
    margin: 0%;
    padding: 32px 32px;
    border-radius: 10px;
    width: 100%; /* Largeur de 80% pour les écrans de bureau */
    max-width: 100%;
    border: 2px solid #0d1816;
  }

  .modal-content h2 {
    color: #0d1816;
    text-align: left;
    font-family: Fraunces;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 130% */
    margin-bottom: 40px;
  }
}

form {
  width: 100% !important;
}

/* MOBILE NAVBAR */

/* Style de base pour la navbar en bas de l'écran */
.bottom-navbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  transform: translateY(100%); /* Commence hors de l'écran (en bas) */
  opacity: 0; /* Invisible au début */
}

/* Style des éléments de la navbar */
.navbar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Helvetica", sans-serif;
}

.navbar-item img {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}

.navbar-item span {
  font-size: 14px;
  color: #35685e;
}

/* Afficher la navbar seulement sur les petits écrans (mobile) */
@media (max-width: 768px) {
  .bottom-navbar {
    display: flex;
  }

  /* Quand la classe 'show' est active, la navbar remonte et est visible */
  .bottom-navbar.show {
    transform: translateY(0); /* Navbar entièrement visible */
    opacity: 1; /* Pleine opacité */
  }

  /* Quand la classe 'hide' est active, la navbar redescend */
  .bottom-navbar.hide {
    transform: translateY(100%); /* Navbar hors de l'écran */
    opacity: 0; /* Transparence lors de la sortie */
  }
}

.navbar-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
