@media (max-width: 999px){

    .SubHeader{
        position: relative; 
        padding : 0.5em 1em 0 1em;
    }
    
    .ProjectContainer{
        width: 100vw;
        height: 100%;
        top: var(--Topheaderheight);
        position: relative;
    }

    .OngDisapear{
        display: none;
    } 

    .CarrousselContainer{
        display: inline-block;
        height: auto;
    }

    .carrou{
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 0 1em 0 1em;
        box-sizing: border-box;
    }

    .CarrouScrol{
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .imgCarrou:first-of-type{
        margin-left: 0;
        padding-top: 5vh;
    }

    .imgCarrou:last-of-type{
        margin-right: 0%;
        padding-bottom: 5vh;
    }

    .imgCarrou{
        padding-top: 1em;
        padding-bottom: 1em;
        max-width: 100%;
        box-sizing: border-box;
    }

    .CarrouButton{
        display: none;
    }

    .videoPageVerticale{
        padding : 0 5vw 0 5vw;
    }

    .coloneVideo{
        padding : 0 6vw 0 6vw;
    }

    .videoWrapperIFRAME{
        min-width: 100%;
    }

    .ContainervideoWrapperIFRAME{
        padding: 0 1em 0 1em;
        max-width: 90%;
    }

    .videoCarroussel{
        max-width: 100%;
    }
}