/** -----------------------
    DEFAULT SETTINGS
** ------------------------*/
html,
body {
    background: #e8e8e8 !important;
    font-family: 'Roboto' !important;
    color: #767676;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 0px;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/preload.svg') 50% 50% no-repeat rgba(249,249,249,.3);
}
a:hover, a:focus {
    text-decoration: none;
}
.label-primary{
    border-radius: 12px;
}
.hide-block{
    display: none !important;
}
/* list */
ul{
    margin-bottom: 0px;
    padding-left: 0px;
}

ul li{
    list-style: none;
}
/* Tab Header */

.page-header ul.nav li{
    margin-right: 8px;
    display: inline-block;
    width: auto;
}
.page-header ul.nav a{
    padding: 10px 20px;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    color: #767676;
    transition: .3s;
}
.page-header ul.nav a,
.page-header ul.nav li.active a,
.page-header ul.nav li.active > a,
.page-header ul.nav li.active > a:hover,
.page-header ul.nav li.active > a:focus{
    border-radius: 20px;
}
.page-header ul.nav li.active a,
.page-header ul.nav li > a:hover,
.page-header ul.nav li > a:focus {
    text-decoration: none;
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff;
}

/* Table */
.summary {
    margin: 10px 0px 20px 0px;
    font-size: 12px;
    color: #767676;
    text-align: right;
}
table.table.table-bordered{
    border: none;
}
table.table > thead > tr > td,
table.table > thead > tr > th,
table.table > thead > tr > th a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #3F6C84;
    line-height: 14px;
    border-bottom: none;
}
table.table > thead > tr > th,
table.table > thead > tr > td
table.table.table-bordered > thead > tr > th,
table.table.table-bordered > tbody > tr > td{
    padding: 15px 10px !important;
    vertical-align: middle;
    border: none;
}
table.table > thead > tr > td,
table.table > tbody > tr > td{
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}
table.table > thead > tr > td{
    border-top: 1px solid #eee;
}
table.table.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}
table.table tbody tr td a{
    font-weight: 500;
    color: #EE8C3E;
    display: inline-block;
    position: relative;
   /* overflow: hidden;*/
    transition: .3s;
}
table.table tbody tr td a:hover{
    color: #3F6C84;
}
table.table.table-bordered > thead > tr > th,
table.table.table-bordered > tbody > tr > td{
    border-bottom: 1px solid #eee;
}
.table.clients-table.art-table th {
    text-align: center;
}
/* Button */
.btn.btn-default{
    padding: 15px 15px 15px 15px;
    position: relative;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 20px;
    color: #767676;
    font-size: 14px;
    line-height: 14px;
    outline: none !important;
    transition: .3s;
}
.btn.btn-default.bg-orange {
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff;
    transition: .3s;
}
.btn.btn-default.bg-danger{
    background: #E53935 !important;
    border: 1px solid #d93431 !important;
    color: #fff !important;
}
.btn.btn-default::after{
    display: block;
    content: "";
    font-family: 'icomoon';
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 12px;
    transition: .3s;
}
.btn.btn-default:hover{
    padding-right: 40px;
    background: #fff;
    color: #3F6C84;
}
.btn.btn-default.bg-orange:hover{
    background: #e58539;
    color: #FFF;
}
.btn.btn-default.client-block:hover{
    padding: 10px 15px 8px 15px;
}
.deb-view.content.content-view form .form-group.footer-btn button.btn.btn-default:hover::after,
.deb-create-form form .form-group.footer-btn button.btn.btn-default:hover::after,
.deb-view.content.content-view .modal-client form button.btn-style-update:hover::after,
li.product-prix a.btn.btn-default:hover::after{
    content: "\ead4";
}
#section-tournee .panel-heading .heading-elements a.pjax-tournees-link:hover::after,
.section-suivi .panel-heading .heading-elements a.pjax-suivi-link:hover::after{
    content: "\e9b8";
    color: #fff;
}
.deb-view.content.content-view .form-group.footer-btn a.btn.btn-default:hover::after{
    content: "\e9b8";
    color: #3F6C84;
}
/*  Modal  */
.modal .modal-dialog{
    background: #fff;
    border-radius: 12px;
}
.modal .modal-content{
    border-radius: 12px;
    background: transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    z-index: 12;
}
.modal .modal-content .modal-header{
    border-bottom: none;
}
.modal-client .modal-header .modal-title{
    font-size: 16px;
    font-weight: 500;
    color: #3F6C84;
}
.deb-view.content.content-view .modal-client form{
    padding: 0px;
    border: none;
    box-shadow: none;
    background: transparent;
}
.modal-client form label.control-label{
    display: none;
}
.modal-client form select{
    padding: 9px 15px 5px 15px;
    min-height: 45px;
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 12px;
    color: #767676;
    line-height: 45px;
    transition: .3s;
}
.deb-view.content.content-view .modal-client form .form-group textarea,
.deb-view.content.content-view .modal-client form .form-group input{
    padding: 9px 15px 5px 15px;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: none;
}
.modal-client form button.btn-style-update{
    margin-top: 15px;
}

/** -----------------------
    LOGIN PAGE
** ------------------------*/
.site-login {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(32, 42, 58);
    overflow: hidden;
}
.site-login .bg_shape {
    position: absolute;
    background-color: rgba(255,255,255,.03);
    width: 1200px;
    height: 780px;
    display: block;
    border-radius: 120px;
    z-index: 0;
}
.site-login .shape_two {
    left: -600px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-43deg);
    top: 50px;
}
.site-login-info-login {
    width: auto;
    height: 120px;
    text-align: center;
}
.site-login-info-login img {
    width: auto;
    height: 100%;
}
/** -----------------------
    LOGIN PAGE | FORM
** ------------------------*/
#login-form {
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
    width: 600px;
    position: relative;
    z-index: 999;
}
#login-form .form-group {
    position: relative;
}
.field-loginform-username,
.field-loginform-password {
    margin-right: 15px;
    float: left;
    width: 200px;
}
#loginform-username, #loginform-password{
    padding: 5px 0px 5px 46px;
    background: rgba(255,255,255,0.3);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.3);
    height: 42px;
    position: relative;
    z-index: 9999;
    color: #FFF;
}
#login-form input::placeholder {
    color: #FFF !important;
    opacity: 1;
}
.field-loginform-username label, .field-loginform-password label{
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 15px;
    top: 3px;
    line-height: 34px;
    color: rgba(255,255,255,.8);
}
#login-form .help-block-error {
    margin: 5px 10px 10px 0px !important;
    float: left;
    display: inline-block;
    background: #E53935;
    color: #FFF;
}
#login-form .btn{
    margin-top: 0px;
    padding: 7px 10px 6px 22px;
    width: 170px;
    height: 42px;
    background: #EE8C3E;
    border-radius: 20px;
    position: relative;
    float: right;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    outline: none !important;
    transition: .3s;
}
#login-form  .btn.formConnect .icon-arrow-right8 {
    position: absolute;
    top: 13px;
    right: 45px;
    transition: .3s;
}
#login-form .btn.formConnect:hover .icon-arrow-right8{
    right: 18px;
}
/** -----------------------
    USER NIVEL PAGE
** ------------------------*/
.page-user .user-hide,
.page-user #tournees-list .action-column,
.page-user #tournees-list tr td:last-child,
.page-admin .admin-hide{
    display: none !important;
}
/** -----------------------
    DAFAULT PAGE
** ------------------------*/
.page-container{
    overflow: hidden;
}
.mobile-header {
    display: none;
}
.page-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    background: #202A3A;
}
.page-content .sidebar,
.page-content .content-wrapper{
    min-width: 0;
}
.page-content .sidebar{
    padding: 15px 15px 15px 15px;
    flex: 1 260px;
    overflow: hidden;
}
.page-content .content-wrapper{
    padding: 15px 15px 15px 0px;
    flex: 1 75%;
    position: relative;
    overflow: hidden;
}
.footer {
    display: none;
}
/** -----------------------
    DAFAULT PAGE | SIDEBAR
** ------------------------*/
.sidebar-mobile-main-toggle{
    display: none;
}
.page-content .sidebar .user-content{
    margin-right: 15px;
    padding: 25px 15px 18px 15px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.page-content .sidebar .user-content .sidebar-user-icon{
    margin-right: 10px;
    display: inline-block;
    color: rgba(255,255,255,.8);
}
.page-content .sidebar .user-content .sidebar-user-icon i{
    margin-top: 3px;
}
.page-content .sidebar .user-content .sidebar-user-name{
    padding: 2px 8px 2px 25px;
    position: relative;
    display: inline-block;
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
}
.page-content .sidebar .user-content .sidebar-user-name::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EE8C3E;
    position: absolute;
    top: 7px;
    left: 9px;
}
.page-content .sidebar .category-content{
    padding-top: 15px;
}
/** ------------------------------
    DAFAULT PAGE | SIDEBAR | MENU
** ------------------------------- */
ul#navLeftMenu, ul#navLeftMenu ul, ul#navLeftMenu ul li ul {
    padding: 0px;
    width:100%;
}
ul#navLeftMenu li{
    margin-top: 5px;
    position: relative;
    transition: .3s;
}
ul#navLeftMenu li:hover{
    z-index: 2;
}
ul#navLeftMenu li.logout-menu{
    border-top: 1px solid rgba(255, 255, 255, 0.05);;
}
ul#navLeftMenu li.logout-menu i{
    color: #d3302f;
}
ul#navLeftMenu li a {
    padding: 12px 12px;
    min-height: 44px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    text-align: left;
    text-decoration: none;
    display: block;
    position: relative;
    border-radius: 20px;
    transition: .3s;
}
ul#navLeftMenu li a span{
    margin-left: 8px;
}
ul#navLeftMenu li a i{
    min-width: 32px;
    text-align: left;
    font-size: 18px;
}
ul#navLeftMenu li.current a.active,
ul#navLeftMenu li a:hover{
    background: rgba(255,255,255,.2);
}
ul#navLeftMenu li.current a.active span,
ul#navLeftMenu li.current a.active i,
ul#navLeftMenu li.current a:hover span,
ul#navLeftMenu li.current a:hover i{
    position: relative;
    z-index: 2;
    font-weight: 400;
    color: #f5f5f5;
}
ul#navLeftMenu li.current a.active i,
ul#navLeftMenu li.current a:hover i{
    color: #EE8C3E;
}
ul#navLeftMenu li.articles-tree span.open-menu{
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}
ul#navLeftMenu li.articles-tree span.open-menu::after,
ul#navLeftMenu li.articles-tree.current > ul > li span.open-category::after{
    content: "\e9c7";
    font-family: "icomoon";
    font-size: 16px;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
}
ul#navLeftMenu li.articles-tree span.open-menu.active::after,
ul#navLeftMenu li.articles-tree.current > ul > li:hover > span.open-category::after,
ul#navLeftMenu li.articles-tree.current > ul > li > span.open-category.open::after{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
ul#navLeftMenu li.articles-tree > ul,
ul#navLeftMenu li.articles-tree.current > ul > li  ul{
    display: none;
}
ul#navLeftMenu li.articles-tree{
    border-radius: 20px;
}
ul#navLeftMenu li.articles-tree.current{
    background: rgba(255,255,255,.2);
}
ul#navLeftMenu li.articles-tree.current > ul{
    display: block;
}
ul#navLeftMenu li.articles-tree.current > ul li{
    margin-top: 0px;
}
ul#navLeftMenu li.articles-tree.current > ul > li a{
    margin-left: 50px;
    padding: 12px 0px 12px 0px;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-radius: 0;
    width: calc(100% - 80px);
}
ul#navLeftMenu li.articles-tree.current > ul > li a:hover{
    background: transparent;
    color: #EE8C3E;
}
ul#navLeftMenu li.articles-tree.current > ul > li > ul > li > a{
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(255,255,255,.03);
}
ul#navLeftMenu li.articles-tree.current > ul > li > ul > li > ul > li a{
    padding-left: 20px;
    padding-right: 5px;
}
ul#navLeftMenu li.articles-tree.current > ul > li span.open-category{
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 9px;
}
ul#navLeftMenu li.articles-tree.current > ul > li span.open-category::after{
    right: 10px;
}

ul#navLeftMenu li.activepage > a{
    color: #EE8C3E;
}
ul.active-submenu{
    display: block !important;
}
ul#navLeftMenu li a.link-new-commande {
    display: none;
}
ul#navLeftMenu li.votre-client a{
    background: rgba(255,255,255,.2);
}
ul#navLeftMenu li.votre-commande-termine a{
   background: rgba(211,48,47,.9);
}
ul#navLeftMenu li.votre-commande a{
    background: rgba(122,180,159,.9);
}
ul#navLeftMenu li.votre-commande a:hover{
    background: rgba(122,180,159,.8);
}
ul#navLeftMenu li.votre-commande-termine a:hover{
    background: rgba(211,48,47,.8);
}
ul#navLeftMenu li.votre-client a:hover{
    background: rgba(255,255,255,.9);
    color: #202A3A;
}
ul#navLeftMenu li.votre-commande-termine a:hover span,
ul#navLeftMenu li.votre-commande a:hover span{
    color: #fff;
}
ul#navLeftMenu li.votre-commande-termine a:hover i,
ul#navLeftMenu li.votre-commande a:hover i{
    color: #fff;
}
/** -----------------------
    DAFAULT PAGE | PAGE
** ------------------------*/
.page-content .content-wrapper .content{
    padding: 15px;
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 12px;
}
/** ----------------------------
    DAFAULT PAGE | PAGE | INDEX
** ----------------------------- */
.site-index{
    position: relative;
}
.co-site .content-wrapper .content{
    overflow: hidden;
}
.co-site .content-wrapper .content::after{
    display: block;
    content: '';
    position: absolute;
    bottom: -250px;
    right: 0px;
    background-color: rgba(248,248,248,.9);
    width: 800px;
    height: 680px;
    display: block;
    border-radius: 120px;
    z-index: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-43deg);
}
.site-index .panel-heading{
    padding: 11px 0px 21px 0px;
    border-bottom: 1px solid #eee;
}
.site-index .panel-heading .panel-title{
    font-weight: 400;
}
.site-index .panel-heading .panel-title strong {
    color: #EE8C3E;
}
.site-index .col-md-12{
    padding: 0px;
}
.site-index .panel-body .col-md-12{
    padding: 0px 15px;
}
.site-index .panel-body{
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 1;
}
.site-index .panel-body ul{
    display: inline-block;
    border-radius: 12px;
}
.site-index .panel-body ul li{
    display: inline-block;
}
.site-index .panel-body ul li a{
    margin-right: 5px;
    padding: 42px 40px 38px 40px;
    border: 1px solid #eaeff6;
    background: #f5f8fd;
    font-weight: 400;
    overflow: hidden;
    transition: .3s;
}
.site-index .panel-body ul li a span.ladda-label{
    position: relative;
    z-index: 9;
}
.site-index .panel-body ul li a::before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #EE8C3E;
    position: absolute;
    bottom: -98px;
    left: 0;
    transition: .3s;
}
.site-index .panel-body ul li a.tous::before{
    background: #d3302f;
}
.site-index .panel-body ul li a:hover,
.site-index .panel-body ul li a.active{
    padding: 42px 40px 38px 40px;
    color: #fff;
}
.site-index .panel-body ul li a.active::before,
.site-index .panel-body ul li a:hover::before,
.site-index .panel-body ul li a:active::before{
    bottom: 0px;
}
.site-index .panel-body .site-index-info{
    margin-top: 15px;
}
.site-index .panel-body .site-index-info p{
    margin-bottom: 0px;
}
.site-index .panel-body .site-index-info p span{
    color: #EE8C3E;
    font-weight: 500;
}
.site-index .panel-body ul li a.active::after{
    content: "\ed6e";
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
}
/** ---------------------------
    DAFAULT PAGE | TABLE
** ------------------------ */
.deb-index.content,
.commande-index{
    padding: 15px;
}
.table.clients-table thead .filters input.form-control{
    padding: 1px 10px 0px 15px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: none;
    font-size: 12px;
}
.table.clients-table thead .filters input.form-control:hover,
.table.clients-table thead .filters input.form-control:focus,
.table.clients-table thead .filters input.form-control:active{
    box-shadow: 1px 1px 5px rgba(63, 108, 132, .1);
}
.table.clients-table tbody td{
    padding: 15px 10px !important;
    border: none;
    vertical-align: middle;
}
.table.clients-table tbody td p{
    margin-bottom: 0px;
}
.table.clients-table tbody tr td {
    border-top: solid 1px #f5f5f5;
}
.table.clients-table tbody tr:last-child td{
    border-bottom: solid 1px #f5f5f5;
}
/** -----------------------
    PAGE | DEB INDEX
** ------------------------*/
.widget-list-table.deb-page thead .filters td:first-child input,
.widget-list-table.deb-page thead .filters td:nth-child(2) input {
    display: none !important;
}
.deb-index.content.table-list-deb tr td:first-child{
    width: 80px;
}
.deb-index.content.table-list-deb tr td:nth-child(2){
    width: 90px;
}
.deb-index.content.table-list-deb tr td:nth-child(3),
.deb-index.content.table-list-deb tr td:nth-child(5){
    width: 130px;
}
.deb-page .statut-deb i{
    padding: 5px 0px 4px 0px;
    display: inline-block;
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    border-radius: 50%;
    color: #7ab49f;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 35px;
    height: 35px;
}
.deb-page span.cod-adr-item,
.statistique-table-content span{
    padding: 5px 10px 4px 10px;
    display: inline-block;
    background: #f8f8f8;
    border: 1px solid #f4f4f4;
    border-radius: 12px;
    color: #3F6C84;
    font-size: 14px;
    line-height: 14px;
}
.deb-page .statut-deb-type{
    font-weight: 500;
    color: #3F6C84;
}
.deb-index.content.table-list-deb tbody tr td a{
    padding-right: 30px;
}
.deb-index.content.table-list-deb tbody tr td a::after{
    display: block;
    content: "\eddf";
    font-family: 'icomoon';
    font-size: 16px;
    color: #3F6C84;
    position: absolute;
    top: -1px;
    right: -20px;
    transition: .3s;
}
.deb-index.content.table-list-deb tbody tr td.statut-deb a::after{
    display: none;
}
.deb-index.content.table-list-deb tbody tr td.statut-deb a.list-btn-create-order:hover .icon-truck::before{
    content: "\e9b8";
}
.deb-index.content.table-list-deb tbody tr td a:hover::after{
    right: 0px;
}
.pagination > li > a,
.pagination > li > span{
    color: #3F6C84;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #3F6C84;
    border-color: #3F6C84;
}
/** -----------------------
    PAGE | DEB | GENERAL
** ------------------------ */
.page-header.view-mode.deb-page .page-header-content{
    border-bottom: none;
}
.page-header.view-mode.deb-page .page-title{
    padding: 15px 15px 15px 90px;
    background: #f5f8fd;
    border-radius: 12px;
    border: 1px solid #eaeff6;
    position: relative;
}
.page-header.view-mode.deb-page .page-title span.label{
    padding: 5px 10px 3px 10px;
    display: inline-block;
    background: transparent;
    border: 1px solid #3F6C84;
    border-radius: 12px;
    position: absolute;
    left: 15px;
    top: 15px;
    color: #3F6C84;
    font-size: 12px;
    line-height: 14px;
}
.page-header.view-mode.deb-page .page-title p{
    margin-bottom: 0px;
}
.page-header.view-mode.deb-page .page-title p.header-client-name{
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #3F6C84;
}
.page-header.view-mode.deb-page .page-title p.header-client-adresse,
.page-header.view-mode.deb-page .page-title p.header-client-phone{
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}

