/* ---------------------------------------------------
    DEBUG
----------------------------------------------------- */
/*
.container-fluid {outline:1px solid red;}
.row {outline:1px solid green;}
.col-sm {outline:1px solid blue;}
.sidebar {outline:1px solid pink;}
.col-md-4, .col-md-8 {outline:1px solid blue;}
*/

.dt-col-0 {background-color:#FE7F2D}
.dt-col-1 {background-color:#FCCA46}
.dt-col-2 {background-color:#A1C181}
.dt-col-3 {background-color:#579C87}
.dt-col-4 {background-color:#2CAED8}
.dt-col-5 {background-color:#FE7F2D}
.dt-col-6 {background-color:#FCCA46}
.dt-col-7 {background-color:#A1C181}
.dt-col-8 {background-color:#579C87}
.dt-col-9 {background-color:#2CAED8}
.dt-col-10 {background-color:#FE7F2D}
.dt-col-11 {background-color:#FCCA46}	

.table-bordered {
    border: 1px solid #999;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #CCC;
}



.table-xs th,
.table-xs td {
    padding: 0.2rem;
    font-size:0.8rem;
}



table.dataTable.table-xs > thead > tr > th {
    padding-right: 20px;
}
table.dataTable.table-xs .sorting:before,
table.dataTable.table-xs .sorting_asc:before,
table.dataTable.table-xs .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}
table.dataTable.table-xs .sorting:after,
table.dataTable.table-xs .sorting_asc:after,
table.dataTable.table-xs .sorting_desc:after {
    top: 5px;
}




/* .col-0 {margin:0;padding:0;width:0} */


.col-md-3 {
    flex-grow: 1;
     /* transition: all 300ms linear;  */
  }
  
  .col-0 {
    width: 0; 
    flex-shrink: 1;
    overflow:hidden;
     /* transition: all 300ms linear;  */
  }

#fullscreen {position:absolute;right:5px;margin-top:5px}



.text-black {
    color: #000000 !important;
  }
/* ---------------------------------------------------
    SIDEMENU
----------------------------------------------------- */
/*
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.sideMenu {
    padding-top : 1em;
    min-width: 250px;
    max-width: 250px;
    background: #333333;
    background: #666;
    -webkit-box-shadow:inset 0 0 100px rgba(50,50,50,.6);        
    box-shadow:inset 0 0 100px rgba(50,50,50,.6);        
    color: #fff;
    transition: all 0.3s;
}

.sideMenu p {
    font-family: 'Amatic SC', cursive;
    font-weight: bold;
    font-size:2.5rem;
}



.sideMenu.active {
    margin-left: -250px;
}

.sideMenu a,
.sideMenu a:hover,
.sideMenu a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.sideMenu ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}


.sideMenu ul li a:hover {
    color: orange;
    background: #333;
}

.sideMenu ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: orange;
}

.sideMenu ul ul  {
margin-left: 3em
}

.sideMenu ul ul a  {
    margin-left: 1em;
    background: #666;  
    font-size: 0.9em;
    -webkit-box-shadow:inset -20px 0 20px rgba(0,0,0,.4);   
    box-shadow:inset -2px 0 50px rgba(0,0,0,.3);   
}


@media (max-width: 768px) {
    .sideMenu {
        margin-left: -250px;
    }
    .sideMenu.active {
        margin-left: 0;
    }
    .sideMenuCollapse span {
        display: none;
    }
}

*/


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
/*
.mainContent {
    width: 100%;
    padding:0;
    min-height: 100vh;
    transition: all 0.3s;
}

*/


/* ---------------------------------------------------
  LAYOUT1
----------------------------------------------------- */
/*
.sidebar {
    padding: 15px;
    transition: all 10ms; 
    width:100%;
    height:300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
    background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0, 0, 0, 0), rgba(0,0,0,0.8) ), url(../img/default-sidebar.jpg);    
}


@media (min-width: 576px) {
    .sidebar {
        height:400px;
    }
}

@media (min-width: 768px) {
    .sidebar {
        height:500px;
    }
}

@media (min-width: 992px) {
    .sidebar {
        width:240px;
        height: 100%;
        position:fixed;
    }
}

@media (min-width: 1200px) {
    .sidebar {
        width:430px;
        height: 100%;
        position:fixed;
    }
}


*/





/* ---------------------------------------------------
  LAYOUT 2 et 3
----------------------------------------------------- */
/*
.hero-image {
    height: 150px; 
    width: 100%;
    background-image: url(../img/default-single-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding : 15px;
}

header h1 {
    color:#FFF;
    display:inline-block;
    background-color: rgba(0,0,0,0.3);
    padding:0 0.5em;
    font-size:2rem;
}

@media (min-width: 576px) {
    .hero-image {
        height: 200px; 
    }
    header h1 {
        padding:0.2em 1em;
        font-size:2.5rem;

    }
}

@media (min-width: 768px) {
    .hero-image {
        height: 300px; 
    }
}

@media (min-width: 992px) {
    .hero-image {
        height: 390px; 
    }
}

@media (min-width: 1200px) {
    .hero-image {
        height: 460px; 
    }
}



.subNav {
    padding:1rem;
    border-bottom:1px solid #EEE;
    margin-bottom:2rem;
}
.subNav a {
    color: #999;
    text-decoration: none;
    border-bottom:1px solid #EEE;
    font-size:0.8rem;
    font-weight:bold;
    letter-spacing: 0.1rem;
    font-family: 'Amatic SC', cursive;
    font-size:1.5rem;

}

.subNav .spacer {
    padding:0 2rem;
}

.subNav a:hover,
.subNav a.active {
    color: #333;
    border-bottom:2px solid #333;
}


.articleList article {
    margin-bottom:2.5rem;
}

.articleList article h2 a {
    text-decoration:none;
    color:#333;
    font-weight:bold;
    font-size:1.5rem;

}

.articleList article h2 a:hover {
    color:#999;
}

.articleList article .meta {
    color:#999;
}

.articleList article .meta a {
    color:#999;
    text-decoration:none;
}

.articleList article .meta a:hover {
    color:#333;
    border-bottom:1px dotted silver;
    text-decoration:none;
}


*/

/*

html,body{
    height:100%;
}

.overflow-auto {
    overflow: auto;
}


body {
  padding-top: 54px;

}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}


footer {

position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #f5f5f5;
}







.zimage {
   position: relative;
   min-height:250px;
}

.zimage  h2 {

   top: 0;
   right: 0;
   width: 100%;
   padding:1rem;
   margin:0;
       background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
   color:white;
   text-shadow: 0 0 2px #000;

}

@media (min-width: 769px) {
.zimage  h2 {
   position: absolute;
   background: rgba(255, 0, 0, 0.5);
    }

}


*/