body,html
{
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000; /* a chnager peut etre */
    color: #fff;
}


.light-logo {
    width: 180px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.menu-left {
    position: absolute;
    top: 10%;
    left: 5%;
    transform: translate(-50%,-50%);
}

.reseaux-sociaux-right {

    position: absolute;
    top: 10%;
    right: 5%;
    transform: translate(-50%,-50%);
}


.menu-categories {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 60%;
    box-shadow: 0px 2px 4pw #000;
    opacity: 1;
}

a {

    color: #fff;
}
a:hover {
    color: #fff;
    text-decoration: none;

}

@media(min-width:768px) {
    .page-header-alpha {
        padding: 0
    }
}

@media(min-width:768px) {
    .page-header-alpha.menu-right .navbar-toggler {
        top: 52px;
        right: 56px
    }
}

@media(min-width:768px) {
    .page-header-alpha.menu-right .navbar-brand {
        left: 64px
    }
}

@media(min-width:768px) {
    .page-header-alpha.menu-right .navbar-topmenu {
        right: 120px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-left .navbar-brand {
        left: auto;
        right: 64px;
        margin-right: 0
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-left .navbar-topmenu {
        right: auto;
        left: 64px;
        margin-left: -8px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-left.menu-left .navbar-topmenu {
        right: auto;
        left: 120px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-left.menu-right .navbar-brand {
        right: 120px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-left.menu-right .navbar-topmenu {
        left: 64px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-center .navbar-topmenu {
        position: fixed;
        top: 32px;
        left: 0;
        right: auto;
        z-index: 10;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-menu {
        height: 48px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-menu .nav-item:last-child {
    margin-right: 0
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-center .navbar-topmenu .navbar-nav-actions {
        position: fixed;
        right: 64px;
        top: 32px
    }
}

@media(min-width:768px) {
    .page-header-alpha.topmenu-center.menu-right .navbar-topmenu .navbar-nav-actions {
        right: 120px
    }
}


.page-header-alpha .navbar-toggler {
    position: absolute;
    top: 8px;
    right: 16px;
    padding: 0;
    border: 0;
    z-index: 999;
    display: block;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.page-header-alpha .navbar-toggler:focus {
    outline: none
}

@media(min-width:768px) {
    .page-header-alpha .navbar-toggler {
        top: 52px;
        margin-top: -20px;
        left: 56px;
        right: auto
    }
}

.menu-icon .bars {
    display: block;
    margin: auto;
    margin-top: 13px;
    width: 24px;

}

.menu-icon .bars .bar1,
.menu-icon .bars .bar2,
.menu-icon .bars .bar3 {
    display: block;
    width:100%;
    content: "";
    height: 2px;
    margin: 0 0 4px auto;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
}

.menu-icon .bars:hover .bar1{
    width: 40px;
    -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}
.menu-icon .bars:hover .bar2{
    width: 50px;
    -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}
.menu-icon .bars:hover .bar3{
    width: 60px;
    -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
    transition: width 1s;
}




/* Style the video: 100% width and height to cover the entire window */
#video-bg {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
}
#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 1. No object-fit support: */
@media (min-aspect-ratio: 16/9) {
    #video-bg > video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
    #video-bg > video { width: 300%; left: -100%; }
}
/* 2. If supporting object-fit, overriding (1): */
@supports (object-fit: cover) {
    #video-bg > video {
        top: 0; left: 0;
        width: 100%; height: 100%;
        object-fit: cover;
    }
}

#div2, #div3, #div4, #div5, #div6  {
    display: none;
}

.link-show-reel h1, .link-show-reel h2 {
    position: absolute;
    top: 60%;
    left: 15%;
    text-shadow: 2px 1px 0 rgba(0,0,0,.5);
}
h1, h2 {
    cursor: pointer;
}

.social-link {
    font-size: 1.2em;
}

.footer-section {

   /* position: absolute;
    left: 0;
    bottom: 5%;*/

}
.light-logo {
    cursor: pointer;
}

.overlay {
    opacity: 0.6;
}

.showSingle {
    cursor: pointer;
}

#trueModal {
    background-color: #000;
    border: solid 1px #fff;
    color: #fff;
}

#contact_send {
    width: 100%;
    background-color: #000;
    border: 1px solid #fff;
}

#contact_send:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.fancybox-slide--video {
    padding: 0;
}

header {

    margin-bottom: 20px;
}
.video-background {
    margin-bottom: 20px;
}

/** **/
.auto-player {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 4pw #000;
    opacity: 1;
}

.videoplayerclose {
    color: white;
    font-size: 1.4em;
    position: absolute;
    top:2%;
    right: 1%;
    cursor: pointer;
}


.close-rotate:hover {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/** MENU CATEGORIES **/
.video-cat-block {
    position: relative;
    margin-top: 10%;
}
.video-cat {
    position: relative;
}

.video-cat .play-menu {
    position: absolute;
    top: 45%;
    font-size: 3em;
    display: none;

}

.close-menu {
    color: white;font-size: 1.4em;
}


/** CATEGORIES **/

.fa-arrow-circle-right {
    position: absolute;
    right: 2%;
    top: 50%;
    font-size: 3em;
}
.fa-arrow-circle-left {
    position: absolute;
    left: 2%;
    top: 50%;
    font-size: 3em;
}
#videolink_1 {
    cursor: url("../images/play-button.png"), auto;
}


#videolink_1, #videolink_4, #videolink_5, #videolink_6 {
    background-color: transparent;
    object-fit: cover;
    position: absolute;
    width: 88%;
    height: 100%;
    top: 0;
    left: 6%;
}

.video-cat, .show-videos-gallery-items img {
    cursor: url("../images/play-button.png"), auto;
}

.show-videos-gallery {
    font-size: 4em;
    cursor: pointer;
}
.show-videos-gallery-items {
   display :none;
}

.show-videos-gallery-items h4 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 2px 1px 0 rgba(0,0,0,.5);
    font-size : 2em;
    transform: translate(-50%,-50%);
    cursor: url("../images/play-button.png"), auto;

}

.opacity {
    opacity: 0.6;
}

.about {
    font-weight: 400;


}

.about-block {
    display: flex;
    align-items: center;
}
.row-about {
    height: 500px;
}

h1 {
    font-weight: 500;
    margin-bottom: 0;
}

.blur { animation: blur 500ms; }

.fixed-video {
    position: fixed;
    top: 25%;
}
.about-text {
    color: grey;
    width: 80%;
    font-weight: 500;
    margin: auto;
}

.about-text h2 {
    font-weight: 400;
    color: #fff;
}

.site-container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.grayscale img:hover  {

    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    -webkit-transition:all 0.3s;
    transition:all 0.3s;

}

.grayscale img{

    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);

}


.auto-player-container {
    height:60%
}




.slidevideo
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 100%;
    /*overflow-x: hidden;*/
    z-index: 15;
    display: none;
    background-color: #000;
}


.containervideos
{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: relative;
    overflow: hidden;



}



.scrollmusicvideo
{
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    top: 89%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    opacity: 1;
    text-decoration: none;
    transition: .3s all cubic-bezier(0.26, 1.04, 0.54, 1);
}


.scrollmusicvideo:hover .barscrollmusicvideo
{
    transform: translate(-75%,30%) scale(1.05);
}



.titrevideo
{

    font-size: 2.2em;
    position: absolute;
    top: 50%;
    left: 34%; /* obliger de decaler un peu pour arrow de base c'est 35 */
    text-align: center;
    transform: translate(-50%,-35%); /* Normalment 50% mais 30% pour l'animation en JS et les translate et pas les left pour que les anim sont smootj */
    color: #fff;
    z-index: 10;
    transition: all;
    transition: all;
    width: auto;
    font-weight: 600;

}



.closeplayer {
    position: absolute;
    color: #fff;
    font-family: "Helveticalight";
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    top: 6%;
    left: 93%;
    transform: translate(-50%,-50%);
    opacity: 1;
    z-index: 201;
    cursor: pointer;
    padding: 30px;
}


#video-fond {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%); /* Ici pour effet de remontÃ©e lorsque l'animation est fini */
    width: 100%;
    height: 60%;
    box-shadow: 0px 2px 4pw #000;
    opacity: 1;
}
#video-fond > video {		/* selecteur enfant */
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
}
/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 16/9) {
    #video-fond > video {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    #video-fond > video {
        width: 300%;
        left: -100%;
    }
}
/* 2. En cas de support d'object-fit, Ã©crase les rÃ¨gles en (1) */
@supports (object-fit: cover) {
    #video-fond > video {
        width: 100%; /* Ici 100% car enfant de video-fond */
        height: 100%;
        top: 50%;
        opacity: 1;
        left: 50%;
        transform: translate(-50%,-50%);
        object-fit: cover;
        /*cursor: url("../images/play-button.png"), auto;*/
    }
}

