.pretty{
    white-space: unset;
    line-height: 20px;
    margin-right: 0;
}
.pretty .state label{
    font-weight: unset;
    text-indent: 0;
    padding-left: 25px;
    vertical-align: text-bottom;
}
.pretty .state label:before {
    background-color: #ffffff;
    border-color: #cdcdcd;
}
.pretty .state label span.pconfidentialite{
    position: relative;
    z-index: 2;
}
.pretty .state label:after, .pretty .state label:before {
    top: 1px;
}
.pretty_small input{
    width: 16px;
}
.pretty.p-default input:checked~.state label:after{
    background-color: #c11727 !important; /* A adapter en fonction des couleurs du site */
}