.elementor-kit-125{--e-global-color-primary:#C9A25D;--e-global-color-secondary:#1C1A18;--e-global-color-text:#F5F2ED;--e-global-color-accent:#4E5B52;--e-global-color-5761a10a:#000;--e-global-color-459aaeb0:#FFF;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-kit-125 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Bouton principal */
.btn-primary {
  background: #C9A25D;
  color: #1C1A18;
  border-radius: 6px;
  padding: 14px 28px;
  font-weight: 600;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.btn-primary:hover {
  background: #B38B46;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
}

/* Bouton secondaire */
.btn-secondary {
  background: transparent;
  color: #C9A25D;
  border: 1px solid #C9A25D;
  border-radius: 6px;
  padding: 13px 26px;
  transition: all 0.25s ease;
}

.btn-secondary:hover {
  background: #C9A25D;
  color: #1C1A18;
}

/* Bouton tertiaire */
.btn-tertiary {
  background: transparent;
  color: #BEB7AC;
  padding: 0;
  font-weight: 500;
  transition: color 0.2s ease;
}

.btn-tertiary:hover {
  color: #F5F2ED;
  text-decoration: underline;
}
body {
    background-image: url('http://n9.weelevate.ch/wp-content/uploads/2026/01/no9-caferestaurant-la-chaux-de-fonds.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #000000; /* Couleur de secours en attendant le chargement */
}

/* Optionnel : Ajoute un voile sombre pour que votre texte reste lisible */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 0.4 = 40% d'opacité noire */
    z-index: -1;
}/* End custom CSS */