.none {

  text-decoration: none;
  list-style: none;

}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.police {

  font-family: Arial, sans-serif;
}

.police1 {

  font-family: cursive;
  font-size: 28px;

}

.bg-video {

  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.content {

  position: relative;
  z-index: 3;
  color: white;
  top: 55%;
  transform: translateY(-50%);
  padding: 80px;
  height: 200vh;
  display: flex;
  flex-direction: column;
  justify-content: center;


}


.content3 {

  font-family: Arial, sans-serif;
  font-size: 36px;
  margin-top: 20px;
  color: black;
}


.custom-navbar {
  background: transparent !important;
  transition: 0.3s;

}

.custom-navbar.scrolled {
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(10px);
}

.photo {

  width: 100%;
  height: 180px;
  /* 🔥 contrôle la taille ici */
  object-fit: cover;
  /* évite que l’image soit déformée */
  border-radius: 10px;
  margin-top: 40px;

}


.photo1 {

  width: 100%;
  height: 250px;
  /* 🔥 contrôle la taille ici */
  object-fit: cover;
  /* évite que l’image soit déformée */
  border-radius: 10px;
  margin-top: 40px;

}

.paragraphe {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: black;


}


.menu-section {
  padding: 60px 10%;
  text-align: center;
  font-family: Arial, sans-serif;
}

.menu-section h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.menu-tabs {
  margin-bottom: 40px;
}


.menu-tabs button {
  background: #222;
  border: none;
  color: #ccc;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}


.menu-tabs button.active,
.menu-tabs button:hover {
  background: #d4a762;
  color: #000;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}


.menu-card {
  background: #1c1c1c;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 15px;
  transition: transform 0.3s;
}



.menu-card:hover {
  transform: translateY(-5px);
}

.menu-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}


.menu-card h3 {
  margin: 15px 0 5px;
  color: #ffff;
}

.menu-card p {
  color: #aaa;
  font-size: 0.9rem;
}

.menu-card span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #d4a762;
}



.menu-right {
  position: relative;
  background: url('../image/photo3.jpeg') center/cover no-repeat;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
}

/* Overlay sombre */
.menu-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

/* Contenu au-dessus */
.overlay {
  position: relative;
  text-align: center;
  color: white;
  padding: 20px;
}

.overlay h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.overlay p {
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #ddd;
}

.overlay button {
  background: #d4a762;
  border: none;
  padding: 12px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
}

@media (max-width: 900px) {
  .menu-wrapper {
    grid-template-columns: 1fr;
  }

  .menu-right {
    min-height: 300px;
  }
}

.history-section {
  display: flex;
  /* 🔥 remplace grid */
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 80px 8%;
  background: #f8f5f0;
  font-family: Arial, sans-serif;

}


.history-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;

}


.history-text p {
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
  font-family: Arial, sans-serif;
}



.history-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card p {
  padding: 10px;
  font-size: 0.9rem;
  color: #333;
}



@media (max-width: 900px) {
  .history-section {
    grid-template-columns: 1fr;
  }

  .history-images {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .history-images {
    grid-template-columns: 1fr;
  }
}


.testimonials-section {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 60px;
  font-family: Arial, sans-serif;
}


.testimonials {
  padding: 60px 20px;
  text-align: center;
  background: #fff;
}

.testimonials h2 {
  font-size: 28px;
  margin-bottom: 40px;
}

.cards1 {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.card1 {
  background: #fafafa;
  padding: 20px;
  width: 280px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.stars {
  color: #f4b400;
  font-size: 18px;
  margin-bottom: 10px;
}

.card1 p {
  font-size: 14px;
  margin-bottom: 15px;
}

.card1 span {
  font-weight: bold;
  font-size: 13px;
}

.card1:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}


.images4 {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 65px;
}

.images4 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}


.about {
  padding: 60px 20px;
  background: #f5f5f5;
  font-family: Arial, sans-serif;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Texte */
.about-text {
  flex: 1;
}

.about-text h2 {
  font-size: 30px;
  margin-bottom: 20px;

}

.about-text h4 {
  font-size: 17px;
  color: black;
  margin-bottom: 15px;
  margin-top: 20px;
}

.about-text p {
  font-size: 15px;
  margin-bottom: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 10px;
}




.footer {
  background-color: #0f1a1a;
  color: #fff;
  padding: 50px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}


.footer-col h4 {
  margin-bottom: 15px;
  font-size: 18px;
}


.footer-col p,
.footer-col a {
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}

.footer-col a:hover {
  color: #d4a762;
  /* couleur dorée */
}

.logo {
  font-family: cursive;
  font-size: 28px;
  color: #d4a762;

}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
}




.hero3 {
  position: relative;
  height: 100vh;
  background: url('../image/photo17.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 60px;
  color: #fff;

}


.hero3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.363);
  /* assombrit */
  top: 0;
  left: 0;
}


