#assistantDeSaisie .FormPanel fieldset {
    background: var(--fiche-panel-background);
    border: 1px solid var(--fiche-panel-border);
    border-radius: 10px;
    margin-top: 25px;
}

#assistantDeSaisie .FormPanel legend {
    color: var(--fiche-panel-legend-text);
    background: transparent;
    box-shadow: none;
    border-bottom: none;
    font-weight: bold;
    width: auto;
    float: left;
    font-size: 12px;
    padding: 3px 0;
    cursor: pointer;
    text-indent: 10px;
    margin-top: -25px;
}
