/* Appliquer aux champs de formulaire généraux */
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"], 
input[type="textfield"],
input[type="textarea"],
select, 
textarea, 
button {
    border-radius: 15px !important; /* Forcer l'arrondi */
    padding: 10px;
    border: 1px solid #ccc;
}
