div.statistique {
    display: block;
}

div.statistique > div.content {
    display: grid;
    grid-template: 1fr 1fr / 1fr;
}

div.statistique > div.content > div.board {
    display: grid;
    grid-template: 1fr / 10% 15% 15% 15% 15% 15% 15%;
    
}
div.statistique > div.content > div.category {
    text-align: center;
    background-color: white;
}

div.statistique > div.content > div > p {
    margin: 0;
}

div.statistique > div.content > div.category > p {
    margin-top: 5px;
    font-weight: bold;
}

div.statistique > div.content > div.value {
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
}