/*
All
*/
@media all
{


    .stacked, .holding {display:none;}


    .bloc-formations-slide-h
    {
        transition: transform .5s;
    }
    
    .js-bloc-formations-slide-h
    {
        transform: scale(1.05);
    }

    .bloc-formations-slide-sub
    {
        min-height:30vw !important;
    }
    .bloc-formations-circle
    {
        height: calc(45px + 1vw);
        width: calc(45px + 1vw);
    }
    .bloc-formations-big-circle
    {
        min-height: calc(90px + 4vw);
        min-width: calc(90px + 4vw);
    }
    .bloc-formations-nav
    {
        height:8.3rem;
    }

    /*
    Title
    */
    /* Sub title */
    .formations-sub-title
    {
        padding-bottom: calc(0.2rem + 2.4vw);
    }
}

/*
MD
*/
@media (min-width: 768px)
{
    .stacked, .holding {display:unset;}
    
    .bloc-formations-slide-sub-block
    {
        margin-bottom:-4.3rem;
    }
    .bloc-formations-big-circle
    {
        min-height: calc(90px + 3.5vw);
        min-width: calc(90px + 3.5vw);
    }
    .bloc-formations-circle
    {
        height: calc(20px + 3vw);
        width: calc(20px + 3vw);
    }
    .bloc-formations-slide-sub
    {
        height: calc(20rem + 15vw);
    }
    .bloc-formations-gap
    {
        margin-left:14.33333333%;
    }
    .bloc-formations-nav
    {
        height:4.3rem;
    }

    /*
    Title
    */
    /* Sub title */
    .formations-sub-title
    {
        margin-top: calc(-2rem + -2vw);
        padding-bottom: 1vw;
    }
}

/*
LG
*/
@media (min-width: 992px)
{
    .bloc-formations-slide-sub
    {
        height: calc(20rem + 10vw);
    }

    .bloc-formations-circle
    {
        height: calc(35px + 1.5vw);
        width: calc(35px + 1.5vw);
    }
}

/*
XL
*/
@media (min-width: 1200px)
{
    .bloc-formations-slide-sub
    {
        height: calc(22rem + 10vw);
    }
}

/*
XXL
*/
@media (min-width: 1400px)
{
    .bloc-formations-slide-sub
    {
        min-height: calc(20rem + 6vw);
    }
}