.historic-btn {
    color: #020202;
    cursor: pointer;
    font-family: 'Roboto';
    font-size: 18px;
    transition: color 0.3s ease;
}

.historic-btn:hover {
    color: #F97002;
}

.historic-additionnal-text {
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.historic-additionnal-text.active {
    grid-template-rows: 1fr;
}