

main{
     padding-left: 1%;
     padding-right: 1%;
    }
     
.Btntotop {display:none;
    position: fixed;
    top:20px;
    right:20px;
    background: #000;
    color: #fff;
    border-radius:50%;
    padding: 12px 15px;
    cursor: pointer;
}/* Boutton to top */

.Btntodown {display:none;
    position: fixed;
    bottom:20px;
    right:20px;
    background: rgb(89, 18, 204);
    color: #fff;
    border-radius:50%;
    padding: 12px 15px;
    cursor: pointer;
}/* Boutton to top */

.logoste { /* image logo ste */
    display: inline-block;
    text-align: right;
    position: relative;
    top:40px;

    border-radius:35%;
    cursor: pointer;
}
.titremenuderoulant { /* titre menu deroulant gauche dbname, user */
    font-size:11px;
    display: inline-block;
    text-align: left;
    top:90px;
    position:relative;
    
}

.side-bar {
   
    background: rgb(105, 105, 105);
    backdrop-filter: blur(15px);
    width: 320px;
    
    position: absolute;
    z-index:1;
    top:0;
    left:-100%;
    overflow-y:auto; 
    transition: 0.9s ease;
    transition-property: left;
}/* gggggggg */

.side-bar.active {
    left: 0;

}

.side-bar .menu {
    width: 100%;
    margin-top: 30%;

}

.side-bar .menu .item {
    position: relative;
    cursor: pointer;
}

.side-bar .menu .item a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    line-height: 30px;
}

.side-bar .menu .item a:hover {
   background: rgba(245, 153, 39, 0.8); 
   transition: 0.2s ease;
}
.side-bar .menu .item i {
    margin-right: 15px;
}
.side-bar .menu .item a .dropdown1 {
    position: absolute;
    right: 0;
    margin: 8px ;
    transition: 0.2s ease;
}
.side-bar .menu .item .sub-menu {
    background: rgba(255,255,255,0.1);
    display: none;
}
.side-bar .menu .item .sub-menu a {
    padding-left: 80px;
}
.rotatt {
    transform: rotate(90deg);
}
.close-btn {
    position:absolute;
    color:#fff;
    font-size: 20px;
    right: 0;
    top:5px;
    margin: 10px;
    cursor: pointer;

}

.menu-btn {
    color:#fff;
    font-size: 20px;
    margin: 25px;
    cursor: pointer;
}

#cmbpointvdet {
    color:#fff;
    background: rgba(139, 136, 138, 0.923);
    font-size: 16px;   
}

    /* 
    Code utile:
    
    if (isset($pdostat)){ echo "Bien ".$numg.$nomcltp."**".$nomcltg;} else {echo "Mauvais";}
    
    
    */
