/* Mobile */
@media (max-width: 576px) {}

/* Tablette */
@media (max-width: 768px) {

}

/* Laptop */
@media (max-width: 1360px) {}


.dashboard-card.btc-ma .indicator-content {
    display: flex;
    flex-direction: column;
    gap:0.33rem;
    padding-top: 20px;
}

.dashboard-card.btc-ma .indicator {
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    border: 1px solid var(--border);
}
.dashboard-card.btc-ma .indicator .attribut-label {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    background: var(--border);
    padding-left: 7px;
}
.dashboard-card.btc-ma .indicator .attribut {
    min-width: 80px;
    margin-left: auto;
    text-align: center;
    font-weight: 900;
}