@charset "UTF-8";
html {
    position: relative;
    min-height: 100%
}

body {
    height: 100%
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#wrapper #content-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 80px
}

body.fixed-nav #content-wrapper {
    margin-top: 56px;
    padding-left: 90px
}

body.fixed-nav.sidebar-toggled #content-wrapper {
    padding-left: 0
}

@media (min-width: 768px) {
    body.fixed-nav #content-wrapper {
        padding-left: 225px
    }

    body.fixed-nav.sidebar-toggled #content-wrapper {
        padding-left: 90px
    }
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 46px;
    z-index: 1
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: white
}

.scroll-to-top:hover {
    background: #343a40
}

.scroll-to-top i {
    font-weight: 800
}

.smaller {
    font-size: 0.7rem
}

.o-hidden {
    overflow: hidden !important
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.navbar-nav .form-inline .input-group {
    width: 100%
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '';
    font-family: 'Font Awesome 5 Free'
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    content: ''
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
    display: none
}

.navbar-nav .nav-item .nav-link:focus {
    outline: none
}

.navbar-nav .nav-item .nav-link .badge {
    position: absolute;
    margin-left: 0.75rem;
    top: 0.3rem;
    font-weight: 400;
    font-size: 0.5rem
}

@media (min-width: 768px) {
    .navbar-nav .form-inline .input-group {
        width: auto
    }
}

.sidebar {
    width: 90px !important;
    background-color: #212529;
    min-height: calc(100vh - 57px)
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem
}

.sidebar .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 90px
}

.sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block
}

.sidebar .nav-item .dropdown-menu {
    position: absolute !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: calc(90px + 0.5rem) !important;
    margin: 0
}

.sidebar .nav-item .dropdown-menu.dropup {
    bottom: 0;
    top: auto !important
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
    display: none
}

.sidebar .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.75)
}

.sidebar.toggled {
    width: 0 !important;
    overflow: hidden
}

@media (min-width: 768px) {
    .sidebar {
        width: 225px !important
    }

    .sidebar .nav-item .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem;
        width: 225px
    }

    .sidebar .nav-item .nav-link span {
        font-size: 1rem;
        display: inline
    }

    .sidebar .nav-item .dropdown-menu {
        position: static !important;
        margin: 0 1rem;
        top: 0
    }

    .sidebar .nav-item.dropdown .dropdown-toggle::after {
        display: block
    }

    .sidebar.toggled {
        overflow: visible;
        width: 90px !important
    }

    .sidebar.toggled .nav-item:last-child {
        margin-bottom: 1rem
    }

    .sidebar.toggled .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 90px
    }

    .sidebar.toggled .nav-item .nav-link span {
        font-size: 0.65rem;
        display: block
    }

    .sidebar.toggled .nav-item .dropdown-menu {
        position: absolute !important;
        -webkit-transform: none !important;
        transform: none !important;
        left: calc(90px + 0.5rem) !important;
        margin: 0
    }

    .sidebar.toggled .nav-item .dropdown-menu.dropup {
        bottom: 0;
        top: auto !important
    }

    .sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
        display: none
    }
}

.sidebar.fixed-top {
    top: 56px;
    height: calc(100vh - 56px);
    overflow-y: auto
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: 0.4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        column-count: 1
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 2;
        column-count: 2
    }
}

:root {
    --input-padding-x: 0.75rem;
    --input-padding-y: 0.75rem
}

.card-login {
    max-width: 26rem;
    min-width: 26rem;
    align-self: center
}

.card-register {
    max-width: 40rem
}

.form-label-group {
    position: relative
}

.form-label-group > input, .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
    height: auto
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent
}

.form-label-group input:-ms-input-placeholder {
    color: transparent
}

.form-label-group input::-ms-input-placeholder {
    color: transparent
}

.form-label-group input::-moz-placeholder {
    color: transparent
}

.form-label-group input::placeholder {
    color: transparent
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3)
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777
}

@media (min-width: 200px) and (max-width: 576px) {
    #block-img {
        height: 15%
    }

    #img-logo {
        width: 80%;
        height: 80px
    }

    #card-form {
        display: initial;
        font-size: 75%
    }

    .card-login {
        min-width: initial;
        max-width: initial;
        margin-bottom: 1rem !important
    }

    #card-login-img-deco {
        display: none
    }

    #card-login-bloc-form {
        flex-direction: column-reverse
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .card-login {
        min-width: initial;
        max-width: initial;
        margin-bottom: 1rem !important
    }

    #card-form {
        display: initial;
        font-size: 85%
    }

    #card-login-img-deco {
        display: none
    }

    #card-login-bloc-form {
        flex-direction: column-reverse
    }
}

