/* mobile view */
@media screen and (min-width: 320px) and (max-width: 480px) {
    /*nav-bar*/
    #navBar .topnav{
        position: fixed;
    }
    #navBar .topnav .title-bar{
        background: #3f1c05;
    }
    #navBar .topnav .title-bar-dark{
        background: #000000;
    }
    #navBar .topnav .title-bar .menu-icon::after{
        background: #fff;
        box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    }
    #navBar .topnav .title-bar-dark .menu-icon::after{
        background: #fff;
        box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    }
    #navBar .topnav .title-bar .menu-icon{
        float: left;
        display: inline-block;
        margin-top: 7px;
    }
    #navBar .topnav .title-bar .title-bar-title{
        width: 70%;
        float: right;
        text-align: center;
        display: inline-block;
    }

    .topProfile .profile-stats .profile-author-img {
        position: absolute !important;
        bottom: 225px!important;
    }
    .topProfile .profile-stats .secBg{
        padding: 20px 0;
    }

    /* Nom de la chaine */
    .profile-author-name h2{
        font-size: 14px;
        font-weight: 800;
    }
    .profile-author-name span, i{
        font-size: 14px !important;
        font-weight: 800;
    }

    /* Bloc d'information sur les shortcode d'abonnement */
    .topProfile .main-text{
        text-align: center;
        font-size: x-small!important;

    }
    .topProfile .main-text >.row > div{
        background-color: #f08f02 !important;
        margin: auto;
    }
    .sidebar{
    margin-bottom: 0px !important;
    padding-top: 24px;
    /* padding-bottom: 60px; */
    position: relative;
    z-index: 2;
    }
    .thumb-slider .videoPlayer{
        /* top: 150px; */
        left: 0;
        right: 0;
        bottom: 0;
        /* z-index: 0; */
        margin-top: 0px;
        padding: 0.625rem;
        background-color: black;
    }

    .videoPlayer video{
        width: 100%;
        height: auto;
    }
    .topProfile .main-text >.row{
        width: 100% !important;
        position: relative;
        right: 0;
        left: 0;
        bottom: 0;
        top: 65px;
    }
    /* .topProfile .main-text span{
     padding: 0px!important;
    } */
    .topProfile .main-text >.row div h3{
        font-size: 1.2em;
    }
    .topProfile .main-text >.row div >span h1 {
        font-size: 1.8em;
        font-weight: bold;
    }
    .topProfile .main-text >.row div >span {
        background-color: #000;
        padding: 5px;
        margin-bottom: 5px;
    }
    .topProfile .main-text >.row div >span h4 {
        font-size: 1.3em;
        color: #fff;
    }
    .profile-author-name{
        display: block;
        text-align: center;

    }
    #back-to-top{
        display: none;
    }
    /* vertical slider */
    .thumb-slider{
        height: 200px;
    }
    .thumb-slider .main-image{
        width: 100%;
    }
    .thumb-slider .main-image .image{
        height: 200px;
    }
    .thumb-slider .main-image .image iframe{
        border: 0 none !important;
        height: 200px !important;
        width: 100% !important;
    }
    .thumb-slider .thumbs{
        width: 100%;
    }
    .thumbs .thumbnails .ver-thumbnail .item-title span{
       /* bottom: 52px;*/
    }
    /* content */
    .content .list-group .grid-medium{
        width: 100%;
    }
    .content .list-group .list .post .post-thumb{
        width: 100%;
    }
    .content .list-group .list .post .post-des{
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }
    /* content with sidebar */
    .content.content-with-sidebar .list-group .grid-default{
        width: 100% !important;
        padding: 10px;
    }
    .content.content-with-sidebar .list-group .group-item-grid-default{
        width: 100% !important;
        padding: 10px;
    }
    .content.content-with-sidebar .list-group .grid-medium{
        width: 100% !important;
        padding: 10px;
    }
    .content.content-with-sidebar .list-group .list .post .post-thumb{
        width: 100% !important;
    }
    .content.content-with-sidebar .list-group .list .post .post-des{
        width: 100% !important;
        margin: 0;
    }

    /* sidebar */

    .sidebar .widgetBox {
        margin-bottom: 15px;
        padding: 0 10px;
    }


    .sidebar .widgetBox .widgetContent .social-links .socialButton{
        margin-bottom: 10px;
    }
    .sidebar .widgetBox .widgetContent .advBanner{
        width: 100%;
    }
    /* carousel page 3 */
    #carouselSlider .item .inner-item .item-title span{
        bottom: 54px;
    }

    #randomMedia .random-media-head .tabs li a{
        margin-right: 24px;
        padding: 17px 0;
    }
    .content .main-heading .head-title h4{
        font-size: 16px;
    }

    .content.content-with-sidebar .list-group .landing-extra-small{
        width: 100%;
        padding-right: 10px;
    }
    /* profile */

    .topProfile{
        position: relative;
        height: auto;
        background: url(../images/profile-bg.png) no-repeat;
        background-size: cover;
        width: 100%;
        margin-bottom: 15px;
    }
    .topProfile .main-text{
        padding: 60px 0;
    }
    .topProfile .profile-stats{
        position: relative;
        bottom: 0;
    }
    .topProfile .profile-stats .profile-author-img{
        position: relative;
        bottom:0;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 0px;
        width: 120px;
        height: 120px;
    }
    .topProfile .profile-stats .profile-subscribe{
        position: relative;
        left: 0;
        top:0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .topProfile .profile-stats .profile-share{
        position: relative;
        right: 0;
        top: 0;
        left: 50%;
        transform: translate(-50%);
    }
    .topProfile .profile-stats .profile-author-name{
        margin-left: 0;
        display: block;
        float: none !important;
        text-align: center;
    }
    .profile-author-stats.float-right{
        float: none !important;
        display: none;
    }

    .topProfile .profile-stats .profile-author-stats ul{
        width: 100%;
        text-align: center;
        display: block;
    }
    .topProfile .profile-stats .profile-author-stats ul li{
        display: inline-block;
        height: auto;
    }
    .topProfile .profile-stats .profile-author-stats ul li div.icon{
        width: 100%;
        float: none !important;
        display: block;
    }
    .topProfile .profile-stats .profile-author-stats ul li div.li-text{
        padding: 7px 3px;
        float: none !important;
        display: block;
    }
    .sidebar{
        margin-top: 15px;
    }
    .sidebar .widgetBox .widgetTitle h5{
        margin-bottom: 20px;
        padding-bottom: 24px;
        border-bottom: 1px solid #e0e0e0;
        line-height: 30px;
        font-size: 25px;
        font-weight: bold;

    }

    .comments .comment-box{
        padding-bottom: 35px;
    }
    .comments .comment-box .media-object .comment-img{
        text-align: left;
    }
    .profile-inner .profile-videos .profile-video .media-object .video-img{
        border: none;
        width: 100%;
        height: 100%;
    }
    .profile-inner .profile-videos .profile-video .media-object .video-detail .video-stats{
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .profile-inner .profile-videos .profile-video .media-object .video-btns{
        width: 100%;
        text-align: center;
    }
    .followers .follower .follower-img{
        text-align: center;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
    .followers .follower .follower-img img{
        height: 100px;
        width: 115px;
    }
    .topProfile-inner{
        padding: 45px 0;
    }
    /* single video */
    .SinglePostStats .media-object .author-des .post-title p{
        margin-bottom: 10px;
    }
    .SinglePostStats .media-object .author-des .post-title p span{
        margin-right: 10px;
    }
    .SinglePostStats .media-object .author-des .subscribe{
        display: block;
        float: none !important;
        text-align: center;
    }
    .SinglePostStats .media-object .author-img-sec{
        border: none;
    }
    .SinglePostStats .media-object .author-img-sec p{
        text-align: left;
    }
    .sidebar .widgetBox .widgetContent .media-object .media-object-section .recent-img{
        height: 100%;
        width: 100%;
    }
    footer .widgetBox{
        margin-bottom: 10px;
    }
    #slider p.ls-l{
        display: none !important;
    }

    #owl-demo-movie .Description{
        color: #f08f02;
        padding-bottom: 15px;
        background-color: #000;
        padding: 15px;
        display: block
    }
    #owl-demo-movie .Description h4{
        color: #c1612b;
        font-size:1.4em
    }
    #owl-demo-movie .Description span b{
        background-color: #f08f02;
        color: #000;
        padding: 10px;
        border-radius: 10px;
        line-height: 50px;
    }

    #PrezApp2{
        display: none;
    }

    #owl-demo-movie .owl-stage-outer {
        display: flex;
        flex-flow: column wrap;

    }

    #owl-demo-movie .owl-stage-outer .owl-stage{
        flex: 1 1 auto;
        display: flex;
        flex-flow: column wrap;
        justify-content: space-around;
        margin: 0 0 20px 0;


        transform: none !important;
        transition:none;
        width: auto !important;
    }

    #owl-demo-movie .owl-stage-outer .owl-stage .owl-item{
        /* flex: 1 1 auto; */
        width: auto;
        /* height: 200px; */
        margin: 0 20px 20px 20px;
    }

    #movies #owl-demo-movie .item-movie figure img {
        /* width: auto !important; */
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #movies #owl-demo-movie .item-movie figure {
        position: relative;
        width: 100%;
        height: 250px;
        margin: 0;
        border: 1px solid #ececec;
        
    }
}

