/* ============================================================
   PAGE RÉSERVATION
   ============================================================ */

.resa-section {
  background-color: #fff;
  padding: 0px 20px 20px;
}

.resa-container {
  max-width: 1140px;
  margin: 0 auto;
}

.resa-title {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #b8962e;
  text-align: center;
  margin: 20px 0 20px;
}

.resa-intro {
  text-align: center;
  font-size: 0.90rem !important;
  color: #4a5568;
  max-width: 680px;
  margin: 0 auto 24px;
  line-height: 1.7;
}

.resa-intro a {
  color: #b8962e;
  text-decoration: none;
  font-weight: 600;
}

.resa-intro a:hover {
  text-decoration: underline;
}

/* Formulaire */
.resa-form {
  max-width: 760px;
  margin: 0 auto;
}

.resa-row {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}

.resa-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.resa-field--small {
  flex: 0 0 200px;
}

.resa-field--full {
  margin-bottom: 12px;
}

.resa-field label {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4a5568;
}

.resa-field input,
.resa-field select,
.resa-field textarea {
  border: 1px solid #d4b483;
  border-radius: 2px;
  padding: 7px 14px;
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  color: #333;
  background: #fffdf9;
  transition: border-color 0.2s;
  outline: none;
}

.resa-field input:focus,
.resa-field select:focus,
.resa-field textarea:focus {
  border-color: #b8962e;
}

.resa-field textarea {
  resize: vertical;
}

/* Bouton */
.resa-submit {
  text-align: center;
  margin-top: 6px;
}

.resa-btn {
  background-color: #b8962e;
  color: #fff;
  border: none;
  padding: 14px 48px;
  font-family: 'Lato', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s;
}

.resa-btn:hover {
  background-color: #9a7a22;
}

.resa-mention {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 12px;
  margin-bottom: 0;
}

/* Confirmation */
.resa-confirmation {
  max-width: 760px;
  margin: 30px auto 0;
  padding: 20px;
  background: #f0f7ee;
  border-left: 3px solid #b8962e;
  color: #4a5568;
  font-size: 0.95rem;
}

/* Responsive tablette */
@media (max-width: 767px) {
  .resa-title {
    font-size: 1.8rem;
  }

  .resa-row {
    flex-direction: column;
    gap: 16px;
  }

  .resa-field--small {
    flex: 1;
  }
}

/* Responsive mobile */
@media (max-width: 480px) {
  .resa-section {
    padding: 40px 16px 60px;
  }

  .resa-title {
    font-size: 1.5rem;
  }

  .resa-btn {
    width: 100%;
  }
}

/* Hover et lien actif menu */
#header .u-nav-link {
  transition: color 0.25s ease;
}
#header .u-nav-link:hover {
  color: #6FA8DC !important;
}
#header .u-popupmenu-items .u-nav-link:hover {
  color: #6FA8DC !important;
}
#header .u-nav-link[style*="6FA8DC"],
#header .u-nav-link[style*="6FA8DC"]:hover {
  color: #6FA8DC !important;
}

/* Supprimer espace sous le header */
.u-header .u-text-3 {
  margin-bottom: 0 !important;
}

/* Annuler le min-height inline ajouté par NicePage JS sur iPad */
@media (min-width: 992px) and (max-width: 1199px) {
  .u-header {
    min-height: auto !important;
  }

/* MENU RÉSERVATION : Lato + Gras */
#header .u-nav-link {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important;   /* gras */
  font-size: 0.875rem !important; /* même taille que les autres pages */
}
/* MENU EN GRAS UNIQUEMENT SUR IPAD */
@media (min-width: 768px) and (max-width: 1024px) {
  #header .u-nav-link {
    font-weight: 700 !important; /* gras */
    font-family: 'Lato', sans-serif !important; /* police correcte */
  }
}
