body
{
background: linear-gradient( #BAABBD,#C8B8DB); 
background-attachment: fixed;
}

#sidebar-id
{
    background: transparent;
    padding:15px;
    min-width:15rem;
}

.menu {
     position:fixed;
     background: #DED8CE;
     max-width: 15rem;
}

.divider {
    border-top: none;
}
.divider[data-content]::after {
    background: #EF8354;
    color: #fff;
    border-radius: 5px;
}

.label.label-primary{
    width: 70px;
   /* transform: translateY(.4rem);
    margin-bottom: .5rem;
   */
    text-align: center;
    padding: 0;
}
.label.label-warning{
    font-size:medium;
    background: #5755d9;
    display: block;
    margin: 10px 0;
}

.col-4{min-width: 12rem;}
.col-5{min-width: 14rem;}
.col-6{min-width: 16rem;}
.col-7{min-width: 18rem;}


.jour1{filter:hue-rotate(90deg);}

.jour2{filter:hue-rotate(-90deg);}

.tooltip{
    text-decoration:underline;
}