@media screen and (max-width: 640px){
    .topProfile .profile-stats .profile-author-stats ul{
        width: 100% !important;
        text-align: center !important;
        display: block !important;
    }
    .topProfile .profile-stats .profile-author-stats ul li{
        display: inline-block !important;
        height: auto !important;
    }
    .topProfile .profile-stats .profile-author-stats ul li div.icon{
        width: 100% !important;
        float: none !important;
        display: block !important;
    }
    .topProfile .profile-stats .profile-author-stats ul li div.li-text{
        padding: 7px 3px !important;
        float: none !important;
        display: block !important;
    }
    .topProfile .profile-stats .profile-author-name{
        top: 87px !important;
    }
    .topProfile .profile-stats .profile-share{
        right: 2% !important;
    }

    .topProfile .main-text >.row > div{
        background-color: #f08f02 !important;
        margin: auto;
    }
    .topProfile .profile-stats .profile-author-img {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 0px;
        width: 150px;
        height: 150px;
        position: absolute !important;
        bottom: 290px!important;
    }

    .topProfile .profile-stats {
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .topProfile .profile-stats .profile-subscribe {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .topProfile .profile-stats .profile-author-name {
        margin-left: 0;
        display: block;
        float: none !important;
        text-align: center;
    }

    .profile-author-name h2 {
        font-weight: bold;
    }

    .profile-author-name span, i {
        font-weight: bold;
    }
    .profile-author-stats {
        display: none;
    }
    .topProfile .main-text >.row {
        width: 100% !important;
        position: relative;
        right: 0;
        left: 0;
        top: 90px;
    }
    .topProfile .main-text >.row div >span h4 {
        font-size: 1.3em;
        color: #fff;
    }
    .topProfile .main-text >.row div >span {
        background-color: #000;
        padding: 5px;
        margin-bottom: 5px;
    }

    .topProfile .profile-stats .secBg {
        padding: 20px 0;
    }
    .topProfile .profile-stats .profile-subscribe button {
        height: 50px;
        line-height: 40px;
        background: rgb(193 97 43);
        text-align: center;
        color: #fff;
        /* text-transform: uppercase; */
        padding: 0 15px;
        font-size: 20px;
        font-weight: bold;
        margin-left: -4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .topProfile {
        position: relative;
        height: 400px;
        background: url(../images/profile-bg.png) no-repeat;
        background-size: cover;
        width: 100%;
    }

    /*Dimension encart vidéo */

    .videoPlayer video {
        width: 100%;
        height: auto;
    }

    #PrezApp2{
        display: none;
    }

   #owl-demo-movie .owl-stage-outer {
        display: flex;
        flex-flow: column wrap;

    }

    #owl-demo-movie .owl-stage-outer .owl-stage{
        flex: 1 1 auto;
        display: flex;
        flex-flow: column wrap;
        justify-content: space-around;
        margin: 0 0 20px 0;


        transform: none !important;
        transition:none;
        width: auto !important;
    }

    #owl-demo-movie .owl-stage-outer .owl-stage .owl-item{
        /* flex: 1 1 auto; */
        width: auto;
        /* height: 200px; */
        margin: 0 20px 20px 20px;
    }

    #movies #owl-demo-movie .item-movie figure img {
        /* width: auto !important; */
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #movies #owl-demo-movie .item-movie figure {
        position: relative;
        width: 100%;
        height: 250px;
        margin: 0;
        border: 1px solid #ececec;
        
    }

}
    /* Version tablette */
