/* CSS Document */

body.is-sector .doc-desc>.html-content p.icon-btp::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/img/ui/btp.png');
}
body.is-sector .doc-desc>.html-content p.icon-sante::before {
    background-size:  contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/img/ui/sante.png');
}