/*--------------------------------------------------------------------------*\
	Visible sheet
\*--------------------------------------------------------------------------*/

.tab__content-item {
    /*box*/
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/*--------------------------------------------------------------------------*\
        Onglet actif
\*--------------------------------------------------------------------------*/

.tab[data-index="1"]>.tab__content>.tab__content-item:nth-child(1),
.tab[data-index="2"]>.tab__content>.tab__content-item:nth-child(2),
.tab[data-index="3"]>.tab__content>.tab__content-item:nth-child(3),
.tab[data-index="4"]>.tab__content>.tab__content-item:nth-child(4),
.tab[data-index="5"]>.tab__content>.tab__content-item:nth-child(5),
.tab[data-index="6"]>.tab__content>.tab__content-item:nth-child(6),
.tab[data-index="7"]>.tab__content>.tab__content-item:nth-child(7),
.tab[data-index="8"]>.tab__content>.tab__content-item:nth-child(8),
.tab[data-index="9"]>.tab__content>.tab__content-item:nth-child(9),
.tab[data-index="10"]>.tab__content>.tab__content-item:nth-child(10),
.tab[data-index="11"]>.tab__content>.tab__content-item:nth-child(11),
.tab[data-index="12"]>.tab__content>.tab__content-item:nth-child(12),
.tab[data-index="13"]>.tab__content>.tab__content-item:nth-child(13),
.tab[data-index="14"]>.tab__content>.tab__content-item:nth-child(14),
.tab[data-index="15"]>.tab__content>.tab__content-item:nth-child(15),
.tab[data-index="16"]>.tab__content>.tab__content-item:nth-child(16),
.tab[data-index="17"]>.tab__content>.tab__content-item:nth-child(17),
.tab[data-index="18"]>.tab__content>.tab__content-item:nth-child(18),
.tab[data-index="19"]>.tab__content>.tab__content-item:nth-child(19),
.tab[data-index="20"]>.tab__content>.tab__content-item:nth-child(20) {
    /*box*/
    display: flex !important;
}