/*
MAin style
*/
/*fonts*/
@font-face {
  font-family: ArialMT_Bold;
  src: url(/fonts/ArialMT_Bold.ttf); }

@font-face {
  font-family: ArialMT_Light;
  src: url(/fonts/ArialMT_Light.ttf); }

@font-face {
  font-family: 'arial_mtbold';
  src: url("/fonts/arial-mt-bold-webfont.woff2") format("woff2"), url("/fonts/arial-mt-bold-webfont.woff") format("woff"); }

@font-face {
  font-family: 'arial_mt_stdlight';
  src: url("/fonts/arial-mt-std-light-webfont.woff2") format("woff2"), url("/fonts/arial-mt-std-light-webfont.woff") format("woff"); }

/*General*/
* {
  font-family: ArialMT_Light;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.row {
  padding: 0;
  margin: 0; }

a:hover, a:focus {
  text-decoration: none; }

html,
body {
/*
  height: 100vh;
*/

  width: 100%;
  min-width: 320px;
  /*overflow: hidden;*/ }

img.loader-cart {
  float: right;
  width: 20px; }

.lostpawd {
  text-decoration: none;
  color: white;
  text-shadow: -1px 1px 0px #040404;
  margin: 20px 0;
  display: block; }

/*Home page*/
.interne-logo-img {
  height: 70px;
  margin-top: -35px; }

img.logo-img {
  height: 60px; }

ul#lang-switch {
  right: 200px;
  position: absolute;
  top: 0;
  text-decoration: none;
  list-style: none; }
  ul#lang-switch li {
    float: left;
    padding: 0 5px; }
    ul#lang-switch li a {
      text-decoration: none; }
      ul#lang-switch li a.cuurent-lang {
        font-weight: 800;
        text-decoration: underline; }

.home .header .header-content {
  height: 90px;
  background-color: #FFF;
  text-align: center;
  display: block;
  position: relative;
  padding: 10px; }
  .home .header .header-content .logo-zcomme {
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%); }

