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

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

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

.tab-switcher[data-index="1"]>.tab-switcher__content>.tab-switcher__content-item:nth-child(1),
.tab-switcher[data-index="2"]>.tab-switcher__content>.tab-switcher__content-item:nth-child(2) {
    /*box*/
    display: flex !important;
}