/** ------------------------------
    PAGE | DEB | GENERAL | FORM
** ----------------------------- */
.deb-view.content.content-view{
    padding: 15px 0px;
}
.deb-view.content.content-view form,
.deb-create-form form{
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f9f9f9;
    position: relative;
    box-shadow: 0px 5px 10px rgba(63,108,132,0.1);
    /*box-shadow: -15px -15px 15px rgba(255,255,255,.5),
                15px 15px 15px rgba(0,0,0,.05);*/
}
.deb-view.content.content-view form .form-group,
.deb-view.content.content-view form .form-group p.help-block,
.deb-create-form form .form-group,
.deb-create-form form .form-group .help-block{
    margin-bottom: 0px;
    margin-top: 0px;
}
.deb-view.content.content-view form .card-profil,
.deb-create-form form .card-profil{
    margin-bottom: 15px;
    position: relative;
    min-height: 45px;
    border: 1px solid #eee;
    border-radius: 20px;
    transition: .3s;
}
.deb-view.content.content-view form .card-profil small,
.deb-create-form form .card-profil small{
    position: absolute;
    top: -7px;
    left: 41px;
    background: #fff;
    padding: 0px 8px;
    color: #EE8C3E;
}
.deb-view.content.content-view form .card-profil i,
.deb-create-form form .card-profil i{
    padding-right: 8px;
    position: absolute;
    top: 14px;
    left: 12px;
    border-right: 1px solid #eee;
    font-size: 18px;
    color: #ddd;
    transition: .3s;
}
.deb-view.content.content-view form .form-group input,
.deb-create-form form .form-group input{
    padding: 9px 15px 5px 48px;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    min-height: 45px;
    color: #767676;
    transition: .3s;
}
.deb-view.content.content-view form .form-group input:hover,
.deb-view.content.content-view form .form-group input:active,
.deb-view.content.content-view form .form-group input:focus,
.deb-create-form form .form-group input:hover,
.deb-create-form form .form-group input:active,
.deb-create-form form .form-group input:focus{
    box-shadow: 1px 1px 5px rgba(63, 108, 132, .1);
}
.deb-view.content.content-view form .card-profil:hover i,
.deb-create-form form .card-profil:hover i{
    color: #3F6C84;
}
.deb-view.content.content-view form .card-profil span.title{
    padding: 15px 15px 5px 48px;
    display: inline-block;
}
.deb-view.content.content-view form .form-group.footer-btn,
.deb-view.content.content-view .form-group.footer-btn {
    position: absolute;
    top: -87px;
    right: 10px;
}
.deb-view.content.content-view .form-group.footer-btn{
    top: -70px;
}
.co-commande .deb-view.content.content-view .form-group.footer-btn{
    position: relative;
    top: unset;
    right: unset;
}
.row.row-comlement{
    margin-top: 5px;
    padding-top: 20px;
    position: relative;
}
.row.row-comlement::before{
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: #eee;
    position: absolute;
    top: 0px;
    left: 15px;
}
/** -----------------------
    PAGE | DEB | HISTORIQUE
** ------------------------ */
.deb-view .deb-table-historique{
    width: auto !important;
}
.deb-view .deb-table-historique .panel-body{
    padding: 15px 0px;
}
.deb-view .deb-table-historique .historique-td-cod-art{
    padding: 8px 20px;
    color: #3F6C84;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
.deb-view .deb-table-historique table.table tbody tr td{
    border-bottom: 1px solid #eee;
}
.deb-view .deb-table-historique table.table thead tr td,
.deb-view .deb-table-historique table.table tbody tr td{
    text-align: left;
}
.deb-view .deb-table-historique table.table tbody tr td:nth-child(2n){
    background: #fdfdfd;
}
.deb-view .deb-table-historique table.table tbody tr td:first-child,
.deb-view .deb-table-historique table.table tbody tr td:nth-child(2),
.deb-view .deb-table-historique table.table tbody tr td:nth-child(3){
    background: transparent;
}

/** ---------------------------
    PAGE | DEB | PRIX NEGOCIES
** ---------------------------- */
.deb-view .deb-table-historique table.table tbody tr.negocier-row td.negocier-title a{
    margin-top: 7px;
}
.deb-view .deb-table-historique table.table tbody tr td a > .icon-price-tag{
    margin: -2px 4px 0px 0px;
    color: #3F6C84;
}
.deb-view .deb-table-historique table.table tbody tr.negocier-row td:first-child{
    border-left: 5px solid #8E2CAA;
}
table.table tbody tr td.category-bg a,
.deb-view .deb-table-historique table.table tbody tr td.category-bg a > .icon-price-tag{
    color: #fff;
}
.marge-column{
    display: none;
}
.marge-column.show{
    display: table-cell !important;
}
.marge-block {
    position: absolute;
    right: 15px;
    top: -69px;
}
.btn.btn-default.btn-show-marge.show {
    display: inline-block !important;
}
.btn.btn-default.btn-show-marge:hover::after{
    content: "\ecac";
    color: #3F6C84;
}
.btn.btn-default.btn-show-marge.show:hover::after{
    content: "\ecad";
    color: #3F6C84;
}
.btn.btn-default.btn-ajouter-prix-neg:hover::after,
.btn.btn-default.btn-ajouter-remise:hover::after{
    content: "\ea6f";
    color: #fff;
}
/**/
.row.ajouter-prix-neg-block,
.row.ajouter-remise-block{
    display: none;
}
.ajouter-prix-neg-block h6,
.ajouter-remise-block h6 {
    font-size: 16px;
    font-weight: 500;
    color: #3F6C84;
}
#ajouter-prix-neg .help-block,
#update-prix-neg .help-block,
.ajouter-remise-block .help-block{
    margin-top: 0px;
    margin-bottom: 0px;
}
#ajouter-prix-neg button,
#update-prix-neg button,
.ajouter-remise-block button{
    width: 100%;
}
#ajouter-prix-neg .btn.btn-default.bg-orange:hover,
#update-prix-neg .btn.btn-default.bg-orange:hover,
.ajouter-remise-block .btn.btn-default.bg-orange:hover {
    padding: 10px 15px 8px 15px;
}
.ajouter-prix-neg-block .search-bar{
    position: absolute;
    left: 10%;
    top: 6px;
    width: 87%;
}
.ajouter-prix-neg-block .search-bar .select2-container--krajee .select2-selection{
    padding-left: 0px;
    box-shadow: none;
    border: none;
}
.ajouter-prix-neg-block .search-bar .select2-container--krajee .select2-selection--single .select2-selection__arrow{
    border-left: none;
}
.ajouter-prix-neg-block #modelprix-typ_pv{
    margin-top: 13px;
    margin-left: 54px;
}
.ajouter-prix-neg-block label,
.ajouter-remise-block label{
    margin-right: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}
.ajouter-prix-neg-block label:hover,
.ajouter-remise-block label:hover{
    color: #EE8C3E;
}
.ajouter-prix-neg-block input[type="radio"]{
    padding: 0px !important;
    min-height: inherit !important;
}
.ajouter-prix-neg-block #listInfoPrix {
    width: 80%;
    margin-top: 14px;
    margin-left: 15%;
    border: none;
}
.search-bar-info {
    margin: 8px 0px 0px -19px;
    opacity: .6;
}
.ajouter-prix-neg-block .col-info-prix-neg .card-profil{
    width: 23%;
    display: inline-block;
}
.ajouter-prix-neg-block .col-info-prix-neg .card-profil:nth-child(2){
    margin-right: 4.5%;
}
.ajouter-prix-neg-block .col-info-prix-neg .card-profil input{
    margin-left: 47px;
    margin-top: 13px;
    width: 55px;
    border: none;
}
.ajouter-prix-neg-block input,
.ajouter-remise-block input{
    box-shadow: none !important;
    background: transparent;
}
.ajouter-remise-block select,
.ajouter-remise-block input{
    margin: 6px 0px 0px 50px;
    padding: 0px;
    width: calc(100% - 60px);
    border: none;
    box-shadow: none !important;
}
span.rab-name{
    font-weight: 500;
    color: #3F6C84;
    text-transform: uppercase;
}
.update-remise-block{
    display: flex;
}
.update-remise-block .input-update-remise{
    margin-right: 8px;
    padding: 5px 10px 4px 10px;
    display: inline-block;
    width: max-content;
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    border-radius: 12px;
    box-shadow: none;
    font-size: 14px;
    line-height: 14px;
    color: #767676;
}
.update-remise-block .btn-update-rabcli,
.update-remise-block .btn-update-rabcli:hover{
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff;
}
.table-comptabilite .info-table .btn-update-rabcli span{
    padding: 0;
    background: transparent;
    border: none;
    color: #fff;
    line-height: inherit;
}
.table-comptabilite tr.solde-row-table td,
.avec-stock td{
    background: rgba(255,225,100,1);
    color: #000;
    font-weight: 700;
}
.table-comptabilite tr.solde-row-table td:first-child{
    padding-left: 5px !important;
}
.avec-stock td{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.avec-stock td span{
    margin-left: 15px;
    padding: 3px 10px 3px 10px;
    display: inline-block;
    background: #000;
    border-radius: 12px;
    color: #fff;
}

/** -------------------------
    PAGE | DEB | COMPTABILITE
** -------------------------- */
.panel.table-comptabilite,
.table-comptabilite table.table{
    margin-bottom: 0;
    box-shadow: none;
}
.table-comptabilite table.table > tbody > tr > td {
    border-top: none;
    border-bottom: none;
    vertical-align: middle;
}
.table-comptabilite .form-group select,
.table-comptabilite .info-table span,
#form-deb-ventes .info-table input{
    padding: 7px 15px 5px 15px;
    min-height: 45px;
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 20px;;
    color: #767676;
    line-height: 45px;
    transition: .3s;
}
.table-comptabilite .info-table span{
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
}
/* Fixed Headers */
.my-table-scroll .panel-body{
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
}
.my-table-scroll table{
    position: relative;
}
.my-table-scroll table th{
    position: sticky;
    top: 0;
    z-index: 9;
}
.my-table-scroll .panel-body.fixed-header-table{
    padding-top: 0px;
}
.my-table-scroll .fixed-header-table table th{
    background: #3F6C84;
    color: #fff;
}

/** ------------------------
    PAGE | DEB | VENTES
** ------------------------- */
#form-deb-ventes .help-block{
    margin-top: 0px;
    margin-bottom: 0px;
}
#form-deb-ventes .panel.panel-flat{
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
    border-radius: 12px;
    background: #fdfdfd;
}
#form-deb-ventes .panel.panel-flat .panel-heading{
    padding: 15px 15px 12px 15px;
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1px solid #f8f8f8;
    background: #f5f8fd;
}
#form-deb-ventes .panel.panel-flat .panel-title{
    color: #3F6C84;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}
#form-deb-ventes .panel.panel-flat label.control-label{
    display: none;
}
#form-deb-ventes .panel.panel-flat table td{
    padding: 0px;
}
#form-deb-ventes #deb-per_fac label{
    margin-bottom: 0px;
    margin-right: 15px;
    padding-top: 12px;
    font-weight: 400;
    min-height: 45px;
}
#form-deb-ventes #deb-per_fac label:last-child{
    margin-right: 0px;
}
#form-deb-ventes #deb-per_fac label input{
    min-height: auto;
}
#form-deb-ventes .panel.panel-flat table td:first-child{
    width: 50%;
}
#form-deb-ventes .table-comptabilite .info-table span.date-create{
    padding: 0px 15px;
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    min-height: 45px;
    display: inline-block;
}
.form-group.field-deb-dat_ann{
    text-align: right;
}
#form-deb-ventes #deb-dat_ann {
    margin-left: 20px;
    padding-left: 15px;
    display: inline-block;
    border: 1px solid #eee;
    width: 132px;
    text-align: right;
}
#form-deb-ventes span.info-table.user-ann{
    padding: 0px 15px 0px 15px;
    display: inline-block;
}
#form-deb-ventes .field-deb-cli_reac{
    text-align: right;
}
#form-deb-ventes .field-deb-cli_reac label,
#form-deb-ventes .table.table-4td.table-border.autres-table label{
    padding-top: 12px;
    font-weight: 400;
    text-align: right;
}
#form-deb-ventes .field-deb-cli_reac label input,
#form-deb-ventes .table.table-4td.table-border.autres-table label input{
    margin-right: 5px;
    min-height: auto;
}
#form-deb-ventes .table.table-border{
    vertical-align: middle;
}
#form-deb-ventes .table.table-border tr td{
    padding: 5px 0px;
    border-bottom: 1px solid #f5f5f5;
}
#form-deb-ventes .table.table-border tr:last-child td{
    padding: 5px 0px 0px 0px;
    border-bottom: none;
}
#form-deb-ventes .table.table-border tr td:last-child{
    text-align: right;
}
#form-deb-ventes .table.table-border span.info-table{
    padding: 0px 15px;
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    border-radius: 12px;
    min-height: 45px;
    display: inline-block;
    color: #767676;
    line-height: 45px;
    transition: .3s;
}
#form-deb-ventes .table.table-4td.table-border.autres-table tr td:last-child{
    text-align: left;
}
/** -----------------------
    PAGE | DEB | TOURNEE
** ------------------------ */
#section-tournee.panel{
    box-shadow: none;
}
#section-tournee .panel-heading{
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
}
#section-tournee .panel-heading .vendeur,
#section-tournee .panel-heading .heading-elements{
    width: 50%;
}
#section-tournee .panel-heading .vendeur{
    text-align: right;
}
.page-user #section-tournee .panel-heading .vendeur{
    text-align: left;
}
#section-tournee .vendeur{
    padding: 12px 15px 10px 15px;
    display: inline-block;
    background: #e5f6ee;
    border-radius: 20px;
    border: 1px solid #dbf0e6;
}
#section-tournee .vendeur span:nth-child(2){
    margin-left: 8px;
    display: inline-block;
    font-weight: 500;
}
#section-tournee .panel-body{
    padding: 15px 0px;
}
#tournees-list .table-bordered a.pjax-tournees-link{
    padding: 3px 0px 4px 0px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    width: 35px;
    height: 35px;
    transition: .3s;
}
#modal-create-tournees .modal-dialog,
#add-new-tournee .modal-dialog{
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
#modal-create-tournees .modal-content,
#add-new-tournee .modal-content{
    min-height: 220px;
    padding-left: 200px;
}
#modal-create-tournees .modal-dialog::after,
#add-new-tournee .modal-dialog::after{
    display: block;
    content: '';
    width: 250px;
    height: 250px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.1) 35%, rgba(63,108,132,.1) 60%);
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: -95px;
    transition: .3s;
}
#modal-create-tournees .modal-dialog::before,
#add-new-tournee .modal-dialog::before{
    display: block;
    content: '';
    width: 186px;
    height: 186px;
    background: url('../img/tournee.png');
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 4px;
    z-index: 11;
}
#modal-create-tournees .modal-dialog:hover::after,
#add-new-tournee .modal-dialog:hover::after{
    width: 1200px;
    height: 400px;
}

