body{
    font-family: "Vinci Sans Regular";
    /*color: #6B757D;*/
}
a {
    color: #6B757D;
}

a:hover {
    color: #062334;
    font-family: "Vinci Sans Medium";
}
.active{
    color: #062334;
    font-family: "Vinci Sans Medium";
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    /*padding: 48px 0 0; !* Height of navbar *!*/
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.dot {
  height: 0.8em;
  width: 0.8em;
  background-color: #F0892E;
  border-radius: 50%;
  display: inline-block;
}
/*------- ATTENTION a voir btn oui non --------------*/
.nav-tabs {
    border-radius: 0.5rem;
    background: #e9ecef;
}
.nav-tabs .nav-item {
    margin: .5rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background-color: #fff;
    border-color: transparent;
}
.nav-tabs .nav-link {
    font-size: .875rem;
    font-weight: 500;
    border-radius: 0.5rem;
    padding: .5rem;
    transition: color .35s ease-out;
}
/*------------------------------------------------------*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*---------------------------------------------side bar -------------------------------------*/


/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #f8f9fa;
    /*color: #ff0000;*/
    transition: all 0.3s;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

#sidebar.active {
    margin-left: -200px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

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

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 200px);
    padding: 10px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -200px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 200px);
    }
    /*#sidebarCollapse span {*/
    /*    display: none;*/
    /*}*/
}

.fscard{
    height: 79vh;
}

/*.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {*/
/*    background-color: #ff0000;*/
/*}*/

/*.cardtdbinfo{
    height: 30vh;
}*/

/* Medium devices (tablets, less than 992px)*/
/*@media (max-width: 991.98px) {
    .cardtdbinfo{
        height: auto;
    }
}*/

@media (max-width: 576px) {
    #user {
        display: none;
    }
    #addArmoire { /*To sm */
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
    #dropdownMenuButton{
        padding: 0;
    }
    #containerGeneral{
        padding: 0;
    }
    #titreArmoires{
        margin: 0 !important;
    }
    #cardArmoires{
        margin: 0 !important;
    }
}


