/* Reset & Base */
* {
    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;
  }
  
  h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  
  h2 {
    font-size: 2rem;
    margin: 2rem 0 1rem;
    text-align: center;
  }
  
  p {
    line-height: 1.6;
  }
  
  /* NAVBAR */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 4%;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
  .texte-intro {
  text-align: center;
  font-size: 18px;
  padding: 40px 20px;
  background-color: #fff;
  color: #333;
}

  .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;
  }
  
  .nav-links a {
    text-decoration: none;
    color: #111;
    font-weight: 400;
    padding: 0.5rem;
    transition: 0.3s;
  }
  
  .nav-links a:hover {
    color: #7c9e74;
  }
  
  .btn-reserver {
    background-color: #7c9e74;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
  }
  
  /* INTRO */
  .intro {
    padding: 3rem 2rem;
    text-align: center;
    background-color: #fff;
  }
  
  .intro p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.1rem;
  }
  
  /* SECTIONS */
  .section-bloc {
    padding: 3rem 2rem;
    background-color: #fff;
    margin-bottom: 2rem;
  }
  
  .desc {
    text-align: center;
    font-size: 1rem;
    max-width: 800px;
    margin: 1rem auto 0;
    color: #555;
  }
  
  /* GALLERY */
  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
  }
  
  .gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
  }
  
  .gallery img:hover {
    transform: scale(1.02);
  }
  
  /* 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;
    }
  }
  
  .footer-hille {
    background-color: #f2f2f2;
    padding: 40px 0;
    font-family: 'Georgia', serif;
    color: #222; /* Texte plus foncé */
  }
  
  .container-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
  }
  
  .footer-column {
    flex: 1 1 200px;
    margin: 20px;
  }
  
  .footer-column h4 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.2em;
    color: #111; /* Titres foncés */
  }
  
  .footer-column p,
  .footer-column strong {
    color: #333; /* Texte bien lisible */
    font-size: 0.95em;
  }
  
  .logo-footer.stylized-logo {
    width: 100px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    transition: transform 0.3s ease;
  }
  
  .logo-footer.stylized-logo:hover {
    transform: scale(1.05) rotate(-1deg);
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 0.9em;
    color: #444;
    border-top: 1px solid #ddd;
  }
  
  .social-icons img {
    width: 24px;
    margin-right: 10px;
    transition: transform 0.3s ease;
  }
  
  .social-icons img:hover {
    transform: scale(1.2);
  }
  

.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-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(245, 242, 242, 0.5); /* Fond sombre semi-transparent */
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto;
}
.reve {
  background-color: #fdfbf7;
  padding: 4rem 2rem;
}

.flex-reve {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.texte-reve {
  flex: 1 1 47%;
  background-color: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.texte-reve h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 2.3rem;
  margin-bottom: 1rem;
  color: #533621;
}

.photos-reve {
  flex: 1 1 47%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.photos-reve img {
  width: 100%;
  height: 220px; /* plus grandes */
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.photos-reve img:hover {
  transform: scale(1.03);
}
.container flex-reve inverse-flex{
display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 768px) {
  .flex-reve,
  .container.flex-reve.inverse-flex {
    flex-direction: column;
    align-items: center;
  }

  .texte-reve,
  .photos-reve {
    flex: 1 1 100%;
    width: 100%;
    padding: 1.5rem;
  }

  .photos-reve {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .photos-reve img {
    height: 200px;
  }

  .texte-reve h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .texte-reve p {
    font-size: 0.95rem;
    text-align: justify;
  }

  .fond-contenu h1 {
    font-size: 2rem;
  }

  .fond-contenu p {
    font-size: 1rem;
  }

  .intro-fond {
    height: 50vh;
  }
}
.logo a {
  color: #111 !important;
  text-decoration: none !important;
  font-family: 'DM Serif Display', serif;
  font-size: 1.8rem;
}