/** FONT ***/
/* @import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap'); */


/* ---- BRAINSIGN ---- */

body {
    background: #F5F5F5;
    font-family: 'Roboto', sans-serif;
}

/* --- SIDEBAR --- */

#sidebar {
    top: 0;
    left: 0;
    z-index: 999;
    width: 22rem;
    height: 100vh;
    color: #FFFFFF;
    position: fixed;
    background: #5CA0A6;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -22rem;
}

#sidebar .sidebar-header {
    padding: 20px;
    font-size: 2rem;
    font-family: 'Roboto light';
}

.sidebar-header span {
    font-family: 'Pacifico';
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    color: #FFFFFF;
    padding: 2rem;
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    margin-left: 2rem;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar ul li a i {
    padding-right: 1.5rem;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #FFFFFF;
    background: #6d7fcc;
}

#sidebar ul li.active a {
    color: #FE684D;
    background: #F5F5F5;
    margin-left: 3.5rem;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
    box-shadow: -8px 8px 7px 0 rgba(0, 0, 0, 0.11);
}


#sidebar ul li a:hover {
    color: #FE684D;
    background: #F5F5F5;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    margin-left: 3.5rem;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
    box-shadow: -8px 8px 7px 0 rgba(0, 0, 0, 0.11);
}

.BRAINSIGN_COPYRIGHT {
    font-size: 0.7rem;
    text-align: center;
}


/* --- NAVBAR --- */



/* CONTENAIRE */
.SAAS_MAIN_CONTENAIRE {
    padding-top: 25px !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.SAAS_MAIN_CONTENAIRE_TITRE {
    color: #6a6767;
    font-size: 34px;
    font-family: 'Roboto Medium';
    margin-bottom: 50px;
}

.SAAS_MAIN_CONTENAIRE_ACTION {

    margin: auto;
    height: 100px;
    align-content: center;
}

.SAAS_MAIN_CONTENAIRE_BODY {
    margin-top: 50px;
}



.navbar {
    background-color: #FFFFFF;
    border-bottom: 1px solid #E8E8E8;
}

.navbar-btn {
    border: none;
    outline: none !important;

}

.BRAINSIGN_TOGGLE {
    display: none;
    border: none;
}


.BRAINSIGN_MENU {
    height: 4rem;
    padding: 0px;
}

.BRAINSIGN_MOBILE {
    display: none;
}

.BRAINSIGN_TOGGLE {
    padding: 10px;
    outline: none;
    color: #5CA0A6;
    background-color: #FFFFFF;
}

.BRAINSIGN_TOGGLE:focus {
    outline: none;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    top: 50%;
    right: 20px;
    display: block;
    position: absolute;
    transform: translateY(-50%);
}

.BRAINSIGN_MOBILE_LOGO {
    display: none;
    color: #5CA0A6;
    font-size: 1.8rem;
    margin-right: 40%;
    text-align: center;
}

.BRAINSIGN_MOBILE_LOGO span {
    font-family: 'Pacifico';
}

.COMPTE {
    margin-top: 0.8rem;
    margin-left: 1.5rem;
    color: #A3A3A3;
}

.COMPTE img {
    margin-right: 0.8rem;
    border-radius: 95%;
    border: 1px solid #D3D3D3;
    background-color: #D3D3D3;
    width: 30px;
    height: 30px;
}

.COMPTE_USERNAME {
    text-align: center;
    font-size: 1.0rem;
}

/* --- CONTENT --*/

#content {
    top: 0;
    right: 0;
    min-height: 100vh;
    position: absolute;
    transition: all 0.3s;
    width: calc(100% - 22rem);
    background: linear-gradient(rgba(245, 245, 245, 0.65),
            rgba(245, 245, 245, 0.65)),
        url("../../img/background/fond.svg") no-repeat right bottom fixed;
    background-size: 80%, 41%;
}

#content.active {
    width: 100%;
}


/* --- WRAPPER --- */
.wrapper {
    display: flex;
    width: 100%;
}

#BRAINSIGN_MOBILE {
    display: none;
}

.DESKTOP {
    width: 100%;
    height: 100%;
    display: inherit;
}

.search {
    display: inline-flex;
}

.search,
.search input {
    min-width: 50em;
    width: 70em;
}

.search input {
    margin-right: 2rem;
    display: inline-block;
    background-color: #FFFFFF;
    line-height: 3.8rem;
}

.SAAS_SEARCH_ICON_LOUPE {
    padding-top: 1.3rem;
}

.search input {
    border: none;
    color: #A3A3A3;
    font-size: 1.2rem;
}

.search input:focus {
    outline: none;
}

.search input::placeholder,
.search i {
    color: #DEDEDE;
    font-size: 1.3rem;
}

.NOTIFICATION {
    width: 8%;
    height: 100%;
    border-left: 2px solid #E8E8E8;
    border-right: 2px solid #E8E8E8;
    display: inline-block;
}

.SAAS_MAIN_NAVBAR_CONTROL_NOTIFICATION_CLOCHE {
    margin: 0 auto;
    display: inherit;
    margin-top: 1rem;
}

.NOTIFICATION img {
    width: 30px;
    height: 32px;
}

.NOTIFICATION a {
    text-decoration: none;

}

.NOTIFICATION span {
    position: relative;
    top: -20px;
    left: 6.5em;
    background: #FE684D;
    border-radius: 100%;
    color: white;
    font-size: 0.6rem;
}

/* @media screen and (min-width:768px) {
    #content {
      
    }
} */

@media (max-width: 768px) {

    #sidebar {
        margin-left: -22rem;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    #content {
        width: 100%;
        background: none;
    }

    #content.active {
        width: calc(100% - 22rem);
    }

    .BRAINSIGN_BTN_DESKTOP,
    .BRAINSIGN_MENU_DESKTOP {
        display: none;
    }

    .BRAINSIGN_MOBILE_LOGO,
    #BRAINSIGN_MOBILE_MENU {
        display: block;
    }

    #BRAINSIGN_MOBILE {
        display: inherit;
    }

    #BRAINSIGN_MOBILE_MENU {
        padding-top: 1rem;
    }


    .BRAINSIGN_MENU {
        height: 100%;
    }

    /* 
    .BRAINSIGN_MOBILE_MENU li a
    {
        color: #A3A3;
        padding-top: 1rem;
        font-size: 1.2rem;
        text-align: center;
        padding-bottom: 1rem;
        border-top: 1px solid #E8E8E8;
    }

    .BRAINSIGN_MOBILE_MENU li a:hover
    {
        color: #FFFFFF !important;
        background-color:  #FE684D;
    }
 */
    .BRAINSIGN_MOBILE {
        display: block;
    }

    .DESKTOP {
        display: none;
    }

}