/* Reset theme styles */
ul.puce-filled-circle li,
ul.puce-empty-circle li,
ul.puce-filled-square li,
ul.puce-empty-square li,
ul.puce-dash li, 
ul.puce-fleche li {
    list-style: none;
    position: relative;
    padding-left: 1.1em;
}

ul.puce-filled-circle li::before,
ul.puce-empty-circle li::before,
ul.puce-filled-square li::before,
ul.puce-empty-square li::before,
ul.puce-dash li::before,
ul.puce-fleche li::before {
    font: inherit !important;
    text-rendering: auto;
    content: '';
    color: inherit !important;
    position: absolute;
    left: 0;
    top: 0.1em;
    line-height: 1;
    font-size: 1em;
}

ul.puce-filled-circle li::before { top: 0em; content: '●' !important; }
ul.puce-empty-circle li::before { top: 0em; content: '○' !important; }
ul.puce-filled-square li::before { top: 0em; content: '■' !important; }
ul.puce-empty-square li::before { top: 0em; content: '□' !important; }
ul.puce-dash li::before { top: 0em; content: '-' !important; }
ul.puce-fleche li::before {
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105" !important;
    top: 0.3em;
    padding-left: 0.3em !important;
}
