 body.back__office,  body.back__office p, body.back__office a, body.back__office h1,  body.back__office h2, body.back__office  h3, body.back__office h4,
 body.back__office h5, body.back__office h6, body.back__office span, body.back__office small, body.back__office strong {
    font-family: "Roboto","Rubik","Noto Kufi Arabic","Noto Sans JP",sans-serif;
}


 /*i {*/
 /*    !*font: normal normal normal 14px/1 FontAwesome!important;*!*/
 /*    font-size: inherit!important;;*/
 /*}*/

 .badge.absolute__top__badge {
     position: absolute;
     top: 10px;
     right: 10px;
 }

.drag__row {
    cursor: pointer;
}

.flex-300 .card-body {
    flex: 1 1 232px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.flex-300.CA__ {
    max-height: 359px;
    height: 100%;
}
.row__stat h5 {
    font-size: .8rem;
    flex: none;
}
.flex-300 .card-body h6 {
    font-size: 1rem;
}

.height__ h5 {
    margin-top: .5rem;
}

.row__stat {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.stats__number {
    font-size: 1.5rem!important;
}
.last__ .stats__number {
    font-size: 2rem!important;
    color: #111111!important;
}

.icon__ {
    position: absolute;
    top: 0px;
    right: 11px;
    font-size: 2rem;
    opacity: .2;
}

.card {
    border-radius: 15px!important;
}

.row__stat.last__ {
    border-top: 1px solid #CCC3;
    padding-top: 1rem;
}
a.my__button {
    padding: 6px;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-radius: 9px;
    color: #323338;
    display: flex;
    margin: .2rem;
}


.img__box {
    margin-top: 10px;
}
.card.height__ .card-body .header__ {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.my__button:hover {
    background: #f3f3f3;
    text-decoration: none;
}

.card.height__ .card-body {
    flex: 1 1 150px!important;
    padding: 0;
    justify-content: space-around;
}

.card.height__ .card-body svg {
    color: #323338
}

.foot__ {
    width: 100%;
    border-top: 1px solid #CCC3;
}


.row__box {
    display: grid;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    /* margin-bottom: 20px; */
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    row-gap: 10px;
    column-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.card.height__ {
    /*!*max-width: 220px;*! !*  5 block responsive a travailler *!*/
    /*max-width: 180px; !*  6 block - responsive a travailler*!*/
    width: 100%;
    transition: all .2s ease-in-out;
}
.card.height__ h5 {
    font-size: .9rem;
}
.card.height__:hover {
    transition: all .2s ease-in-out;
}

/* TO DO CSS */
div.toDoList h3, label.new-task {
    color: #333;
    font-weight: 700 !important;
    font-size: 15px;
    border-bottom: 2px solid #333;
    padding: 30px 0 10px;
    margin: 0 !important;
    text-transform: uppercase;
}
div.toDoList input[type="text"] {
    margin: 0;
    font-size: .8rem;
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px!important;
    margin-left: 30px;
    margin-top: -20px;
    font-family: Lato, sans-serif;
    color: #888;
}
div.toDoList input[type="text"]:focus {
    color: #333;
}

/* New Task */
div.toDoList label.new-task {
    display: block;
    margin: 0 0 20px;
}
div.toDoList input#new-task {
    float: left;
    width: 318px;
}
div.toDoList p > button:hover {
    color: #0FC57C;
}

div.toDoList button {
    background: none;
    border: 0px;
    color: #888;
    font-size: 15px;
    width: 60px;
    margin: 10px 0 0;
    font-family: Lato, sans-serif;
    cursor: pointer;
}

/* Task list */
div.toDoList li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
div.toDoList li > input[type="checkbox"] {
    margin: 0 10px;
    position: relative;
    top: 15px;
}
div.toDoList li > label {
    font-size: 18px;
    line-height: 40px;
    width: 237px;
    padding: 0 0 0 11px;
}
div.toDoList li >  input[type="text"] {
    width: 226px;
}
div.toDoList li > .delete:hover {
    color: #CF2323;
}

/* Completed */
div.toDoList .completed-tasks label {
    text-decoration: line-through;
    color: #888;
}

/* Edit Task */
div.toDoList ul li input[type=text] {
    display:none;
}

div.toDoList ul li.editMode input[type=text] {
    display:block;
}

div.toDoList ul li.editMode label {
    display:none;
}

/* Edit Task */
div.toDoList ul li textarea {
    overflow: hidden;
    overflow-wrap: break-word;
    resize: none;
    height: 56px;
    margin-left: 40px;
    margin-top: -10px;
    width: 90%;
    padding-right: 20px;
}

div.toDoList ul li textarea {
    display:none;
}

div.toDoList ul li.editMode textarea {
    display:block;
}

.input-add-to-do-list {
    margin-top: 15px !important;
    max-width: 500px !important;
}
/* */

.modal-xl {
    max-width: 1800px !important;
}

/*.form_field {*/
/*    font-family: inherit;*/
/*    width: auto;*/
/*    border: 0;*/
/*    border-bottom: 2px dotted #9b9b9b;*/
/*    outline: 0;*/
/*    font-size: 1.3rem;*/
/*    padding: 0px !important;*/
/*    background: transparent;*/
/*    transition: border-color 0.2s;*/
/*}*/

/*.form_field:focus {*/
/*    padding-bottom: 6px;*/
/*    font-weight: 700;*/
/*    border-color: #9b9b9b !important;*/
/*    border-top: 0px !important;*/
/*    border-left: 0px !important;*/
/*    border-right: 0px !important;*/
/*    !*border-image: linear-gradient(to right, $primary,$secondary);*!*/
/*    border-image-slice: 1;*/
/*}*/


.bg-line-chart-gradient {
    background-image: none !important;
}

input.form_field {
    padding: 0rem;
    font-size: 1rem;
    border: none;
    background: transparent;
    border-bottom: 2px dashed #111111;
    color: #333333;
}

input.form_field:focus {
    border: none!important;
    border-bottom: 1px solid #9b9b9b!important;;
    border-radius: 0!important;
}
.is__god {
    padding-left: 32px;
    margin-top: 36px!important;
    margin-bottom: 10px!important;
}

.btn__added{
    color: #2c7be5!important;
    padding: 0.2rem 0.6rem;
    border: none;
    border-radius: 25px;
    font-weight: 700;
    background: #edf2f9!important;
    padding-top: 5px;
    width: auto!important;
}

a.btn.btn-primary, .btn-primary-add {
    color: #2c7be5!important;
    background: #d6eaf8!important;
    border-color:  transparent;
}

a.btn.btn-primary:hover, .btn-primary-add:hover {
    border-color:   #2c7be5!important;;
}
.btn__changed {
    color: #34ce57!important;
    font-weight: 700;
    background: rgba(52, 206, 87, 0.27) !important;
    border: 1px solid rgba(52, 206, 87, 0.27)!important;
    padding: 0.4rem 1rem;
    border-radius: 4px!important;
}

input[name="isUrgency"] {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
input[name="isUrgency"]+label {
    position: relative;
    cursor: pointer;
    display: flex;
    color: #de5246;
    font-weight: 600!important;
}

input[name="isUrgency"]+label::before {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-color: rgba(234, 67, 53, 0.2);
    border-radius: 3px;
    margin-right: 10px;
    border: 2px solid rgba(234, 67, 53, 0.2);;
}


input[name="isUrgency"]:checked+label::after {
    content: '';
    width: 19px;
    height: 10px;
    border: none;
    border-left: 3px solid #ea4335;
    border-bottom: 3px solid #ea4335;
    /* color: blue; */
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 1px;
    transform: rotate(-51deg);
}

.input-add-to-do-list {
    height: 34px;
    border-radius: 25px;
    margin: 0px!important;
}


input[id^="do-it-"] {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}
input[id^="do-it-"]+label {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    color: #2196f3;
    align-items: center;
    font-size: .8rem!important;
}

input[id^="do-it-"]+label::before {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-color: #edf2f9;
    border-radius: 3px;
    margin-right: 10px;
    border: 2px solid #2c7be55c;
}


input[id^="unselected-"], input[id^="avoir_statut_"], input[id^="facture_typePrestation_"] {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

input[id^="unselected-"]+label {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    color: #2196f3;
    align-items: center;
    font-size: .8rem!important;
}

input[id^="unselected-"]+label::before {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-color: #edf2f9;
    border-radius: 3px;
    margin-right: 10px;
    border: 2px solid #2c7be55c;
}


input[id^="unselected-"]:checked+label::after {
    content: '';
    width: 12px;
    height: 10px;
    border: none;
    border-left: none;
    border-bottom: 3px solid #2c7be5;
    /* color: blue; */
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 14.5px;
    transform: none;
    border-radius: 2px;
    top: 12px;
}


#avoir_statut, #facture_statut {
    display: flex;
    flex-wrap: wrap;
}

#avoir_statut label, #facture_statut label {
    margin: 1rem;
    cursor: pointer;
}
#avoir_statut label:nth-child(2)  {
    margin-left: 0;
}
label[for^="avoir_statut_"] span.badge, label[for^="facture_typePrestation_"] span.badge {
    background: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
    border-radius: 6px;
    border: 2px solid  transparent;
    font-size: .7rem;
    padding: 0.8rem 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
}



#avoir_statut label:nth-child(4) span.badge, label[for^="facture_typePrestation_1"] span.badge {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

label[for^="facture_typePrestation_1"] span.badge {
    margin-left: 10%;
    cursor: pointer;
}

label[for^="facture_typePrestation_0"] span.badge {
    cursor: pointer;
}
#avoir_statut label:nth-child(6) span.badge {
    background: rgba(25, 135, 84, 0.2);
    color: #198754;
}

input[id="facture_typePrestation_0"]:checked+label span {
    border: 2px solid  #e74c3c;

}
input[id="facture_typePrestation_1"]:checked+label span {
    border: 2px solid  #ffc107;

}

input[id="facture_typePrestation_2"]:checked+label span {
    border: 2px solid  #198754;
}

#others__CA__by__years {
    display: none;
}