.video-player {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;

}
.video-player > video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;

}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.scrollmusicvideo h3 {
    font-size: 20px;
    font-weight: 300;
}

.about-tabs {

    overflow: visible;
    position: absolute;
    top: 0;
}

.back-to-top{
    cursor:pointer;
    position: fixed;
    bottom: 10px;
    right: 20px;
}

.cache-video {
    width: 85%;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    cursor: url("../images/play-button.png"), auto;
}

#cachevideo_1 {
    width: 100%!important;
}

#div2 p {
    font-size: 1.2em;
}
/*** RESPONSIVE ***/

@media (min-width: 577px) {

.reseaux-sociaux-bottom, .reseaux-bottom {
    display: none;
}

    .scrollmusicvideo {
        font-size: 30px;
    }
    .mobile {
        display: none;}
    .desktop   {
        display: block;
    }
    
    .menucat1 {
        height: 30%;
        float: left;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        cursor: pointer;
        width: 33.3333333333%;
    }


    .menucat2 {
        height: 30%;
        float: left;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        cursor: pointer;
        width: 33.3333333333%;
        left: 33.33%;
    }

    .menucat3 {
        height: 30%;
        float: left;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        cursor: pointer;
        width: 33.3333333333%;
        left: 66.66%;
    }

    .about-tabs {
        margin-top: 12%;
    }

}

