* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #e5e5e5;
  color: #111;
}

/* Bande noire en haut */
/* Bande noire en haut (version mockup) */
.top-bar {
  background: radial-gradient(1200px 200px at 50% 0%, #3a3a3a 0%, #111 55%, #000 100%);
  color: #fff;
  text-align: center;
  padding: 18px 16px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/* "iPhone" virtuel */
.page {
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
}

/* Bloc principal */
.hero {
  text-align: center;
  padding: 26px 18px 12px;
}

.hero h2 {
  font-size: 46px;
  line-height: 1.08;
  margin: 18px 0 10px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.subtitle {
  font-size: 18px;
  color: #444;
  margin: 0 auto 18px;
  max-width: 420px;
  line-height: 1.4;
}

.hero-car {
  display: block;
  width: 80%;
  max-width: 320px;
  margin: 0 auto 20px;
  filter: none;          /* ← enlève l’ombre */
  box-shadow: none;      /* sécurité */
}



/* Bouton vert */
/* Bouton principal */
.primary-btn {
  width: 100%;
  max-width: 420px;
  background: linear-gradient(180deg, #3bb157, #2f9e44);
  color: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 18px 18px;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 18px rgba(47,158,68,.22);
  margin-bottom: 0; /* important */
}

.primary-btn:hover { filter: brightness(0.98); }

/* Bouton tertiaire (En savoir plus) */
.tertiary-btn {
  width: 100%;
  max-width: 420px;
  background: #fff;
  color: #111;
  border: 2px solid #1b1b1b;
  border-radius: 10px;
  padding: 18px 18px;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* Section services */
.services {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px 24px;
  text-align: center;
}

.service {
  flex: 1;
  font-size: 12px;
}

.service h3 {
  font-size: 13px;
  margin: 6px 0;
}

.service p {
  color: #555;
  line-height: 1.4;
}

/* Icônes style mockup */
.icon {
  margin-bottom: 4px;
}

.icon i {
  font-size: 26px;
  color: #111;
}

/* Pied de page */
.footer {
  margin-top: auto;
  padding: 16px;
  text-align: center;
  font-size: 12px;
  color: #666;
  border-top: 1px solid #eee;
}

@media (max-width: 360px) {
  .top-bar { font-size: 28px; }
  .hero h2 { font-size: 38px; }
  .subtitle { font-size: 16px; }
  .primary-btn, .secondary-btn, .tertiary-btn { font-size: 20px; }
  .services { grid-template-columns: 1fr; }
  .service { max-width: 320px; margin: 0 auto; }
  .service h3 { font-size: 22px; }
  .service p { font-size: 16px; }
  .footer { font-size: 20px; }
}

.call-btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
/* Bouton secondaire : Réserver */
.secondary-btn {
  width: 100%;
  max-width: 420px;
  background: linear-gradient(180deg, #1f1f1f, #111);
  color: #fff;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 10px;
  padding: 18px 18px;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 0; /* important */
}

.secondary-btn:hover { filter: brightness(1.04); }

/* Variante hero pour la page formulaire */
.hero-form {
  text-align: left;
  padding: 24px 20px 40px;
}

.hero-form h2 {
  text-align: center;
  margin-bottom: 8px;
}

/* Formulaire de réservation */
.reservation-form {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.reservation-form label {
  font-size: 14px;
  color: #222;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.reservation-form input {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* Confirmation */
.confirmation {
  display: none;
  margin-top: 24px;
  text-align: center;
}

.confirmation h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.confirmation p {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.top-bar {
  position: relative; /* obligatoire pour positionner le logo */
  background: radial-gradient(1200px 200px at 50% 0%, #3a3a3a 0%, #111 55%, #000 100%);
  color: #fff;
  padding: 14px 16px;
  text-align: center;
}

/* Logo placé à gauche */
.logo-top {
  position: absolute;
  left: 16px;          /* ← distance depuis le bord gauche */
  top: 50%;
  transform: translateY(-50%);
  height: 55px;        /* ← taille discrète */
  width: auto;
}

/* Texte centré */
.top-title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}