#button__show__more {
    background: aliceblue;
    color: #2c7be5;
    display: inline-block;
    width: auto;
    font-size: .8rem;
    border-radius: 3px;
    margin-bottom: 18px;
    padding: .7rem 1rem;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    margin-top: 15px;
    transition: all .2s ease-in-out;
    border: 1px solid transparent;
}


#button__show__more:hover {
    text-decoration: none;
    transition: all .2s ease-in-out;
    border-color: #2c7be5;
}
#others__CA__by__years.show {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 9;
    left: 0;
    bottom: 0;
    border-radius: 13px;
    border: 1px solid #CCC;
    padding-top: 36px;
    box-shadow: 0 0 17px 4px #1113;
}

#close__CA, .close__accordion {
    display: flex;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 5px;
    top: 3px;
}
#close__CA:hover, .close__accordion {
    background: #ccc2;
    transition: all .2s ease-in-out;
}
.flex-none {
    flex: none!important;
}
.float-end {
    float: none!important;
}

.legend {
    margin-left: 20px;
}

.infos__avoir {
    display: block;
    width: 100%;
    /*border: 1px solid #CCC6;*/
    margin-top: 20px;
    border-radius: 4px;
}

.infos__avoir p {
    display: none;
    color: #e74c3c;
    font-weight: 700;
    font-size: .9rem;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(231, 76, 60,.2);;
}

