/*
Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 4
Version: 4.2.0
Author: Sean Ngu
Website: http://www.seantheme.com/color-admin-v4.2/admin/
*/

/*------------------------------------------------------------------------------
                Version dark
------------------------------------------------------------------------------*/

body.dark 
    {
	background: #d9e0e7;
    background-image:url('/manager/assets/images/body-dark.png');
    background-size: cover;
    background-attachment: fixed;
    }
    
body.dark .sidebar .logo.light
    {
    display:none;
    }
    
body.dark #content_container
    {
    background-color: #0091ff0d;
    box-shadow: 0 0 0 1px #0091ff1a;
    border: 0.45rem solid #0000;
    } 
    
body.dark .header
    {
    color:#b9dfff;
    }
    
body.dark .header.navbar-inverse .navbar-brand {
	color: #fff !important;
}

body.dark .sidebar .nav > li > a 
    {
    color: #b9dfff;    
    border-radius: 50rem;
    margin-bottom:4px;        
    }



body.dark .sidebar .nav > li > a:hover, 
body.dark .sidebar .nav > li > a:active,
body.dark .sidebar .nav > li > a:focus   
    {
	background: linear-gradient(to right,#0091ff40 0%,#0091ff0d 100%);
    box-shadow: 0 0 0 .2rem #02244a59;
    }

body.dark .text-theme,
.sidebar .nav > li.active > a i {
	color: #f59c1a;
}
body.dark .sidebar .sub-menu > li.active:after {
	border-color: #f59c1a;
}

body.dark .text-grey-lighter { color: #b9dfff !important; }

body.dark .sidebar .brand a 
    {
    color: #b9dfff;
    }
    
body.dark .bg-widget
    {
    background-color: #0091ff1a !important;
    }
    
body.dark .stats-info h4
    {
    color: #b9dfff;
    }
    
body.dark ::-webkit-scrollbar-thumb {
    background-color: #61a5ba40; /* Couleur de la barre */
    border-radius: 0.375rem; /* Arrondir les coins */
}

body.dark .table th 
    {
    font-size: .75rem;
    font-weight: 500;
    color: #6a95b9!important;
    border-bottom:transparent;
    }
    
body.dark .table td 
    {
    color: #b9dfff!important;
    }
    
body.dark .table td, .table th 
    {
    border-top: 1px solid #005da333;
    }
    
body.dark text-danger
    {
    color: rgba(255,99,99,1)!important;
    }
    
body.dark text-success
    {
    color: rgba(16,185,129,1)!important;
    }
    
body.dark .modal-content 
    {
    color:#b9dfff;
    pointer-events: auto;
    background-color: #004375bf;
    border: 1px solid #0091ff40;
    border-radius: 0.5rem;
    box-shadow: none;
    }
    
    
body.dark .close span
    {
    color:#b9dfff !important;
    }
    
    
body.dark .card
    {
    background:#0091ff1a;
    border: 1px solid #ffffff26;
    }
    
body.dark .form-control
    {
    border: 1px solid #b9dfff55;
    color: #b9dfff;
    }

body.dark .container_timer
    {
    box-shadow: 0 0 0 1px #0091ff1a;
    border: 1px solid #0091ff26;
    background-color: #0091ff13;
    color:#b9dfff;
    padding:5px 10px;
    } 
    
.container_timer input
    {
    color:#b9dfff;
    }
    
body.dark .container_timer i
    {
    font-size:1.1rem;
    font-weight:300;
    }
    
       
/*------------------------------------------------------------------------------
                Version light
------------------------------------------------------------------------------*/
    
body.light
    {
    background: #d1e1e0;
    background-image:url('/manager/assets/images/body-light.jpg');
    background-size: cover;
    background-attachment: fixed;
    }
    
body.light #content_container
    {
    background-color: #fff3;
    box-shadow: 0 0 0 1px #ffffff59;
    border: 0.45rem solid #0000;
    }
    
body.light .header
    {
    color:#1c4167;
    }
    
body.light .header.navbar-inverse .navbar-brand {
	color: #1c4167 !important;
}

body.light .sidebar .nav > li > a 
    {
    color: #1c4167;    
    border-radius: 50rem;
    margin-bottom:4px;        
    }



body.light .sidebar .nav > li > a:hover, 
body.light .sidebar .nav > li > a:active,
body.light .sidebar .nav > li > a:focus   
    {
	linear-gradient(to right,#ffffffd9 0%,#ffffff40 100%);
    box-shadow: 0 0 0 .2rem #fff3;
    }

body.light .text-theme,
.sidebar .nav > li.active > a i {
	color: #f59c1a;
}
body.light .sidebar .sub-menu > li.active:after {
	border-color: #f59c1a;
}

body.light .text-grey-lighter { color: #1c4167 !important; }
    
body.light .sidebar .brand a 
    {
    color: #1c4167;
    } 
    
body.light .bg-widget
    {
    background-color: #ffffff80 !important;
    }
    
body.light .stats-info h4
    {
    color: #1c4167;
    }
    
body.light ::-webkit-scrollbar-thumb {
    background-color: #00579980; /* Couleur de la barre */    
    border-radius: 0.375rem; /* Arrondir les coins */
}

body.light .table th 
    {
    font-size: .75rem;
    font-weight: 500;
    color: #6a95b9!important;
    border-bottom:transparent;
    }
    
body.light .table td 
    {
    color: #1c4167!important;
    }
    
body.light .table td, .table th 
    {
    border-top: 1px solid #73bae233;
    }
    
body.light text-danger
    {
    color: rgba(255,99,99,1)!important;
    }
    
body.light text-success
    {
    color: rgba(16,185,129,1)!important;
    }
    
body.light .modal-content 
    {
    color:#1c4167;
    pointer-events: auto;
    background-color: #ffffffbf;
    border: 1px solid #ffffffe6;
    border-radius: 0.5rem;
    box-shadow: none;
    }
    
    
body.light .close span
    {
    color:#1c4167 !important;
    }
    
    
body.light .card
    {
    background:#ffffff80;
    border: 1px solid #1c416733;
    }
    
body.light .form-control
    {
    border: 1px solid #1c416733;
    color: #1c4167;
    }

    
/*----------------------------------------------------------------------------*/   


.header ,
.login .login-header .brand .logo,
.header .navbar-nav > li > a .label,
.label.label-theme,
.btn.btn-scroll-to-top {
	/*background: #f59c1a;*/
}







/* Added in v1.5 */

.gradient-enabled .sidebar .nav > li.active > a, 
.gradient-enabled .sidebar .nav > li.active > a:focus, 
.gradient-enabled .sidebar .nav > li.active > a:hover,
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:focus > a, 
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active:hover > a, 
.gradient-enabled.page-sidebar-minified .sidebar .nav > li.has-sub.active > a,
.gradient-enabled .label.label-theme,
.gradient-enabled .btn.btn-scroll-to-top,
.gradient-enabled .top-menu .nav > li.active > a, 
.gradient-enabled .top-menu .nav > li.active > a:focus, 
.gradient-enabled .top-menu .nav > li.active > a:hover {
	background: rgb(253,182,79); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYjY0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNTljMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(253,182,79,1) 0%, rgba(245,156,26,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,182,79,1)), color-stop(100%,rgba(245,156,26,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,182,79,1) 0%,rgba(245,156,26,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,182,79,1) 0%,rgba(245,156,26,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,182,79,1) 0%,rgba(245,156,26,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,182,79,1) 0%,rgba(245,156,26,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb64f', endColorstr='#f59c1a',GradientType=0 ); /* IE6-8 */
}
.gradient-enabled .sidebar .nav > li.active > a {
	z-index: 10;
}
.gradient-enabled .sidebar .nav > li.active > a i,
.gradient-enabled .sidebar .nav > li.active > a .caret {
	color: rgba(0,0,0,0.5);
}
/*
.pace-progress {
	background: #ffffff;
}
.pace .pace-activity {
	border-top-color: #f59c1a;
	border-left-color: #f59c1a;
}     */


/* Added in v1.7 */

.page-with-light-sidebar .sidebar .nav > li.active > a > i {
	color: #f59c1a;
}
.page-with-light-sidebar .sidebar .nav > li.active > a .badge,
.page-with-light-sidebar .sidebar .nav > li.active > a .label.label-theme {
	background: #f59c1a;
}


/* Added in v1.9 */

.top-menu .nav > li.active > a i, 
.top-menu .nav > li.active > a:focus i, 
.top-menu .nav > li.active > a:hover i {
	color: #f59c1a;
}

/*****************************************************************************
 *                              video accueil 
 * **************************************************************************/
 
.home__video {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.home__video  .card-footer {
    padding: 10px 15px;
    background: none; 
    border-top: none; 
    font-weight: 600;
}

.home__video__media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.home__video__encart {
  
    width: 100%;
    align-items: center;
    padding: 0px;
    position: absolute;
    z-index: 5;
}

@media (max-width: 767px) 
    {
    .home__video  .card-body h1
        {
        font-size: 28px;
        }
    }

@media only screen and (min-width: 850px) 
    {
    .home__video__encart 
        {
        bottom: 190px;
        }
    }