@media screen and (min-width: 641px) and (max-width: 1024px) {
    /*nav-bar*/
    #navBar .topnav .title-bar{
        background: #3f1c05;
    }

        /*Dimension encart vidéo */

        .videoPlayer video {
            width: 100%;
            height: auto;
        }
    
        #PrezApp2{
            display: none;
        }

        
    .topProfile .profile-stats .profile-author-img {
        left: 15px;
        margin: 0 auto;
        margin-bottom: 0px;
        width: 200px;
        height: 200px;
        position: absolute !important;
        bottom: 90px!important;
    }

    .topProfile .main-text >.row > div {
        background-color: #f08f02 !important;
        margin: auto;
        position: absolute;
        left:  140px;
    }

    .topProfile .main-text >.row div >span {
        background-color: #000;
        padding: 5px;
        margin-bottom: 5px;
    }

    .topProfile .main-text >.row div >span h4 {
        font-size: 1em;
        color: #fff;
    }

    .topProfile .main-text >.row {
        width: 100% !important;
        position: relative;
        right: 0;
        left: 110px;
        bottom: 0;
        top: 25px;
    }

    .topProfile .main-text h3 {
        line-height: 24px;
        margin: 0 0 5px 0;
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: 800;
    }

    .topProfile .main-text h1 {
        display: inline-block;
        margin: 0;
        line-height: 15px;
        padding: 5px 10px;
        color: #f08f02;
        text-transform: uppercase;
        font-size: 1.4rem;
    }

    .topProfile .profile-stats .profile-subscribe {
        height: 40px;
        line-height: 40px;
        position: absolute;
        top: -50px;
        left: 250px;
    }

    .profile-author-name h2 {
        font-weight: 800;
    }

    .profile-author-name span, i {
        /* font-size: 14px !important; */
        font-weight: 700;
    }

    .title-bar-title>img{
        max-width: 50%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }


    #navBar .topnav .title-bar-dark{
        background: #fff;
    }
    #navBar .topnav .title-bar .menu-icon::after{
        background: #fff;
        box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    }
    #navBar .topnav .title-bar-dark .menu-icon::after{
        background: #fff;
        box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    }
    #navBar .topnav .title-bar .menu-icon{
        float: left;
        display: inline-block;
        margin-top: 7px;
    }
    #navBar .topnav .title-bar .title-bar-title{
        width: 80%;
        float: left;
        text-align: center;
        display: inline-block;
    }
    /* vertical slider */
    .thumb-slider .main-image{
        width: 60%;
    }
    .thumb-slider .main-image .image{
        height: 400px;
    }
    .thumb-slider .thumbs{
        width: 40%;
    }
    .thumb-slider .thumbs .thumbnails{
        width: 100%;
    }
    .thumbs .thumbnails .ver-thumbnail .item-title span{
       /* bottom: 53px;*/}
    /* content */
    .content .list-group .grid-medium{
        width: 50%;
    }
    .content .list-group .list .post .post-thumb{
        width: 35%;
    }
    .content .list-group .list .post .post-des{
        width: 60%;
        margin: 0;
        padding: 10px 0;
    }
    /* content with sidebar */

    #owl-demo-movie .Description{
        color: #f08f02;
        padding-bottom: 15px;
        background-color: #3f1c05 !important;
    }
    #owl-demo-movie .Description h4{
        color: #fff !important;
        padding-top: 15px;
    }

    #owl-demo-movie .Description span>div{
        color: #f08f02;
        font-size: 12pt;
        background-color: #230e01;
        width: 70%;
        margin-left: 40px;
        border-radius: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #owl-demo-movie .Description span>div:hover{
        color: #230e01;
        font-size: 14pt;
        background-color: #f08f02 !important;
        width: 70%;
        margin-left: 40px;
        border-radius: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .light-off-menu .off-menu-close{
        background: #3f1c05;
        padding: 18px 20px;
        border-bottom: 1px solid #1d0b00;
    }

    .light-off-menu {
        background: #f7941e;
        z-index: 1;
        height: 100%;
        border: 1px solid #ececec;
    }

    .light-off-menu .off-menu li a {
        border-bottom: 1px solid #3f1c05;
        padding: 19px 0 15px 0;
        color: #3f1c05;
        font-size: 15px;
        font-weight: bold;
        text-transform: capitalize;
    }

    .content.content-with-sidebar .list-group .grid-default{
        width: 50% !important;
        padding: 10px;
    }
    .content.content-with-sidebar .list-group .group-item-grid-default{
        width: 50% !important;
        padding: 10px;
    }
    .content.content-with-sidebar .list-group .grid-medium{
        width: 50% !important;
        padding: 10px;
    }
    .content.content-with-sidebar .list-group .list .post .post-thumb{
        width: 35% !important;
    }
    .content.content-with-sidebar .list-group .list .post .post-des{
        width: 60% !important;
        margin: 0;
    }
    aside .columns:last-child:not(:first-child){
        float: none !important;
    }
    footer .widgetBox{
        margin-bottom: 10px;
    }
    .topProfile .profile-stats .profile-author-img{
        bottom: 60px;
    }
    .topProfile .profile-stats .profile-share{
        right: 3%;
    }
    .topProfile .profile-stats .profile-author-name{
        position: absolute;
        left: 28px;
        top: 36px;
        margin-left: 0;
    }
    .followers .follower .follower-img{
        width: 100%;
        height: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .followers .follower .follower-img img{
        width: 100px;
        height: 115px;
    }
    .easy-share span[data-easyshare-total-count],
    .easy-share span[data-easyshare-button-count]{
        margin: 0 10px 0 7px;
    }

    

    

}
@media screen and (min-width: 320px) and (max-width: 320px){
    .error-page .error-page-content .error-img .spark{
        width: 10px !important;
        right: 21% !important;
        top: 5px !important;
    }
}
@media screen and (min-width: 360px) and (max-width: 360px){
    .error-page .error-page-content .error-img .spark{
        right: 21% !important;
        top: 8px !important;
        width: 12px !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 480px){
    .error-page .error-page-content .error-img .spark{
        width: 16px !important;
        right: 21% !important;
        top: 14px !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 639px){
    .topProfile .main-text >.row > div{
        background-color: #f08f02 !important;
        margin: auto;
    }
    .topProfile .profile-stats .profile-author-img {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 0px;
        width: 150px;
        height: 150px;
        position: absolute !important;
        bottom: 290px!important;
    }

    .topProfile .profile-stats {
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .topProfile .profile-stats .profile-subscribe {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .topProfile .profile-stats .profile-author-name {
        margin-left: 0;
        display: block;
        float: none !important;
        text-align: center;
    }

    .profile-author-name h2 {
        font-weight: bold;
    }

    .profile-author-name span, i {
        font-weight: bold;
    }
    .profile-author-stats {
        display: none;
    }
    .topProfile .main-text >.row {
        width: 100% !important;
        position: relative;
        right: 0;
        left: 0;
        top: 90px;
    }
    .topProfile .main-text >.row div >span h4 {
        font-size: 1.3em;
        color: #fff;
    }
    .topProfile .main-text >.row div >span {
        background-color: #000;
        padding: 5px;
        margin-bottom: 5px;
    }

    .topProfile .profile-stats .secBg {
        padding: 20px 0;
    }
    .topProfile .profile-stats .profile-subscribe button {
        height: 50px;
        line-height: 40px;
        background: rgb(193 97 43);
        text-align: center;
        color: #fff;
        /* text-transform: uppercase; */
        padding: 0 15px;
        font-size: 20px;
        font-weight: bold;
        margin-left: -4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .topProfile {
        position: relative;
        height: 400px;
        background: url(../images/profile-bg.png) no-repeat;
        background-size: cover;
        width: 100%;
    }

    /*Dimension encart vidéo */

    .videoPlayer video {
        width: 100%;
        height: auto;
    }

    #PrezApp2{
        display: none;
    }

   #owl-demo-movie .owl-stage-outer {
        display: flex;
        flex-flow: column wrap;

    }

    #owl-demo-movie .owl-stage-outer .owl-stage{
        flex: 1 1 auto;
        display: flex;
        flex-flow: column wrap;
        justify-content: space-around;
        margin: 0 0 20px 0;


        transform: none !important;
        transition:none;
        width: auto !important;
    }

    #owl-demo-movie .owl-stage-outer .owl-stage .owl-item{
        /* flex: 1 1 auto; */
        width: auto;
        /* height: 200px; */
        margin: 0 20px 20px 20px;
    }

    #movies #owl-demo-movie .item-movie figure img {
        /* width: auto !important; */
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #movies #owl-demo-movie .item-movie figure {
        position: relative;
        width: 100%;
        height: 250px;
        margin: 0;
        border: 1px solid #ececec;
        
    }



}