.infos__avoir p.avoir_statut_1 {
    color: #ffc107;
    background: rgba(255, 193, 7, 0.1);
}
.infos__avoir p.avoir_statut_2 {
    color: #198754;
    background: rgba(25, 135, 84, 0.2);
}



/**
Test BO modif visuel
 */
@media only screen and (min-width: 1200px){

    .navbar-vertical.navbar-expand-xl {
        padding-left: 0!important;
    }


    .navbar-vertical.navbar-expand-xl .navbar-collapse,
    .navbar-vertical.navbar-expand-xl .navbar-vertical-content
    {
        width: 100%!important;
    }
    .navbar-vertical.navbar-expand-xl .nav-link {
        padding: .7rem!important;
    }

    .navbar-vertical .navbar-nav .nav-item .nav-link .d-flex {
        position: relative;
    }


    .navbar-vertical .navbar-nav .nav-item .nav-link:hover, .nav-item .nav-link.dropdown-indicator.active {
        background-color: rgba(255,255,255,.1)!important;
        color: #CCCCCC!important;
    }

    .navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-link-icon,  .navbar-vertical .nav-item.active .nav-link.active .nav-link-icon, .navbar .nav-link.dropdown-indicator.active  .nav-link-icon {
        width: 40px;
        height: 44px;
        background: #4d5969;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        position: absolute;
        left: -12px;
    }

    .navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-link-icon svg, .navbar-vertical .nav-item.active .nav-link.active .nav-link-icon svg, .navbar .nav-link.dropdown-indicator.active .nav-link-icon svg {
        margin-left: -6px;
        color: #ffffff!important;
    }

    .navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-link-text, .navbar-vertical .nav-item.active .nav-link.active .nav-link-text, .navbar .nav-link.dropdown-indicator.active  .nav-link-text{
        padding-left: 36px!important;
        transition: .5s;
    }

    .navbar-vertical .navbar-nav .nav-item .nav-link:hover.dropdown-indicator:after , .navbar-vertical .nav-item.active .nav-link.active:after {
        border-color: #ffffff;
    }

    .navbar-vertical .navbar-nav .dropdown-indicator:after, .nav-item .nav-link.dropdown-indicator.active:after {
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .navbar-vertical .navbar-nav .nav-item .nav-link.active, .navbar-vertical .navbar-nav .nav-item .nav-link.dropdown-indicator:after {
        color: #ffffff!important;

    }

    .navbar-vertical .navbar-nav .nav-item .nav-link.active {
        background-color: rgba(255,255,255,.1)!important;
    }
    .navbar-vertical .toggle-icon-wrapper {
        margin-left: 0!important;
    }

    .btn.navbar-toggler-humburger-icon.navbar-vertical-toggle {
        position: relative;
    }

    .btn.navbar-toggler-humburger-icon.navbar-vertical-toggle:after {
        content: 'MENU';
        position: absolute;
        right: -40px;
        top: 50%;
        color: #CCC;
        transform: translateY(-50%);
        font-size: .7rem;
    }

    .navbar-vertical .navbar-nav .nav-item .nav-link.dropdown-indicator:after {
        border-color: #ffffff!important;
    }



    .navbar-toggler-humburger-icon {
        height: 3rem!important;
        width: 3rem!important;
        border-radius: 2px!important;
    }
}

.rounded-pill {
    border-color: transparent!important;
    border-radius: 4px!important;
}


.badge {
    text-transform: uppercase!important;
    font-weight: 700!important;
    font-size: .7rem!important;
    padding: 0.7rem!important;
}
.badge.bg-danger, .badge-soft-danger {
    background: rgba(231, 76, 60, .2)!important;
    color: #e74c3c!important;

}

.badge.bg-success {
    background: rgba(0, 210, 122, 0.2)!important;
    color: #00d27a!important;
}

/* Tu me nique le Kanban c'est trop laid */
/*.card-body .badge:first-child {*/
    /*position: absolute;*/
    /*top: .5rem;*/
    /*right: .5rem;*/
/*}*/

.card-body .display-4.fw-normal {
    font-size: 1.3rem!important;
    font-weight: 700!important;
}

.card-body small{
    position: relative;
}


.card-body  small:after {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 1px;
    background-color: #CCC3;
    display: block;
}
.card {
    border-radius: 4px!important;
    box-shadow: none!important;
}

.card-body.rounded-lg.bg-line-chart-gradient h4 {
    position: relative;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
}
.card-body.rounded-lg.bg-line-chart-gradient h4 .badge {
    position: absolute;
    top: -.5rem;
    right: -.5rem;
}


.card-body.rounded-lg.bg-line-chart-gradient h4 p {
    border-top: 1px solid #CCC3;
    padding-top: 25px;
}
.card-body.rounded-lg.bg-line-chart-gradient h4 p .badge {
    position: initial;
}

.block_actions .block_stock_online {
    flex-direction: column;
}
.block_stock_online small {
    display: block;
    width: 100%;
}


.block_actions  small:after {
    background-color: transparent!important;
}


button.btn.btn-primary.btn-sm {
    background-color: rgba(52, 152, 219, 0.2) !important;
    color: #3498db!important;
}
.btn-round-add {
    background: rgba(52, 152, 219, 0.2) !important;
    color: #3498db!important;
    box-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8rem;
    padding: 0.9rem;
}

.block_btn_row_view a {
    box-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8rem;
    padding: 0.9rem;
    position: relative;
}
.btn-round-edit {
    background: rgba(46, 204, 113, 0.2) !important;
    color: #2ecc71!important;
    position: relative;
}

.btn-round-view  {
    background: rgba(230, 126, 34, 0.2) !important;
    color: #e67e22!important;
}

.btn-round-delete {
    background: rgba(231, 76, 60, 0.2) !important;
    color: #e74c3c!important;
}

.btn-round-view span.view_content_inside {
    background-color: #f5803e;
    color: #fff;
    font-size: .7rem;
    position: relative;
}


.group_btn {
    position: relative;
}

.orderFasting {
    position: initial;
}


.listViewHeight .orderFasting {
    position: absolute;
    top: -80px;
    right: 0;
}

.badge.bg-primary {
    color: #3498db!important;
    background: rgba(52, 152, 219, 0.2) !important;

}

.block_actions .block_stock_online {
    position: relative;
}
.btn-round-back {
    position: relative;
    z-index: 9;
    font-size: .8rem;
}
.row__data__actions a:hover::before, .group_btn a:hover::before, .btn-round-back:hover::before {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    background: #232e3c;
    display: flex;
    width: 150px;
    /* height: 40px; */
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: .6rem;
    transform: translateX(-51px);
    color: #fff;
    padding: 9px;
    height: auto;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 99;
}


.btn-round-add:hover::before {
    content: 'Créer un contenu';
}
.btn-round-add.sous_cat:hover::before {
    content: 'Créer une sous catégorie';
}


.btn-round-view span.view_content_inside {
    position: absolute;
}

.group_btn a:hover::after, .row__data__actions a:hover::after, .btn-round-back:hover::after
{
    content: '';
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-top: 0;
    border-bottom: 16px solid #273342;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
}

.btn-round-back:hover::before {
    content: 'Page précédente';
}

.btn-round-edit:hover::before {
    content: 'Modifier le contenu';
}

.btn-round-view:hover::before {
    content: 'Voir les enfants';
}

.btn-round-delete:hover::before {
    content: 'Supprimer';
}

.btn-primary-edit {
    background-color: rgba(46, 204, 113, 0.2) !important;
    color: #2ecc71!important;
}

.p-card.card-block .block_btn_row_view {
    border: 1px solid #ccc6;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.block_card_body .group_btn {
    border-color: #CCC4!important;
}
.col-auto.navbar-vertical-label {
    margin-left: 9px;
}

.badge-soft-dark,.btn-round-back {
    color: #333!important;
    background-color: #3332!important;
}



#more_btn {
    display: none!important;
}