.home .main {
  height: 100vh;
  width: 100vw;
  display: block;
  position: relative;
  background: url("/images/home-bg.png") center no-repeat;
  background-size: cover; }
  .home .main .main-content {
    text-align: center;
    height: 100%;
    width: 100%; }
    .home .main .main-content .login-form {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: auto;
      padding: 15px;
      width: 350px;
      max-width: 100%; }
      .home .main .main-content .login-form .email-input,
      .home .main .main-content .login-form .pass-input {
        width: 310px;
        max-width: 100%;
        height: 50px;
        display: block;
        position: relative;
        margin-bottom: 20px;
        color: #000;
        box-shadow: 3px 3px 3px #4c4b4b;
        border: none;
        line-height: 50px;
        padding: 0 20px;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 1px; }
        .home .main .main-content .login-form .email-input::-webkit-input-placeholder,
        .home .main .main-content .login-form .pass-input::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #b2b2b2; }
        .home .main .main-content .login-form .email-input:-moz-placeholder,
        .home .main .main-content .login-form .pass-input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #b2b2b2;
          opacity: 1; }
        .home .main .main-content .login-form .email-input::-moz-placeholder,
        .home .main .main-content .login-form .pass-input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #b2b2b2;
          opacity: 1; }
        .home .main .main-content .login-form .email-input:-ms-input-placeholder,
        .home .main .main-content .login-form .pass-input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #b2b2b2; }
        .home .main .main-content .login-form .email-input::-ms-input-placeholder,
        .home .main .main-content .login-form .pass-input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #b2b2b2; }
      .home .main .main-content .login-form .input-wrap {
        text-align: left;
        margin-bottom: 20px;
        display: block;
        position: relative; }
        .home .main .main-content .login-form .input-wrap .stay-loged-in {
          font-size: 16px;
          font-weight: bold;
          margin-right: 22px;
          letter-spacing: 1px;
          display: inline-block; }
        .home .main .main-content .login-form .input-wrap .slideOne {
          display: inline-block;
          width: 25px;
          height: 12px;
          background: #5a5a5a;
          margin: auto;
          position: relative;
          border-radius: 50px;
          transition: all 0.5s; }
          .home .main .main-content .login-form .input-wrap .slideOne label {
            display: block;
            width: 12px;
            height: 12px;
            position: absolute;
            top: 0;
            left: -3px;
            cursor: pointer;
            background: #FFF;
            border-radius: 50px;
            box-shadow: 3px 0px 13px 0px rgba(0, 0, 0, 0.6);
            transition: all 0.4s ease; }
          .home .main .main-content .login-form .input-wrap .slideOne input[type=checkbox] {
            visibility: hidden; }
            .home .main .main-content .login-form .input-wrap .slideOne input[type=checkbox]:checked + label {
              left: 13px; }
            .home .main .main-content .login-form .input-wrap .slideOne input[type=checkbox]:checked + .slideOne {
              background-color: #ff6d2e !important; }
      .home .main .main-content .login-form .btn-submit {
        cursor: pointer;
        background-color: #ff6d2e;
        color: #FFF;
        border: 1px solid #ff6d2e;
        padding: 15px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        box-shadow: 3px 3px 3px #4c4b4b; }
        .home .main .main-content .login-form .btn-submit:hover {
          color: #ff6d2e;
          background-color: #FFF; }
    .home .main .main-content .logo-zcomme {
      position: absolute;
      bottom: 110px;
      right: 20px; }

@media only screen and (max-width: 991px) {
  .home .logo-z {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px; } }

@media only screen and (max-width: 767px) {
  .home .header .header-content {
    height: auto; }
  .home .header .header-content .logo-bpce,
  .home .header .header-content .logo-z {
    position: relative;
    display: block;
    margin: auto;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin-bottom: 10px; }
  .home .main .main-content .login-form {
    top: 35%; }
  .home .main .main-content .logo-zcomme {
    bottom: 200px; } }

/*All dashbord pages*/
.dashborad-page #welcome {
  float: left;
  margin-left: 150px;
  font-size: 20px;
  font-weight: 100;
  line-height: 20px;
  margin-top: 20px;
  color: #857462; }

.dashborad-page .btn {
  border-radius: 0;
  border: 1px solid #ff6d2e;
  background-color: #FFF;
  cursor: pointer; }

.dashborad-page .nicescroll-rails {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  left: auto !important;
  right: 55px; }

.dashborad-page.menu-open .main-content {
  padding-left: 260px !important; }

.dashborad-page.menu-open .menu {
  left: 0 !important; }

.dashborad-page.menu-open-mobile .header {
  margin-left: 140px; }

.dashborad-page.menu-open-mobile .main .main-content {
  left: 140px; }

.dashborad-page.menu-open-mobile .header .header-content .menu-toggle-open {
  display: none; }

.dashborad-page header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  min-width: 320px;
  transition: all 0.5s; }
  .dashborad-page header.header .header-content {
    height: 90px;
    line-height: 90px;
    background-color: #FFF;
    position: relative;
    padding: 20px 60px 0;
    display: block;
    transition: all 0.5s; }
    .dashborad-page header.header .header-content .menu {
      width: 190px;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 999;
      position: absolute;
      top: 0;
      left: -190px;
      transition: all 0.5s; }
      .dashborad-page header.header .header-content .menu .menu-top {
        height: 90px;
        position: relative;
        width: 100%;
        display: block;
        text-align: center; }
        .dashborad-page header.header .header-content .menu .menu-top .menu-toggle-close {
          height: 29px;
          width: 55px;
          border: none;
          border-radius: 0;
          background: transparent url(/images/menu-toggle-close.png) center no-repeat;
          background-size: contain;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: auto;
          cursor: pointer; }
      .dashborad-page header.header .header-content .menu .menu-bottom {
        height: 100%;
        width: 100%;
        display: block;
        padding: 35px; }
        .dashborad-page header.header .header-content .menu .menu-bottom .menu-items {
          list-style: none; }
          .dashborad-page header.header .header-content .menu .menu-bottom .menu-items .menu-item {
            padding: 25px 0;
            border-bottom: 1px solid #FFF; }
            .dashborad-page header.header .header-content .menu .menu-bottom .menu-items .menu-item a {
              font-size: 21px;
              font-family: ArialMT_Light;
              color: #4c4c4C;
              line-height: 20px;
              text-decoration: none;
              display: inherit;
              letter-spacing: 1.2px; }
              .dashborad-page header.header .header-content .menu .menu-bottom .menu-items .menu-item a:hover {
                color: #FFF; }
            .dashborad-page header.header .header-content .menu .menu-bottom .menu-items .menu-item.active a {
              color: #f0f0f0; }
            .dashborad-page header.header .header-content .menu .menu-bottom .menu-items .menu-item:first-child {
              padding-top: 0; }
            .dashborad-page header.header .header-content .menu .menu-bottom .menu-items .menu-item:last-child {
              border: none; }
    .dashborad-page header.header .header-content .menu-toggle-open {
      height: 29px;
      width: 55px;
      border: none;
      border-radius: 0;
      background: transparent url(/images/menu-toggle-open.png) center no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 68px;
      margin: auto;
      cursor: pointer; }
    .dashborad-page header.header .header-content .logo-btn {
      margin-left: 150px;
      height: auto;
      position: relative;
      float: left; }
    .dashborad-page header.header .header-content .btn-logout {
      background-color: #ff6d2e;
      color: #FFF;
      padding: 12px 15px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 60px;
      box-shadow: 3px 3px 3px gray;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
      text-decoration: none;
      height: 40px;
      line-height: 17px;
      display: block; }

.dashborad-page .main {
  padding: 90px 0 0;
    background: url(/images/main-bg.png) center;
    /* background-size: cover;
    position: relative; */
    display: block;
    /* height: 100vh;*/}
  .dashborad-page .main .main-content {
    padding: 35px 70px;
    max-height: 100%;
    transition: all 0.5s; }
    .dashborad-page .main .main-content .main-content-top {
      margin-bottom: 35px; }
      .dashborad-page .main .main-content .main-content-top .title {
        color: #ff6d2e;
        text-transform: uppercase;
        font-size: 25px;
        font-family: ArialMT_Bold;
        font-weight: bold;
        display: inline-block; }
      .dashborad-page .main .main-content .main-content-top .search-form {
        display: inline-block;
        float: right;
        margin-right: 15px; }
        .dashborad-page .main .main-content .main-content-top .search-form .text-input {
          background-color: transparent;
          border: none;
          border-bottom: 1px solid #000;
          width: 311px;
          font-size: 18px;
          margin-right: 10px; }
        .dashborad-page .main .main-content .main-content-top .search-form .submit-input {
          background-color: transparent;
          height: 23px;
          width: 35px;
          background: url(/images/search-input-icon.png) center no-repeat;
          background-size: contain;
          border: none;
          cursor: pointer;
          position: relative;
          top: 8px; }
    .dashborad-page .main .main-content .main-content-bottom {
      height: 100%;
      width: 100%;
      display: block;
	  /*
	  overflow-x: hidden;
      overflow-y: scroll;
	  */
      text-align: left; }

@media only screen and (max-width: 1100px) {
  .dashborad-page .main .main-content {
    padding-right: 40px;
    padding-left: 40px !important;
    padding-bottom: 15px; }
  .dashborad-page .nicescroll-rails {
    right: 25px; }
  .dashborad-page.menu-open .main .main-content {
    padding-left: 240px !important; } }

@media only screen and (max-width: 991px) {
  .dashborad-page .header .header-content .menu .menu-bottom {
    padding: 15px; }
  .dashborad-page .header .header-content .menu .menu-bottom .menu-items .menu-item {
    padding: 15px 0; }
  .dashborad-page .header .header-content .menu {
    width: 140px; }
  .dashborad-page .header .header-content .menu-toggle-open {
    left: 43px; }
  .dashborad-page.menu-open .main .main-content {
    padding-left: 180px !important; }
  .dashborad-page .header .header-content .logo-btn {
    margin-left: 110px; }
  .dashborad-page .main .main-content .main-content-top .search-form .text-input {
    width: 211px; }
  .dashborad-page .main .main-content .main-content-bottom .box {
    width: 48% !important; }
  .dashborad-page .main .main-content .main-content-top .title {
    font-size: 21px; }
  .dashborad-page .main .main-content .main-content-top .search-form {
    position: relative;
    top: -5px;
    margin-right: 0; } }

@media only screen and (max-width: 767px) {
  .dashborad-page .main .main-content .main-content-bottom .box {
    width: 100% !important; }
  .dashborad-page .main .main-content .main-content-bottom .box:last-child {
    margin-bottom: 0 !important; }
  .dashborad-page .nicescroll-rails {
    right: 7px;
    top: 94px !important; }
  .dashborad-page .header {
    width: 100%; }
  .dashborad-page .header .header-content {
    height: auto;
    padding: 15px 15px 0; }
  .dashborad-page .main {
    padding-top: 131px; }
  .dashborad-page .main .main-content {
    padding: 15px !important;
    position: relative;
    left: 0; }
  .dashborad-page .main .main-content .main-content-top .title {
    display: block;
    text-align: center;
    font-size: 22px; }
  .dashborad-page .main .main-content .main-content-top .search-form {
    margin-right: 0;
    float: none;
    margin: auto;
    display: block;
    text-align: center; }
  .dashborad-page .header .header-content .btn-logout {
    display: block;
    margin: auto;
    top: auto;
    right: auto;
    position: relative;
    width: 113px; }
  .dashborad-page .header .header-content .logo-btn {
    text-align: center;
    display: block;
    margin: auto;
    position: relative;
    height: 50px;
    margin-bottom: 30px;
    margin-left: 50px; }
    .dashborad-page .header .header-content .logo-btn img {
      max-width: 100%; }
  .dashborad-page .header .header-content .menu-toggle-open {
    width: 40px;
    left: 15px;
    top: 37px; }
  .dashborad-page .header .header-content .menu .menu-top .menu-toggle-close {
    width: 40px;
    top: 37px; }
  .dashborad-page .main .main-content .main-content-top {
    margin-bottom: 25px; }
  .dashborad-page .header .header-content .menu {
    left: -140px; }
  .dashborad-page .header .header-content .menu .menu-top {
    height: 60px; } }

/*Products page*/
.products .main .main-content .main-content-bottom .box {
  background-color: #FFF;
  width: 31%;
  min-height: 215px;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 20px;
  box-shadow: 3px 3px 3px gray;
  position: relative;
  float: left; }
  .products .main .main-content .main-content-bottom .box .box-top {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px; }
    .products .main .main-content .main-content-bottom .box .box-top .box-logo {
      max-height: 50px;
      width: auto; }
    .products .main .main-content .main-content-bottom .box .box-top .cart {
      position: absolute;
      top: 10px;
      width: 25px;
      right: 10px;
      font-size: 9px;
      padding-bottom: 13px;
      background: url(/images/panier.png) 2px bottom no-repeat;
      background-size: auto;
      font-weight: bold;
      text-decoration: none; }
      .products .main .main-content .main-content-bottom .box .box-top .cart:hover {
        text-decoration: none; }
  .products .main .main-content .main-content-bottom .box .box-body {
    text-align: center;
    display: block;
    position: absolute;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto; }
    .products .main .main-content .main-content-bottom .box .box-body .box-body-row {
      max-width: 215px;
      margin: auto;
      display: block;
      position: relative;
      text-align: left;
      margin-bottom: 10px; }
      .products .main .main-content .main-content-bottom .box .box-body .box-body-row .label {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: bold;
        color: black; }
      .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap {
        position: relative;
        display: inline-block;
        float: right;
        top: -1px; }
        .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap .dec,
        .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap .inc {
          text-align: center;
          position: absolute;
          display: inline-block;
          height: 12px;
          width: 12px;
          border-radius: 50%;
          background-color: #FFF;
          color: #ff6d2e;
          top: 1px;
          cursor: pointer;
          -webkit-touch-callout: none;
          /* iOS Safari */
          -webkit-user-select: none;
          /* Safari */
          -khtml-user-select: none;
          /* Konqueror HTML */
          -moz-user-select: none;
          /* Firefox */
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }
        .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap .dec {
          left: 1px;
          line-height: 12px; }
        .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap .inc {
          right: 1px;
          line-height: 15px; }
        .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap .amount {
          display: inherit;
          background-color: #ff6d2e;
          border-radius: 50px;
          color: #FFF;
          font-size: 10px;
          font-weight: bold;
          text-align: center;
          border: none;
          height: 14px;
          line-height: 14px;
          width: 45px;
          -moz-appearance: textfield;
          -webkit-touch-callout: none;
          /* iOS Safari */
          -webkit-user-select: none;
          /* Safari */
          -khtml-user-select: none;
          /* Konqueror HTML */
          -moz-user-select: none;
          /* Firefox */
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }
          .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap .amount::-webkit-outer-spin-button, .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap .amount::-webkit-inner-spin-button {
            -webkit-appearance: none; }
  .products .main .main-content .main-content-bottom .box .box-bottom {
    position: absolute;
    bottom: 0;
    margin: auto;
    padding: 10px 15px;
    display: block;
    width: 100%; }
    .products .main .main-content .main-content-bottom .box .box-bottom .info-link {
      color: #9c9c9c;
      font-size: 13px;
      text-decoration: underline;
      letter-spacing: 0.5px;
      font-weight: bold; }
    .products .main .main-content .main-content-bottom .box .box-bottom .add-to-cart {
      color: #ff6d2e;
      background: url("/images/panier-mini.png") 1px center no-repeat;
      padding: 4px 6px 4px 18px;
      font-weight: bold;
      float: right;
      position: relative;
      display: inline-block;
      font-size: 11px; }
      .products .main .main-content .main-content-bottom .box .box-bottom .add-to-cart:hover {
        background: url("/images/panier-mini-b.png") 1px center no-repeat;
        color: #FFF;
        background-color: #ff6d2e; }

.body-dashboard {
  background: url(/images/bg-dashboard.png) no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto; }
  .body-dashboard .form-filters {
    float: right; }
  .body-dashboard .filtre-box {
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: 1px; }
    .body-dashboard .filtre-box select {
      font-weight: inherit;
      font-family: ArialMT_Light; }
  .body-dashboard .title-filtre {
    float: left; }
  .body-dashboard .order-not-found {
    font-weight: bold;
    padding: 20px 0;
    font-size: inherit; }
  .body-dashboard .main {
    height: auto; }
    .body-dashboard .main .main-content .main-content-bottom {
      overflow-x: inherit;
      overflow-y: inherit; }
  .body-dashboard .tab-content {
    width: 100%;
    float: left; }
    .body-dashboard .tab-content .custom-table div {
      background: white !important; }
    .body-dashboard .tab-content h2.title-tab {
      text-transform: uppercase;
      color: #ff6d2e;
      font-family: ArialMT_Bold;
      font-size: 23px; }
    .body-dashboard .tab-content #admin {
      padding: 19px 10px 0 62px; }
      .body-dashboard .tab-content #admin table {
        width: 996px; }
        .body-dashboard .tab-content #admin table th:last-child {
          background: transparent; }
        .body-dashboard .tab-content #admin table td:nth-child(5) div {
          background: #f0f0f0; }
        .body-dashboard .tab-content #admin table td:first-child div {
          padding: 0 27px 0 27px; }
        .body-dashboard .tab-content #admin table tbody + tbody {
          border-top: 0; }
          .body-dashboard .tab-content #admin table tbody + tbody tr td {
            background: transparent; }
            .body-dashboard .tab-content #admin table tbody + tbody tr td:nth-child(5) {
              background: rgba(216, 214, 220, 0.4) !important; }
      .body-dashboard .tab-content #admin .download-file {
        text-align: center;
        width: 100%;
        margin-top: 10px; }
        .body-dashboard .tab-content #admin .download-file img {
          padding-right: 10px; }
    .body-dashboard .tab-content #excel, .body-dashboard .tab-content input#logo {
      display: none; }
    .body-dashboard .tab-content #fupload {
      height: auto;
      padding: 4px 10px;
      font-weight: 800;
      margin-bottom: 5px; }
    .body-dashboard .tab-content #commandes .table-responsive + .envoyer-click + .table-responsive {
      padding-top: 24px; }
    .body-dashboard .tab-content #commandes .commande-actions h2 {
      margin: 0px; }
    .body-dashboard .tab-content #commandes .commande-actions div a {
      margin-left: 5px; }
    .body-dashboard .tab-content #commandes .download-file {
      text-align: center;
      width: 100%;
      margin-top: 10px; }
      .body-dashboard .tab-content #commandes .download-file img {
        padding-right: 10px; }
    .body-dashboard .tab-content #commandes table div.somme {
      background: #f0f0f0; }
    .body-dashboard .tab-content #commandes table tbody + tbody {
      border-top: 0; }
      .body-dashboard .tab-content #commandes table tbody + tbody tr td {
        background: transparent; }
    .body-dashboard .tab-content #commandes table#commandesListe .th-selector .selector {
      padding: 0;
      line-height: 42px;
      position: relative;
      height: 42px;
      border: none;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-color: #f98558;
      color: #FFF;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      background: #f98558 url(/images/up.png) no-repeat;
      background-position: 98% 18px;
      width: 100%; }
    .body-dashboard .tab-content #commandes table#commandesListe th {
      padding: 0px;
      margin: 0;
      padding-left: 20px;
      vertical-align: middle; }
    .body-dashboard .tab-content #commandes table .remove-icon {
      color: #ff6d2e;
      background: #fff;
      border: 1px solid #ff6d2e;
      line-height: 23px; }
    .body-dashboard .tab-content #commandes table .icon-table {
      border-radius: 50%;
      height: 26px;
      display: block;
      text-align: center;
      margin: auto;
      width: 26px; }
    .body-dashboard .tab-content #commandes table .check-icon {
      color: #fff;
      background: #ff6d2e;
      line-height: 26px; }
    .body-dashboard .tab-content #commandes table.envoye td:last-child div {
      background: #fff; }
    .body-dashboard .tab-content #commandes table.en-attene th:last-child {
      background: transparent; }
    .body-dashboard .tab-content #commandes .envoyer-click {
      padding-top: 14px;
      max-width: 716px;
      width: 100%;
      text-align: right;
      padding-right: 58px; }
      .body-dashboard .tab-content #commandes .envoyer-click img {
        position: relative;
        left: 3px;
        top: -2px; }
      .body-dashboard .tab-content #commandes .envoyer-click a {
        -webkit-box-shadow: 5px 4px 7px -2px rgba(117, 113, 117, 0.78);
        -moz-box-shadow: 5px 4px 7px -2px rgba(117, 113, 117, 0.78);
        box-shadow: 5px 4px 7px -2px rgba(117, 113, 117, 0.78);
        text-transform: uppercase;
        color: #ff6d2e;
        font-family: arial_mt_stdlight;
        font-size: 12.17px;
        border: 1px solid #ff6d2e;
        background: #fff;
        padding: 9px 13px;
        display: inline-block;
        margin-bottom: 10px; }
    .body-dashboard .tab-content table th {
      font-weight: 500 !important;
      color: #fff;
      font-size: 18.87px;
      font-family: arial_mt_stdlight;
      background: url(/images/up.png) no-repeat rgba(255, 109, 47, 0.8);
      background-position: 94% 18px; }
      .body-dashboard .tab-content table th:first-child {
        padding: 9.5px 27px 9.5px 27px; }
      .body-dashboard .tab-content table th:last-child {
        background: rgba(255, 109, 47, 0.8); }
      .body-dashboard .tab-content table th.headerSortUp {
        background: url(/images/up.png) no-repeat #ff6d2e;
        background-position: 94% 18px; }
      .body-dashboard .tab-content table th.headerSortDown {
        background: url(/images/down.png) no-repeat #ff6d2e;
        background-position: 94% 18px; }
    .body-dashboard .tab-content table td {
      font-weight: 600;
      position: relative;
      padding: 0;
      height: 48px;
      line-height: 15px;
      font-family: arial_mt_stdlight;
      font-size: 14.89px;
      color: #000000;
      vertical-align: middle; }
      .body-dashboard .tab-content table td:last-child div {
        background: transparent; }
      .body-dashboard .tab-content table td div {
        border-style: solid;
        border-color: transparent;
        margin-bottom: 2px;
        background: #fff;
        padding: 9px;
        height: 48px;
        width: -moz-max-content;
        width: -webkit-max-content;
        width: -o-max-content;
        width: max-content;
        /* width: -ms-max-content;*/
        min-width: 100%; }
        .body-dashboard .tab-content table td div p {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute; }
          .body-dashboard .tab-content table td div p.text-middle {
            left: 0;
            right: 0; }
        .body-dashboard .tab-content table td div .btn-xs {
          margin: 0 2px; }
    .body-dashboard .tab-content table.table-bordered > tbody > tr > td, .body-dashboard .tab-content table.table-bordered > thead > tr > th {
      border: 1px solid transparent; }
    .body-dashboard .tab-content table.table > thead > tr > th {
      border: 0;
      border-right: 1px solid #e0dede; }
    .body-dashboard .tab-content table.table > tbody > tr > td {
      border: 0; }
    .body-dashboard .tab-content table .total-qte {
      padding-right: 20px; }
  .body-dashboard #content-page {
    position: absolute;
    left: 189px; }

