@font-face {
    font-family: Roboto;
    src: url(../../../fonts/Roboto/Roboto-Medium.ttf);
}

a {
    cursor: pointer;
    color: #68328aff;
}

.title-size-md {
    display: none;
}

.etape-cover-ideation {
    background-color: #f8f0f0;
    color: #d54747;
}

.etape-cover-ideation:hover {
    background-color: #f5e2e2;
}

.etape-cover-ideation:active {
    background-color: #f7f5f5;
}

.etape-projet {
    border: 1px solid #CCC;
    padding: 15px;
    border-radius: 3px;
    border-left: 7px solid #f56a33;
}

.etape-cover-conception {
    background-color: #e2f1f8;
    color: #479ad5;
}

.etape-cover-conception:hover {
    background-color: #d2ebf7;
}

.etape-cover-conception:active {
    background-color: #f7f5f5;
}

.etape-cover-developpement {
    background-color: #f0f8f1;
    color: #3da746;
}

.etape-cover-developpement:hover {
    background-color: #d9e9db;
}

.etape-cover-developpement:active {
    background-color: #f7f5f5;
}

html, body {
    font-family: Roboto;
}

.menu-bar {
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.top-bar td div>a {
    color: #1467cc !important;
}

.center-tiny-top-bar {
    border-radius: 0 0 10px 10px;
    background-color: #68328aff;
    height: 35px;
    color: #FFF;
    line-height: 35px;
    text-align: center;
}

.center-tiny-top-bar a {
    color: #d1dffa;
}

.section-title {
    height: 35px;
    line-height: 35px;
    background-color: #68328aff;
    border-radius: 15px 15px 0 0;
    color: #FFF;
}

.body-content {
    background-color: #FFF;
}

.file-input-cover {
    border: 1px dashed #365ce6;
    height: 80px;
    border-radius: 5px;
    line-height: 80px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-11 {
    font-size: 11px;
}

.app-bar {
    height: 50px;
    line-height: 50px;
    background-color: #1761f5;
    position: fixed;
    left: 18%;
    top: 0;
    right: 0;
    z-index: 5;
}

.left-side-bar {
    position: fixed;
    border-radius: 7px;
    border: 1px solid #CCC;
    margin: 5px;
    top: 57px;
    bottom: 0;
    left: 0;
    width: 19%;
    font-size: 13px;
    background-color: #FFF;
    z-index: 1;
}

.left-side-bar a {
    color: #CCC;
}

.side-bar {
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 18%;
    z-index: 2;
}

.side-bar .accordion table td a div {
    color: #777;
}

.side-bar .accordion table td a div:hover {
    color: #1761f5;
}

.wrapp-content {
    top: 50px;
    left: 18%;
    padding-left: 25px !important;
    right: 0;
    position: absolute;
    border-left: 1px solid #d3d9e6;
    background-color: #FFF !important;
}

.menu-sm-cover {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80%;
    z-index: 10;
    display: none;
}

.menu-bar-sm {
    display: none;
}

#menuAdminSmShow {
    display: none;
}

.app-bar-v2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #68328aff;
}

.wrap-content {
    position: absolute;
    left: 20%;
    right: 0;
    top: 70px;
}

.sm-show {
    display: none;
}

.menu-sm-show {
    display: none;
}

@media(max-width: 992px) {
    .menu-bar-lg {
        display: none;
    }
    .menu-bar-sm {
        display: block;
    }

    .app-bar {
        left: 0;
    }
    
    .side-bar {
        display: none;
        width: 80%;
        box-shadow: 2px 2px 20px #CCC;
    }

    .wrapp-content {
        left: 0;
    }

    #menuAdminSmShow {
        display: inline;
    }

    .title-size-md {
        display: block;
    }

    .title-size-lg {
        display: none;
    }

    .text-size-responsive {
        font-size: 10px;
    }

    .text-size-responsive-md {
        font-size: 13px;
    }

    .menu-bar-sm {
        display: block;
    }

    .wrap-content {
        left: 0;
    }

    .side-bar {
        display: none;
    }

    .left-side-bar {
        border: none;
    }

    .sm-hide {
        display: none;
    }

    .sm-show {
        display: block;
    }

    .left-side-bar {
        width: 80%;
        display: none;
    }

    .left-side-bar {
        overflow: auto;
        top: 48px;
        box-shadow: 0 0 15px #555;
    }
    .menu-sm-show {
        display: block;
    }
}