li {
    list-style: unset;
}

ul > li {
    list-style-type: disc;
}

.container ul ul > li, ul ul li::marker {
    list-style-type: square;
    font-size: 12px;

}

ol li > span, ol > li::marker {
    font-size: 24px;
    font-weight: bold;
}

ol > li {
    margin-top: 20px;
}

.details-capacite {
    margin-top: 10px;
}

.augmentation_personnage {
    width: 40vw;
    margin-top: 30px;
}

.augmentation_personnage th {
    width: calc(10vw - 10px);
}

h4 {
    margin-bottom: 0;
}

@media (max-width: 700px) {
    .augmentation_personnage {
        width: 100%;
    }
}