.hero2 {
  position: relative;
  height: 100vh;
  background: url('../image/photo16.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 60px;
  color: #fff;

}


.hero2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.363);
  /* assombrit */
  top: 0;
  left: 0;
}

.hero {
  position: relative;
  height: 100vh;
  background: url('../image/alexandru-bogdan-ghita-UeYkqQh4PoI-unsplash.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0 60px;
  color: #fff;
}


.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.404);
  /* assombrit */
  top: 0;
  left: 0;
}

/* Overlay sombre */
.hero .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* Contenu */
.hero-content {
  position: relative;
  max-width: 600px;
  z-index: 2;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
}

.hero p {
  font-size: 18px;
  margin-bottom: 25px;
  color: #ddd;
  font-family: Arial, sans-serif;
}

/* Boutons */
.hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.btn {
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.orange {
  background: #d4a762;
  color: #000;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  font-family: Arial, sans-serif;
}

.span {

  text-transform: uppercase;
}

.orange:hover {
  background: #c3954fbd;
}

.btn.secondary {
  border: 1px solid #fff;
  color: #fff;
  font-family: Arial, sans-serif;
}

.btn.secondary:hover {
  background: #fff;
  color: #000;
  font-family: Arial, sans-serif;
}

/* Stats */
.hero-stats {
  display: flex;
  gap: 40px;
}

.hero-stats div {
  display: flex;
  flex-direction: column;

}

.hero-stats strong {
  font-size: 18px;
  color: #d4a762;
  font-family: Arial, sans-serif;
}

.hero-stats span {
  font-size: 13px;
  color: #ccc;
  font-family: Arial, sans-serif;
}


.hidden {
  opacity: 0;
  transform: translateY(80px);
}

/* état visible */
.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.nav-item {
  cursor: pointer;
  position: relative;
  padding: 5px;
}

/* Ligne cachée par défaut */
.nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;

}



.hero-text1 {
  position: relative;
  max-width: 600px;
  z-index: 2;
  font-family: Arial, sans-serif;

}

.subtitle {
  font-weight: bold;
  letter-spacing: 1px;
  font-family: cursive;
  color: #d4a762;
}

/* ABOUT */

.about1 {
  display: flex;
  padding: 60px;
  gap: 40px;
  background: white;
  font-family: Arial, sans-serif;

}


.about1 img {
  width: 80%;
  border-radius: 10px;
  align-items: center;
}

.about-text {

  flex: 1;
}

.about-image {
  flex: 1;
}

