﻿/* Fichier des styles pour la composante d'onglets */

.tab-item-selected {
    background-color: #F7F7F7;
    font-weight: 700; /* Bold */
    border: 2px solid #049854;
}

.tab-plus-item-selected {
    display: list-item;
    background-color: #F7F7F7;
    transition: background-color 0.5s;
    border: 2px solid #049854 !important;
}

@media screen and (max-width: 480px) {
    .tab-plus-icon {
    }
}