.bloc-filters-tabs {
  display: inline-block;
  width: 100%; }
  .bloc-filters-tabs form {
    float: right; }
    .bloc-filters-tabs form .filtre-box {
      margin-left: 10px;
      margin-right: 0; }

.nice-select {
  width: 100%; }

.nice-select .list {
  max-height: 300px;
  overflow-y: scroll;
  right: 0;
  border-radius: 0; }

.form-horizontal .nice-select.form-control {
  padding: 0 18px 0 30px; }

.nice-select .option {
  line-height: 16px;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  white-space: normal; }

body > .alert {
  margin-top: 70px !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .body-dashboard .tab-content table td div {
    width: auto;
    white-space: nowrap; }
  .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap .dec, .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap .inc {
    transform: translateY(-50%);
    top: 53%; } }

@supports (-ms-ime-align: auto) {
  .body-dashboard .tab-content table td div {
    width: auto;
    white-space: nowrap; }
  .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap .dec, .products .main .main-content .main-content-bottom .box .box-body .box-body-row .amount-wrap .inc {
    transform: translateY(-50%);
    top: 53%; } }

@media (max-width: 1440px) {
  .body-dashboard .tab-content table th {
    padding: 8px 30px 8px 8px;
    font-size: 16px; } }

@media (max-width: 1280px) {
  .dashborad-page header.header .header-content {
    padding: 20px 30px 0; }
  .dashborad-page #welcome {
    margin-left: 70px; }
  .dashborad-page header.header .header-content .btn-logout {
    right: 35px; }
  .dashborad-page header.header .header-content .menu-toggle-open {
    left: 35px; }
  .dashborad-page .main .main-content {
    padding: 35px 30px; } }