.btn-round-back {
    border-radius: 3px!important;
}



.form-select.form-select-sm {
    height: 40px!important;
    border: none;
    cursor: pointer!important;
}


.btn-primary-export, .btn-round-export,.btn-primary-canceled {
    background-color: rgba(77, 89, 105, .2)!important;
    color: rgb(77 89 105)!important;
    border-radius: 4px!important;
    padding: 13px 12px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8rem;
}




.btn-primary-export, .btn-primary-canceled {
    border: 1px solid transparent!important;
}
.btn-primary-export:hover,.btn-primary-canceled:hover  {
    border: 1px solid rgb(77 89 105)!important;
}

.dataTable-selector {
    padding: 6px;
    border: none!important;
    background: transparent!important;
    border-bottom: 1px solid #CCC4!important;
}

.dataTable-top {
    padding-top: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .7rem;
    letter-spacing: 1px;
    color: #333333;
}

.dropdown-item svg {
    margin-right: 1rem;
    position: relative;
}

.dropdown-item svg::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #CCC4;
}


.navbar-vertical .navbar-vertical-toggle:hover {
    background-color: rgba(255,255,255,.1)!important;
    color: #ffffff;
}

.dataTable-input {
    border: 1px solid transparent;
}

.table-responsive .legend {
    position: relative;
}

