
.charte-list {
    list-style: none;
    padding: 0;
}
.charte-list li {
	padding: 10px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e5e4e3;
    border-radius: 0;
    background-clip: padding-box;
}
.charte-list li:before {
    margin-right: 10px;
    color: #e21017;
    content: '\f138';
    font-family: 'Font Awesome 5 Pro'; 
}

/**
 * Toggles (valeurs)
 */
body .charte-toogles .fusion-toggle-heading {
	font-size: 15px;
	font-weight: 400 !important;
}
body .charte-toogles a.active .fusion-toggle-heading {
	font-weight: 500 !important;
}