:root {
  --primary-text-color: #404040;
  --light-text-color: #fff;
  --accent-color: #C19A6B;
  --accent-hover-color: #A0785A;
  --border-color: #ccc;
  --light-grey-background: #FAF7F2;
  --success-background: #d4edda;
  --success-text-color: #155724;
  --success-border-color: #c3e6cb;
  --menu-border-color: #e8e8e8;
  --menu-hover-background: #f5f5f5;
  --menu-arrow-color: #999999;
  --menu-arrow-hover-color: #555555;
  --menu-item-title-color: #333333;
  --menu-item-tags-color: #7a7a7a;
  --menu-collapsible-background: #f9f9f9;
  --menu-collapsible-text-color: #555555;
  --prestations-bg-color: #495057;
  --prestations-text-color: #f8f9fa;
  
  --montserrat: 'Montserrat', Arial, sans-serif;
  --roboto: 'Roboto', sans-serif;
  --noticia-text: "Noticia Text", serif;
  
  --box-shadow-light: 0px 5px 15px rgba(0, 0, 0, 0.1);
  --box-shadow-menu: 0 6px 20px rgba(0, 0, 0, 0.08);
  --box-shadow-menu-item-image: 0 2px 8px rgba(0, 0, 0, 0.1);
}
  
html {
  font-size: 10px;
}

body {
  padding: 0;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

h2,
h3 {
  font-family: var(--montserrat);
  color: var(--primary-text-color);
  text-transform: uppercase;
}

/* NAVIGATION */
nav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  top: 0;
  left: 0;
}

.logo-nav {
  width: 30%;
}
.desktop-menu {
  border: 1px solid transparent;
  padding: 10px 40px;
  border-radius: 27px;
  margin-left: auto;
  background-color: unset;
}

.desktop-menu li {
  font-family: var(--roboto);
  font-size: 1.7rem;
}

.desktop-menu a {
  color: var(--light-text-color);
  transition: transform 0.3s ease, color 0.3s ease;
}

.desktop-menu li:hover {
  transform: scale(1.1);
}

#mainNav.nav-dark {
  background-color: rgba(0, 0, 0, 0.5);
}

.hamburger-button {
  display: none;
}

#fullScreenMenu {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;

  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  transition: opacity 0.4s ease, visibility 0.4s;
}

#fullScreenMenu.open {
  opacity: 1;
  visibility: visible;
}  

/* SECTION HOME */
.hero {
  position: relative;
  height: 100vh;
  background: url('/img/homepage.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding-left: 8%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  line-height: 1.4;
  animation: fadeInUp 1.2s ease-out;
}

.hero-content h5 {
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 14px;
  text-transform: uppercase;
  position: relative;
}

.hero-content h5::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.hero-content h3 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
}

.locations {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 1px;
}

/* SECTION ABOUT */
  .about {
  background-color: #f8f8f8;
  padding: 100px 8%;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1 1 40%;
  min-width: 300px;
}

.about-text h2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

.about-text h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #c5a46d;
  margin-top: 8px;
}

.about-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
  max-width: 550px;
}

.about-images {
  flex: 1 1 50%;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.about-images img {
  width: 48%;
  border-radius: 8px;
  object-fit: cover;
  transition: transform 0.3s ease;
  filter: brightness(1) contrast(1.1);
}

.about-images img:hover {
  transform: scale(1.02);
}



.container_libelle {
  align-self: flex-start;
  margin-top : 100px;
}

.section-form .home-container-inner.mt50 {
  padding-top: 0;
  margin-top: 50px;
}


.home-container-inner h2 {
  font-weight: 600;
  font-size: 1.8rem;
}

/* SECTION Events*/
.events {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .events-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
    max-width: 1200px;
    gap: 40px;
  }

  .left-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #FFFFFF;
  }

  .right-text {
    max-width: 400px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

/* SECTION PRESTATIONS */
#prestations_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 80px 8%;
  background-color: #f8f8f8;
}

.menu-item-wrapper {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-item-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: inherit;
  padding: 20px;
}

.menu-item-image-wrapper {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 20px;
}

.menu-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.menu-item:hover .menu-item-image {
  transform: scale(1.05);
}

.menu-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-item-tags {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #a0a0a0;
  margin-bottom: 4px;
}

.menu-item-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.menu-item-arrow {
  font-size: 20px;
  color: #c5a46d;
  margin-left: 20px;
  transition: transform 0.3s ease;
}

.menu-item:hover .menu-item-arrow {
  transform: translateX(5px);
}

/* CONTENU DÉROULANT */
.collapsible-content {
  display: none;
  padding: 20px 40px;
  background: #fff;
  border-top: 1px solid #eee;
  animation: fadeIn 0.4s ease;
}

.collapsible-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
}

.menu-sections-collapsible {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.menu-column-collapsible h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.menu-column-collapsible ul {
  list-style: none;
  padding: 0;
}

.menu-column-collapsible li {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

.prestations-section {
  background-color: #f8f8f8;
  padding: 100px 8%;
}

.prestations-header {
  margin-bottom: 40px;
}

.prestations-header h2 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.prestations-header h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #c5a46d;
  margin-top: 8px;
}

.collapsible-content.show {
  max-height: 2000px;
  padding: 15px 25px;
  display: block;
}

.collapsible-content {
  display: none;
  padding: 40px 60px;
  background: #fff;
  border-top: 1px solid #eee;
  animation: fadeIn 0.4s ease;
}

.collapsible-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Conteneur des menus */
.menu-sections-collapsible {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

/* Chaque colonne de menu */
.menu-column-collapsible {
  background: #fafafa;
  border-radius: 8px;
  padding: 30px 40px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  flex: 1 1 300px;
  max-width: 400px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-column-collapsible:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Titres des menus */
.menu-column-collapsible h4 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

.menu-column-collapsible h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #c5a46d;
  margin: 8px auto 0;
}

/* Liste des plats */
.menu-column-collapsible ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu-column-collapsible li {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.5;
}

#btncta_mobile {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(197, 164, 109, 0.9); 
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 1000;
  display: none;
  font-size: 14px;
}

#btncta_mobile:hover {
  background-color: #a47a35;
}

#btncta_mobile.hide {
  display: none;
}

/* KEYFRAMES */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(-10px); }
to { opacity: 1; transform: translateY(0); }
}