/* Style pour les cases à cocher des consentements */
.form-group.checkbox-group {
    margin-bottom: 15px;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.checkbox-wrapper {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
}

.checkbox-wrapper label {
    display: inline;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    text-align: left;
}

.checkbox-wrapper a {
    color: #1a3a5f;
    text-decoration: underline;
}

.checkbox-wrapper a:hover {
    color: #0056b3;
}
