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