/** -----------------------
    PAGE | DEB | REMARQUES
** ------------------------ */
#form-deb-remarques .panel-heading{
    display: none;
}
#form-deb-remarques textarea.form-control{
    padding: 9px 15px 5px 15px;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: none;
}
/** -------------------
    PAGE | DEB | SUIVI
** -------------------- */
.section-suivi .panel-heading,
.section-suivi .panel-body{
    padding: 0px 0px;
}
#suivi-list .table-bordered > tbody > tr > td > a{
    margin: 0px 5px;
    padding: 3px 0px 4px 0px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    width: 35px;
    height: 35px;
    transition: .3s;
}
#suivi-list .table-bordered > tbody > tr > td:last-child{
    width: 120px;
    text-align: right;
}
#suivi-list .table-bordered > tbody > tr > td > a:nth-child(2){
    background: #E53935;
    border: 1px solid #d93431;
}
/** -----------------------------
    PAGE | DEB | SUIVI | MODAL
** ------------------------------ */
#suivi-form form .form-group input{
    margin-top: 12px;
}
/** -----------------------
    PAGE | DEB | APPELS
** ------------------------ */
.table-appels.panel{
    box-shadow: none;
}
#appels-list .table-bordered > tbody > tr > td > a{
    margin: 0px 5px;
    padding: 3px 0px 4px 0px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    width: 35px;
    height: 35px;
    transition: .3s;
}
#modal-create-appels table > thead > tr > th{
    text-align: center;
}
#modal-create-appels table > tbody > tr > td .checkbox{
    margin: 0 auto;
    text-align: center;
}
#modal-create-appels table > tbody > tr > td .checkbox input{
    margin: 0 auto;
    position: relative;
}
/** -------------------
    PAGE | DEB | CREATE
** -------------------- */
.deb-create > h1{
    display: none;
}
.deb-create .card-profil select,
.form-group.field-deb-cod_lan select{
    padding: 7px 15px 5px 45px;
    min-height: 45px;
    box-shadow: none;
    border: none;
    border-radius: 20px;
    color: #767676;
    line-height: 45px;
    transition: .3s;
}
.deb-create .card-profil span.title{
    width: 100%;
}
.deb-create .card-profil .select2-container--krajee .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    color: #767676;
    font-size: 14px;
    outline: 0;
}
.deb-create-form form .card-profil span.title{
    padding: 0px 15px 5px 48px;
    display: inline-block;
}
.deb-create-form .select2-container--krajee .select2-selection--single{
    margin-top: 4px;
    box-shadow: none !important;
}
/** ---------------------------
    PAGE | DESTOCKAGE PRODUITS
** ---------------------------- */
#destockage-vendeur .panel-body{
    padding: 0px;
}
#destockage-vendeur .table.table-bordered span.cod-article {
    padding: 5px 10px 4px 10px;
    display: inline-block;
    background: #f8f8f8;
    border: 1px solid #f4f4f4;
    border-radius: 12px;
    color: #3F6C84;
    font-size: 14px;
    line-height: 14px;
}
#destockage-vendeur .table.table-bordered tbody tr td{
    border-bottom: 1px solid #f5f5f5;
}
#destockage-vendeur .table.table-bordered tbody tr td a {
    padding-right: 30px;
}
#destockage-vendeur .table.table-bordered tbody tr td a::after {
    display: block;
    content: "\eddf";
    font-family: 'icomoon';
    font-size: 16px;
    color: #3F6C84;
    position: absolute;
    top: -1px;
    right: -20px;
    transition: .3s;
}
#destockage-vendeur .table.table-bordered tbody tr td a:hover::after {
    right: 0px;
}
/** -----------------------
    PAGE | ARTICLE INDEX
** ------------------------*/
.deb-index.content.article-list-index.commande-active .clients-table.art-table tr th:first-child,
.deb-index.content.article-list-index.commande-active .clients-table.art-table tr td:first-child {
    display: none !important;
}
.deb-index.article-list-index tr td:first-child,
.deb-index.article-list-index tr td:nth-child(2),
.deb-index.article-list-index tr td:nth-child(3){
    width: 70px;
}
.deb-index.article-list-index tr td:nth-child(6){
    width: 110px;
    text-align: center;
}
.deb-index.article-list-index tr td:nth-child(4),
.deb-index.article-list-index tr td:nth-child(5),
.deb-index.article-list-index tr td:nth-child(8){
    width: 140px;
}
.deb-index.article-list-index tr td:last-child{
    width: 164px;
    text-align: right;
}
.article-list-index .row-add-article button,
.table tbody tr td a.view-article,
.table tbody tr td a.annule-article,
.historique-td-btn .addArticleToCartView,
.deb-table-negocies .addArticleToCartView,
.deb-table-historique .addArticleToCartView,
.btn-add-to-cart,
.btn-table{
    padding: 5px 0px 4px 0px !important;
    display: inline-block;
    border-radius: 50%;
    border: none;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 35px;
    height: 35px;
    transition: .3s;
    outline: none;
}
.btn-add-to-cart{
    padding: 2px 0px 4px 0px !important;
}
.article-list-index .row-add-article button,
.historique-td-btn .addArticleToCartView,
.deb-table-negocies .addArticleToCartView,
.deb-table-historique .addArticleToCartView,
.btn-add-to-cart{
    margin-top: -4px;
    padding-top: 3px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff !important;
    outline: none;
}
.product-prix .btn-add-to-cart{
    padding: 10px 15px 8px 15px !important;
    width: auto;
    height: auto;
    border-radius: 20px;
    font-size: 14px;
    line-height: 22px;
}
.article-list-index .row-add-article button:hover{
    background: #e58539;
}
.table tbody tr td a.view-article{
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    color: #7ab49f;
}
.table tbody tr td a.annule-article{
    background: #E53935;
    border: 1px solid #d93431;
    color: #fff !important;
    cursor: default !important;
}
.table tbody tr td a.annule-article i{
    top: -2px;
}
.article-list-index img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.article-list-index span.produit-ref,
.article-list-index span.produit-actif,
.article-list-index span.rupture,
.article-list-index span.liaison,
.deb-index.article-list-index tr td.price-content a,
.produit-annule{
    padding: 5px 10px 4px 10px;
    display: inline-block;
    background: #f8f8f8;
    border: 1px solid #f4f4f4;
    border-radius: 12px;
    color: #3F6C84;
    font-size: 14px;
    line-height: 14px;
}
.article-list-index span.produit-actif{
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    color: #7ab49f;
}
.article-list-index span.rupture,
.produit-annule{
    background: #E53935;
    border: 1px solid #d93431;
    color: #fff;
}
.article-list-index span.liaison{
    background: rgba(122,180,159,1);
    border: 1px solid rgba(122,180,159,1);
    color: #fff;
}
.deb-index.article-list-index tr td.price-content a{
    padding: 0px 5px 0px 0px;
    /*background: #3F6C84;
    border: 1px solid #3F6C84;*/
    color: #3F6C84;
    font-weight: 500;
    font-size: 10px;
}
.deb-index.article-list-index tr td.price-content span{
    padding: 5px 5px 4px 5px;
    display: inline-block;
    position: relative;
    border-radius: 12px;
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    color: #3F6C84;
    font-size: 14px;
    line-height: 14px;
}
.deb-index.article-list-index tr td.price-content span.price-rab{
    margin-right: 3px;
    background: #EE8C3E;
    border: 1px solid #EE8C3E;
    color: #fff;
}
.deb-index.article-list-index tr td.price-content span.price-normal::after{
    content: "";
    width: 118%;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 44%;
    left: -9%;
    transform: rotate(15deg);
}
/**/
.ajouter-article #article-ajouter input#article_code,
.ajouter-article #article-ajouter button.addArticleCodeToCart{
    padding: 9px 15px 8px 15px;
    border-radius: 20px;
    outline: none;
}
.ajouter-article #article-ajouter input#article_code{
    border: 1px solid #eee;
}
.ajouter-article #article-ajouter button.addArticleCodeToCart{
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff;
    transition: .3s;
}

/** -----------------------
    PAGE | ARTICLE MOBILE
** ------------------------*/
.nav-articles{
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f9f9f9;
    position: relative;
    box-shadow: 0px 5px 10px rgba(63,108,132,0.1);
    box-shadow: -15px -15px 15px rgba(255,255,255,.5), 15px 15px 15px rgba(0,0,0,.05);
}
.nav-articles ul{
    display: flex;
    flex-wrap: wrap;
}
.nav-articles ul li{
    margin-bottom: 8px;
    margin-right: 1%;
    width: 19%;
}
.nav-articles ul > li > a{
    padding: 10px 15px 10px 15px;
    display: block;
    position: relative;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 20px;
    text-align: left;
    color: #fff;
}
.nav-articles ul > li > a:hover{
    color: #fff;
}
.nav-articles ul > li.category-mobile.cat-1000 > a{
    background: #cf9275;
    border: 1px solid #cf9275;
}
.nav-articles ul > li.category-mobile.cat-1500 > a,
.nav-articles ul > li.category-mobile.cat-10000 > a{
    background: #ef8231;
    border: 1px solid #ef8231;
}
.nav-articles ul > li.category-mobile.cat-12500 > a{
    background: #a12f8e;
    border: 1px solid #a12f8e;
}
.nav-articles ul > li.category-mobile.cat-15000 > a{
    background: #ff8200;
    border: 1px solid #ff8200;
}
.nav-articles ul > li.category-mobile.cat-17500 > a{
    background: #62c8d3;
    border: 1px solid #62c8d3;
}
.nav-articles ul > li.category-mobile.cat-20000 > a{
    background: #9c1008;
    border: 1px solid #9c1008;
}
.nav-articles ul > li.category-mobile.cat-21000 > a{
    background: #ff2222;
    border: 1px solid #ff2222;
}
.nav-articles ul > li.category-mobile.cat-22500 > a{
    background: #b65b32;
    border: 1px solid #b65b32;
}
.nav-articles ul > li.category-mobile.cat-2500 > a{
    background: #957d9f;
    border: 1px solid #957d9f;
}
.nav-articles ul > li.category-mobile.cat-25000 > a{
    background: #91c405;
    border: 1px solid #91c405;
}
.nav-articles ul > li.category-mobile.cat-26000 > a{
    background: #91c405;
    border: 1px solid #91c405;
}
.nav-articles ul > li.category-mobile.cat-27500 > a{
    background: #ef759b;
    border: 1px solid #ef759b;
}
.nav-articles ul > li.category-mobile.cat-30000 > a{
    background: #f82f68;
    border: 1px solid #f82f68;
}
.nav-articles ul > li.category-mobile.cat-32500 > a{
    background: #f7a500;
    border: 1px solid #f7a500;
}
.nav-articles ul > li.category-mobile.cat-35000 > a{
    background: #ef8231;
    border: 1px solid #ef8231;
}
.nav-articles ul > li.category-mobile.cat-37500 > a{
    background: #ff8200;
    border: 1px solid #ff8200;
}
.nav-articles ul > li.category-mobile.cat-40000 > a{
    background: #cf9275;
    border: 1px solid #cf9275;
}
.nav-articles ul > li.category-mobile.cat-41000 > a{
    background: #f6bd30;
    border: 1px solid #f6bd30;
}
.nav-articles ul > li.category-mobile.cat-41500 > a{
    background: #56c1ef;
    border: 1px solid #56c1ef;
}
.nav-articles ul > li.category-mobile.cat-42500 > a{
    background: #ee1c25;
    border: 1px solid #ee1c25;
}
.nav-articles ul > li.category-mobile.cat-43000 > a{
    background: #10357f;
    border: 1px solid #10357f;
}
.nav-articles ul > li.category-mobile.cat-45000 > a{
    background: #67be65;
    border: 1px solid #67be65;
}
.nav-articles ul > li.category-mobile.cat-47500 > a{
    background: #ee1c25;
    border: 1px solid #ee1c25;
}
.nav-articles ul > li.category-mobile.cat-49998 > a{
    background: #ff8200;
    border: 1px solid #ff8200;
}
.nav-articles ul > li.category-mobile.cat-49999 > a{
    background: #ff8200;
    border: 1px solid #ff8200;
}
.page-content .content-wrapper .content .return-article{
    margin-left: auto;
    padding: 9px 15px 8px 15px;
    position: relative;
    display: inline-block;
    background: rgba(122,180,159,1);
    border: 1px solid rgba(122,180,159,1);
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    outline: none !important;
    transition: .3s;
    display: none;
}
.page-content .content-wrapper .content .return-article.article-view{
    display: inline-block;
}
.return-article:hover{
    color: #fff;
}
.return-article i{
    margin-right: 6px;
}

/** -------------------------------------
    PAGE | ARTICLE | BTN AJOUTER ARTICLE
** -------------------------------------- */
.page-header.ajouter-article .page-header-content{
    padding-top: 0px;
}
.page-header.ajouter-article #article-ajouter{
    display: inline-block;
}
.historique-commande-btn.btn{
    padding: 9px 15px 8px 15px;
    background: rgb(122, 180, 159);
    border: 1px solid rgb(122, 180, 159);
    border-radius: 20px;
    position: relative;
    color: #fff;
}
.page-header.ajouter-article .historique-commande-btn.btn::after{
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #eaeff6;
    position: absolute;
    top: 0;
    right: -20px;
}

/** -----------------------
    PAGE | ARTICLE GENERAL
** ------------------------*/
.page-header.article-view{
    margin-bottom: 1px;
    position: relative;
    z-index: 9;
}
#produit{
    padding: 0px;
}
#produit .col-sm-4 .panel{
    padding: 15px;
    box-shadow: none;
    border-radius: 12px;
    box-shadow: 15px 3px 25px rgba(63,108,132,.05);
    text-align: center;
}
#produit .col-sm-4 .panel img{
    border-radius: 12px;
    width: 300px;
}
#produit .col-sm-8 .panel{
    background: transparent;
    box-shadow: none;
}
.page-content .content-wrapper .content .produit-page.content{
    overflow: visible;
}
#produit span.produit-fournisseur{
    font-weight: 500;
    color: #3F6C84;
}
#produit h3{
    margin-top: 15px;
    color: #e58539;
}
#produit ul li{
    position: relative;
}
#produit ul li:nth-child(2) .product-prix{
    padding: 1px 15px 0px 15px;
    display: inline-block;
    background: #3F6C84;
    border-radius: 21px;
    position: absolute;
    top: -2px;
    right: 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
#produit ul li.product-prix,
#produit ul li.product-prix-achat{
    display: inline-block;
    width: 49%;
}
#produit ul li.product-prix-achat{
    text-align: right;
}
#produit .cod-produit{
    margin: 8px 0px;
    display: inline-block;
    color: #333;
    font-weight: 500;
}
#produit .cod-produit span{
    margin-left: 20px;
    padding: 5px 15px 4px 15px;
    display: inline-block;
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    border-radius: 20px;
    color: #3F6C84;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
#produit .description{
    margin: 15px 0px 15px 0px;
    position: relative;
}
#produit .description p{
    margin-bottom: 0px;
    font-weight: 400;
}
#produit button.btn-prix-default:hover::after {
    content: "\e9b9";
}
#produit .footer-retour{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dbf0e6;
}
#produit .footer-retour .btn-retour{
    padding: 10px 15px 8px 15px !important;
    position: relative;
    width: auto;
    height: auto;
    background: #3F6C84;
    border: 1px solid #3F6C84;
    outline: none;
    border-radius: 20px;
    font-size: 14px;
    color: #fff !important;
    line-height: 22px;
}

/* Stock */
.card-panel{
    padding: 15px 0px;
    margin-left: 30px;
    width: calc(100% - 60px);
    background: rgba(122, 180, 159, .3);
    border-radius: 12px;
}
.card-panel .panel-body{
    padding-left: 0px;
    padding-right: 0px;
}
.card-panel .panel-body table.table > tbody > tr > td{
    border-top: none;
    border-bottom: 1px solid rgba(122, 180, 159, .4);
}

/* Modal */
.modal-dialog.modal-xs {
    width: 300px;
}
.modal-show-prix .modal-content{
    text-align: center;
}
.modal-show-prix .modal-content h3{
    margin: 42px auto 0px auto;
    color: #3F6C84;
    font-size: 32px;
    font-weight: 900;
}
.modal-show-prix .modal-dialog{
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.modal-show-prix .modal-content{
    min-height: 220px;
}
.modal-show-prix .modal-dialog::after{
    display: block;
    content: '';
    width: 400px;
    height: 300px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.1) 35%, rgba(63,108,132,.1) 60%);
    border-radius: 50%;
    position: absolute;
    top: -250px;
    left: -50px;
    transition: .3s;
}
.modal-show-prix .modal-dialog::before{
    display: block;
    content: '';
    width: 120px;
    height: 120px;
    background: url('../img/money.png');
    background-size: contain;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 11;
}
.modal-show-prix .modal-dialog:hover::after{
    width: 400px;
    height: 1200px;
}
/** ---------------------------------------------------
    PAGE | ARTICLE | STOCK/ EMBAL | GENERALITES | PRIX
** ---------------------------------------------------- */
#stock-embal,
#generalites,
#prix{
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f9f9f9;
    position: relative;
    box-shadow: 0px 5px 10px rgba(63,108,132,0.1);
}
#stock-embal .panel-title,
#generalites .panel-title,
#prix .panel-title,
#composition .panel-title{
    color: #3F6C84;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}