/* FEATURES */
.features {
  display: flex;
  justify-content: space-around;
  background: #0d2b1f;
  color: white;
  padding: 10px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.feature {
  width: 30%;

}

/* MISSION */
.mission {
  display: flex;
  padding: 60px;
  gap: 40px;
  background: white;
  font-family: Arial, sans-serif;
}

.mission img {
  width: 100%;
  border-radius: 10px;
}

.mission-text {
  flex: 1;
}

.mission-image {
  flex: 1;
}


.overlay2 {
  position: relative;
  z-index: 2;
  font-family: Arial, sans-serif;
  color: #fff;
}

.subtitle1 {
  font-family: cursive;
  color: #d4a762;
  font-weight: bold;
}

/* CONTACT SECTION */
.contact-container {
  background: white;
  font-family: Arial, sans-serif;
}

.contact-info {
  flex: 1;
  margin-left: 30px;
  font-family: Arial, sans-serif;
}

.contact-form {
  flex: 1;
  font-family: Arial, sans-serif;
}

.contact-form form {
  display: flex;
  flex-direction: column;


}

.row1 {
  display: flex;
  gap: 10px;

}

.formulaire1 {
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

button {
  padding: 12px;
  background: #d4a762;
  border: none;
  color: blanchedalmond;
  cursor: pointer;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}

/* MAP */
.map {
  padding: 60px;
  text-align: center;
}

.map iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 10px;
}

/* RESERVATION */
.reservation {
  background: url('table.jpg') center/cover no-repeat;
  height: 250px;
  color: white;
  position: relative;
}

.reservation .overlay2 {
  background: #1b4332;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}




header {
  text-align: center;
  padding: 15px;
  background: #081c15;
}

.menu1 {
  display: grid;
  grid-template-columns: repeat(4, 0fr);
  gap: 20px;
}


@media (max-width: 768px) {

  .menu1 {
    display: flex;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;

  }
}


.card2 {
  background: white;
  color: black;
  padding: 15px;
  border-radius: 15px;
  width: 220px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.card2:hover {
  transform: translateY(-5px);
}

.card2 img {
  width: 100%;
  border-radius: 10px;
}

.card2 button {
  background: #d4a762;
  border: none;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  font-weight: bold;
}

/* FILTRE */
.filtres {
  display: grid;
  grid-template-columns: repeat(4, 0fr);
  gap: 20px;
}


@media (max-width: 768px) {

  .filtres {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  }

}

.filtres button {
  padding: 10px 15px;
  border: none;
  border-radius: 20px;
  background: #222;
  color: #ccc;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.filtres button.active,
.filtres button:hover {
  background: #d4a762;
  color: white;
}

/* PANIER */
.panier {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  background: #081c15;
  padding: 20px;
  overflow-y: auto;
  color: white;
}

.item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.remove {
  color: red;
  cursor: pointer;
}

.button2 {
  background: #d4a762;
  border: none;
  padding: 12px;
  color: black;
  width: 100%;
  cursor: pointer;
  border-radius: 8px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

/* FORMULAIRE */
.formulaire {
  margin-top: 20px;
}

.formulaire input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: none;
}

/* TABLETTE */
@media (max-width: 900px) {
  .card2 {
    width: 45%;
  }

  .panier {
    width: 250px;
  }
}

/* MOBILE */
@media (max-width: 600px) {

  .menu1 {
    flex-direction: column;
    align-items: center;
  }

  .card2 {
    width: 90%;
  }

  .panier {
    position: relative;
    width: 100%;
    height: auto;
  }
}




.reservation2 {
  max-width: 500px;
  margin: 50px auto;
  background: #1b4332;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* espace automatique entre tous les champs */

  font-family: Arial, sans-serif;
}


h3 {
  text-align: center;
}

/* INPUT */
input,
select {
  width: 100%;
  padding: 14px 15px;
  margin-top: 15px;
  border-radius: 12px;
  border: 2px solid transparent;
  outline: none;
  font-size: 15px;
  background: #f1f1f1;
  transition: 0.3s;
}

/* EFFET FOCUS (important pour look pro) */
input:focus,
select:focus {
  border: 2px solid #d4a762;
  background: white;
  box-shadow: 0 0 8px rgba(212, 167, 98, 0.4);
}

/* PLACEHOLDER */
input::placeholder {
  color: #888;
}

/* SELECT STYLE */
select {
  cursor: pointer;
}

/* BOUTON */
.button {
  margin-top: 20px;
  width: 100%;
  padding: 15px;
  border: none;
  background: #d4a762;
  color: black;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  font-family: Arial, sans-serif;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .reservation2 {
    margin: 20px;
  }
}


.menu4 {
  max-width: 700px;
  margin: 60px auto;
  text-align: center;
}

.container5 {
  font-size: 40px;
  letter-spacing: 2px;
  color: #8a6b4f;
  margin-bottom: 30px;
  font-family: cursive;
}

.container6 {

  font-size: 24px;
  letter-spacing: 1px;
  color: #8a6b4f;
  align-items: center;
  margin-bottom: 25px;
  font-family: Arial, sans-serif;

}

.info4 {
  font-size: 14px;
  color: #555;
  margin-bottom: 40px;
  font-family: Arial, sans-serif;
}

.item4 {
  margin-bottom: 35px;
  text-align: left;
  font-family: Arial, sans-serif;
}

.top4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Ligne entre texte et prix */
.top4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 80px;
  top: 50%;
  border-bottom: 1px solid #c9a27e;
  z-index: 0;
}

/* Texte au-dessus de la ligne */
.top4 span {
  background: #fff;
  padding-right: 10px;
  z-index: 2;
}

.price4 {
  color: #a67c52;
  padding-left: 10px;
  z-index: 1;
}

.desc4 {
  font-size: 14px;
  color: #a67c52;
  margin-top: 5px;
}

@media (max-width: 600px) {
  .container5 {
    font-size: 26px;
  }

  .menu4 {
    margin: 40px auto;
  }


  .info4 {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .item4 {
    margin-bottom: 25px;
  }

  .top4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  /* On enlève la ligne pour éviter les bugs visuels */
  .top4::before {
    display: none;
  }

  .price4 {
    padding-left: 0;
  }

  .desc4 {
    font-size: 13px;
  }

}


.reveal {

  margin: 50px;
  align-items: center;
  justify-content: center;
  font-size: 20px;

  /* état caché */
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

/* état visible */
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

#nav-menu a {
  text-decoration: none;
  color: black;
}

/* HAMBURGER */
.menu-toggle {
  width: 30px;
  height: 25px;
  position: relative;
  display: none;
  cursor: pointer;
  z-index: 1001;
}

/* LES 3 BARRES */
.menu-toggle span {
  position: absolute;
  width: 80%;
  /* au lieu de 100% */
  height: 3px;
  /* un peu plus fin */
  background: #fff;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

/* POSITION INITIALE */
.menu-toggle span:nth-child(1) {
  top: 0;
}

.menu-toggle span:nth-child(2) {
  top: 10px;
  /* ← tu gardes ça */
}


.menu-toggle span:nth-child(3) {
  top: 20px;
}

/* TRANSFORMATION EN CROIX */
.menu-toggle.active span:nth-child(1) {
  top: 10px;
  transform: translateX(-50%) rotate(45deg);
  background: white;
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  top: 10px;
  transform: translateX(-50%) rotate(-45deg);
  background: white;
}

/* MOBILE */
@media (max-width: 768px) {

  /* afficher hamburger */
  .menu-toggle {
    display: flex;
  }

  /* cacher menu au début */
  #nav-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
  }


  /* menu actif */
  #nav-menu.open {
    left: 0;
  }
}


@media (max-width: 768px) {

  #nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #nav-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 🔥 centre horizontal */
    justify-content: center;
    /* 🔥 centre vertical */
    gap: 25px;
    /* 🔥 espace entre les éléments */
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #nav-menu li {
    list-style: none;
    text-align: center;
  }

  #nav-menu a {
    display: block;
    text-align: center;

  }

}


#nav-menu a {
  position: relative;
  text-decoration: none;
  color: black;
  font-size: 17px;
}


#nav-menu a:not(.no-underline)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #d4a762;
  transition: width 0.3s ease;
}

#nav-menu a:not(.no-underline):hover::after {
  width: 100%;
}