.fullcard svg {
    background-color: var(--secondary-clr);
    border-radius: 25%;
    width: 2rem;
    height: 2rem;
    transition: all 0s ease-in-out;
}

.fullcard svg:hover {
    background-color: #afafaf;
    cursor: pointer;
}

.fullcard svg:active {
    background-color: var(--menu-clr);
}

.button-plus {
    fill: #000000;
}

.button-plus:hover {
    fill: #000000;
}

.button-plus:active {
    fill: var(--secondary-clr);
}

.button-moins {
    stroke: #000000;
}

.button-moins:hover {
    stroke: #000000;
}

.button-moins:active {
    stroke: var(--secondary-clr);
}