/*
Theme Name: no-fee-stay v1
Description: Theme personnalisé pour réservation directe sans commission.
Version: 1.0.0
*/

/* ========== RESET & BASE ========== */
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding-top: 40px; /* Pour header fixe */
}

.site-content {
  margin-top: 20px;
}


/* ========== BOUTON RECHERCHE ========== */
.btn-search {
  background-color: #00CEE3;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn-search:hover {
  background-color: #00B8CB;
}
