
/* LISTES */

.liste-a-tiret {
    list-style-type: '- '; 
    margin-left:2em;
}

/* MARGIN */

.mb-2{
    margin-bottom: 2em;
}

.mt-2 {
    margin-top: 2em;
}