/* -------------
    SOMMAIRE
------------- */

/*
    @AUTHOR : Nicolas BOUDOT

    ATOME : TAB
    Styles des tabs
*/

/*
    00 - GÉNÉRAL
*/



/* -----------------
    00 - GÉNÉRAL
----------------- */

/* Surcharge du plugin */
.facetwp-type-radio .facetwp-radio,
.atom_tab {
    cursor: pointer;
    display: inline-block;
    background: var(--gray-400);
    color: var(--gray-800);
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 20px;
}

    .facetwp-type-radio .facetwp-radio.checked,
    .facetwp-type-radio .facetwp-radio:hover,
    .atom_tab.active,
    .atom_tab:hover {
        background-color: var(--white);
        background-image: none;
        color: var(--c-primary);
    }


/* -----------------
    00 - TABS FORMATIONS
----------------- */
.formations-content--tabs  > div{
    display: none;
}
    .formations-content--tabs > .active {
        display: block;
    }