.sidebar .sidebar-menu > li > .sidebar-nav > li > .sidebar-nav > li a {
    padding-left: 80px;
    padding-right: 15px;
}

.header-block > .desc {
    font-size: 20px;
    font-weight: bold;
    color: #797979;
    margin-left: 2px;
    margin-bottom: 0;
}

.separator {
    border-bottom: 0.4px solid #f9ad1c !important;
}

.mrg-t-10 {
    margin-top: 10px;
}

.mrg-t-15 {
    margin-top: 15px;
}

.mrg-t-n10 {
    margin-top: -10px;
}

.pd-b-0 {
    padding-bottom: 0 !important;
}

.mrg-r-10 {
    margin-right: 10px;
}

.mrg-b-40 {
    margin-bottom: 40px;
}

.mrg-b-30 {
    margin-bottom: 30px;
}

.pd-t-8 {
    padding-top: 8px;
}

.pd-t-10 {
    padding-top: 10px;
}

.pd-r-10 {
    padding-right: 10px;
}

.pd-b-0 {
    padding-bottom: 0 !important;
}

.h-75px {
    height: 75px;
}

.mrg-t-4 {
    margin-top: 4px;
}

.btn-red {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
}

.header > div.header-block > span.projet_name {
    font-size: 3em;
    color: white;
    text-align: unset;
    margin-left: 20px;
}

span.projet_name > i {
    margin-right: 30px;
}

.title_container {
    text-align: unset !important;
}

.btn-blue {
    background-color: #00acd6;
}

.marker-hover div {
    background-color: #7e8e9f !important;
}

.badge-problem {
    color: white;
    background-color: #BE0001;
}

.badge-question {
    color: white;
    background-color: #FCAB42;
}

.badge-note {
    color: white;
    background-color: #5ABE7E;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: #f9ad1c 1.5em 0 0 0, #f9ad1c 1.1em 1.1em 0 0, #f9ad1c 0 1.5em 0 0, #f9ad1c -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: #f9ad1c 1.5em 0 0 0, #f9ad1c 1.1em 1.1em 0 0, #f9ad1c 0 1.5em 0 0, #f9ad1c -1.1em 1.1em 0 0, #f9ad1c -1.5em 0 0 0, #f9ad1c -1.1em -1.1em 0 0, #f9ad1c 0 -1.5em 0 0, #f9ad1c 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#video_presentation {
    padding-top: 100px;
    padding-bottom: 16px;
}

#sidebar-menu li:not(.active) {
    cursor: pointer;
}