@media screen and (min-width: 640px) and (max-width: 640px){
    .error-page .error-page-content .error-img .spark{
        right: 23% !important;
        top: 21px !important;
    }
    .topProfile .main-text >.row > div{
        background-color: #f08f02 !important;
        margin: auto;
    }
    .topProfile .profile-stats .profile-author-img {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 0px;
        width: 150px;
        height: 150px;
        position: absolute !important;
        bottom: 290px!important;
    }

    .topProfile .profile-stats {
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .topProfile .profile-stats .profile-subscribe {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .topProfile .profile-stats .profile-author-name {
        margin-left: 0;
        display: block;
        float: none !important;
        text-align: center;
    }

    .profile-author-name h2 {
        font-weight: bold;
    }

    .profile-author-name span, i {
        font-weight: bold;
    }
    .profile-author-stats {
        display: none;
    }
    .topProfile .main-text >.row {
        width: 100% !important;
        position: relative;
        right: 0;
        left: 0;
        top: 90px;
    }
    .topProfile .main-text >.row div >span h4 {
        font-size: 1.3em;
        color: #fff;
    }
    .topProfile .main-text >.row div >span {
        background-color: #000;
        padding: 5px;
        margin-bottom: 5px;
    }

    .topProfile .profile-stats .secBg {
        padding: 20px 0;
    }
    .topProfile .profile-stats .profile-subscribe button {
        height: 50px;
        line-height: 40px;
        background: rgb(193 97 43);
        text-align: center;
        color: #fff;
        /* text-transform: uppercase; */
        padding: 0 15px;
        font-size: 20px;
        font-weight: bold;
        margin-left: -4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .topProfile {
        position: relative;
        height: 400px;
        background: url(../images/profile-bg.png) no-repeat;
        background-size: cover;
        width: 100%;
    }

    /*Dimension encart vidéo */

    .videoPlayer video {
        width: 100%;
        height: auto;
    }

    #PrezApp2{
        display: none;
    }

   #owl-demo-movie .owl-stage-outer {
        display: flex;
        flex-flow: column wrap;

    }

    #owl-demo-movie .owl-stage-outer .owl-stage{
        flex: 1 1 auto;
        display: flex;
        flex-flow: column wrap;
        justify-content: space-around;
        margin: 0 0 20px 0;


        transform: none !important;
        transition:none;
        width: auto !important;
    }

    #owl-demo-movie .owl-stage-outer .owl-stage .owl-item{
        /* flex: 1 1 auto; */
        width: auto;
        /* height: 200px; */
        margin: 0 20px 20px 20px;
    }

    #movies #owl-demo-movie .item-movie figure img {
        /* width: auto !important; */
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #movies #owl-demo-movie .item-movie figure {
        position: relative;
        width: 100%;
        height: 250px;
        margin: 0;
        border: 1px solid #ececec;
        
    }

    
}
@media screen and (min-width: 768px) and (max-width: 768px){
    .error-page .error-page-content .error-img .spark{
        right: 28% !important;
    }
    
    
    /*Dimension encart vidéo */

    .videoPlayer video {
        width: 100%;
        height: auto;
    }

    #PrezApp2{
        display: none;
    }

    .topProfile .profile-stats .profile-author-img {
        left: 15px;
        margin: 0 auto;
        margin-bottom: 0px;
        width: 200px;
        height: 200px;
        position: absolute !important;
        bottom: 90px!important;
    }

    .topProfile .main-text >.row > div {
        background-color: #f08f02 !important;
        margin: auto;
    }

    .topProfile .main-text >.row div >span {
        background-color: #000;
        padding: 5px;
        margin-bottom: 5px;
    }

    .topProfile .main-text >.row div >span h4 {
        font-size: 1.3em;
        color: #fff;
    }

    .topProfile .main-text >.row {
        width: 100% !important;
        position: relative;
        right: 0;
        left: 90px;
        bottom: 0;
        top: 25px;
    }

    .topProfile .main-text h3 {
        line-height: 24px;
        margin: 0 0 5px 0;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: 800;
    }

    .topProfile .main-text h1 {
        display: inline-block;
        margin: 0;
        line-height: 15px;
        padding: 5px 10px;
        color: #f08f02;
        text-transform: uppercase;
        font-size: 1.4rem;
    }

    .topProfile .profile-stats .profile-subscribe {
        height: 40px;
        line-height: 40px;
        position: absolute;
        top: -50px;
        left: 33%;
    }

    .profile-author-name h2 {
        font-weight: 800;
    }

    .profile-author-name span, i {
        /* font-size: 14px !important; */
        font-weight: 700;
    }

}

