/*
All
*/
@media all
{
    .bloc-intro-circle svg {
        height: 18px;
        width: 18px;
        margin: calc(1vw + 1rem);
    }

    .intro-vimeo-container {
        width: 100%;
        height: calc(100vh - 74px);
        overflow: hidden;
        position: relative;
    }
    
    .intro-vimeo-container iframe {
        box-sizing: border-box;
        width: 177.77777778vh;
        height: 56.25vw;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .intro-vimeo-container .gbfcudbgsfyre {
        box-sizing: border-box;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .intro-menu-arrow {
        width: calc(1.4px + 0.8vw);
        height: calc(1.4px + 0.8vw)
    }

    .intro-menu-arrowz {
        width: calc(12px);
        height: calc(12px)
    }

    .intro-menu-icon {
        max-width: unset !important;
        width:calc(35px + 1.1vw)
    }

    .intro-menu-hr {
        border-bottom: solid 1px var(--bs-gray);
    }
}

/*
XS
*/
@media (min-width: 576px)
{
    .intro-vimeo-container {
        margin-top: unset;
    }
}

/*
LG
*/
@media (min-width: 992px)
{
    .intro-vimeo-container {
        height: calc(100vh - 64px);
    }
}

/*
XXL
*/
@media (min-width: 1400px)
{
    .intro-menu-xxl-gap {
        padding-right: 5vw;
    }
}