/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Outfit', sans-serif;
  background-color: #f8f8f8;
  color: #333;
}

h1, h2 {
  font-family: 'DM Serif Display', serif;
  color: #3b3b3b;
}

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);
}.activites, .contact {
    background: #f9f9f9;
    padding: 3rem 1rem;
  }
  
  .activites h2,
  .contact h2 {
    text-align: center;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 2rem;
  }
  
  .activites img {
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 1.5rem;
  }
  
  .activite-bloc {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  
  .activite-bloc img {
    width: 180px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  /* 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;
  }

  
  .galerie {
    padding: 3rem 1rem;
    background: #fff;
  }
  
  .galerie-bloc {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
  }
  
  .galerie-bloc img {
    width: 45%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  
  .galerie-bloc div {
    flex: 1;
  }
  
  .galerie-ligne {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
  }
  
  .galerie-vignette {
    flex: 1 1 30%;
    background: #f0f0f0;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
  }
  
  .galerie-vignette img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 0.5rem;
  }
  
  .cta-contact {
    text-align: center;
    font-weight: bold;
    margin-top: 2rem;
  }
  
  
  .contact p {
    max-width: 800px;
    margin: auto;
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.6em;
  }
  
  @media (max-width: 768px) {
    .galerie-bloc {
      flex-direction: column;
    }
  
    .galerie-bloc img {
      width: 100%;
    }
  
    .activite-bloc {
      flex-direction: column;
      text-align: center;
    }
  
    .activite-bloc img {
      width: 100%;
    }
  
    .galerie-ligne {
      flex-direction: column;
    }
  }
  
  .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 {
    width: 100px;
    margin-bottom: 1rem;
    margin-right: 2em;
  }
  
  .logo-col p {
    margin: 0.2rem 0;
  }
  
  .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%;
  }
}
  /* 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;
    }
  }
.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;
}


/* === SECTION TARIFS (API) === */
.tarifs-section {
  background-color: #fafafa;
  padding: 60px 20px;
  text-align: center;
}

.titre-formules {
  font-family: 'DM Serif Display', serif;
  font-size: 36px;
  margin-bottom: 30px;
  color: #2c2c2c;
}

.tarif-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.tarif-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  max-width: 320px;
  width: 100%;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease;
}

.tarif-card:hover {
  transform: translateY(-5px);
}

.tarif-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.tarif-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #4a3b35;
  margin-bottom: 10px;
}

.tarif-prix {
  font-size: 18px;
  color: #5b3c2c;
  margin-bottom: 10px;
}

.tarif-texte {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.tarif-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #5b3c2c;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.tarif-btn:hover {
  background-color: #3a251a;
}

.btn-reve {
  display: inline-block;
  background-color: #5b3c2c;
  color: white;
  padding: 0.8rem 1.6rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.btn-reve:hover {
  background-color: #3d281d;
  cursor: pointer;
}

.logo a {
  color: #111 !important;
  text-decoration: none !important;
  font-family: 'DM Serif Display', serif;
  font-size: 1.8rem;
}