.elementor-514 .elementor-element.elementor-element-bb586cc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-514 .elementor-element.elementor-element-bb586cc:not(.elementor-motion-effects-element-type-background), .elementor-514 .elementor-element.elementor-element-bb586cc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0A;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c8e408a */.gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 30px;
    }

    .gallery-item {
      height: 300px;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
      transition: all 0.4s ease;
    }

    .gallery-item:hover {
      transform: scale(1.05);
      box-shadow: 0 20px 50px rgba(184, 134, 11, 0.4);
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.4s ease;
    }

    .gallery-item:hover img {
      transform: scale(1.2);
    }

    .gallery-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(transparent, rgba(0,0,0,0.9));
      padding: 30px;
      color: white;
      font-size: 1.3rem;
      transform: translateY(100%);
      transition: all 0.4s ease;
    }

    .gallery-item:hover .gallery-overlay {
      transform: translateY(0);
    }
    
    .page-header h2 {
      font-size: 4rem;
      color: #b8860b;
      margin-bottom: 20px;
      font-weight: 300;
      letter-spacing: 3px;
    }

    .page-header p {
      font-size: 1.3rem;
      color: #ccc;
      max-width: 700px;
      margin: 0 auto;
    }
    
    

    .page-content.active {
      display: block;
    }

    .page-header {
      text-align: center;
      margin-bottom: 80px;
    }
    
    body {
      font-family: 'Georgia', serif;
      line-height: 1.6;
      color: #333;
      background: #0a0a0a;
      overflow-x: hidden;
    }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-131ee2a *//* ==== BOUTON RÉSERVATION FIXE ==== */
.quick-reservation {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

.quick-res-btn {
  background: linear-gradient(45deg, #b8860b, #daa520);
  color: white;
  padding: 16px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(184, 134, 11, 0.5);
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
  display: flex;
  align-items: center;
  gap: 10px;
}

.quick-res-btn span {
  font-size: 1.3rem;
}

.quick-res-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(184, 134, 11, 0.7);
}

@keyframes pulse {
  0% { box-shadow: 0 10px 30px rgba(184, 134, 11, 0.5); }
  50% { box-shadow: 0 15px 40px rgba(184, 134, 11, 0.7); }
  100% { box-shadow: 0 10px 30px rgba(184, 134, 11, 0.5); }
}/* End custom CSS */