.form-check.form-switch .form-check-input {
    width: 2.5em;
    height: 1.5em;
}

.form-check.form-switch .form-check-label {
    line-height: 2em;
    margin-left: 0.5em;
}

.form-check-input:checked {
    background-color: #5bc0de; /* ton du bouton */
    border-color: #5bc0de;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(91, 192, 222, 0.25);
}

.reveal {
    transition: font-weight 0.3s ease;
}