@media screen and (min-width: 1025px){
    .error-page .error-page-content .error-img .spark{
        right: 34% !important;
        top: 22px !important;
        width: 13px !important;
    }

     /*Dimension encart vidéo */

     .videoPlayer video {
        width: 100%;
        height: auto;
    }



    .topProfile .main-text >.row > div {
        background-color: #f08f02 !important;
        margin: auto;
        position: absolute;
        left:  200px;
    }

    .topProfile .main-text >.row div >span {
        background-color: #000;
        padding: 5px;
        margin-bottom: 5px;
    }

    .topProfile .main-text >.row div >span h4 {
        font-size: 1.5em;
        color: #fff;
    }

    .topProfile .main-text >.row {
        width: 100% !important;
        position: relative;
        right: 0;
        left: 110px;
        bottom: 0;
        top: 25px;
    }

    .topProfile .main-text h3 {
        line-height: 24px;
        margin: 0 0 5px 0;
        text-transform: uppercase;
        font-size: 1.3em;
        font-weight: 800;
    }

    .topProfile .main-text h1 {
        display: inline-block;
        margin: 0;
        line-height: 15px;
        padding: 5px 10px;
        color: #f08f02;
        text-transform: uppercase;
        font-size: 1.9rem;
    }

    .topProfile .profile-stats .profile-subscribe {
        height: 40px;
        line-height: 40px;
        top: -50px;
        /* position: absolute;
        left: 450px; */
    }

    .profile-author-name h2 {
        font-weight: 800;
    }

    .profile-author-name span, i {
        font-weight: 700;
    }

    .title-bar-title>img{
        max-width: 50%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }


}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .thumb-slider .videoPlayer video{
        height: 100%;
      }

    .topProfile .profile-stats .profile-author-img {
        position: absolute !important;
        bottom: 200px!important;
    }
    .topProfile .profile-stats .secBg{
        padding: 20px 0;
    }

    /* Nom de la chaine */
    .profile-author-name h2{
        font-size: 14px;
        font-weight: 800;
    }
    .profile-author-name span, i{
        font-size: 14px !important;
        font-weight: 800;
    }

    .topProfile .main-text >.row > div {
        background-color: #f08f02 !important;
        margin: auto;
    }

    .topProfile .main-text {
        padding-top: 90px;
    }

    .topProfile {
        position: relative;
        height: 400px;
        background-size: cover;
        width: 100%;
    }

}

