.active{
    background-color: rgba(235, 40, 40, 0.753);
}
.orange{
    background-color: #ff7946;
}

.kdc_content{
    padding-left: 3%!important;
    padding-right: 3%!important;
    display: block;
}

.kdc_menu {
    min-height: 30px;
    display: inline-flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
}
.kdc_menu:first-of-type,.margin_top{
    margin-top: 150px!important;
}

.kdc_menu .menu-item{
    padding: 12px;
    height: 100%;

}

.spacing{
    margin-top : 150px; 
    padding-left:50px;
    padding-right: 50px;
}
.kdc_menu a{
    text-decoration: none;
    color: #ffffff;
}
.kdc_menu a:hover{
    cursor: pointer;
    color: rgb(223, 187, 28)!important;
}

.fichier{
    font-weight: bold;
}
.fichier a{
    font-weight: normal;
}

.text-center{
    justify-content: center;
}
.text-orange{
    color: #ff7946;
}

.filecontainer{
    width: 100%;
    margin-bottom: 50px;
}
.filerow{
    display: inline-flex;
    width: 100%;
    border-bottom: 1px solid #5a59590e;
    padding-top: 10px;
}
.filerow:hover{
    background-color: #5a59590e;
}