.badge.bg-warning {
    color: #e67e22!important;
    background-color: rgba(230, 126, 34, 0.2) !important;;
}

.table-responsive .legend  .badge {
    position: initial;
}

#multiCollectionProductDiapo button.btn-primary-canceled {
    background: rgba(52, 152, 219, 0.2) !important;
    color: #3498db!important;
    box-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8rem;
    padding: 0.9rem;
}

.modal-footer .btn-primary-canceled {
    background: rgba(35, 46, 60, 0.2) !important;
    color: #232e3c!important;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.3125rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none!important;
    border: 1px solid transparent!important;
    text-transform: initial!important;
}

 .btn-primary-edit {
     background-color: #2ecc71 !important;
     color: #fff !important;
     display: inline-block;
     font-weight: 500;
     line-height: 1.5;
     text-align: center;
     vertical-align: middle;
     cursor: pointer;
     user-select: none;
     border: 1px solid transparent;
     padding: 0.3125rem 1rem;
     font-size: 1rem;
     border-radius: 0.25rem;
     transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     box-shadow: none!important;
     border: 1px solid transparent!important;
     text-transform: initial!important;
 }

 .btn-primary-edit:hover {
     /*background: #edf2f9 !important;*/
     -ms-filter: none!important;
     filter: none!important;
     border: 1px solid #2c7be5!important;
 }

.modal-footer .btn-primary-canceled:hover {
    border: 1px solid #232e3c!important;
}
.text-category a {
    font-size: .7rem;
}


td badge.badge, tr .badge {
    position: initial!important;
    min-width: 88px!important;
}

label span.badge {
    position: initial!important;
}

.badge.bg-info, .badge.bg-black {
    color: #27bcfd;
    background: rgba(39, 188, 253, 0.2)!important;
}

.badge.bg-dark {
    background: rgba(11, 23, 39, 0.2) !important;
}

.price-total .tile-body {
    background: #FFF;
    padding: 1.2rem;
    border-radius: 7px;
}
.price-total .tile-body h3 {
    font-size: 1.3rem;
    border-bottom: 1px solid #CCC4;
}