#stock-embal .table tbody tr,
#generalites table tbody tr,
#prix table tbody tr{
    border-bottom: 1px solid #f5f5f5;
}
#stock-embal .table tbody tr td,
#generalites table tbody tr td,
#prix table tbody tr td{
    padding: 15px 0px 15px 0px;
}
/** -----------------------------
    PAGE | ARTICLE | GENERALITES
** ------------------------------ */
#generalites .panel.panel-flat {
    margin-bottom: 15px;
    border: 1px solid #f5f5f5;
    border-radius: 12px;
    background: #fdfdfd;
}
#generalites .panel.panel-flat .panel-heading {
    padding: 15px 15px 12px 15px;
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1px solid #f8f8f8;
    background: #f5f8fd;
}
#generalites table tbody tr{
    border-bottom: 1px solid #f5f5f5;
}
#generalites table.table-conditionnements tr th:nth-child(6),
#generalites table.table-conditionnements tr td:nth-child(6),
#prix table.table tr th:last-child,
#prix table.table tr td:last-child{
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
    background: #e5f6ee;
    text-align: center;
}
#generalites table.table-conditionnements tr th:last-child,
#generalites table.table-conditionnements tr td:last-child {
    border-right: 1px solid #f4f4f4;
    text-align: center;
    background: #f8f8f8;
}
/** -----------------------------
    PAGE | ARTICLE | Composition
** ------------------------------ */
.deb-create h3 span{
    color: #d3302f;
}
.deb-create{

}
/** ---------------------------------
    PAGE | HISTORIQUE INDEX | HEADER
** ---------------------------------- */
.page-header{
    padding: 0px 0px;
    margin: 0px 0 0px 0px;
    border-bottom: none;
}
.page-header .page-header-content{
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}
.page-header.list-mode span,
.page-header.list-mode p{
    display: inline-block;
    margin: 0px;
    color: #3F6C84;
    font-size: 14px;
    font-weight: 400;
}
/** ---------------------------------
    PAGE | HISTORIQUE INDEX | TABLE
** ---------------------------------- */
.commandes-list .articles-commande span {
    margin: 2px 3px;
    padding: 3px 6px 3px 6px;
    display: inline-block;
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    border-radius: 4px;
    color: #3F6C84;
    font-size: 12px;
    line-height: 14px;
}
.commandes-list .delete-commandes a{
    padding: 4px 10px 4px 30px;
    position: relative;
    width: 125px;
    height: 54px;
    display: inline-block;
    border: 1px solid #c22c2b;
    border-radius: 12px;
    background: #d3302f;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    transition: .3s;
    overflow: hidden;
}
.commandes-list .delete-commandes a span{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 84px;
    transition: .3s;
}
.commandes-list .delete-commandes a i{
    position: absolute;
    top: 17px;
    left: 10px;
    transition: .3s;
}
.commandes-list .delete-commandes a:hover{
    background: #c22c2b;
    color: #fff;
}
.commandes-list .delete-commandes a:hover span{
    right: -110px;
    opacity: 0;
}
.commandes-list .delete-commandes a:hover i{
    top: 17px;
    left: 52px;
    font-size: 18px;
}
/**/
.statut-commandes div,
.list-oreder-pdf{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
.list-oreder-pdf{
    margin-top: 6px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    overflow: unset !important;
}
.list-oreder-pdf i{
    color: #fff;
}
.statut-commandes div.statut-A{
    background: #48ae4b;
    border: 1px solid #42a245;
}
.nav-header.submenu-commande ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-header.submenu-commande ul li{
    margin-right: 1%;
    width: 25%;
    height: 100px;
}
.nav-header.submenu-commande ul li:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    width: 47%;
    border: 1px solid #eaeff6;
    background: #f5f8fd;
    border-radius: 12px;
}
.nav-header.submenu-commande ul li a{
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #eaeff6;
    border-radius: 12px;
    background: #f5f8fd;
    font-weight: 400;
    overflow: hidden;
    transition: .3s;
}
.nav-header.submenu-commande ul li a span{
    position: relative;
    z-index: 9;
}
.nav-header.submenu-commande ul li a.activ-statut,
.nav-header.submenu-commande ul li a:hover{
    color: #FFF;
}
.nav-header.submenu-commande ul li a::before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #EE8C3E;
    position: absolute;
    bottom: -98px;
    left: 0;
    transition: .3s;
}
.nav-header.submenu-commande ul li a.activ-statut::before,
.nav-header.submenu-commande ul li a:hover::before{
    bottom: 0px;
}
.nav-header.submenu-commande ul li a::after{
    content: "\ec98";
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(234,239,246,.8);
    color: #3F6C84;
}
.nav-header.submenu-commande ul li a.activ-statut::after{
    content: "\ed6e";
    background: rgba(255,255,255,.3);
    color: #FFF;
}
.nav-header.submenu-commande ul li:last-child{
    text-align: center;
}
.nav-header.submenu-commande ul li:last-child span{
    padding-left: 5px;
    display: inline-block;
}
.nav-header.submenu-commande ul li:last-child span:first-child{
    padding-left: 0px;
}
.nav-header.submenu-commande ul li:last-child span:first-child i{
    color: #48ae4b;
}
.nav-header.submenu-commande ul li:last-child span:nth-child(2) i{
    color: #EE8C3E;
}
.nav-header.submenu-commande ul li:last-child span:nth-child(3) i{
    color: #02796b;
}
.nav-header.submenu-commande ul li:last-child span:last-child i{
    color: #d53b64;
}
/** ------------------------------------------
    PAGE | HISTORIQUE INDEX | CREATE COMMANDE
** ------------------------------------------- */
.commande-create h1,
.deb-create h3,
.page-header.list-mode.statistique h1{
    margin-top: 12px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #3F6C84;
    border-bottom: 1px solid #f5f5f5;
}
.commande-create .deb-view.content.content-view form{
    border: none;
    box-shadow: none;
}
#create-commande-form,
#create-commande-form.display-none {
    /*display: none;*/
}
.commande-create .deb-view.content.content-view > .row{
    margin-left: 0;
    margin-right: 0px;
}
.commande-create .widget-shop-product{
    border-radius: 12px;
    border: 1px solid #f9f9f9;
    box-shadow: 0px 5px 10px rgba(63,108,132,0.1);
    overflow: hidden;
}
.commande-create .shop-product.form-create-commande{
    flex-direction: column;
}
.commande-create span.input-group-addon{
    padding: 0;
    position: absolute;
    top: 0;
    left: 15px;
    border: none;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
}
.commande-create .label-select-npa span.input-group-addon{
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    color: #7ab49f;
}
.commande-create .label-select-user span.input-group-addon{
    background: #f5f8fd;
    border: 1px solid #eaeff6;
    color: #3F6C84;
}
.commande-create .label-select-date.select-tou span.input-group-addon{
    background: #ffe5d1;
    border: 1px solid #ffe0c8;
    color: #e58539;
}
.commande-create span.input-group-addon i{
    font-size: 22px;
}
.commande-create label{
    padding: 10px 0px 0px 0px;
    color: #3F6C84;
}
/**/
.commande-create .label-select-user label,
.commande-create .select-tou label{
    margin-bottom: 10px;
}
.commande-create .label-select-npa .input-group{
    margin-top: 5px;
    width: 100%;
}
.commande-create .col-md-8 .form-group{
    padding-left: 68px;
}
.commande-create .label-select-npa .input-group input{
    border: 1px solid #eee !important;
    padding: 9px 15px 5px 15px !important;
}
/**/
.commande-create .select2 span.select2-selection,
.commande-create .select-tou select{
    padding: 13px 24px 5px 12px;
    box-shadow: none;
    border-radius: 12px;
    border: 1px solid #eee;
    min-height: 45px;
}
.commande-create .select-tou select,
.commande-create #container-select-user-non-ajax .select2 span.select2-selection{
    padding-top: 9px;
}
.commande-create .select2-container--krajee .select2-selection--single .select2-selection__arrow{
    border-left: 1px solid #eee;
    height: 45px;
    top: 0px;
    right: 1px;
    width: 32px;
}
.commande-create #container-select-user-non-ajax .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
}
.commande-create .select2-container--krajee .select2-selection--single .select2-selection__arrow b{
    top: 55%;
}
.commande-create .select2-container--krajee .select2-selection__clear{
    right: 10px;
}
/**/
#row-tournee{
    margin-top: 0px;
}
.commande-create .label-select-npa::before,
.commande-create .label-select-user::before{
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
}
.commande-create .label-select-npa::before{
    background: #7ab49f;
    top: 55px;
    left: 35px;
}
.commande-create .label-select-user::before{
    background: #3F6C84;
    top: 53px;
    left: 35px;
    height: 50%;
}
.commande-create .col-md-4.select-npa-btn,
.commande-create .col-md-4.select-tou{
    padding-top: 0px;
}
.col-md-8.label-select-date.select-tou{
    width: 80%;
}
.col-md-4.label-select-date.select-tou{
    width: 20%;
    text-align: right;
}

/**/
.deb-view.content.content-view.create-content-form form#create-commande-form #btn-create-commande{
    margin-top: 15px;
    padding: 15px 0px 0px 0px;
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    border-top: 1px solid #eee;
    text-align: right;
}
.deb-view.content.content-view.create-content-form form#create-commande-form #btn-create-commande button.btn.btn-default{
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff;
}
.deb-view.content.content-view.create-content-form form#create-commande-form #btn-create-commande button.btn.btn-default:hover::after {
    content: "\e9b8";
    color: #fff;
}
.commande-create .select-npa-btn a.btn.btn-default{
    border: 1px solid #c22c2b;
    background: #d3302f;
    color: #fff;
}
.commande-create .select-npa-btn button.btn.btn-default{
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    color: #7ab49f;
}
.commande-create .select-npa-btn button.btn.btn-default:hover::after {
    content: "\e98e";
    color: #7ab49f;
}
.commande-create .select-npa-btn a.btn.btn-default:hover::after {
    content: "\e99f";
    color: #fff;
}
.commande-create .col-md-4.select-tou button.btn.btn-default{
    border-radius: 20px;
    background: #3F6C84;
    border: 1px solid #3F6C84;
    color: #fff;
}
.commande-create .col-md-4.select-tou button.btn.btn-default:hover::after {
    content: "\e98f";
    color: #fff;
}
/**/
#add-new-tournee .modal-header{
    background: transparent;
}
#add-new-tournee .modal-header .modal-title {
    font-size: 16px;
    font-weight: 500;
    color: #3F6C84;
}
#add-new-tournee .modal-footer{
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: none;
}
#add-new-tournee .modal-body .select2 span.select2-selection{
    padding: 9px 24px 5px 12px;
}
#add-new-tournee .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}
#add-new-tournee .modal-footer button.btn.btn-default{
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff;
}
#add-new-tournee .modal-footer button.btn.btn-default:hover::after {
    content: "\e9b8";
    color: #fff;
}
/**/
.commande-create h1 span{
    color: #EE8C3E;
}
#container-select-user-ajax,
#container-select-user-non-ajax,
#npa-form{
    opacity: 0 !important;
    height: 0 !important;
}
#create-commande-form .field-commande-cod_tou label{
    padding: 13px 15px 8px 40px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 20px;
    cursor: pointer;
}
#create-commande-form .field-commande-cod_tou label input{
    margin-top: 0;
    width: 15px;
    height: 15px;
    min-height: auto;
    position: absolute;
    top: 14px;
    left: 15px;
    cursor: pointer;
}

/*------------------------------------
    BTN SEARCH - OPEN MODAL WINDOW
-------------------------------------- */
.page-title.header-nav-top,
.form-group.footer-btn.footer-nav-top{
    display: flex;
    flex-direction: row;
}
.deb-view.content.content-view .search-article{
    display: inline-block;
}
.deb-view.content.content-view .search-article #article-search-form,
.page-header.view-mode.ajouter-article .search-article #article-search-form{
    padding: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    background: transparent;
}
.deb-view.content.content-view .search-article #article-search-form input,
.page-header.view-mode.ajouter-article #article-search-form input{
    padding: 0px 15px;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    line-height: 40px;
}
.deb-view.content.content-view .search-article #article-search-form a,
.page-header.view-mode.ajouter-article #article-search-form a{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    outline: none !important;
    transition: .3s;
}
.page-header.view-mode.ajouter-article .search-article {
    display: inline-block;
}
#article-search-form .form-group.field-commande-select-article-ajax{
    margin-bottom: 0px;
}
#article-search-form .select2-container--krajee .select2-selection--single{
    padding-left: 35px;
    height: 40px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: none;
    line-height: 26px;
}
#article-search-form .select2-container--krajee .select2-selection--single::before{
    display: block;
    content: "\e98e";
    font-family: 'icomoon';
    font-size: 14px;
    color: #777;
    position: absolute;
    top: 7px;
    left: 12px;
}
#article-search-form .select2-container--krajee .select2-selection--single .select2-selection__arrow{
    border-left: none;
    top: 5px;
    right: 5px;
}
#article-search-form .help-block{
    display: none;
}
.form-group.footer-btn.footer-nav-top form{
    padding: 0px;
    background: transparent;
    border: none;
    box-shadow: none;
}

/*------------------------------------
    ARTICLE LIST - MODAL WINDOW
-------------------------------------- */
.deb-view.content.content-view #modal_article form{
    padding: 0px;
}
#modal_article .modal-content button.close.close-modal{
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 50%;
    background: #fff;
    width: 22px;
    height: 21px;
    opacity: 1;
    z-index: 9;
    color: #767676;
}
#modal_article .modal-content button.close.close-modal i{
    font-size: 22px;
}
#modal_article .modal-body{
    padding: 0px 0px;
}
#modal_article #modal-form .row,
#modal_article .modal-body-article .row-modal-quantites{
    margin: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
#modal_article .modal-body-article .form-group {
    margin-bottom: 15px !important;
}
#modal_article #modal-form .row .col-sm-4{
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%;
}
#modal_article #modal-form .row .col-sm-8{
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    width: 65%;
}
#modal_article #modal-form .row .col-sm-4{
    background: #fff;
    border-radius: 12px 0px 0px 12px;
}
#modal_article #modal-form .row .col-sm-4 .modal-article-img{
    padding: 10px;
    position: absolute;
    top: 62px;
    left: -80px;
    width: 220px;
    height: 220px;
    background: #fff;
    box-shadow: 10px 25px 20px 0px rgba(0,0,0,0.1);
    border-radius: 50%;
    text-align: center;
}
#modal_article #modal-form .row .col-sm-4 .modal-article-img img{
    width: auto;
    height: 100%;
    border-radius: 50%;
}
#modal_article #modal-form .modal-header{
    padding-left: 0px;
    padding-right: 0px;
}
#modal_article #modal-form .modal-header .label{
    padding: 3px 8px 2px 8px !important;
}
#modal_article #modal-form .modal-header .label i{
    font-size: 12px;
}
#modal_article #modal-form .modal-header .label-primary{
    background-color: #3F6C84;
}
#modal_article #modal-form .modal-header .desc-price.label-primary{
    background-color: #EE8C3E;
}
#modal_article #modal-form .modal-header .stock-label-modal{
    margin-top: 3px;
    display: inline-block;
    border: 1px solid #3F6C84;
    border-radius: 12px;
    color: #3F6C84;
}
#modal_article #modal-form .modal-header .stock-label-modal i{
    font-style: normal;
}
#modal_article #modal-form .modal-header h2{
    font-size: 22px;
    color: #3F6C84;
}
#modal_article .modal-body-article .quantites-content{
    min-height: 180px;
}
#modal_article #modal-form .cart_total_price,
#modal_article #modal-form .price_jq,
#modal_article #no_rab_pc .prix-rab,
#modal_article #no_rab_pc .prix-rab-prix{
    display: none;
}
#modal_article .modal-body-article .price-article{
    font-size: 16px;
    font-weight: 500;
    color: #EE8C3E;
}
#modal_article .modal-body-article #section-radio{
    margin-top: 20px;
    background: #f5f8fd;
    border-radius: 12px;
    border: 1px solid #eaeff6;
}
#modal_article .modal-body-article #section-radio input{
    min-height: auto !important;
}
#modal_article .modal-body-article .row-modal-quantites .cart_quantity{
    margin-right: 5px;
    width: 100px;
}
#modal_article .modal-body-article .row-modal-quantites .cart_quantity input{
    display: inline-block;
}
#modal_article .modal-body-article .row-modal-quantites .cart_quantity input#article_quantity,
.shopping-cart-items-controll .cart_quantity input#article_quantity{
    width: 32px;
    border: none;
    text-align: center;
}
#modal_article .modal-body-article .row-modal-quantites .cart_quantity input.qtyminus,
#modal_article .modal-body-article .row-modal-quantites .cart_quantity input.qtyplus{
    width: 25px;
    height: 25px;
    border: 1px solid #3F6C84 !important;
    border-radius: 50%;
    background: transparent;
    outline: none;
}
#modal_article .main-quantites-tab-item span{
    margin: 2px 14px 0px 9px;
    border-radius: 0px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.5px;
}
#modal_article .main-quantites-tab-item{
    margin-top: 2px;
}
#modal_article .main-quantites-tab-item .cart_quantity{
    background: #fff;
    border: none;
}
#modal_article .main-quantites-tab-item .cart_quantity .qtyminus,
#modal_article .main-quantites-tab-item .cart_quantity .qtyplus{
    border: none !important;
    background: #f8f8f8;
}
#modal_article .row-modal-action{
    margin: 18px 0px 10px 0px;
    display: flex;
    align-items: center;
}
#modal_article .total-section{
    margin-top: 10px;
}
#modal_article .total-section h3{
    margin-top: 0px;
    font-size: 22px;
    font-weight: 500;
    color: #3F6C84;
}
#modal_article .modal-article-footer{
    margin-left: auto;
    padding: 10px 0px 22px 0px;
}
#modal_article .modal-article-footer .btn.btn-default.addArticleToCart{
    padding: 10px 15px 10px 15px;
}
#modal_article .modal-article-footer .btn.btn-default.addArticleToCart:hover{
    padding-right: 40px;
}
#modal_article .modal-article-footer .btn.btn-default.addArticleToCart::after{
    top: 10px;
}
#modal_article .modal-article-footer .btn.btn-default.addArticleToCart:hover::after{
    content: "\ea69";
    color: #fff;
}
#modal_article .modal-content.update-modal-artile .load-modal-article{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: .5;
    background: url('../img/preload.svg') 50% 50% no-repeat
    rgb(249,249,249);
}
#modal_article #modal-form .text-remarques-preparateur{
    display: none;
    margin: 8px 0px;
    padding: 8px 10px;
    width: calc(100% - 78px);
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    border-radius: 12px;
    outline: none;
    color: #7ab49f;
}
#modal_article #modal-form .text-remarques-preparateur:focus,
#modal_article #modal-form .text-remarques-preparateur:focus-visible{
    border: 1px solid #cae1d6;
}
/**/
#modal_article a.add-discount.label.label-primary{
    margin-left: 3px;
    background: #7ab49f !important;
}
#modal_article .discount-block{
    display: none;
    margin-top: 15px;
    padding: 8px 10px;
    width: max-content;
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    border-radius: 12px;
    color: #7ab49f;
}
#modal_article .discount-block #modal_article_discount {
    padding: 3px 10px;
    border: 1px solid #dbf0e6;
    background: rgba(255,255,255,.1);
    color: #3F6C84;
}
/**/
#modal_article.article-nbart #modal-form .row .col-sm-4,
#modal_article.article-nbart #modal-form .row .col-sm-8{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
#modal_article .composition-tab{
    padding: 0px;
    background: transparent;
    border: none;
    border-right: 1px solid #eee;
}
#modal_article .composition-tab ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal_article .composition-tab ul li > div{
    width: 38%;
}
#modal_article .composition-tab ul li span{
    margin: 2px 0px 0px 0px;
    padding-left: 10px;
    display: inline-block;
    float: none;
    width: 62%;
    font-size: 12px;
    color: #EE8C3E;
}
#modal_article .row-message-modal-qty,
#modal_article .row-message-modal-pour-hh{
    display: none;
    margin: 15px 0px;
    padding: 8px 15px;
    border-radius: 12px;
}
#modal_article .row-message-modal-qty{
    background: rgba(211,48,47, 1);
    color: #fff;
}
#modal_article .row-message-modal-pour-hh{
    background: rgba(255,225,100,1);
    color: #000;
}
#modal_article .row-message-modal-qty strong,
#modal_article .row-message-modal-pour-hh strong{
    margin: 0px 5px;
    padding: 0px 10px;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
}
#modal_article .row-message-modal-qty strong{
    color: rgb(211, 48, 47);
}
#modal_article .row-message-modal-pour-hh strong{
    padding: 2px 10px 0px 10px;
    color: #000;
}
#modal_article .row-message-modal-pour-hh .day{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,.03);
}

