* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Outfit', sans-serif;
    background-color: #f8f8f8;
    color: #333;
  }
  h1, h2, h3, h4 {
    font-family: 'DM Serif Display', serif;
  }
  
  
  /* Navbar */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 4%;
    background-color: rgba(255, 255, 255, 0.95);
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  
  .logo {
    font-family: 'DM Serif Display', serif;
    font-size: 1.8rem;
    color: #111;
    display: flex;
  }
  
  .nav-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  
  .nav-links li {
    position: relative;
  }
  
  .nav-links a {
    color: #111;
    text-decoration: none;
    font-weight: 400;
    padding: 0.5rem;
    transition: 0.3s;
  }
  
  .nav-links a:hover {
    color: #8ca977;
  }
  
  .nav-links li ul {
    display: none;
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  
  .nav-links li:hover ul {
    display: block;
  }
  
  .nav-links li ul li a {
    padding: 0.5rem 1rem;
    display: block;
  }
  
  .btn-reserver {
    background-color: #8ca977;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
  }

  body {
    font-family: 'Outfit', sans-serif;
    background-color: #f8f8f8;
    color: #333;
    margin: 0;
  }
  
  h1, h2, h3 {
    font-family: 'DM Serif Display', serif;
    color: #2b2b2b;
  }
  
  .banniere {
    position: relative;
    text-align: center;
  }
  
  .banniere img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }
  
  .banniere h1 {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0.8);
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 2.5rem;
  }
  
  .container {
    max-width: 1200px;
    margin: auto;
    padding: 4rem 2rem;
  }
  
  .bloc {
    margin-bottom: 3rem;
  }
  
  .bloc h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  
  .bloc h3 {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    color: #5a5a5a;
  }
  
  .bloc p {
    line-height: 1.7;
  }
  
  .formulaire-contact {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 600px;
    margin-top: 1.5rem;
  }
  
  .formulaire-contact input,
  .formulaire-contact textarea {
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
  }
  
  .formulaire-contact button {
    background-color: #2b4838;
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease;
  }
  
  .formulaire-contact button:hover {
    background-color: #44695d;
  }
  
.footer-hille {
  background-color: #dce5d4; /* Vert très clair */
  color: #2d2d2d;
  padding: 4rem 1rem 2rem;
  font-family: 'Outfit', sans-serif;
  margin-top: 4rem; /* Ajoute de l’espace avant le footer */
}


.container-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1 1 200px;
}

.footer-column h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.logo-footer {
  width: 100px;
  margin-bottom: 1rem;
  
}

.logo-col p {
  margin: 0.2rem 0;
}

.social-icons a img {
  width: 24px;
  margin-right: 10px;
  transition: opacity 0.3s;
}

.social-icons a:hover img {
  opacity: 0.7;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2rem;
  padding-top: 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: #ddd;
}

/* Responsive */
@media (max-width: 768px) {
  .container-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    flex: 1 1 100%;
  }
}
.intro-contact {
  font-size: 1.2rem;
  text-align: center;
  margin: 2rem auto 4rem;
  color: #555;
  max-width: 800px;
}
.btn-map {
  text-align: center;
  margin-top: 1.5rem;
}

.btn-map a {
  background-color: #2b4838;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-map a:hover {
  background-color: #44695d;
}
.fin-contact {
  text-align: center;
  margin-top: 4rem;
  padding: 2rem;
}

.fin-contact img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin-bottom: 1rem;
}

.fin-contact p {
  font-style: italic;
  color: #555;
  font-size: 1.1rem;
}
body {
  font-family: 'Outfit', sans-serif;
  background-color: #f8f8f8;
  color: #333;
  margin: 0;
}

h1, h2, h3 {
  font-family: 'DM Serif Display', serif;
}

.titre-section {
  text-align: center;
  padding: 4rem 2rem 2rem;
}

.titre-section h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.titre-section p {
  font-size: 1.2rem;
  color: #555;
}

.acces-bloc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: auto;
}

.acces-bloc.reverse {
  flex-direction: row-reverse;
}

.acces-bloc .texte {
  flex: 1 1 500px;
}

.acces-bloc .image {
  flex: 1 1 400px;
}

.acces-bloc img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact-final {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #ffffff;
}

.contact-final h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.contact-final p {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.formulaire-contact {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.formulaire-contact input,
.formulaire-contact textarea {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: 'Outfit', sans-serif;
}

.formulaire-contact button {
  background-color: #2b4838;
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s ease;
}

.formulaire-contact button:hover {
  background-color: #44695d;
}

@media screen and (max-width: 768px) {
  .acces-bloc {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .contact-final {
    padding: 2rem 1rem;
  }
}
.intro-bg {
  background-image: url("img/fond");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  padding: 5rem 1rem;
}

.intro-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.intro-bg .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.intro-fond {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fond-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  filter: brightness(60%);
}

.fond-contenu {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 2rem;
  background-color: rgba(246, 239, 239, 0.5); /* Fond noir semi-transparent */
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto;
}
.acces-bloc:nth-of-type(2) .image img {
  max-width: 300px;
  height: auto;
  margin: auto;
  display: block;
}
.acces-bloc.reverse {
  flex-direction: row-reverse;
    display: flex !important;
  }

  @media (max-width: 768px) {
    .intro-fond {
      flex-direction: column;
      height: auto;
      padding: 2rem 1rem;
    }
  
    .fond-contenu h1 {
      font-size: 2rem;
    }
  
    .fond-contenu p {
      font-size: 1rem;
    }
  
    .acces-bloc {
      flex-direction: column !important;
      padding: 2rem 1rem;
      gap: 1.5rem;
    }
  
    .acces-bloc .texte,
    .acces-bloc .image {
      flex: 1 1 100%;
      width: 100%;
    }
  
    .acces-bloc .texte h2,
    .acces-bloc .texte h3 {
      text-align: center;
    }
  
    .acces-bloc .texte p {
      text-align: center;
      font-size: 0.95rem;
    }
  
    .acces-bloc img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 12px;
    }
  
    .contact-final h2 {
      font-size: 1.8rem;
    }
  
    .contact-final p {
      font-size: 1rem;
    }
  
    .formulaire-contact input,
    .formulaire-contact textarea {
      font-size: 1rem;
    }
  
    .formulaire-contact button {
      font-size: 1rem;
    }
  
    .footer-hille {
      padding: 3rem 1rem;
    }
  
    .footer-column {
      text-align: center;
      margin-bottom: 2rem;
    }
  
    .footer-bottom {
      font-size: 0.8rem;
    }
  }
  .btn-reserver {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.7rem 1.4rem;
    background-color: #8ca977;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .btn-reserver:hover {
    background-color: #739361;
  }
  .texte h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #8ca977;
    padding-bottom: 0.5rem;
    color: #5b3c2c;
    text-align: center;
  }
  
  .texte h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    color: #333;
  }
  .logo a {
    color: #111 !important;
    text-decoration: none !important;
    font-family: 'DM Serif Display', serif;
    font-size: 1.8rem;
  }
    /* RESPONSIVE */
  @media (max-width: 768px) {
    .gallery {
      grid-template-columns: 1fr;
    }
  
    .navbar {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .nav-links {
      flex-direction: column;
      width: 100%;
      gap: 1rem;
      align-items: center;
    }
  }