.price-total .tile-body li.ng-binding {
    padding: .24rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-total .tile-body li.ng-binding .mb-5 {
    margin-bottom: 0!important;
}
.price-total .tile-body li > h3 {
    display: inline;
}

.price-total .tile-body li:not(.ng-binding) {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 2px solid #CCC7;
    padding-top: 10px;
}


.btn-primary-add {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #2c7be5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.3125rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none!important;
    border: 1px solid transparent!important;
}

.btn-primary-add:hover {
    background: #edf2f9!important;
    -ms-filter: none!important;
    filter: none!important;
    border: 1px solid #2c7be5!important;
}

.card-body small {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.block_btn_row_view {
    position: initial!important;
}

.p-card.card-block {
    max-height: 100%!important;
    height: auto!important;
}

.imgs__side {
    background: #111111;
}

.row__img__preview {
    display: grid;
    /* flex-wrap: wrap; */
    background: #111111;
    /* justify-content: center; */
    grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
    column-gap: 5px;
    row-gap: 5px;
    padding: 5px;
}


.item__img {
    height: 100px;
    overflow: hidden;
    /* margin: 3px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}

.item__img img {
    width: 75px;
    height: auto;
    object-fit: contain;
}
.preview__text {
    display: inline-block;
    background: rgba(52, 152, 219, 0.2) !important;
    color: #3498db!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    font-size: .7rem!important;
    padding: 0.7rem 1.5rem!important;
    border-radius: 25px;
    border: 1px solid transparent;
    margin-top: 20px;
    cursor: pointer;
}

.preview__text:hover {
    border: 1px solid #3498db;
}
.content__text__preview {
    display: none;
}

.content__text__preview.show {
    display: block;
    position: absolute;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    background-color: #ffffff;
    z-index: 9;
    padding: 1rem;
    box-shadow: 0 0 10px 0 #2222;
    min-width: 220px;
    min-height: 73px;
    padding-top: 60px;
}

.close__it {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

.close__it:hover {
    background-color: #CCC4;
}

.btn_view_inline {
    background: rgba(230, 126, 34, 0.2) !important;
    color: #e67e22!important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    font-size: .7rem!important;
    padding: 0.7rem 1.5rem!important;
    border-radius: 25px;
    border: 1px solid transparent;
    margin-top: 22px;
    cursor: pointer;
    display: inline-block;
}

.btn_view_inline:hover {
    border-color: #e67e22;
    text-decoration: none;
}

.row__date__and__status {
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.row__date__and__status p {
    margin-bottom: 0;
}


.version__row__grid .toggle_span {
    margin-left: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.row__data__actions {
    position: absolute;
    bottom: 0;
    right: 1rem;
}

.badge__stats {
    min-width: 70px!important;
}

.testing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.col__ {
    background: #ffffff;
    padding: 1rem;
    border-radius: 4px;
    position: relative;
}


.col__ h6 {
    font-size: .9rem;
    margin-bottom: 25px;
}

.row__stat.last__ h6 {
    margin-bottom: 0;
}

.dataTable-table>tbody>tr>td, .dataTable-table>tbody>tr>th, .dataTable-table>tfoot>tr>td, .dataTable-table>tfoot>tr>th, .dataTable-table>thead>tr>td, .dataTable-table>thead>tr>th {
    vertical-align: middle;
}

.modal-footer-js button.btn-primary.btn-saved {
    background-color: rgba(44, 123, 229, 0.2)!important;
    color: #2c7be5!important;
    border: 1px solid transparent!important;;
}

.modal-footer-js button.btn-primary.btn-saved:hover {
    border:1px solid #2c7be5!important;

}

.modal-footer-js button.btn-grey.btn-close-modal {
    background-color: rgba(35, 46, 60, 0.2) !important;
    color: #232e3c!important;
    border: 1px solid transparent!important;;
}

.modal-footer-js  button.btn-grey.btn-close-modal:hover {
    border:1px solid #232e3c!important;

}

.table thead tr th:nth-child(1) {
    border-top-left-radius: 4px!important;
}
.table thead tr th:last-child {
    border-top-right-radius: 4px!important;
}
.table thead .bg-primary {
    background-color: rgba(44, 123, 229, 0.2)!important;
    color: #2c7be5!important;
}

#top > div.container-fluid > div.content > div:nth-child(4) > div.card-body > div:nth-child(2) {
    background: #CCC2;
    border-radius: 7px;
}

.card-body h2 {
    font-size: 1.4rem!important;
}


a.badge.badge-pill.badge-soft-success, a.badge.badge-pill.badge-soft-danger {
    border: 1px solid transparent!important;
}

a.badge.badge-pill.badge-soft-success:hover {
    border: 1px solid #00d27a!important;
}

a.badge.badge-pill.badge-soft-danger:hover {
    border: 1px solid #932338!important;
}

.position-static{
    position: static!important;
}

.row__fast__edit {
    display: flex;
    width: auto;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    border-radius: 6px;
    border: 1px solid #CCC;
    flex-wrap: nowrap;
/*//width: 240px;*/
    height: 70px;
    background: #FFF;
    z-index: 99;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}

.yess {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 4rem;
}

.yess:hover {
    cursor: pointer;
}
.yess .icon {
    position: relative;
    display: flex;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;

    transition: 0.5s;
    background: transparent;
}

.yess.active .icon {
    transform: translateY(-35px);
    transition: .5s;
    color: #fff;
}


.yess .text {
    transition: .5s;
    position: absolute;
    font-size: .75rem ;
    opacity: 0;
    transform: translateY(20px);
    letter-spacing: 1px;
    font-weight: bold;
    color: #111;
}

.yess.active .text {
    opacity: 1;
    transform: translateY(10px);
}

.yess .icon i {
    color: #111;
    z-index: 9;
    /*font-family: 'Font Awesome 6 Free' !important;*/
}

.indicator  {
    opacity: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #faa62d;
    top: -50%;
    border: 4px solid #FFF;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.row__fast__edit.fixed__position {
    position: fixed;
    bottom: 15px;
    left: 15px;
}

#drop__area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
}
.sidebar__widget__edit {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999999999;
    width: 0;
    overflow: hidden;
}
.sidebar__widget__edit .close__widget__edit {
    display: flex;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 10px;
}
.sidebar__widget__edit .close__widget__edit:hover {
    background: #CCC3;
    cursor: pointer;
}
.sidebar__widget__edit.active {
    width: 100%;
}
.sidebar__widget__edit .front__ {
    position: absolute;
    width: 80%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 999;
    padding: 10px;
    padding-top: 70px;
    overflow: scroll;
}

.infos__img {
    /*provisoire pour l'avoir que dans le mode diapo faudra l'intégrérer par la suite dans le reste des images*/
    display: none;
}

 .sidebar__widget__edit .infos__img {
     display: initial;
 }
.sidebar__widget__edit .front__ .edit__item {
    position: relative;
    display: flex;
    border: none;
    height: auto;
    width: 96%;
    margin: 20px;
    overflow: hidden;
    background: #f5f6f7;
    align-items: center;
    /* justify-content: center; */
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 7px 3px #1112;
}

 .sidebar__widget__edit .front__ .edit__item input:focus, .sidebar__widget__edit .front__ .edit__item textarea:focus {
     border: 1px solid #507ad5;
 }

 .sidebar__widget__edit .front__ .edit__item .infos__img {
     width: 70%;
     margin-left: 25px;
     margin-top: 20px;
     margin-bottom: 20px;
 }

 .sidebar__widget__edit .front__ .edit__item .row__fast__edit {
     right: auto;
     left: 10px;
     opacity: .9;
     bottom: 3px;
}

 .sidebar__widget__edit .front__ .edit__item .row__fast__edit:hover {
     opacity: 1;
 }

.optimal__size__diapo {
    position: fixed;
    left: 80%;
    bottom: 20px;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 15px;
    color: #111111;
    z-index: 999;
    display: inline-flex;
    flex-direction: column;
}

.optimal__size__diapo.hidden__elt {
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.optimal__size__diapo .close__this {
    display: flex;
    top: -27px;
    background: #FFFF;
    padding-top: 4px;
    border-radius: 20px;
    width: 25px;
    height: 25Px;
    position: absolute;
    right: -14px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.optimal__size__diapo .close__this:hover {
    background: #CCCCCC;
}


 .modal__call {
     border-bottom: dotted 2px !important;
     color: #5e6e82 !important;
     cursor: pointer !important;
     z-index: 10000000 !important;
 }


 .toDoList .btn__added {
     color: #2c7be5!important;
     background: rgba(44, 123, 229, 0.2) !important;
     border: 1px solid transparent!important;
     border-radius: 4px!important;
     height: 33px;
     line-height: 1;
     padding: 0.5rem 1rem;

 }

 .toDoList .btn__added:hover {
     border: 1px solid #2c7be5!important;

 }

 .kanban-item-dropdown-btn {
     left: -10px;
     bottom: -157px;
     top: initial;
     right: initial;
 }


 #kanbanBody .dropdown-menu.show .btn-transparent {
     background: transparent;
     border: none;
 }

 #kanbanBody .dropdown-menu.show .btn-transparent .badge.badge-soft-warning,
 #kanbanBody .dropdown-menu.show .btn-transparent .badge.badge-soft-primary,
 #kanbanBody .dropdown-menu.show .btn-transparent .badge.badge-soft-success,
 #kanbanBody .dropdown-menu.show .btn-transparent .badge.badge-soft-dark
 {
     border: 1px solid transparent;
 }
 #kanbanBody .dropdown-menu.show .btn-transparent .badge.badge-soft-warning:hover {
     border: 1px solid #9d5228;
 }

 #kanbanBody .dropdown-menu.show .btn-transparent .badge.badge-soft-primary:hover {
     border: 1px solid #2c7be5;
 }

 #kanbanBody .dropdown-menu.show .btn-transparent .badge.badge-soft-success:hover {
     border: 1px solid #00864e;
 }

 #kanbanBody .dropdown-menu.show .btn-transparent .badge.badge-soft-dark:hover {
     border: 1px solid #333;
 }

 .kanban-items-container.scrollbar {
     min-height: 208px;
 }

 .kanban-items-container {
     padding: 0;
     padding-left: 10px;
     padding-right: 10px;
 }

 .kanban-item {
     margin-top: 0;
     margin-bottom: 20px;
 }

 .h-100 {
     min-height: 180px;
 }

 .btn-primary-edit, .btn-round-edit {
     box-shadow: none;
 }


 /**
 Row action
  */

 .row__connect {
     position: fixed;
     height: 61px;
     bottom: 0;
     width: auto;
     background: #fff;
     left: 50%;
     transform: translateX(-50%);
     display: flex;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
     /* box-shadow: 0 0 10px 5px #1111; */
     justify-content: space-around;
     align-items: center;
     z-index: 9999999;
     transition: bottom  .5s ease-in-out, opacity .3s ease-in-out;
 }

 .row__connect.hide {
     bottom: -62px;
     transition: bottom .5s ease-in-out;
 }
 .row__connect a {
     padding: 0.5rem 1rem!important;
     border-radius: 4px;
     margin: .4rem;
 }


 .row__connect a:nth-child(2) {
     background: rgba(0, 123, 255, .2);
     color: #007bff;
     border: 1px solid transparent;
 }
 .row__connect a:nth-child(2):hover {
     border: 1px solid #007bff;
 }


 .row__connect a:nth-child(3) {
     background: rgba(32, 201, 151, 0.2);
     color: #20c997;
     border: 1px solid transparent;
 }
 .row__connect a:nth-child(3):hover {
     border: 1px solid #20c997;
 }

 .row__connect a:nth-child(4) {
     background: rgba(0, 123, 255, .2);
     color: #007bff;
     border: 1px solid transparent;
 }
 .row__connect a:nth-child(4):hover {
     border: 1px solid #007bff;
 }

 .row__connect a:nth-child(5) {
     background: rgba(0, 123, 255, .2);
     color: #007bff;
     border: 1px solid transparent;
 }
 .row__connect a:nth-child(5):hover {
     border: 1px solid #007bff;
 }


 .row__connect .show__hide {
     position: absolute;
     top: -38px;
     right: 22px;
     height: 30px;
     width: 30px;
     background: #ffffff;;
     display: flex;
     justify-content: center;
     align-items: center;
     box-shadow: 0 -2px 10px 2px #1111;
     cursor: pointer;
     border-radius: 50%;
     line-height: 1;
 }


 .row__connect .show__hide:hover::before {
     content: 'Cacher la barre';
     position: absolute;
     top: -6px;
     right: -155px;
     width: 143px;
     background: #111;
     padding: 0.4rem 1rem;
     border-radius: 3px;
     color: #fff;
     text-align: center;
 }

 .row__connect .show__hide.hide {
     right: -300px;
 }

 .row__connect .show__hide.hide:hover::before {
     content: 'Afficher la barre';
     right: 40px;
 }

 .row__connect .show__hide.hide:hover::after {
     right: 29px;
     transform: translateY(-73%) rotate(180deg);
 }


 .row__connect .show__hide:hover::after {
     content: '';
     position: absolute;
     right: -20px;
     display: inline-block;
     height: 0;
     width: 0;
     border-top: 14px solid transparent;
     border-right: 20px solid #111;
     border-bottom: 14px solid transparent;
     top: 50%;
     transform: translateY(-73%);
 }

 .less__opacity {
     opacity: .3 !important;
     transition: opacity .5s;
 }

 .navbar-vertical .navbar-nav .nav-item .nav-link.dropdown-indicator:after {
     color: #ffffff!important;
 }

 .sidebar__widget__edit .front__ .edit__item picture {
     width: 30%;
     height: auto;
 }

 .sidebar__widget__edit .front__ .edit__item img {
     width: 100%;
     max-width: 220px;
     height: auto;
 }

 .row__fast__edit {
     margin-bottom: 20px;
 }

 /*.accordion__items {*/
 /*    display: none;*/
 /*    position: relative;*/
 /*}*/

 /*.accordion__items.active {*/
 /*    display: block;*/
 /*    position: absolute;*/
 /*    z-index: 99999;*/
 /*    background: #fff;*/
 /*    width: 100%;*/
 /*    top: 40px;*/
 /*    left: 1px;*/
 /*    padding: 1rem;*/
 /*    border-radius: 6px;*/
 /*    box-shadow: 0 0 10px 2px #1113;*/
 /*}*/


 .swal2-container {
     z-index: 9999999999!important;
 }

 /*.modal__background::-webkit-scrollbar {*/
 /*    display: none;*/
 /*}*/

 /*toggle mdp eyes */
 .toggle__visible {
     position: absolute;
     right: 36px;
     top: 55%;
 }

 .toggle__visible:hover {
     cursor: pointer;
 }
 /*::-webkit-scrollbar {*/
 /*    display: none!important;*/
 /*}*/
 /*.scrollbar {*/
 /*    -ms-overflow-style: none!important;  !* IE and Edge *!*/
 /*    scrollbar-width: none!important;  !* Firefox *!*/
 /*}*/

 .accordion__content {
     display: flex;
     flex-direction: column;
 }

 .accordion__content h6 {
     font-size: 14px;
     margin-bottom: 7px;
     color: #383838;
 }

 .accordion__content input, .accordion__content textarea {
     margin-bottom: 15px;
     height: 39px;
     border: 1px solid #CCC1;
     border-radius: 3px;
     width: 100%;
     padding: 9px;
     background-color: #ffffff!important;
 }
 .accordion__content textarea {
     height: 80px;
 }

 #backtop {
     position: fixed;
     z-index: 999;
     background: #d6eaf8;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     bottom: 31px;
     display: flex;
     justify-content: center;
     align-items: center;
     right: 30px;
     cursor: pointer;
 }


 .infos__img.notDiapoMode.active {
     display: block !important;
     position: fixed;
     left: 0;
     top: 0;
     background: #f5f6f7;
     height: 100vh;
     width: 450px;
     z-index: 99999;
     padding: 1rem;
     padding-top: 12rem;
 }
 .infos__img.notDiapoMode h6 {
     color: #0b0b0b;
 }
 .infos__img.notDiapoMode input, .infos__img.notDiapoMode textarea {
     border: 1px solid #ccc4;
 }
 .close__image {
     color: #585859;
     position: absolute;
     top: 8rem;
     display: flex;
     right: 6px;
     border-radius: 50%;
     width: 50px;
     height: 50px;
     justify-content: center;
     align-items: center;
 }
 .close__image:hover {
     background-color: #CCC3;
     cursor: pointer;
 }


 #sidebar__editMode {
     display: none;
 }
 #sidebar__editMode.active {
     display: flex;
     position: fixed;
     z-index: 9999999;
     width: 450px;
     height: 100%;
     top: 0;
     left: 0;
     background: red;
 }
 #edit_my_image {
     display: flex;
     flex-direction: column;
     padding: 2rem;
     padding-top: 4rem;
     width: 100%;
     background-color: #ffffff;
 }
 #edit_my_image label {
     margin-bottom: 25px;
 }
 #edit_my_image h6 {
     color: #222222 !important;
 }
 .close__image {
     color: #585859;
     position: absolute;
     top: 1rem;
     display: flex;
     right: 6px;
     border-radius: 50%;
     width: 50px;
     height: 50px;
     justify-content: center;
     align-items: center;
 }
 #edit_my_image input {
     width: 100%;
     height: 39px;
     border-radius: 4px;
     border: 1px solid #CCC;
     padding: 0.4rem;
 }
 #edit_my_image textarea {
     width: 100%;
     border-radius: 4px;
     border: 1px solid #CCC;
     padding: 0.4rem;
 }

 .small-img img {
     width: 100px;
 }


 #drop__area.pdfEdit {
     display: flex!important;
     flex-wrap: wrap!important;
     justify-content: flex-start!important;
     flex-direction: row!important;
 }

 #drop__area.pdfEdit .edit__item {
     width: 220px!important;
 }

 .cke_reset_all.cke_dialog_container.cke_1.cke_editor_edit_fast_text_dialog,.cke_dialog_background_cover  {
     z-index: 999999999999999999999999999999999999999999!important;
 }

 .back__office .cke_dialog_background_cover {
     z-index: 1000!important;
 }
