div.encadre {
    border-left-color: rgba(var(--pst-color-success), 1);
}
div.encadre .admonition-title {
    background-color: lightgreen; 
}
div.encadre .admonition-title:before {
    color: rgba(var(--pst-color-success), 1);
    content: '\f19d';
}