/*---------------------------------------
    ARTICLE LIST - MODAL WINDOW | Liaison
----------------------------------------- */
#modal_article .modal-header-liaison{
    display: none;
    padding: 14px 38px 14px 38px;
    background: #E53935;
    color: #fff;
    text-align: center;
    border-radius: 12px 12px 0px 0px;
}
#modal_article.modal-complement .modal-header-liaison{
    background: rgb(122, 180, 159);
}
#modal_article .modal-header-liaison span{
    font-weight: 500;
    font-size: 20px;
}
#modal_article.modal-liaison .modal-content button.close.close-modal{
    background: transparent;
    color: #fff;
}
/*-----------------------------------------------------
    ARTICLE LIST - MODAL WINDOW | Liaison | Complément
------------------------------------------------------- */
#modal_article_complement .modal-content{
    background: #fff;
    box-shadow: none;
    border: 1px solid #fff;
    text-align: center;
}
#modal_article_complement .modal-content p{
    font-size: 16px;
}
#modal_article_complement img{
    width: 120px;
    height: auto;
    border-radius: 50%;
    border: 8px solid rgba(122, 180, 159,.2);
}
#modal_article_complement h3{
    color: #EE8C3E;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 500;
}
#modal_article_complement .btn{
    margin: 10px 5px 0 5px;
    padding: 8px 25px;
    border-radius: 25px;
}
#modal_article_complement .btn.btn-oui-complement{
    background: #EE8C3E;
    color: #fff;
}
#modal_article_complement .btn.btn-non-complement{
    background: #E53935;
    color: #fff;
}

/*------------------------------------
    SHOPPING CART
-------------------------------------- */
.shopping-cart-section .shopping-cart-items{
    opacity: 0;
    padding: 20px;
    position: fixed;
    right: -480px;
    width: 460px;
    height: calc(100vh - 15px);
    background: #fff;
    border-right: none;
    border-left: 15px solid #202A3A;
    border-radius: 0px 12px 0px 0px;
    top: 15px;
    z-index: 10;
    transition: .3s;
}
.shopping-cart-section.active .shopping-cart-items{
    opacity: 1;
    right: 15px;
}
body.sticky .shopping-cart-section .shopping-cart-items{
    top: 0px;
    border-radius: 0px 0px 0px 0px;
    height: calc(100vh - 0px);
}
body.sticky .shopping-cart-section .shopping-cart-icon{
    top: 0px;
}
.shopping-cart-section .shopping-cart-icon{
    position: fixed;
    top: 15px;
    right: 36px;
    width: 60px;
    height: 55px;
    background: #EE8C3E;
    border-radius: 0px 0px 12px 12px;
    z-index: 11;
    cursor: pointer;
    transition: .3s;
}
.shopping-cart-section .shopping-cart-icon::before,
.shopping-cart-section .shopping-cart-icon::after{
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    z-index: 1;
    background: url(../img/corner-orange.png);
    background-position-x: 0%;
    background-position-y: 0%;
}
.shopping-cart-section .shopping-cart-icon::before {
    left: -16px;
    background-position: -16px 32px;
}
.shopping-cart-section .shopping-cart-icon::after {
    right: -16px;
    background-position: -32px 0px;
}
.shopping-cart-section .shopping-cart-icon .btn-icon span{
    position: absolute;
    color: #fff;
}
.shopping-cart-section .shopping-cart-icon .btn-icon span:first-child{
    width: 20px;
    height: 20px;
    background: #3F6C84;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    z-index: 10;
    top: 6px;
    right: 6px;
}
.shopping-cart-section .shopping-cart-icon .btn-icon span:last-child{
    top: 16px;
    left: 18px;
}
.shopping-cart-section .shopping-cart-icon .btn-icon span i{
    font-size: 24px;
}
.shopping-cart-section .shopping-cart-items h2{
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 20px;
    color:#202A3A;
    font-weight: 400;
}
.shopping-cart-section .shopping-cart-items ul{
    margin: 0px 0px 15px 0px;
    height: calc(100% - 230px);
    overflow: auto;
}
.shopping-cart-section .shopping-cart-items ul li{
    padding: 8px 0px 14px 0px;
    margin: 0px 0px 5px 0px;
    display: flex;
    width: 100%;
    border-bottom: 1px dotted #ddd;
}
.shopping-cart-section .shopping-cart-items ul li:last-child{
    border-bottom: none;
}
/**/
.shopping-cart-section .shopping-cart-items ul li .shopping-cart-items-controll{
    width: 110px;
}
.shopping-cart-section .shopping-cart-items ul li .shopping-cart-items-info{
    padding: 0px 15px;
    width: 380px;
}
.shopping-cart-section .shopping-cart-items ul li .shopping-cart-items-delete{
    margin-left: auto;
    width: 40px;
    border-left: 1px solid #ddd;
    text-align: center;
}
.shopping-cart-section .shopping-cart-items ul li .shopping-cart-items-delete a{
    color: rgba(211,48,47,.9);
}
.shopping-cart-section .shopping-cart-items ul li .shopping-cart-items-delete a.shopping-cart-item-delete{
    cursor: pointer;
}
.cart-controll-pdsvar{
    display: inline-block;
    text-align: center;
}
.shopping-cart-items-controll .cart_quantity button.qtyminus,
.shopping-cart-items-controll .cart_quantity button.qtyplus,
.shopping-cart-items-controll .cart-controll-pdsvar{
    width: 32px;
    height: 32px;
    border: 1px solid #ddd !important;
    border-radius: 5px;
    background: #fff;
    outline: none;
    font-size: 20px;
    color: #777 !important;
    line-height: 32px;
}
.shopping-cart-items-controll .cart_quantity button.qtyplus{
    margin-left: 8px;
}
.shopping-cart-items-controll .cart_quantity input#article_quantity {
    margin-top: 8px;
    text-align: center;
    font-weight: 700;
    color: #3F6C84;
    width: 76px;
    height: 32px;
    border: 1px solid #eee !important;
    border-radius: 5px;
    background: #f5f5f5;
    outline: none;
    font-size: 20px;
    line-height: 32px;
}

/**/
.shopping-cart-section .shopping-cart-items ul li .code-article,
.shopping-cart-section .shopping-cart-items ul li .pds-var{
    padding: 0px 6px 0px 6px;
    display: inline-block;
    border-radius: 12px;
    background: #3F6C84;
    border: #3F6C84;
    color: #fff;
}
.shopping-cart-section .shopping-cart-items ul li .pds-var{
    background: rgba(122,180,159,1);
    border: 1px solid rgba(122,180,159,1);
}
.shopping-cart-section .shopping-cart-items ul li a{
    font-weight: 500;
    color: #EE8C3E;
}
.shopping-cart-section .shopping-cart-items ul li .shopping-cart-items-line{
    margin-top: 5px;
}
.shopping-cart-section .shopping-cart-items ul li .shopping-cart-items-line span:last-child{
    padding: 0px 6px 0px 6px;
    display: inline-block;
    font-weight: 700;
    color: #3F6C84;
}
.shopping-cart-section .shopping-cart-items .shopping-cart-footer{
    padding-top: 15px;
    border-top: 1px dotted #ddd;
    position: absolute;
    bottom: 15px;
    width: 405px;
}
.shopping-cart-section .shopping-cart-items .shopping-cart-items-total{
    display: inline-block;
    width: 49%;
    font-size: 16px;
}
.shopping-cart-section .shopping-cart-items .shopping-cart-items-total:nth-child(2){
    text-align: right;
}
.shopping-cart-section .shopping-cart-items .shopping-cart-items-total span:last-child{
    font-weight: 700;
    color: #EE8C3E;
}
.shopping-cart-section .shopping-cart-items ul li .shopping-cart-items-line i{
    font-style: normal;
}
.shopping-cart-section .shopping-cart-items .shopping-cart-items-btn{
    margin-top: 20px;
}
.shopping-cart-section .shopping-cart-items .shopping-cart-items-btn a,
.delete-all-items a{
    padding: 11px 20px 8px 20px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    border-radius: 20px;
    display: block;
    width: 100%;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.shopping-cart-section .shopping-cart-items .shopping-cart-items-btn a span.label{
    padding: 3px 6px 3px 6px;
    background-color: #3F6C84;
    font-weight: 400;
    letter-spacing: 0px;
    display: inline-block;
}
.delete-all-items{
    padding: 15px 0px 15px 0px;
    border-top: 1px dotted #ddd;
}
.delete-all-items a{
    background: rgba(211,48,47,.9);
    border: 1px solid rgba(211,48,47,1);
}
/*------------------------------------
    COMMANDE | EMPTY
-------------------------------------- */
.cart-empty{
    margin: 10px auto 0 auto;
    padding: 15px;
    background: #f5f8fd;
    border-radius: 12px;
    border: 1px solid #eaeff6;
    position: relative;
    text-align: center;
}
.cart-empty i{
    font-size: 36px;
    color: #7ab49f;
}
.cart-empty-message {
    margin-top: 10px;
    width: 100%;
    color: #717171;
}
.cart-empty-btn{
    margin-top: 10px;
}
.cart-empty-btn a{
    padding: 12px 15px 10px 15px;
    position: relative;
    display: inline-block;
    background: #EE8C3E;
    border: 1px solid #e58539;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    transition: .3s;
}
/*---------------------------------------
    COMMANDE | CHECKOUT PAGE | NEW DESIGN
-------------------------------------- */
.checkout-nav ul{
    margin: 8px 0px;
    padding: 8px 0px;
    display: flex;
    flex-direction: row;
    border: 1px solid #eaeff6;
    border-radius: 20px;
    background: #f5f8fd;
}
.checkout-nav ul li a{
    padding: 10px 15px;
    position: relative;
    color: #717171;
}
.checkout-nav ul li a i{
    font-size: 12px;
}
.checkout-nav ul li.checkout-nav-client a{
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    border-radius: 20px 0px 0px 20px;
    color: #7ab49f;
}
.checkout-nav ul li.form-annuler-commande a{
    background: #d3302f;
    border: 1px solid #c22c2b;
    border-radius: 0px 20px 20px 0px;
    color: #fff;
}
.checkout-nav ul li.nav-open-commande a{
    background: #75c46b;
    border: 1px solid #6db664;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
}
.checkout-nav ul li.finaliser-commande a{
    background: #EE8C3E;
    border: 1px solid #e58539;
    border-radius: 0px 0px 0px 0px;
    color: #fff;
}
.checkout-nav ul li:nth-last-child(2){
    margin-left: auto;
}
/**/
.row.commande-form{
    display: flex;
    flex-wrap: wrap;
}
/*.row.commande-form > .col-md-3,
.row.commande-form > .col-md-9{
    display: flex;
}*/
.checkout-sidebar{
    padding: 10px 15px 10px 15px;
    width: 100%;
    /*height: 100%;*/
    border-radius: 12px;
    background: #202A3A;
}
.checkout-sidebar h2{
    padding-bottom: 5px;
    border-bottom: 1px solid #303948;
    font-size: 14px;
    font-weight: 400;
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.checkout-sidebar .widget-sidebar{
    padding: 0px 0px 10px 0px;
}
.checkout-sidebar .widget-sidebar #heure-de-village td,
.checkout-sidebar .widget-sidebar #heure-de-client td{
    background: rgba(255,255,255,.1);
    padding: 9px 15px 7px 15px;
    font-size: 16px;
    color: #fff;
}
.checkout-sidebar .widget-sidebar #heure-de-village td:first-child,
.checkout-sidebar .widget-sidebar #heure-de-client td:first-child{
    border-radius: 12px 0px 0px 12px;
    border-right: 1px solid #202A3A;
}
.checkout-sidebar .widget-sidebar #heure-de-village td:last-child,
.checkout-sidebar .widget-sidebar #heure-de-client td:last-child{
    border-radius: 0px 12px 12px 0px;
}
.checkout-sidebar .widget-sidebar table{
    width: 100%;
}
.checkout-sidebar .widget-sidebar textarea{
    padding: 10px;
    width: 100%;
    height: 82px;
    border-radius: 12px;
    border: none;
    outline: none;
}
.checkout-sidebar .btn{
    margin: 10px 0px 15px 0px;
    padding: 11px 20px 8px 20px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    border-radius: 20px;
    display: block;
    width: 100%;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}
