/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 juin 2016, 16:05:24
    Author     : gonzalez.tom
*/

.vjs-default-skin .vjs-big-play-button {
    font-size: 1.2rem;
}

.cnom-tube-filters.sidebar {
    margin-bottom:20px;
}

.title_categorie_video.block-title {
    background: #ebe7e7;
    padding: 5px
}

.cnom-tube .cnom-tube-item {
    width: 100% !important;
}

div.new {
    display: none;
}

.video-js:not(.vjs-fullscreen) {
    max-width: 640px !important;
}

@media (min-width:992px){
    .cnom-tube .cnom-tube-item {
        width: 33% !important;
    }
    
    .cnom-tube .cnom-tube-item:odd {
        margin-right: 33% !important;
    }
}