@media (max-width: 767px) {
  .dashborad-page header.header .header-content {
    height: auto;
    display: inline-block;
    width: 100%;
    padding: 12px 15px 0; }
  .dashborad-page header.header .header-content .logo-btn {
    text-align: center;
    display: block;
    margin: auto;
    position: relative;
    height: 50px;
    margin-left: 70px;
    margin-top: 5px; }
  .dashborad-page #welcome {
    float: left;
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    position: relative;
    margin-bottom: 10px; }
  .dashborad-page header.header .header-content .btn-logout {
    top: 25px;
    transform: none; }
  .dashborad-page.menu-open-mobile .header {
    margin-left: 170px; }
  .dashborad-page header.header .header-content .menu-toggle-open {
    left: 20px;
    width: 45px;
    top: 30px;
    transform: none; }
  .dashborad-page header.header .header-content .menu .menu-top .menu-toggle-close {
    width: 45px; }
  .dashborad-page .header .header-content .menu {
    left: -170px;
    width: 170px; }
  .dashborad-page.menu-open-mobile .main .main-content {
    left: 170px; }
  .dashborad-page header.header .header-content .btn-logout {
    right: 20px; }
  ul#lang-switch {
    right: 20px;
    position: absolute;
    top: auto;
    bottom: 5px; }
  ul#lang-switch li {
    padding: 0 5px;
    line-height: normal; }
  .body-dashboard form {
    text-align: center; }
  .body-dashboard form .filtre-box {
    float: none;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: bold;
    text-align: left; }
  .dashborad-page header.header .header-content .menu .menu-bottom .menu-items .menu-item {
    padding: 15px 0; }
  .dashborad-page header.header .header-content .menu .menu-bottom .menu-items .menu-item a {
    font-size: 17px; }
  .bloc-filters-tabs form {
    float: left;
    width: 100%; }
    .bloc-filters-tabs form .filtre-box {
      margin-left: 0;
      width: 100%; }
  body > .alert {
    margin-top: 86px !important; } }
