body{
    font-family: 'Roboto', sans-serif;
    margin-top: 5em;
}

#nb_rose_restante {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

#principal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

#prix {
    margin-left: 10px;
    font-weight: bold;
}

.champ {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.champ_raid {
    display: none;
}

.champ_raid_rose {
    margin: 0 10px;
}

label {
    width: 150px;
    text-align: right;
    padding-right: 10px;
}

input[type="text"], input[type="number"], input[type="checkbox"], textarea {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type="submit"] {
    padding: 10px 20px;
    background-color: green;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
}

fieldset {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
}

legend {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.categorie_champ {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}

#result {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    font-size: 20px;
    background-color: #008000;
    color: #fff;
    text-align: center;
}