

.entete {
	width: -webkit-fill-available;
}



form label {
  display: block;
  margin-bottom: 15px;
}

input, select {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  box-sizing: border-box;
}

input[type="radio"] {
  margin-left: 25px;
  width: auto;
}

button {
  background: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

button:hover {
  background: #218838;
}

span.etoile {
    color: red;
}
