body {
  font-family: Arial, sans-serif;
  color: #333;
  background: #f4f4f9;

}
header {
  background: #333;
  color: #fff;
  padding: 16px;
  text-align: center;
  border-radius: 15px;
  left:0;
  right:0;
}
nav ul {
  list-style: none;
  padding: 0;
  display:flex;
  justify-content: center;
  gap: 1rem;
}
nav a {
  color: #fff;
  text-decoration: none;
}
.hotel {
  text-align: center;
  padding: 3rem 1rem;
  color: #000;
}

.image1 {
  display: inline-block;
  background: #ff6600;
  border-radius: 20px;
  
}
.features {
  display: flex;
  gap: 1rem;
  padding: 32px;
  justify-content: center;
}
.card {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  flex: 1;
  text-align: center;
}
footer {
  text-align: center;
  padding: 7px;
  background: #333;
  color: #fff;
  position: fixed;
  bottom:0;
  left:0;
  right:0; 
}
.boite-de-texte {
  width: 400px;
  height: 150px;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 20px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border-radius: 8px;
}