/* Recherche rapide de l'accueil. Le catalogue conserve sa validation et ses prix. */
.tp-home-simple .tp-simple-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: clamp(28px, 4vw, 72px);
}
.tp-home-simple .tp-simple-hero-copy { min-width: 0; }
.tp-home-hero-booking-card {
  min-width: 0;
  padding: clamp(22px, 2.5vw, 32px);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 18px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 22px 62px rgba(0,0,0,.24);
  color: #202020;
}
.tp-home-hero-booking-card h2 {
  margin: 0 0 6px;
  color: #202020;
  font-size: clamp(23px, 2.1vw, 29px);
  font-weight: 800;
  line-height: 1.2;
}
.tp-home-hero-booking-card > p {
  margin: 0 0 20px;
  color: #626262;
  font-size: 13px;
  line-height: 1.5;
}
.tp-home-simple .tp-home-hero-booking {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin: 0;
}
.tp-home-simple .tp-home-hero-booking label {
  display: grid;
  min-width: 0;
  gap: 6px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.tp-home-simple .tp-home-hero-booking select,
.tp-home-simple .tp-home-hero-booking input[type="date"],
.tp-home-simple .tp-home-hero-booking input[type="time"] {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 46px;
  padding: 9px 11px;
  border: 1px solid #dedede;
  border-radius: 9px;
  background: #fff;
  color: #202020;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-overflow: ellipsis;
}
.tp-home-simple .tp-home-hero-booking select:focus-visible,
.tp-home-simple .tp-home-hero-booking input:focus-visible,
.tp-home-simple .tp-home-hero-booking button:focus-visible {
  outline: 2px solid #c91f2b;
  outline-offset: 2px;
}
.tp-home-simple .tp-home-booking-dates {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}
.tp-home-simple .tp-home-booking-dates .datetime-control,
.tp-home-simple .tp-home-booking-dates .datetime-control-grid {
  min-width: 0;
  width: 100%;
}
.tp-home-simple .tp-home-booking-dates .datetime-control-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(80px, .8fr);
  gap: 9px;
}
.tp-home-simple .tp-home-hero-booking .date-rule-message { margin: 0; font-size: 12px; }
.tp-home-simple .tp-home-hero-booking .date-rule-message:empty { display: none; }
.tp-home-simple .tp-home-booking-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  padding: 11px 14px;
  border: 0;
  border-radius: 9px;
  background: #d5202d;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}
.tp-home-simple .tp-home-booking-submit:hover { background: #b61924; }
.tp-home-simple .tp-home-booking-note {
  color: #696969;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}
@media (max-width: 900px) {
  .tp-home-simple .tp-simple-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .tp-home-simple .tp-home-hero-booking-card { width: 100%; max-width: 540px; }
}
@media (max-width: 450px) {
  .tp-home-simple .tp-home-hero-booking-card { padding: 20px 16px; }
  .tp-home-simple .tp-home-booking-dates .datetime-control-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(80px, .85fr);
    gap: 7px;
  }
  .tp-home-simple .tp-home-hero-booking input[type="date"],
  .tp-home-simple .tp-home-hero-booking input[type="time"] {
    padding-inline: 6px;
    font-size: 12px;
  }
}
