.puces_rond {
    list-style-type: disc !important;
}

.puces_cercle {
    list-style-type: circle !important;
}

.puces_carre {
    list-style-type: square !important;
}

.puces_nombre {
    list-style-type: decimal !important;
}

.puces_lol {
    list-style-type: "😍" !important;
}

.puces_doigt {
    list-style-type: '👉' !important;
}

.puces_check_bleu {
    list-style-type: none !important;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom:0px;
}

    .puces_check_bleu li {
        position: relative;
        padding-left: 1.7em;
        padding-bottom: 16px;
    }

        .puces_check_bleu li:last-child {
            padding-bottom: 0px;
        }

        .puces_check_bleu li::before {
            content: "";
            display: inline-block;
            width: 18px;
            height: 14px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M5.59 10.58L1.42 6.41L0 7.82L5.59 13.41L17.59 1.41L16.18 0L5.59 10.58Z" fill="%237198AC"/></svg>') no-repeat center center;
            background-size: contain;
            position: absolute;
            left: 0;
            top: 13%;
        }

.puces_check_gris {
    list-style-type: none !important;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

    .puces_check_gris li {
        position: relative;
        padding-left: 1.7em;
        padding-bottom: 16px;
    }

        .puces_check_gris li:last-child {
            padding-bottom: 0px;
        }

        .puces_check_gris li::before {
            content: "";
            display: inline-block;
            width: 19px;
            height: 14px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="none"><path d="M6.09 10.9657L1.92 6.79574L0.5 8.20574L6.09 13.7957L18.09 1.79574L16.68 0.385742L6.09 10.9657Z" fill="%23726A62"/></svg>') no-repeat center center;
            background-size: contain;
            position: absolute;
            left: 0;
            top: 13%;
        }

.puces_pouce {
    list-style-type: "\1F44D" !important;
}

.puces_superieur {
    list-style-type: "\003E" !important;
}

.puces_inferieur {
    list-style-type: "\003C" !important;
}

.puces_asterique {
    list-style-type: "\002A" !important;
}

.puces_plus {
    list-style-type: "\002B" !important;
}

.puces_moins {
    list-style-type: "\002D" !important;
}

.puces_tiret_bas {
    list-style-type: "\005F" !important;
}

.puces_tilde {
    list-style-type: "\007E" !important;
}

.puces_devise {
    list-style-type: "\00A4" !important;
}

.puces_section {
    list-style-type: "\00A7" !important;
}

.puces_copyright {
    list-style-type: "\00A9" !important;
}

.puces_double_inferieur {
    list-style-type: "\00AB" !important;
}

.puces_double_superieur {
    list-style-type: "\00AB" !important;
}

.puces_non {
    list-style-type: "\00AC" !important;
}

.puces_fleche_droite {
    list-style-type: "\21E8" !important;
}

.puces_fleche_gauche {
    list-style-type: "\21E6" !important;
}

.puces_non {
    list-style-type: "\00AC" !important;
}

.puces_nombres_colores {
    list-style: none !important;
    counter-reset: custom-num;
    padding-left: 0;
    margin-left: 0;
}

.puces_nombres_colores li {
    position: relative;
    padding-left: 4em;
    padding-right:10px;
    margin-bottom: 16px;
    counter-increment: custom-num;
    background-color: white;
    padding-top: 16px;
    padding-bottom: 16px;
}

.puces_nombres_colores li::before {
    content: counter(custom-num, decimal);
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    background: #624E41;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1em;
}

.puces_lower_roman {
    list-style-type: lower-roman !important;
}

.puces_upper_roman {
    list-style-type: upper-roman !important;
}

.puces_lower_alpha {
    list-style-type: lower-alpha !important;
}

.puces_upper_alpha {
    list-style-type: upper-alpha !important;
}

.puces_lower_latin {
    list-style-type: lower-latin !important;
}

.puces_upper_latin {
    list-style-type: upper-latin !important;
}

.puces_lower_greek {
    list-style-type: lower-greek !important;
}

.puces_none {
    list-style-type: none !important;
}

.puces_disclosure_open {
    list-style-type: disclosure-open !important;
}

.puces_disclosure_closed {
    list-style-type: disclosure-closed !important;
}