@media (max-width: 992px) {
    .card-login {
        min-width: initial;
        max-width: initial
    }
}

footer.sticky-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 90px);
    height: 80px;
    background-color: #e9ecef
}

footer.sticky-footer .copyright {
    line-height: 1;
    font-size: 0.8rem
}

@media (min-width: 768px) {
    footer.sticky-footer {
        width: calc(100% - 225px)
    }
}

body.sidebar-toggled footer.sticky-footer {
    width: 100%
}

@media (min-width: 768px) {
    body.sidebar-toggled footer.sticky-footer {
        width: calc(100% - 90px)
    }
}

#divConnexion {
    height: inherit;
    justify-content: center
}

#block-img {
    height: 20%
}

#img-logo {
    width: 100%;
    height: 100px
}

#card-form {
    display: flex;
    font-size: initial
}

.GRILLE_LINE {
    cursor: default
}

.GRILLE_LINE:hover {
    cursor: default;
    background-color: #e9e9e9;
    transition: 0.3s
}

.GRILLE_LINE:hover button {
    visibility: visible;
    float: right;
    position: relative
}

.GRILLE_LINE button {
    visibility: hidden;
    margin-left: 5px;
    float: right
}

.GRILLE_ENTETE:hover {
    cursor: pointer;
    background-color: #ffc354;
    transition: 0.3s
}

.GRILLE_LINE_SUPPRIME {
    cursor: default
}

.GRILLE_LINE_SUPPRIME:hover {
    cursor: default;
    background-color: #ff00004f;
    transition: 0.3s
}

.GRILLE_LINE_SUPPRIME:hover button {
    visibility: visible;
    float: right;
    position: relative
}

.GRILLE_LINE_SUPPRIME button {
    visibility: hidden;
    margin-left: 5px;
    float: right
}

.ligne_btn {
    position: absolute;
    right: 8px;
    margin-top: -8px
}

.odd {
    background-color: #e1e1e1ad
}

.btn_ligne {
    background-color: white;
    color: black;
    border-color: black;
    padding: 6px 12px
}

.btn_ligne:hover {
    transition: 0.2s;
    color: white
}

.fa-edit {
    width: 16px;
    height: 16px
}

.ui-datepicker-current {
    display: none
}

.champ_vert {
    background-color: #2dd117;
    opacity: 0.6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #2dd117;
    outline: 0 none
}

.gestion_client_fournisseur:hover {
    background-color: #0061ff !important;
    transition: 0.3s;
    text-decoration: none
}

.modal-warning {
    color: #212529;
    background: #ffc800d9
}

.modal-danger {
    color: #fff;
    background: #dc3545
}

.modal-success {
    color: #fff;
    background: #28a745
}

.tableAlignMiddle td {
    padding: 0.75rem;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Rechercher"
}

.table-line {
    cursor: default;
    background-color: #eae9e9
}

.table-line:hover {
    cursor: default;
    background-color: #a4c8ff;
    transition: 0.3s
}

.table-line:hover button {
    visibility: visible;
    float: right;
    position: relative
}

.table-line button {
    visibility: hidden;
    margin-left: 5px;
    float: right
}

#tableParametre {
    overflow-y: auto;
    height: 320px;
    max-height: 470px;
    overflow-x: hidden;
    display: block
}

.tableEntete {
    display: table;
    width: 100%;
    table-layout: fixed
}

.tableBody {
    display: block;
    overflow: auto;
    max-height: 800px
}

.parametre-border {
    border-left: 1px solid rgba(181, 181, 181, 0.5)
}

.lds-dual-ring {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid var(--environnement);
    border-color: var(--environnement) transparent var(--environnement) transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

.lds-dual-ring2 {
    display: inline-block;
    align-self: center;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid var(--environnement);
    border-color: var(--environnement) transparent var(--environnement) transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

#secure svg path {
    fill: var(--environnement)
}

#secure.tcolor svg path {
    fill: #cfcfcf
}

.bcolor {
    background-color: var(--environnement)
}

#card-login-bloc-form h5.bcolor {
    background: none;
    color: var(--environnement)
}

.bcolor.sidebar {
    background-color: var(--environnement_bcolor)
}

.bcolor.navbar {
    background-color: var(--environnement)
}

.bcolor.navbar a:not(.dropdown-item) {
    color: #cfcfcf
}

.sidebar .nav-item .nav-link {
    color: #cfcfcf
}

.sidebar .nav-item .nav-link a.dropdown-item {
    color: var(--environnement)
}