/**/
.checkout-content{
    width: 100%;
}
.checkout-content .checkout-content-item{
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.checkout-content .checkout-content-item .checkout{
    flex: 1;
}
.checkout-content .checkout-content-item .checkout-content-item-img{
    flex: 10px;
}
.checkout-content .checkout-content-item .checkout-content-item-img img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.checkout-content .checkout-content-item .checkout-content-item-info{
    padding: 0px 15px;
    flex: 35%;
}
.checkout-content .checkout-content-item .checkout-content-item-info h2{
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #e58539;
    line-height: 18px;
}
.checkout-content .checkout-content-item .checkout-content-item-info h2 .code-article{
    margin-right: 5px;
    padding: 0px 6px 0px 6px;
    display: inline-block;
    border-radius: 12px;
    background: #3F6C84;
    border: 1px solid #3F6C84;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.checkout-content .checkout-content-item .checkout-content-item-article{
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ddd;
}
.checkout-content .checkout-content-item .checkout-content-item-article span{
    position: relative;
    display: inline-block;
}
.shopping-cart-items-line span.remise,
.checkout-content .checkout-content-item .checkout-content-item-article span.remise{
    color: rgba(211,48,47,.8);
    position: relative;
}
.shopping-cart-items-line span.remise::after,
.checkout-content .checkout-content-item .checkout-content-item-article span.remise::after{
    content: "";
    width: 118%;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 44%;
    left: -9%;
    transform: rotate(15deg);
}
.checkout-content .checkout-content-item .checkout-cart-items-mnt{
    padding: 12px 15px 0px 0px;
    height: 64px;
    text-align: center;
}
.checkout-content .checkout-content-item .checkout-content-item-article span.type-prix,
.checkout-content .checkout-content-item .checkout-cart-items-mnt .checkout-content-item-article-mnt{
    font-weight: 700;
    color: #3F6C84;
}
.checkout-content .checkout-content-item .checkout-cart-items-mnt .checkout-content-item-article-mnt i{
    font-style: normal;
}
.checkout-content .checkout-content-item .checkout-content-item-article-desc span.label,
.checkout-content .checkout-content-item .checkout-content-item-article-desc .ajouter-message,
.checkout-content .checkout-content-item .editer-remise{
    margin-bottom: 5px;
    padding: 5px;
    display: inline-block;
    color: #767676;
    font-size: 75%;
    font-weight: 500;
    line-height: 12px;
    white-space: nowrap;
    vertical-align: baseline;
    border: 1px solid #eee;
    border-radius: 12px;
}
.checkout-content .checkout-content-item .checkout-content-item-article-desc .ajouter-message{
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    color: #7ab49f;
}
.checkout-content .checkout-content-item .checkout-content-item-article-desc .ajouter-message i{
    font-size: 75%;
    font-weight: 500;
    color: #7ab49f;
}
.checkout-content .checkout-content-item .editer-remise{
    padding: 3px 8px 2px 8px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}
.checkout-content .checkout-content-item .editer-remise i{
    font-size: 75%;
    font-weight: 500;
    color: #fff;
}
/* Block edit Remise */
.block-edit-remise{
    margin: 0px 0px 0px 0px;
    display: inline;
    position: relative;
    overflow: hidden;
}
.block-edit-remise .new-remise{
    position: absolute;
    top: -1px;
    right: -120%;
    width: 100%;
    opacity: 0;
    transition: .3s;
}
.block-edit-remise .new-remise.active{
    right: 1px;
    opacity: 1;
}
.block-edit-remise .new-remise .new-remise-input{
    margin: 0px 0px 0px 0px;
    width: 98%;
    border-radius: 12px !important;
    border: 1px solid #ddd;
    outline: none;
    padding: 0px 20px 0px 5px;
    height: 20px;
}
.block-edit-remise .new-remise input.new-remise-input:focus,
.block-edit-remise .new-remise input.new-remise-input:focus-visible{
    border-radius: 12px;
}
.block-edit-remise .new-remise a{
    position: absolute;
    top: -3px;
    right: 2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    cursor: pointer;
}
.block-edit-remise .new-remise .apply-remise-btn{
    background: #e58539;
    display: none;
}
.block-edit-remise .new-remise .close-remise-btn{
    background: #d3302f;
}

/**/
.checkout-content .checkout-content-item .checkout-cart-items-controll{
    padding: 0px 15px 0px 15px;
}
.checkout-content .checkout-content-item .checkout-cart-items-controll .cart_quantity{
    display: flex;
}
.checkout-content .checkout-content-item .checkout-cart-items-controll .cart_quantity > div:first-child{
    width: 32px;
    height: 64px;
}
.checkout-content .checkout-content-item .checkout-cart-items-controll .cart_quantity button,
.checkout-content .cart_quantity .cart-controll-pdsvar{
    width: 32px;
    height: 32px;
    border: 1px solid #ddd !important;
    border-right: none !important;
    background: transparent;
    outline: none;
    font-size: 20px;
    line-height: 32px;
}
.checkout-content .checkout-content-item .checkout-cart-items-controll .cart_quantity button:first-child{
    border-bottom: none !important;
    border-radius: 5px 0px 0px 0px;
}
.checkout-content .checkout-content-item .checkout-cart-items-controll .cart_quantity button:last-child,
.checkout-content .cart_quantity .cart-controll-pdsvar{
    border-radius: 0px 0px 0px 5px;
}
.checkout-content .checkout-content-item .checkout-cart-items-controll .cart_quantity > div .qty{
    display: inline-block;
    min-width: 64px;
    height: 64px;
    border: 1px solid #ddd !important;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px !important;
    line-height: 72px;
}
.checkout-content .checkout-content-item .info-quantity{
    margin: 0px 0px 0px 0px;
    padding: 12px 10px 0px 10px;
    flex: 25px;
}
.checkout-content .checkout-content-item .info-quantity .main-quantites-tab-item{
    margin-right: 2px;
}
/**/
.checkout-content .checkout-content-item .checkout-cart-items-radio.form-group.select-type-article{
    margin-bottom: 0px;
    padding: 3px 15px 0px 15px;
    width: 80px;
    border-bottom: none;
}
.checkout-content .checkout-content-item .shopping-cart-items-delete {
    margin-left: auto;
    padding: 15px 0px 0px 0px;
    text-align: right;
}
.checkout-content .checkout-content-item .shopping-cart-items-delete a{
    color: #EE8C3E;
}
.checkout-content .modal-remarques-preparateur textarea{
    width: 100%;
}
.checkout-content .modal-remarques-preparateur .btn.btn-primary.btn-rempre{
    padding: 10px 20px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}
.checkout-content .checkout-content-item .rabais-content{
    padding: 8px 8px 8px 8px;
    height: 64px;
    border-radius: 5px;
    display: flex;
    flex: 25px;
    align-items: center;
    justify-content: center;
}
.checkout-content .checkout-content-item .rabais-content p{
    margin-right: 0px;
    border-right: none;
    font-weight: 700;
}

/*------------------------------------
    COMMANDE | ARTICLES PAGE
-------------------------------------- */
/*.page-header-content.update-page-commade ul li.nav-open-commande a{
    padding: 10px 15px 8px 15px;
    display: inline-block;
    border-radius: 20px;
    color: #fff !important;
    font-size: 14px;
    line-height: 22px;
    transition: .3s;
    background: #75c46b !important;
    border: 1px solid #6db664 !important;
}*/
.commande-update .page-header .page-header-content{
    border-bottom: none;
}
.col-sm-12.row-header-title{
    display: flex;
    flex-direction: row;
}
.page-header .update-page-commade .page-title,
.col-sm-12.row-header-title > ul{
    padding: 15px 15px 10px 15px;
    background: #f5f8fd;
    border-radius: 12px;
    border: 1px solid #eaeff6;
    position: relative;
}
.page-header .update-page-commade .page-title{
    width: 40%;
}
.col-sm-12.row-header-title > ul{
    width: 58%;
}
.col-sm-12.row-header-title > ul{
    margin-left: 2%;
    text-align: right;
}
.page-header .update-page-commade .page-title span.label {
    padding: 5px 10px 3px 10px;
    display: inline-block;
    background: transparent;
    border: 1px solid #3F6C84;
    border-radius: 12px;
    color: #3F6C84;
    font-size: 12px;
    line-height: 14px;
}
.page-header .update-page-commade .page-title a.header-client-name {
    margin-left: 8px;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #3F6C84;
}
.page-header .update-page-commade .page-title a.header-client-name i{
    margin-left: 5px;
    color: #EE8C3E;
    font-size: 12px;
}
.page-header .update-page-commade .page-title p.header-client-adresse,
.page-header .update-page-commade .page-title p.header-client-phone{
    margin: 10px 10px 0px 0px;
    display: inline-block;
    font-size: 12px;
}
.page-header .update-page-commade .page-title p.header-vill{
    margin: 10px 10px 0px 0px;
}
.page-header .update-page-commade .page-title p.header-vill strong{
    color: #3F6C84;
}
.page-header .update-page-commade .page-title p.header-client-phone span{
    margin-right: 8px;
}
/* Button functional */
.col-sm-12.row-header-title > ul > li{
    margin-right: 8px;
    display: inline-block;
}
.col-sm-12.row-header-title > ul > li:last-child{
    margin-right: 0px;
}
.col-sm-12.row-header-title > ul > li > a{
    padding: 12px 15px 10px 15px;
    position: relative;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 20px;
    color: #767676;
    font-size: 14px;
    line-height: 22px;
    transition: .3s;
}
.col-sm-12.row-header-title > ul > li > a > i{
    margin-right: 5px;
}
.col-sm-12.row-header-title > ul > li > a.ajouter-message{
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff;
}
.col-sm-12.row-header-title > ul > li > a.form-btn-annuler-commande{
    border: 1px solid #c22c2b;
    background: #d3302f;
    color: #fff;
}
.col-sm-12.row-header-title > ul > li > a.ajouter-article-commnade,
.col-sm-12.row-header-title > ul > li > a.termine-commande,
.col-sm-12.row-header-title > ul > li > a.send-pdf{
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    color: #7ab49f;
}
/* Page content settings */
.widget-shop-product .shop-product{
    display: flex;
    flex-direction: row;
}
.widget-shop-product .shop-product .col-sm-3.left-sidebar{
    width: 25%;
}
.widget-shop-product .shop-product .col-sm-9.column-center{
    width: 50%;
}
.widget-shop-product .shop-product .col-sm-4.right-sidebar{
    width: 25%;
}
/**/
.widget-shop-product .shop-product .col-sm-3.left-sidebar .img-content img{
    width: 100%;
    height: auto;
}
/**/
.widget-shop-product .shop-product .col-sm-4.right-sidebar .content-sidebar{
    padding: 0px 0px 0px 15px;
    border-left: 1px solid #eee;
    position: relative;
    height: 100%;
}
.widget-shop-product .shop-product .col-sm-4.right-sidebar .content-sidebar .widget-sidebar{
    margin-bottom: 28px;
}
.widget-shop-product .shop-product .col-sm-4.right-sidebar .content-sidebar .widget-sidebar:last-child{
    margin-bottom: 0px;
}
.widget-shop-product .shop-product .col-sm-4.right-sidebar .content-sidebar .title-sidebar{
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #3F6C84;
}
.widget-shop-product .shop-product .col-sm-4.right-sidebar .content-sidebar .widget-sidebar textarea{
    padding: 15px;
    width: 100%;
    min-height: 130px;
    border-radius: 12px;
    border: 1px solid #eee;
}
.widget-sidebar.heure-livraison .form-group{
    margin-bottom: 0px;
}
.widget-sidebar.heure-livraison input{
    padding: 9px 15px 5px 15px;
    border: 1px solid #eee;
    box-shadow: none;
    min-height: 45px;
    color: #767676;
    transition: .3s;
}
.widget-sidebar.heure-livraison tr td:first-child input{
    border-radius: 12px 0px 0px 12px;
}
.widget-sidebar.heure-livraison tr td:last-child input{
    border-radius: 0px 12px 12px 0px;
}
/**/
.widget-shop-product .shop-product .shop-product-title{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #3F6C84;
}
.widget-shop-product .shop-product .shop-product-codart span.label{
    padding: 5px 10px 3px 10px;
    display: inline-block;
    border: 1px solid #3F6C84;
    border-radius: 12px;
    color: #3F6C84;
    font-size: 12px;
    line-height: 14px;
}
.widget-shop-product .shop-product .shop-product-codart span.label.label-primary{
    background: #EE8C3E;
    border: 1px solid #e58539;
    color: #fff;
}
.widget-shop-product .shop-product .shop-product-content{
    margin: 20px 0px 12px 0px;
}
.widget-shop-product .shop-product .shop-product-content .price-article{
    display: block;
    font-size: 28px;
    font-weight: 400;
    color: #EE8C3E;
}
.widget-shop-product .shop-product .shop-product-content .desc-price{
    margin: 12px 10px 0px 0px;
    padding-right: 10px;
    display: inline-block;
    border-right: 1px solid #ddd;
}
/**/
.shop-product-accordion {
    margin-top: 22px;
    padding: 9px 0px 0px 0px;
    border-top: 1px solid #eee;
}
.shop-product-accordion .panel-group {
    margin-bottom: 0px;
}
.select-type-article{
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
/**/
.main-quantites-tab .main-quantites-tab-item{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: row;
}
.main-quantites-tab .main-quantites-tab-item .new-shop-product-prix{
    margin-left: auto;
}
.main-quantites-tab.composition .cart_quantity{
    display: none;
}
.main-quantites-tab.composition .info-quantity{
    margin-left: 0px;
}
.cart_quantity .price_jq,
.cart_quantity .cart_total_price{
    display: none;
}
.commande-update .cart_quantity .qtyminus,
.commande-update .cart_quantity .qtyplus{
    width: 32px;
    height: 32px;
    border: 1px solid #3F6C84 !important;
    border-radius: 50%;
    background: transparent;
    outline: none;
    color: #3F6C84;
    font-size: 25px;
    line-height: 30px;
}
.commande-update #article_quantity{
    text-align: center;
    border: none;
    font-size: 24px;
    font-weight: 500;
    width: 50px;
}
/**/
.info-quantity {
    margin: 8px 0px 0px 25px;
}
.info-quantity .main-quantites-tab-item{
    margin-right: 8px;
    display: inline-block;
}
.info-quantity .main-quantites-tab-item:last-child{
    margin-right: 0px;
}
.btn-style-update-commade{
    padding: 12px 15px 10px 15px;
    position: relative;
    display: inline-block;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    transition: .3s;
}

/* Composition Tab */
.composition-tab{
    padding: 15px 15px 10px 15px;
    background: #f5f8fd;
    border: 1px solid #eaeff6;
    position: relative;
}
.composition-tab ul li{
    padding: 5px 0px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
}
.composition-tab ul li span{
    margin: 3px 0px 0px 15px;
    font-weight: 500;
    color: #EE8C3E;
    float: right;
    width: 78%;
}
.composition-tab ul li:last-child{
    border: none;
}
.qtyplus-composition.disable-btn-plus{
    opacity: 0.5;
}
.composition-tab .qtyplus-composition,
.composition-tab .qtyminus-composition{
    padding: 0px;
    width: 25px;
    height: 25px;
    border: 1px solid #3F6C84 !important;
    border-radius: 50%;
    background: #fff;
    color: #3F6C84;
    font-size: 18px;
    line-height: 26px;
}
.composition-tab .qty-composition{
    padding: 0px 0px;
    width: 32px;
    background: transparent !important;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #3F6C84;
    text-align: center;
}

/**/
.total-row{
    display: flex;
    flex-direction: row;
}
#total h3{
    margin: 36px 0px 28px 0px;
    color: #3F6C84;
}
.new-shop-product-prix {
    padding: 25px 0px 25px 0px;
    margin-left: auto;
}
/**/
.rabais-content{
    padding: 8px 15px 8px 15px;
    background: #e5f6ee;
    border: 1px solid #dbf0e6;
    color: #7ab49f;
    border-radius: 12px;
}
.rabais-content .form-group.field-commande-rab_cli,
.footer-btn.shop-page.commande-page .form-group{
    display: none;
}
.rabais-content p{
    margin-right: 8px;
    margin-bottom: 0px;
    padding-right: 8px;
    border-right: 1px solid #7ab49f;
    display: inline-block;
}
.rabais-content .rab_mt {
    margin-left: 15px;
}
/**/
.form-group.footer-btn.shop-page.commande-page {
    margin-bottom: 0px;
    padding: 0px 0px 10px 0px;
    width: 100%;
    border-radius: 12px;
    background: #202A3A;
    font-size: 18px;
}
.form-group.footer-btn.shop-page.commande-page > span{
    font-size: 14px;
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.form-group.footer-btn.shop-page.commande-page .comande-mt{
    color: #fff;
}
/**/
#panier .panel-heading{
    padding: 15px 15px 10px 15px;
    display: flex;
    background: #f5f8fd;
    border-radius: 12px;
    border: 1px solid #eaeff6;
    position: relative;
}
#panier .panel-heading h6{
    font-size: 16px;
    font-weight: 500;
    color: #3F6C84;
}
#panier .panel-heading h6 .heading-elements-toggle{
    display: none;
}
#panier .panel-heading .heading-elements{
    margin-left: auto;
}
#panier .panel-heading .heading-elements a{
    font-weight: 500;
    color: #EE8C3E;
}
/*------------------------------------
    MODAL PDF
-------------------------------------- */
#pdfcreate .modal-body,
#success-pdfcreate .modal-body{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #3F6C84;
}
#success-pdfcreate .modal-body{
    min-height: 200px;
}
#success-pdfcreate .modal-body p{
    margin-top: 70px;
}
#pdfcreate .modal-footer{
    padding-top: 0px;
    padding-bottom: 60px;
    border-top: none;
    text-align: center;
}
#pdfcreate .modal-footer .btn.btn-default{
    padding: 10px 15px 8px 15px !important;
    font-weight: 500;
    color: #fff;
}
#pdfcreate .modal-footer .btn.btn-default.send-pdf-oui{
    background: rgba(122,180,159,1);
    border: 1px solid rgba(122,180,159,1);
}
#pdfcreate .modal-footer .btn.btn-default.send-pdf-non{
    background: rgba(211,48,47,1);
    border: 1px solid rgba(211,48,47,1);
}
.loader-form{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/preload.svg') 50% 50% no-repeat rgb(249,249,249);
}

/*------------------------------------
    Statistique téléventes PAGE
-------------------------------------- */
#statistique-form{
    padding: 15px;
    background: #f5f8fd;
    border-radius: 12px;
    border: 1px solid #eaeff6;
    position: relative;
}
#statistique-form .form-group{
    margin-bottom: 0px;
}
#statistique-form label{
    display: block;
    font-size: 14px;
    color: #3F6C84;
}
#statistique-form span.input-group-addon{
    border-radius: 20px 0px 0px 20px;
}
#statistique-form input{
    border-radius: 0px 20px 20px 0px;
}
#statistique-form label.radio-inline{
    margin-top: 8px;
    display: inline-block;
}
#statistique-form #total-ttc-ven{
    margin-top: 6px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #EE8C3E;
}
#statistique-form .btn.btn-default{
    margin-top: 9px;
    padding: 10px 15px 8px 15px !important;
    width: 100%;
}
#statistique-form .select-project-radio,
#statistique-form .select-project-radio div{
    display: flex;
    align-items: center;
}
#statistique-form .select-project-radio div{
    margin-right: 15px;
}
#statistique-form .select-project-radio div input,
#statistique-form .select-project-radio div label {
    margin: 0px !important;
}
#statistique-form .select-project-radio div label{
    margin-left: 10px !important;
}
/**/
.statistique-table-content{
    margin-top: 15px;
}
.statistique-table-content .filters,
.statistique-table-content .summary{
    display: none !important;
}
.statistique-table-content .price-vend{
    font-weight: 500;
    color: #EE8C3E;
}


