html , body{
	
 height:100%;
 background-color: #F1F1F2;
 
}

.mnucol {
    z-index: 10 !important;
}
.x_panel a{
    color: #3674B5;
    text-decoration: underline;
}

.x_panel {
   z-index: 0;
}

.container {
    padding: auto !important;
}

.rowsss {
    margin-right: -20px !important;
    margin-left: 5px !important;
}


.loggeduser {
    color: white;
}

#loggeduserli:hoover {
    background: #578FCA !important;
}



.topHeader {
    background: #28aecf;
    color: white;
}
.nav_menu {
    float: left;
    background: #578FCA;
    border-bottom: 1px solid #D9DEE4;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    color: white;
}
.pgorgYS {
    background-color: #3674B5;
    color: white;
}
.pg {
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 8px 0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.pg::before {
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #4a90e2, #67b26f);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
}

/* Texte centré */
.pg::after {
    content: attr(data-progress) '%';
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 20px;
}
.left_col {
    background: #3674B5;
    height:calc(100vh - 2px);       
}
.minwidth {
    min-width: 350px;
}

.alert {
    padding: 5px !important;
}
#Nav_Right > li > a:focus, 
#Nav_Right > li > a:hover 
{
    text-decoration: underline;
    background-color: #3674B5 !important;
}

#Ul_Frat > li > a:focus, 
#Ul_Frat > li > a:hover 
{
    color: white;
    text-decoration: underline;
    background-color: #3674B5 !important;
}

.nav.side-menu>li.active {
    border-right: 5px solid #578FCA
}
.nav.side-menu>li.active>a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    font-style: normal;
    text-decoration: none;
    background: #578FCA !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0
}

.nav-sm .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 110px !important;
    padding: 0;
    z-index: 9999;
    position: absolute
}





.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 110px;
    z-index: 2
}

.nav-sm .container.body .right_col {
    padding: 10px 20px;
    margin-left: 110px;
    z-index: 2
}

.form-label {
    color: #3674B5 !important;
}

.form-control {
    /*color: blue !important;*/
    /*font-size: inherit;*/
}
.form-controlb {
    /*color: blue !important;*/
    /*font-size: large;*/
}

.sep {
    max-height: 4px !important;
}

.footer_fixed footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: red !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #977EBD;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #977EBD;
    color: #FFFFFF;
}

.AllBlueOld {
    border-left: blue solid 1px ;
    border-right: blue solid 1px ;
    border-top:  blue solid 1px ;
    border-bottom: blue solid 1px ;
}