.sidebar .nav-item .nav-link a.dropdown-item.active, .sidebar .nav-item .nav-link a.dropdown-item:active {
    color: #cfcfcf;
    background-color: var(--environnement)
}

a.dropdown-item.active, a.dropdown-item:active {
    color: #cfcfcf;
    background-color: var(--environnement)
}

#formConnexion.bcolor, #valid_email.bcolor {
    border-color: var(--environnement);
    background-color: var(--environnement)
}

#formConnexion.bcolor span, #valid_email.bcolor span {
    color: #cfcfcf
}

#formConnexion.tcolor, #valid_email.tcolor {
    border-color: #cfcfcf;
    background-color: #cfcfcf
}

#formConnexion.tcolor span, #valid_email.tcolor span {
    color: var(--environnement)
}

.tcolor {
    color: #cfcfcf
}

a {
    color: var(--environnement)
}

a:hover {
    color: var(--environnement_bcolor);
}

.table-td tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.table-td tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.re-order {
    cursor: move
}

.custom-file-input ~ .custom-file-label:lang(fr)::after {
    content: "Choisir..."
}

.b-0 {
    border: 0
}

.bx-0 {
    border-left: 0;
    border-right: 0
}

.by-0 {
    border-top: 0;
    border-bottom: 0
}

.br-0 {
    border-radius: 0
}

.brl-0 {
    border-radius-top-left: 0;
    border-radius-bottom-left: 0
}

.brr-0 {
    border-radius-top-right: 0;
    border-radius-bottom-right: 0
}

.brt-0 {
    border-radius-top-left: 0;
    border-radius-top-right: 0
}

.brb-0 {
    order-radius-bottom-left: 0;
    border-radius-bottom-right: 0
}

.modules {
    transition: 0.3s;
    text-decoration: none
}

.modules:hover {
    transition: 0.3s;
    text-decoration: none;
    box-shadow: 0px 0px 20px #00000094;
    top: -1px
}

.table-line {
    cursor: default;
    background-color: #eae9e9
}

.table-line:hover {
    cursor: default;
    background-color: #a4c8ff;
    transition: 0.3s
}

.table-line button {
    visibility: hidden;
    margin-left: 5px;
    float: right
}

.table-line:hover button {
    visibility: visible;
    float: right;
    position: relative
}

.parametre-border {
    border-left: 1px solid rgba(181, 181, 181, 0.5)
}

.select2:not(.select2-container--disabled) .select2-selection.select2-selection--single, .select2:not(.select2-container--disabled) .select2-selection.select2-selection--multiple {
    background-color: transparent
}

.select2 .select2-selection.select2-selection--multiple, .select2 .select2-selection.select2-selection--single {
    /*min-height: 50px;*/
    /*padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));*/
    /*padding-bottom: calc(var(--input-padding-y) / 3)*/
}

.label-select2 ~ .select2 .select2-selection.select2-selection--multiple, .label-select2 ~ .select2 .select2-selection.select2-selection--single {
    min-height: 50px;
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3)
}

.label-select2 ~ .select2-container--default:not(.select2-container-disabled).select2-container--focus .select2-selection--multiple, .label-select2 ~ .select2-container--default:not(.select2-container-disabled) .select2-selection--multiple, .label-select2 ~ .select2-container--default:not(.select2-container-disabled) .select2-selection--single {
    background-color: transparent;
    padding-left: 4px
}

.label-select2.multiple {
    z-index: 110
}

.select2.select2-container--disabled {
    z-index: 0
}

.select2.select2-container--disabled .select2-selection.select2-selection--single, .select2.select2-container--disabled .select2-selection.select2-selection--multiple {
    background-color: #ddd
}

.form-label-group > label {
    z-index: 50
}

.form-label-group > label.label-select2, .form-label-group > label.label-textarea {
    top: 0;
    padding-top: 4px;
    font-size: 12px;
    color: #777
}

.form-label-group > label.label-select2 {
    z-index: 5
}

.form-label-group > textarea.labeled {
    padding-top: 20px
}

.form-label-group .disabled ~ label.label-select2, .form-label-group .disabled ~ label.label-textarea {
    z-index: 50
}

.select2-container {
    z-index: 50
}

.select2-selection__choice {
    white-space: normal
}

.select2-selection ul {
    overflow: scroll;
    max-height: 150px
}

.divInputColor {
    top: 12px;
    position: absolute;
    right: 15px;
    width: 26px;
    height: 26px;
    box-shadow: 0 0 1px #000000;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    transition: all 0.1s ease-in-out
}

.divInputColor i {
    font-size: 0.8em;
    position: relative;
    top: -1px;
    left: 0.5px
}