/*------------------------------------
    Article Scann
-------------------------------------- */
#scann,
.header-historique{
    padding-right: 20px;
    margin-right: 20px;
    display: inline-block;
    border-right: 1px solid #eaeff6;
}
#scann .scann-section{
    display: flex;
}
#scann .scann-section .title-scann{
    align-self: center;
}
#scann #scanner_input {
    margin-right: 5px;
    padding: 0px;
    height: 0;
    width: 0;
    opacity: 0;
}
#scann button{
    padding: 0px 0px;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #EE8C3E;
    border: 1px solid #e58539;
    border-radius: 20px;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    outline: none !important;
    transition: .3s;
}
#scann button:hover{
    padding-right: 0px;
}
#livestream_scanner .modal-footer{
    display: none;
}
/*------------------------------------
    Confirmation Commande
-------------------------------------- */
.confirmation-commande-block{
    /*display: none;*/
    /*margin-left: 68px;*/
    margin-bottom: 15px;
    padding: 8px 8px 8px 15px;
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(100, 189, 99, .1);
    border-radius: 25px;
}
.confirmation-commande-block p{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #3F6C84;
}
.confirmation-commande-block p span{
    color: #EE8C3E;
    font-weight: 700;
}
#commande-cod_tou .block-label-check:last-child hr{
    display: none;
}
/*------------------------------------
    Checkbox Switchery
-------------------------------------- */
#create-commande-form .field-commande-cod_tou .checkbox.checkbox-switchery{
    margin: 0px 0px 0px 15px;
}
#create-commande-form .field-commande-cod_tou .checkbox.checkbox-switchery label{
    padding: 0px 0px 0px 56px;
    margin: 0px 0px 0px 0px;
    position: relative;
    border: none;
    border-radius: 0px;
}
.checkbox-switchery .switchery {
    position: absolute;
    left: 0;
    margin-top: 1px;
}
.switchery {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    width: 44px;
    height: 22px;
    vertical-align: middle;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.switchery > small {
    background-color: #fff;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* ---------------------------------------------- */
@media (max-width: 1680px) and (min-width: 1550px){
    .page-header ul.nav a {
        padding: 10px 15px;
    }
}
@media (max-width: 1550px) and (min-width: 1201px){
    .page-header ul.nav li {
        margin-right: 3px;
    }
    .page-header ul.nav a {
        padding: 10px 8px;
    }
    /* Checkout */
    .checkout-sidebar h2 {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .checkout-content .checkout-content-item .checkout-content-item-info {
        padding: 0px 4px;
        flex: 27%;
    }
    .checkout-content .checkout-content-item .checkout-content-item-article {
        font-size: 12px;
    }
    .checkout-content .checkout-content-item .rabais-content {
        text-align: center;
    }
    .checkout-content .checkout-content-item .rabais-content p {
        padding: 0px;
    }
    .checkout-content .checkout-content-item .checkout-cart-items-controll {
        padding: 0px 5px 0px 10px;
    }
    .commande-update #article_quantity {
        width: 50px;
    }
    .checkout-content .checkout-content-item .info-quantity {
        padding: 0px 5px 0px 5px;
        align-items: center;
        justify-content: normal;
        display: flex;
        flex-direction: column;
        flex: 30px;
        height: auto;
    }
    .checkout-content .checkout-content-item .checkout-cart-items-radio.form-group.select-type-article {
        padding: 0px 15px 0px 5px;
    }
    .checkout-content .checkout-content-item .checkout.checkout-cart-items-radio .radio {
        margin-top: 0px;
    }
    .checkout-content .checkout-content-item .checkout-cart-items-mnt {
        padding: 0px 0px 0px 0px;
    }
    .checkout-content .checkout-content-item .shopping-cart-items-delete {
        padding: 4px 0px 0px 10px;
    }
    /**/
    .block-edit-remise .new-remise{
        top: -3px;
    }
    /**/
    .page-header ul.nav a {
        padding: 10px 5px;
    }
}
@media (max-width: 1440px) and (min-width: 0px){
    #produit .col-sm-4 .panel img{
        width: 100%;
    }
}
@media (max-width: 1400px) and (min-width: 1201px){
    .page-header ul.nav a {
        padding: 10px 5px;
    }
    /* -------------------------------------- */
    .nav-header.submenu-commande ul li:last-child span{
        display: flex;
        flex-basis: calc(50% - 40px);
        justify-content: center;
        flex-direction: column;
    }
    /* -------------------------------------- */
    .col-sm-12.row-header-title > ul > li {
        margin-right: 0px;
    }
    .col-sm-12.row-header-title > ul > li > a {
        padding: 12px 12px 10px 12px;
    }
    /* -------------------------------------- */
    .composition-tab ul li span {
        width: 70%;
    }
    /* -------------------------------------- */
    .ajouter-prix-neg-block .col-info-prix-neg .card-profil:nth-child(2) {
        margin-right: 0%;
    }
    .ajouter-prix-neg-block .col-info-prix-neg .card-profil {
        width: 47%;
    }
    .ajouter-prix-neg-block .col-info-prix-neg .card-profil:nth-child(2n+1){
        margin-right: 5%;
    }
    .deb-table-negocies tr th:first-child,
    .deb-table-negocies tr td:first-child{
        width: 140px;
    }
    .ajouter-prix-neg-block #listInfoPrix {
        margin-left: 26%;
        width: 68%;
    }
    /* -------------------------------------- */
    .block-edit-remise {
        padding: 6px 0px 0px 0px;
        display: block;
        width: 164px;
        text-align: center;
    }
    .block-edit-remise .new-remise{
        top: 6px;
    }
    .block-edit-remise .new-remise.active {
        right: 0px;
    }
    .checkout-content .checkout-content-item .editer-remise {
        padding: 7px 8px 5px 8px;
        width: 100%;
    }
    .block-edit-remise .new-remise .new-remise-input {
        margin: 0px 0px 0px 0px;
        width: 100%;
        padding: 1px 20px 0px 5px;
        height: 26px;
    }
    .block-edit-remise .new-remise a{
        top: 0px;
        right: 0px;
    }
    /* -------------------------------------- */
    .nav-articles ul li {
        width: 24%;
    }
    /* -------------------------------------- */
    .deb-create-form .col-md-2{
        width: 33.33333333%;
    }
}
@media (max-width: 1200px) and (min-width: 0px){
    .deb.page-header.view-mode.deb-page .tabbable {
        overflow-x: auto;
    }
    .deb.page-header.view-mode.deb-page .tabbable ul.nav {
        width: 1240px;
        height: 50px;
    }
    .return-article,
    .page-content .content-wrapper .content .return-article{
        display: inline-block;
    }
    .co-article .page-title.header-nav-top{
        flex-wrap: wrap;
    }
    .co-article .page-title.header-nav-top #scann{
        order: 0;
    }
    .co-article .page-title.header-nav-top .header-historique{
        order: 1;
    }
    .co-article .page-title.header-nav-top #article-search-form{
        order: 2;
    }
    .co-article .page-title.header-nav-top .return-article{
        order: 3;
    }
}
@media (max-width: 1200px) and (min-width: 1040px){
    .page-header ul.nav li {
        margin-right: 5px;
    }
    .page-header ul.nav a {
        padding: 10px 12px;
    }
    /* -------------------------------------- */
    .page-header .update-page-commade .page-title{
        width: 40%;
    }
    .col-sm-12.row-header-title > ul {
        width: 58%;
    }
    .page-header .update-page-commade .page-title a.header-client-name {
        margin: 10px 0px 0px 0px;
        display: block;
    }
    /* -------------------------------------- */
    .widget-shop-product .shop-product .col-sm-3.left-sidebar {
        width: 15%;
    }
    .widget-shop-product .shop-product .col-sm-4.right-sidebar {
        width: 35%;
    }
    /* -------------------------------------- */
    .commande-create .select-npa-btn a.btn.btn-default {
        margin-bottom: 5px;
    }
    /* -------------------------------------- */
    .ajouter-prix-neg-block .col-info-prix-neg .card-profil:nth-child(2) {
        margin-right: 0%;
    }
    .ajouter-prix-neg-block .col-info-prix-neg .card-profil {
        width: 46%;
    }
    .ajouter-prix-neg-block .col-info-prix-neg .card-profil:nth-child(2n+1){
        margin-right: 6%;
    }
    .deb-table-negocies tr th:first-child,
    .deb-table-negocies tr td:first-child{
        width: 140px;
    }
    .ajouter-prix-neg-block #listInfoPrix {
        margin-left: 26%;
        width: 68%;
    }

}
@media (max-width: 1200px) and (min-width: 768px){
    /* -- Checkout ------------------------------------ */
    .checkout-sidebar h2 {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .checkout-content .checkout-content-item .checkout-content-item-info {
        padding: 0px 10px;
        flex: 30%;
    }
    .checkout-content .checkout-content-item .checkout-content-item-article {
        font-size: 12px;
    }
    .checkout-content .checkout-content-item .rabais-content {
        text-align: center;
    }
    .checkout-content .checkout-content-item .rabais-content p {
        padding: 0px;
    }
    .checkout-content .checkout-content-item .checkout-cart-items-controll {
        padding: 0px 5px 0px 10px;
    }
    .commande-update #article_quantity {
        width: 50px;
    }
    .checkout-content .checkout-content-item .info-quantity {
        padding: 0px 5px 0px 5px;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        height: 64px;
    }
    .checkout-content .checkout-content-item .checkout-cart-items-radio.form-group.select-type-article {
        padding: 0px 15px 0px 5px;
    }
    .checkout-content .checkout-content-item .checkout.checkout-cart-items-radio .radio {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .checkout-content .checkout-content-item .checkout-cart-items-mnt {
        padding: 0px 0px 0px 0px;
    }
    .checkout-content .checkout-content-item .shopping-cart-items-delete {
        padding: 3px 0px 0px 5px;
    }
    /**/
    .shopping-cart-section .shopping-cart-items ul li .code-article, .shopping-cart-section .shopping-cart-items ul li .pds-var {
        font-size: 12px;
    }
    /**/
    .block-edit-remise {
        padding: 6px 0px 0px 0px;
        display: block;
        width: 164px;
        text-align: center;
    }
    .block-edit-remise .new-remise{
        top: 6px;
    }
    .block-edit-remise .new-remise.active {
        right: 0px;
    }
    .checkout-content .checkout-content-item .editer-remise {
        padding: 7px 8px 5px 8px;
        width: 100%;
    }
    .block-edit-remise .new-remise .new-remise-input {
        margin: 0px 0px 0px 0px;
        width: 100%;
        padding: 1px 20px 0px 5px;
        height: 26px;
    }
    .block-edit-remise .new-remise a{
        top: 0px;
        right: 0px;
    }
}
@media (max-width: 1040px) and (min-width: 0px){
    body.sidebar-mobile-main .content-wrapper,
    .sidebar.sidebar-main .category-content.no-padding,
    .open-mobile-menu.open-mobile-menu-close .sidebar.sidebar-main .category-content.no-padding{
        display: none;
    }
    .page-content .sidebar .user-content {
        margin-right: 0px;
        padding: 8px 0 8px 0;
    }
    a.sidebar-mobile-main-toggle {
        margin-right: 15px;
        padding: 0px 5px;
        display: inline-block;
        cursor: pointer;
        /*width: 42px;*/
        height: 42px;
        background: rgba(255,255,255,.1);
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 20px;
        color: #fff;
        text-align: center;
        line-height: 42px;
    }
    a.sidebar-mobile-main-toggle i{
        margin-right: 5px;
        font-size: 12px;
    }
    .sidebar-mobile-main .sidebar.sidebar-main .category-content.no-padding{
        display: block;
        min-height: 100vh;
        height: auto;
    }
    .open-mobile-menu.open-mobile-menu-close .content-wrapper,
    .open-mobile-menu .sidebar.sidebar-main .category-content.no-padding{
        display: block;
    }
    .sidebar.sidebar-main .sidebar-user-icon{
        display: none !important;
    }
    /* -------------------------------------- */
    .co-site .content-wrapper .content::after{
        display: none;
    }
    .page-content {
        align-content: flex-start;
    }
    .page-content .sidebar {
        padding: 0px 15px 0px 15px;
    }
    .page-content .content-wrapper {
        padding: 15px 15px 15px 15px;
    }
    .shopping-cart-section .shopping-cart-icon {
        top: 0px;
    }
    .shopping-cart-section .shopping-cart-items,
    body.sticky .shopping-cart-section .shopping-cart-items{
        top: 0px;
        border-radius: 0px 0px 12px 12px;
    }
    /* -------------------------------------- */
    .composition-tab ul li span {
        width: 100%;
    }
}
@media (max-width: 1201px) and (min-width: 991px){
    .nav-articles ul li {
        width: 24%;
    }
    /* -------------------------------------- */
    .page-header ul.nav a {
        padding: 10px 10px;
    }
    /* -------------------------------------- */
    .deb-create-form .col-md-2{
        width: 33.33333333%;
    }
}
@media (max-width: 1040px) and (min-width: 991px){
    #produit .col-sm-4 .panel img {
        width: 100%;
        height: auto;
    }
    /* -------------------------------------- */
    .ajouter-prix-neg-block .col-info-prix-neg .card-profil:nth-child(2) {
        margin-right: 0%;
    }
    .ajouter-prix-neg-block .col-info-prix-neg .card-profil {
        width: 46%;
    }
    .ajouter-prix-neg-block .col-info-prix-neg .card-profil:nth-child(2n+1){
        margin-right: 6%;
    }
    .deb-table-negocies tr th:first-child,
    .deb-table-negocies tr td:first-child{
        width: 140px;
    }
    .ajouter-prix-neg-block #listInfoPrix {
        margin-left: 26%;
        width: 68%;
    }
    /* -------------------------------------- */
}
@media (max-width: 991px) and (min-width: 768px){
    #statistique-form .row .col-md-2,
    #statistique-form .col-md-4{
        width: 50%;
        float: left;
    }
    #statistique-form .row .col-md-2:first-child,
    #statistique-form .row .col-md-2:nth-child(3){
        width: 25%;
        min-height: 64px;
        float: left;
    }
    /* -------------------------------------- */
    .page-header ul.nav li {
        margin-bottom: 3px;
    }
    /* -------------------------------------- */
    .commande-create .col-md-4.select-npa-btn,
    .commande-create .col-md-4.select-tou {
        padding-top: 15px;
        text-align: right;
    }
    /* -------------------------------------- */
    .page-header .update-page-commade .page-title{
        width: 40%;
    }
    .col-sm-12.row-header-title > ul {
        width: 58%;
    }
    .page-header .update-page-commade .page-title a.header-client-name {
        margin: 10px 0px 0px 0px;
        display: block;
    }
    .widget-shop-product .shop-product .col-sm-3.left-sidebar {
        width: 15%;
    }
    .widget-shop-product .shop-product .col-sm-4.right-sidebar {
        width: 35%;
    }
    .co-commande .col-sm-12.row-header-title > ul > li {
        margin-bottom: 8px;
    }
    /* -------------------------------------- */
    .deb-view.content.content-view .search-article #article-search-form input,
    .page-header.view-mode.ajouter-article #article-search-form input{
        width: 100px;
    }
    /* -------------------------------------- */
    .deb-view.content.content-view.create-content-form form#create-commande-form #btn-create-commande,
    .col-md-4.label-select-date.select-tou{
        text-align: left;
    }
    .col-md-8.label-select-date.select-tou,
    .col-md-4.label-select-date.select-tou{
        width: 100%;
    }
    /* -------------------------------------- */
    .deb-view.content.content-view form#ajouter-prix-neg .form-group input#modelprix-pri_01{
        width: 100%;
    }
    .col-md-3.col-date,
    .col-md-6.col-date {
        width: 50%;
        float: left;
        height: 64px;
    }
    /* -------------------------------------- */
    .form-group.footer-btn.footer-nav-top #scann{
        padding-right: 8px;
        margin-right: 8px;
        border-right: 1px solid #eaeff6;
    }
    .form-group.footer-btn.footer-nav-top #scann .title-scann{
        display: none;
    }
    .form-group.footer-btn.footer-nav-top #article-search-form{
        width: 200px;
    }
    /* -- Checkout ------------------------------------ */
    .checkout-page .row.commande-form > .col-md-3,
    .checkout-page .row.commande-form > .col-md-9{
        width: 100%;
    }
    .checkout-page .row.commande-form > .col-md-9{
        margin-top: 15px;
        order: 1;
    }
    .checkout-page .row.commande-form > .col-md-3{
        order: 0;
    }
    .checkout-sidebar {
        display: flex;
        flex-wrap: wrap;
    }
    .checkout-sidebar .widget-sidebar{
        padding: 0px 15px !important;
        flex: 1;
    }
    .checkout-sidebar .widget-sidebar .form-group{
        margin-bottom: 0px;
    }
    .checkout-nav ul {
        padding: 0px 0px;
    }
    .checkout-nav ul li.header-client-name{
        width: 183px;
    }
    .checkout-nav ul li.finaliser-commande{
        width: 290px;
    }
    .checkout-nav ul li a{
        display: block;
        font-size: 12px;
        text-align: center;
    }
    .checkout-nav ul li.finaliser-commande a{
        display: inline-block;
        height: 100%;
    }
    /**/

    /* -- Category Product ------------------------  */
    .nav-articles ul li {
        width: 32%;
    }
    .co-article .page-title.header-nav-top .header-historique {
        display: none;
    }
}
@media (max-width: 768px) and (min-width: 0px){
    .site-login {
        position: relative; !important;
        height: auto;
        background: transparent;
    }
    .site-login-info-login {
        height: auto;
    }
    .site-login-info-login img {
        width: 72px;
        height: auto;
    }
    #login-form {
        width: 100%;
    }
    .field-loginform-username, .field-loginform-password {
        margin-left: 5%;
        margin-right: 0;
        float: none;
        width: 90%;
    }
    #login-form .btn {
        width: 90%;
        float: none;
        margin-left: 5%;
    }
    /* -------------------------------------- */
    .site-index .panel-body ul {
        width: 100%;
    }
    .site-index .panel-body ul li {
        margin-top: 10px;
        display: inline-block;
        width: 48%;
    }
    .site-index .panel-body ul li:nth-child(2n+1){
        margin-right: 2%;
    }
    .site-index .panel-body ul li a {
        margin-right: 0px;
        padding: 32px 10px 32px 10px;
        width: 100%;
    }
    .site-index .panel-body ul li a:hover, .site-index .panel-body ul li a.active {
        padding: 32px 10px 32px 10px;
        color: #fff;
    }
    .site-index .panel-body ul li a::before {
        bottom: -84px;
    }
    /* -------------------------------------- */
    .shopping-cart-section .shopping-cart-items{
        width: 91%;
    }
    /* -  Deb ------------------------------- */
    .deb-index.content.table-list-deb {
        overflow-x: auto;
    }
    .page-header.view-mode.deb-page ul.nav li {
        margin-right: 0px;
        width: 49%;
    }
    .deb-view.content.content-view.deb-default,
    .deb-view.content.content-view.deb-comptabilite,
    .deb-view.content.content-view.deb-ventes,
    .deb-view.content.content-view.deb-remarques {
        padding: 60px 0px 15px 0px;
    }
    .deb-view.content.content-view form .form-group.footer-btn {
        position: absolute;
        top: -55px;
        right: 10px;
    }
    /**/
    .panel.panel-flat.table-comptabilite .panel-body{
        padding-left: 0px;
        padding-right: 0px;
    }
    .table-comptabilite .info-table span {
        padding: 7px 5px 5px 5px;
        display: block;
        background: #e5f6ee;
        border: 1px solid #dbf0e6;
        line-height: 22px;
        text-align: center;
    }
    /**/
    #form-deb-ventes .table-comptabilite .info-table span.date-create{
        line-height: 45px;
    }
    /**/
    #tournees-list {
        overflow-x: auto;
    }
    #section-tournee .panel-heading .vendeur {
        text-align: left;
    }
    #section-tournee .panel-heading .vendeur,
    #section-tournee .panel-heading .heading-elements {
        width: 100%;
        margin-bottom: 2px;
    }
    #modal-create-tournees .modal-content, #add-new-tournee .modal-content {
        min-height: 220px;
        padding-left: 0px;
    }
    #modal-create-tournees .modal-dialog::before,
    #add-new-tournee .modal-dialog::before{
        display: none;
    }
    /**/
    .deb-view.content.content-view.deb-appels .panel-body{
        padding-left: 0px;
        padding-right: 0px;
    }
    #appels-list{
        overflow-x: auto;
    }
    /* -------------------------------------- */
    .btn.btn-default {
        padding: 10px 8px 8px 8px;
    }
    .btn.btn-default:hover {
        padding: 10px 8px 8px 8px;
    }
    .btn.btn-default::after{
        display: none;
    }
    /* -  Destockage ------------------------------ */
    #destockage-vendeur .panel-body {
        padding: 0px;
    }
    #destockage-vendeur .panel-body.table-destockage{
        overflow-x: auto;
    }
    /* -  Article ---------------------------------- */
    .deb.page-header.view-mode.deb-page .tabbable{
        overflow-x: auto;
    }
    .deb.page-header.view-mode.deb-page .tabbable ul.nav{
        width: 1140px;
        height: 50px;
    }
    .deb.page-header.view-mode.deb-page .tabbable ul.nav li{
        width: auto;
    }
    .co-catalogue .deb-view.content.content-view .form-group.footer-btn,
    .co-historique .deb-view.content.content-view .form-group.footer-btn {
        display: flex;
        width: 100%;
        top: -40px;
        right: 0px;
    }
    .co-catalogue .deb-view.content.content-view.deb-catalogue,
    .co-historique .deb-view.content.content-view.deb-historique{
        margin-top: 45px;
    }
    #scann .scann-section .title-scann{
        display: none;
    }
    .deb-view.content.content-view .search-article #article-search-form input,
    .page-header.view-mode.ajouter-article #article-search-form input{
        width: 125px;
    }
    .form-group.footer-btn.footer-nav-top #scann{
        padding-right: 8px;
        margin-right: auto;
    }
    .form-group.footer-btn.footer-nav-top #article-search-form {
        width: calc(100% - 65px);
    }
    /* ------------------------- */
    .co-article .page-header.ajouter-article .page-header-content{
        overflow: hidden;
    }
    .page-header.view-mode.ajouter-article .search-article {
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
    }
    .page-header.view-mode.ajouter-article .page-title{
        display: flex;
    }
    .page-header.view-mode.ajouter-article .page-title.header-nav-top #scann{
        padding-right: 8px;
        margin-right: 8px;
        border-right: 1px solid #eaeff6;
    }
    .page-header.view-mode.ajouter-article .page-title a.historique-commande-btn{
        /*display: none;*/
        margin-left: auto;
    }
    /* ------------------------- */
    .shopping-cart-section.active {
        position: relative;
        z-index: 999;
    }
    .ajouter-article #article-ajouter input#article_code {
        width: 50%;
    }
    .page-header.view-mode.ajouter-article button.btn.btn-default.addArticleCodeToCart{
        margin: 5px 0px;
    }
    .deb-index.content.article-list-index {
        padding-left: 0px;
        padding-right: 0px;
        overflow-x: auto;
        position: relative;
        z-index: 1;
    }
    .widget-list-table .summary{
        display: none !important;
    }
    .table.clients-table.art-table thead tr th:nth-child(3),
    .table.clients-table.art-table thead tr td:nth-child(3),
    .table.clients-table.art-table tbody tr td:nth-child(3),
    .table.clients-table.art-table thead tr th:nth-child(5),
    .table.clients-table.art-table thead tr td:nth-child(5),
    .table.clients-table.art-table tbody tr td:nth-child(5),
    .table.clients-table.art-table thead tr th:nth-child(6),
    .table.clients-table.art-table thead tr td:nth-child(6),
    .table.clients-table.art-table tbody tr td:nth-child(6){
        display: none !important;
    }
    /**/
    #modal_article.article-nbart #modal-form .row .col-sm-8{
        padding-left: 0px;
    }
    #modal_article #modal-form .row .col-sm-4 .modal-article-img {
        top: 15px;
        left: 0px;
        width: 85px;
        height: 85px;
    }
    #modal_article #modal-form .modal-header h2 {
        font-size: 16px;
        color: #3F6C84;
    }
    #modal_article .row-modal-action {
        margin: 10px 0px 10px 0px;
        flex-direction: column;
    }
    #modal_article .total-section h3{
        margin-bottom: 12px;
    }
    #modal_article .modal-article-footer {
        margin-left: 0;
        padding: 0px 0px 10px 0px;
    }
    #modal_article .modal-article-footer .btn.btn-default.addArticleToCart {
        width: 100%;
    }
    #modal_article .composition-tab ul li > div {
        width: 28%;
        text-align: center;
    }
    #modal_article .composition-tab ul li span {
        margin: 2px 0px 0px 0px;
        padding-left: 5px;
        width: 72%;
        font-size: 11px;
        line-height: 14px;
    }
    #modal_article #modal-form .text-remarques-preparateur{
        width: calc(100% - 15px);
    }
    /**/
    #produit .col-sm-4 .panel{
        padding-left: 0px;
        padding-right: 0px;
    }
    #produit .col-sm-4 .panel img{
        width: 100%;
        height: auto;
    }
    #produit ul li:nth-child(2) .product-prix {
        padding: 1px 12px 0px 12px;
        border-radius: 20px;
        position: relative;
        top: 0px;
        right: 0px;
        font-size: 18px;
    }
    #produit .cod-produit span {
        margin-left: 5px;
        padding: 5px 12px 4px 12px;
        font-size: 16px;
    }
    #produit ul li.product-prix,
    #produit ul li.product-prix-achat {
        width: 100%;
    }
    #produit ul li.product-prix .btn.btn-default,
    #produit ul li.product-prix-achat .btn.btn-default{
        width: 100%;
        margin-bottom: 5px;
    }
    /**/
    #prix{
        overflow-x: auto;
    }
    #prix .col-md-5,
    #prix .col-md-7{
        padding-left: 0px;
        padding-right: 0px;
    }
    #stock-embal .table tbody tr td,
    #generalites table tbody tr td,
    #prix table tbody tr td {
        padding: 12px 10px 12px 10px;
    }
    /* - Commandes ------------------------- */
    .nav-header.submenu-commande ul {
        flex-direction: column;
    }
    .nav-header.submenu-commande ul li {
        margin-right: 0%;
        width: 100%;
        height: 60px;
        margin-bottom: 5px;
    }
    .nav-header.submenu-commande ul li:last-child{
        padding: 8px 10px;
        width: 100%;
        display: block;
    }
    .nav-header.submenu-commande ul li:last-child span{
        width: 49%;
        text-align: left;
    }
    .nav-header.submenu-commande ul li:last-child span {
        padding-left: 0px;
        display: inline-block;
    }
    /**/
    .commande-index.content.commandes-list {
        padding-left: 0px;
        padding-right: 0px;
        overflow-x: auto;
    }
    /* - Commande Article ------------------- */
    body.co-commande .commande-update .page-header ul.nav li {
        margin-right: 0px;
    }
    body.co-commande .commande-update .page-header ul.nav li a{
        padding: 10px 10px;
    }
    body.co-commande .commande-update .col-sm-12.row-header-title {
        flex-direction: column;
    }
    body.co-commande .commande-update .page-header .update-page-commade .page-title,
    body.co-commande .commande-update .col-sm-12.row-header-title > ul{
        margin-left: 0%;
        width: 100%;
        text-align: left;
    }
    body.co-commande .commande-update .col-sm-12.row-header-title > ul{
        margin-top: 8px;
    }
    .page-header .update-page-commade .page-title a.header-client-name {
        font-size: 14px;
    }
    body.co-commande .commande-update .page-header .update-page-commade .page-title a.header-client-name i{
        display: none;
    }
    body.co-commande .commande-update .col-sm-12.row-header-title > ul > li{
        margin: 0px 0px 5px 0px;
        width: 49%;
    }
    body.co-commande .commande-update .col-sm-12.row-header-title > ul > li > a{
        padding: 10px 4px 8px 4px;
        width: 100%;
        font-size: 13px;
        text-align: center;
    }
    body.co-commande .commande-update .col-sm-12.row-header-title > ul > li > a > i{
        display: none;
    }
    /**/
    .widget-shop-product .shop-product {
        flex-direction: column;
    }
    .widget-shop-product .shop-product .col-sm-3.left-sidebar,
    .widget-shop-product .shop-product .col-sm-9.column-center,
    .widget-shop-product .shop-product .col-sm-4.right-sidebar{
        width: 100%;
    }
    .widget-shop-product .shop-product .col-sm-4.right-sidebar{
        order: 0;
    }
    .widget-shop-product .shop-product .col-sm-3.left-sidebar{
        margin-top: 15px;
        order: 1;
    }
    .widget-shop-product .shop-product .col-sm-9.column-center{
        order: 2;
    }
    /**/
    .widget-shop-product .shop-product .col-sm-4.right-sidebar .content-sidebar {
        padding: 0px 0px 0px 0px;
        border-left: none;
    }
    .widget-shop-product .shop-product .col-sm-4.right-sidebar .content-sidebar .widget-sidebar {
        margin-bottom: 15px;
    }
    .checkout-sidebar .widget-sidebar table{
        display: none;
    }
    #heure-de-livraison .title-sidebar,
    #remarque-preparateur .title-sidebar{
        padding-right: 25px;
        position: relative;
        display: inline-block;
        cursor: pointer;
    }
    #heure-de-livraison .title-sidebar::after,
    #remarque-preparateur .title-sidebar::after{
        display: block;
        content: "\ee04";
        font-family: 'icomoon';
        font-size: 14px;
        color: #3F6C84;
        position: absolute;
        top: 2px;
        right: 0px;
        transition: .3s;
    }
    /**/
    .form-group.footer-btn.shop-page.commande-page {
        font-size: 14px;
    }
    .form-group.footer-btn.shop-page.commande-page > span{
        display: block;
    }
    .form-group.footer-btn.shop-page.commande-page .comande-mt{
        display: inline-block;
        color: #EE8C3E;
    }
    .form-group.footer-btn.shop-page.commande-page .comande-mt:nth-child(3){
        margin-left: 15px;
    }
    /**/
    #delete-session-npa{
        margin-right: 5px;
    }
    #delete-session-npa, .btnAjouterNpa {
        font-size: 12px !important;
    }
    .commande-create .label-select-npa::before{
        height: 75%;
    }
    .commande-create .col-md-4.select-tou {
        padding-top: 5px;
    }
    #row-tournee {
        margin-top: 5px;
    }
    .commande-create .col-md-4.select-tou button.btn.btn-default,
    .deb-view.content.content-view.create-content-form form#create-commande-form #btn-create-commande button.btn.btn-default{
        width: 100%;
    }
    /**/
    .widget-shop-product .shop-product .col-sm-3.left-sidebar .img-content{
        margin-bottom: 10px;
        height: 150px;
        overflow: hidden;
    }
    .widget-shop-product .shop-product .col-sm-3.left-sidebar .img-content img {
        width: auto;
        height: 100%;
    }
    /**/
    .widget-shop-product .shop-product .shop-product-codart span.label.label-primary {
        margin-bottom: 5px;
    }
    /**/
    .rabais-content {
        margin-top: 15px;
    }
    #panier .panel-body{
        padding-left: 0;
        padding-right: 0;
        overflow-x: auto;
    }
    .update-remise-block .input-update-remise {
        width: 55px;
    }
    /* -------------------------------------- */
    .marge-block {
        position: relative;
        right: inherit;
        top: inherit;
        width: 100%;
        display: block;
    }
    .marge-block .btn.btn-default.btn-show-marge{
        display: block;
        width: 100%;
    }
    .marge-block .btn.btn-default.btn-show-marge.show{
        background: #EE8C3E;
        border: 1px solid #e58539;
        color: #fff;
    }
    /* -------------------------------------- */
    .deb-view.content.content-view.create-content-form form#create-commande-form #btn-create-commande,
    .col-md-4.label-select-date.select-tou{
        text-align: left;
    }
    .col-md-8.label-select-date.select-tou,
    .col-md-4.label-select-date.select-tou{
        width: 100%;
    }
    .col-md-8.label-select-date.select-tou .input-group-addon{
        display: none;
    }
    .col-md-8.label-select-date.select-tou .form-group.field-commande-cod_tou{
        padding-left: 0px;
    }
    /* -------------------------------------- */
    .btn.btn-default.btn-ajouter-prix-neg{
        width: 100%;
        margin-top: 12px;
    }
    .ajouter-prix-neg-block .search-bar {
        left: 21%;
        width: 75%;
    }
    .search-bar-info {
        margin: 5px 0px 0px -4px;
        line-height: 14px;
    }
    .btn.btn-default.btn-edit-prix-neg.btn-table{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .ajouter-prix-neg-block .col-info-prix-neg .card-profil {
        width: 47%;
    }
    .ajouter-prix-neg-block .col-md-6.col-info-prix-neg {
        padding: 15px 15px 15px 15px;
        background: #f5f8fd;
        border: 1px solid #eaeff6;
        position: relative;
        margin-bottom: 15px;
    }
    .deb-view.content.content-view form .col-md-6.col-info-prix-neg .card-profil small{
        top: -9px;
        left: 18px;
        background: #f5f8fd;
    }
    .deb-view.content.content-view form .col-md-6.col-info-prix-neg .card-profil i{
        display: none;
    }
    .ajouter-prix-neg-block .col-info-prix-neg .card-profil input {
        margin-left: 15px;
        width: 100px;
    }
    /**/
    #modal_article a.add-discount.label.label-primary {
        margin-top: 6px;
        margin-left: 0px;
        padding: 4px 10px 3px 8px;
        background: #7ab49f !important;
        display: block;
        width: max-content;
    }
    #modal_article .discount-block,
    #modal_article .discount-block #modal_article_discount{
        width: 100%;
    }
    /**/
    .shopping-cart-section .shopping-cart-items{
        border-left: 0px;
    }
    .shopping-cart-section .shopping-cart-items ul {
        overflow: auto;
    }
    .shopping-cart-section .shopping-cart-items ul li .shopping-cart-items-controll {
        padding-right: 10px;
        width: 47px;
        border-right: 1px solid #eaeff6;
    }
    .shopping-cart-section .shopping-cart-items ul li .shopping-cart-items-controll .cart_quantity{
        display: flex;
        flex-direction: column;
    }
    .shopping-cart-items-controll .cart_quantity input#article_quantity {
        width: 32px;
        order: 2;
    }
    .shopping-cart-items-controll .cart_quantity button.qtyplus{
        margin-bottom: 8px;
        margin-left: 0px;
        order: 0;
    }
    .shopping-cart-items-controll .cart_quantity button.qtyminus,
    .shopping-cart-items-controll .cart-controll-pdsvar{
        order: 1;
    }
    .shopping-cart-section .shopping-cart-items ul li .shopping-cart-items-delete {
        padding-left: 8px;
    }
    .shopping-cart-section .shopping-cart-items .shopping-cart-footer {
        width: 87%;
    }
    .shopping-cart-section .shopping-cart-items .shopping-cart-items-total {
        font-size: 12px;
    }
    /* -- Checkout ------------------------------------ */
    .checkout-nav ul {
        padding: 8px 0px;
        flex-wrap: wrap;
        border: none;
        border-radius: 0px;
        background: none;
    }
    .checkout-nav ul > li{
        margin: 0px 0px 5px 0px !important;
    }
    .checkout-nav ul > li:first-child{
        width: 100%;
    }
    .checkout-nav ul > li:last-child{
        margin-left: auto !important;
    }
    .checkout-nav ul > li > a{
        width: 100%;
        display: block;
        border-radius: 20px !important;
    }
    /**/
    .checkout-page .row.commande-form > .col-md-3,
    .checkout-page .row.commande-form > .col-md-9{
        width: 100%;
    }
    .checkout-page .row.commande-form > .col-md-9{
        margin-top: 15px;
        order: 1;
    }
    .checkout-page .row.commande-form > .col-md-3{
        order: 0;
    }
    /**/
    .checkout-sidebar {
        padding: 15px 15px 10px 15px;
    }
    .checkout-sidebar .widget-sidebar .form-group{
        margin-bottom: 0px;
    }
    .checkout-sidebar h2 {
        margin-top: 8px;
        padding-bottom: 5px;
        padding-right: 32px;
        border-bottom: 1px solid #303948;
        position: relative;
        font-size: 14px;
        letter-spacing: 0.5px;
        cursor: pointer;
    }
    .checkout-sidebar .widget-sidebar h2::after{
        display: block;
        content: "\e9b8";
        font-family: 'icomoon';
        font-size: 14px;
        color: #fff;
        position: absolute;
        top: 0px;
        right: 0px;
        transition: .3s;
    }
    .checkout-sidebar .widget-sidebar h2.active::after{
        content: "\e9b7";
    }
    .checkout-sidebar .widget-sidebar.form-group.footer-btn h2::after{
        display: none !important;
    }
    /**/
    .checkout-content .checkout-content-item .checkout {
        flex: none !important;
    }
    .checkout-content .checkout-content-item .checkout-content-item-img {
        width: 32px;
    }
    .checkout-content .checkout-content-item .checkout-content-item-info {
        padding: 0px 0px 0px 15px;
        width: calc(100% - 32px);
    }
    /**/
    .checkout-content .checkout-content-item .rabais-content,
    .checkout-content .checkout-content-item .checkout.info-quantity{
        margin-left: 47px;
    }
    .checkout-content .checkout-content-item .checkout.info-quantity {
        padding: 21px 0px 0px 0px;
        text-align: center;
    }
    .checkout-content .checkout-content-item .rabais-content,
    .checkout-content .checkout-content-item .checkout-cart-items-controll{
        margin-top: 10px;
    }
    /**/
    .checkout-content .checkout-content-item .checkout.info-quantity{
        width: 50px;
    }
    .checkout-content .checkout-content-item .checkout.checkout-cart-items-mnt{
        padding-right: 0px;
        width: 75px;
    }
    /**/
    .checkout-content .checkout-content-item .checkout-content-item-info h2 .code-article {
        padding: 2px 6px 0px 6px;
    }
    .shopping-cart-section .shopping-cart-items ul li .code-article, .shopping-cart-section .shopping-cart-items ul li .pds-var {
        font-size: 12px;
    }
    /**/
    .checkout-nav ul li.finaliser-commande{
        width: 100%;
    }
    .checkout-nav ul li a{
    }
    .checkout-nav ul li.finaliser-commande a{
        display: block;
    }
    .checkout-nav ul li.finaliser-commande a:first-child{
        margin-bottom: 5px;
    }
    /* -- Category Product ------------------------  */
    .header-historique {
        padding-right: 0px;
        margin-left: auto;
        margin-right: 0px;
        display: inline-block;
        border-right: none;
    }
    .nav-articles{
        padding: 0px;
        box-shadow: none;
    }
    .nav-articles ul li {
        margin-right: 4%;
        width: 48%;
    }
    .nav-articles ul li:nth-child(2n){
        margin-right: 0px;
    }
    .nav-articles ul li a.btn{
        white-space: normal;
    }
    .co-article .page-title.header-nav-top #article-search-form{
        margin-top: 10px;
    }
    #article-search-form .select2-container--krajee .select2-selection--single {
        padding-left: 12px;
    }
    #article-search-form .select2-container--krajee .select2-selection--single::before,
    .co-article .page-title.header-nav-top .header-historique{
        display: none;
    }
    .co-article .page-title.header-nav-top .return-article {
        order: 1;
    }
    /**/
    #npa-form{
        padding: 0px;
    }
    .confirmation-commande-block{
        display: block;
        width: auto;
        text-align: center;
    }
    #create-commande-form .field-commande-cod_tou .checkbox.checkbox-switchery {
        margin: 8px 0px 2px 0px;
    }
    #commande-cod_tou .block-label-check:last-child .confirmation-commande-block{
        margin-bottom: 0px;
    }
}