@media (max-width: 576px) {


    .show-videos-gallery-items h4 {
        display: block!important;
        font-size: 1.3em!important;
    }

    .light-logo {
        width: 120px;
    }

    .mobile {
        display: block;}
    .desktop   {
        display: none;
    }
    .cache-video {
        width: 60%;
    }

    .reseaux-sociaux-right {

        display: none;
    }

    .reseaux-sociaux-bottom {
        position: absolute;
        top: 96%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        opacity: 1;
        text-decoration: none;
        transition: .3s all cubic-bezier(0.26, 1.04, 0.54, 1);
    }


    .link-show-reel h1, .link-show-reel h2 {
        position: absolute;
        top: 47%;
        left: 15%;
        font-size: 1.5em;
        text-shadow: 2px 1px 0 rgba(0,0,0,.5);
    }

    .auto-player-container {
        height:260px;
    }

    .showSingle.about {
        font-size: 1.5em;
    }

    .social-link {
        font-size: 1.4em;
    }

    .close-rotate {
        width: 30px;
    }

    #div3 .fixed-video {
        position: relative;
    }

    .about-block {
        display: block;
        align-items: center;
        height: 100%;
    }

    .about-bg {
        height: 320px;
    }

    .about-text {
        width: 100%;
    }

    .row-about {
        height: 100%;
    }

    .about-text h2 {
        font-weight: 400;
        color: #fff;
        margin-top: 20px;
    }

    .menucat1 {
        width: 100%;
        height: 23%;
        top: 18%;
        position: absolute;
        cursor: pointer;
        left: 0%;
        transform: translateY(0%);
        background-size: cover;
        background-position: center;
        overflow: hidden;

    }

    .menucat2 {
        width: 100%;
        height: 23%;
        top: 41%;
        position: absolute;
        cursor: pointer;
        left: 0%;
        transform: translateY(0%);
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }


    .menucat3 {
        width: 100%;
        height: 23%;
        top: 64%;
        position: absolute;
        cursor: pointer;
        left: 0%;
        transform: translateY(0%);
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .menucat1 h2,  .menucat2 h2, .menucat3 h2 {

        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }


    .titrevideo {
        font-size: 1.9em;
        left: 50%;

    }

    .about-tabs {
        margin-top: 32%;
    }

    .fa-arrow-circle-left, .fa-arrow-circle-right {
      font-size: 2em!important;
    }

    #div4 .titrevideo, #div5 .titrevideo, #div6 .titrevideo{

    }


}