#formulaire-make-magnet-heure-miroir {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 0px solid #ccc;
    font-family: Arial, sans-serif;
    max-width: 232px;
    margin: auto;
}

#formulaire-make-magnet-heure-miroir label {
    font-weight: bold;
    display: block;
    margin-bottom: -15px;
    text-align: center;
}

#formulaire-make-magnet-heure-miroir label::after {
    content: " *";
    color: red;
}

#formulaire-make-magnet-heure-miroir input,
#formulaire-make-magnet-heure-miroir select {
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
    margin-top: 0px;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
    height: 30px;
}

#formulaire-make-magnet-heure-miroir button {
    display: block;
    margin: auto;    
    background-color: #3d3d77;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#formulaire-make-magnet-heure-miroir button:hover {
    background-color: #505095;
}
