/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v13-latin-regular.eot');
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v13-latin-italic.eot');
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url('fonts/source-sans-pro-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/source-sans-pro-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/source-sans-pro-v13-latin-italic.woff') format('woff'), /* Modern Browsers */ url('fonts/source-sans-pro-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/source-sans-pro-v13-latin-italic.svg#SourceSansPro') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-sans-pro-v13-latin-700.eot');
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('fonts/source-sans-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/source-sans-pro-v13-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/source-sans-pro-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* ========== GENERAL ========== */
* {
  font-family: 'Source Sans Pro', sans-serif;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  background: #f5f5f5;
  font-size: 14px;
}
section {
  background: #f5f5f5;
}
a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  color: #323232;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
.table {
  margin-bottom: 0;
}
td {
  vertical-align: top;
}
#M1 {
  vertical-align: top;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin: 0;
}
p {
  color: #323232;
}
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  z-index: 99999999999999;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  text-align: center;
}
#loading > div {
  left: 50%;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -178%);
          transform: translate(-50%, -178%);
}
#loading p {
  color: #FFFFFF;
  font-size: 16px;
}
*:focus,
button:focus {
  outline: none;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.inner {
  background: #FFF;
  display: block;
  margin-bottom: 15px;
}
.inner.gutter {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .inner.scroll {
    width: 90vw;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.table-responsive {
  color: #323232;
}
.title-lvl-1 {
  font-size: 22px;
  font-weight: 700;
  color: #323232;
  margin-bottom: 15px;
}
.title-lvl-2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.field {
  margin-bottom: 15px;
  position: relative;
}
.field input {
  display: block;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.field label {
  display: block;
  color: #323232;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 5px;
}
.field.checkbox {
  text-align: left;
  color: #323232;
}
.field.checkbox input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  width: inherit;
  height: auto;
  vertical-align: middle;
}
.field.checkbox label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
.field.checkbox-option {
  color: #323232;
  position: relative;
}
.field.checkbox-option [type="checkbox"]:not(:checked),
.field.checkbox-option [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.field.checkbox-option label {
  background: #ebebeb;
  cursor: pointer;
  height: 44px;
  border: 2px solid #ebebeb;
  width: 100%;
  padding-left: 55px;
  padding-top: 10px;
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  border-radius: 22px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.field.checkbox-option label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 34px;
  height: 34px;
  background: #FFF;
  border-radius: 18px;
}
.field.checkbox-option [type="checkbox"]:checked + label {
  background: #24d89f;
  border: 2px solid #24d89f;
  color: #FFF;
}
.field.checkbox-option [type="checkbox"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 22px;
  color: #24d89f;
}
.field select {
  display: block;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.field textarea {
  display: block;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  width: 100%;
  padding: 10px;
}
.field .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  border: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.field .btn.filled {
  width: 40px;
  height: 40px;
  background: #4c4c4c;
  color: #FFF;
  font-size: 20px;
}
.field .btn.filled:hover {
  background: #7f7f7f;
}
.field .btn.empty {
  width: 45px;
  height: 40px;
  background: none;
  color: #b2b2b2;
  font-size: 22px;
  padding-top: 6px;
}
.field .btn.empty:hover {
  color: #7f7f7f;
}
.field .btn.empty.alt {
  right: 45px;
}
.field.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.field.top label {
  margin-right: 5px;
}
.field-price {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.field-price:last-child {
  margin-left: 10px;
}
.field-price label {
  font-size: 12px;
  font-weight: 700;
  min-width: 40px;
  color: #323232;
}
.field-price input {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
input[type=date] {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ebebeb;
  color: #4c4c4c;
  height: 40px;
  padding-left: 5px;
  margin-right: 5px;
  width: 150px;
}
@media screen and (max-width: 480px) {
  input[type=date] {
    font-size: 12px;
    width: 95px;
  }
}
.btn {
  text-align: center;
  border: none;
  line-height: inherit;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn.fw {
  display: block;
  margin: auto;
  width: 100%;
}
.btn.stk {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.btn.primary {
  background: #f32121;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.btn.primary:hover {
  background: #ff6262;
}
.btn.secondary {
  background: #4c4c4c;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn.secondary:hover {
  background: #7e6767;
}
.btn.tertiary {
  background: #4c4c4c;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.btn.tertiary:hover {
  background: #727272;
}
.btn.special {
  background: #2196f3;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.btn.special:hover {
  background: #6ab8f7;
}
.btn.primary-alt {
  background: #2196f3;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.btn.primary-alt:hover {
  background: #62b9ff;
}
.btn.txt {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}
.btn.txt:hover {
  color: #f32121;
}
.btn.collapse {
  display: block;
  margin: 0 auto;
  background: #4c4c4c;
  font-size: 14px;
  color: #FFF;
  max-width: 300px;
  padding: 5px 0;
}
.btn.collapse i {
  margin-right: 10px;
}
.switch {
  display: inline-block;
  margin-right: 10px;
}
.switch label {
  position: relative;
  display: inline-block;
}
.switch label input {
  display: none;
}
.switch label input:checked + .content {
  background: #24d89f;
}
.switch label input:checked + .content p {
  color: #FFF;
}
.switch label input:checked + .content .btn {
  border-color: #FFF;
}
.switch label input:checked + .content .btn:before {
  opacity: 1;
}
.switch label .content {
  display: inline-block;
  height: 30px;
  background: #ebebeb;
  cursor: pointer;
  padding: 3px 6px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border-radius: 15px;
}
.switch p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.switch .btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ebebeb;
  background: #FFF;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.switch .btn:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  font-size: 12px;
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  color: #24d89f;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.burger-filters {
  display: block;
  padding: 10px 0;
  background: #b2b2b2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.burger-filters p,
.burger-filters i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
}
.burger-filters p {
  margin-left: 10px;
}
.burger-filters.active {
  background: #323232;
  border-radius: 6px 6px 0 0;
}
.filters {
  padding-bottom: 15px;
  display: none;
}
.filters .gutter {
  padding: 0 10px;
}
@media screen and (min-width: 481px) {
  .filters {
    max-height: 650px;
    overflow-y: auto;
  }
}
#FiltreRech {
  background: #2196f3;
  font-size: 14px;
}
#FiltreRech:hover {
  background: #51adf6;
}
.all-filters .title {
  display: block;
  width: 100%;
  padding: 10px 10px;
  background: #2196f3;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.all-filters .title span,
.all-filters .title p {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.all-filters .title span {
  text-align: right;
}
.all-filters .title span i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #FFF;
}
.all-filters .title p {
  text-align: left;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.all-filters .title.collapsed {
  background: #b2b2b2;
}
.all-filters .title.collapsed:hover {
  background: #cbcbcb;
}
.all-filters .title.collapsed span i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.all-filters .filter-block {
  margin-bottom: 10px;
  background: #ebebeb;
}
.all-filters .filter-block .filter-list input {
  border: 1px solid #ebebeb;
  display: block;
  width: 100%;
  padding: 5px;
}
.all-filters .filter-block .filter-list .list {
  display: block;
  max-height: 300px;
  overflow-y: scroll;
}
.all-filters .filter-block .filter-list .list li a {
  display: block;
  padding: 7px 0 7px 15px;
  color: #323232;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.all-filters .filter-block .filter-list .list li a:hover {
  color: #f32121;
}
.all-filters .filter-block .filter-list .list#Tailles {
  padding: 10px;
}
.all-filters .filter-block .filter-list .list#Tailles li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
@media screen and (max-width: 992px) {
  .all-filters .filter-block .filter-list .list#Tailles li {
    margin: 0 8px 8px 0;
  }
}
.all-filters .filter-block .filter-list .list#Tailles li a {
  padding: 7px;
  border: 1px solid #323232;
}
.all-filters .filter-block .filter-list .list#Tailles li a:hover {
  border-color: #f32121;
}
#filtreShowResult {
  padding: 10px;
}
#filtreShowResult ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 4px 7px 4px 24px;
  background: #ebebeb;
  height: 28px;
  border-radius: 14px;
  position: relative;
  cursor: pointer;
  color: #323232;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
#filtreShowResult ul li:hover {
  background: #b2b2b2;
}
#filtreShowResult ul li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f057";
  font-size: 14px;
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
  color: #323232;
}
@media screen and (max-width: 769px) {
  #filtreShowResult ul li {
    margin: 0 5px 10px 0;
    padding: 2px 5px 4px 19px;
    height: 22px;
  }
  #filtreShowResult ul li::before {
    font-size: 13px;
    left: 5px;
    top: 5px;
  }
}
section {
  height: 100%;
  padding-top: 15px;
}
header {
  height: 54px;
  background: #FFF;
}
header .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
header .row {
  margin-right: 0;
  margin-left: 0;
}
header .row > [class^="col-"],
header .row > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
header .logo {
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px 0 10px;
}
header .logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
header .dslopt {
  display: none;
}
header .account {
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  height: 54px;
  color: #4c4c4c;
  text-align: center;
  border-left: 1px solid #ebebeb;
  cursor: pointer;
}
header .account i {
  font-size: 16px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
header .account span {
  display: block;
  color: #f32121;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 4px;
  line-height: 8px;
}
header .account:hover i {
  color: #f32121;
}
header .qrcode {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  color: #4c4c4c;
  text-align: center;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
}
header .qrcode i {
  font-size: 28px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media screen and (min-width: 481px) {
  header.header-cat {
    height: 70px;
  }
  header.header-cat .logo {
    padding: 0;
    width: 100%;
  }
  header.header-cat .logo img {
    margin: auto;
  }
  header.header-cat .search input {
    height: 70px;
  }
  header.header-cat .search a {
    height: 70px;
    padding-top: 22px;
  }
  header.header-cat .cart > a {
    height: 70px;
  }
  header.header-cat .burger {
    height: 70px;
  }
}
@media screen and (min-width: 1201px) {
  header nav {
    position: absolute;
    width: 250px;
    right: 0;
    display: none;
    background: #FFF;
    z-index: 999;
    border: 1px solid #2196f3;
  }
  header nav ul {
    display: block;
    width: 100%;
  }
  header nav ul li {
    border-top: 1px solid #ebebeb;
  }
  header nav ul li.dslopt {
    display: none;
  }
  header nav ul li:last-child {
    border-bottom: 1px solid #ebebeb;
  }
  header nav ul li a {
    text-align: left;
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  header nav ul li a i {
    font-size: 16px;
    color: #b2b2b2;
    margin-right: 10px;
    width: 30px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  header nav ul li a:hover {
    color: #2196f3;
  }
  header nav ul li a:hover i {
    color: #2196f3;
  }
  header .cart {
    display: block;
    width: 100%;
    height: 54px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    position: relative;
  }
  header .cart > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 54px;
    position: relative;
    color: #4c4c4c;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #ebebeb;
    cursor: pointer;
  }
  header .cart > a p {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  header .cart > a i {
    font-size: 22px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  header .cart > a .qte-mob {
    position: absolute;
    right: 19%;
    top: 13%;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    background: #2196f3;
    color: #fff;
    text-align: center;
    padding-top: 1px;
    font-size: 11px;
    font-weight: 700;
  }
  header .cart > a i {
    color: #4c4c4c;
  }
  header .cart > a.active {
    background: #2196f3;
  }
  header .cart > a.active i,
  header .cart > a.active p {
    color: #FFF;
  }
  header .cart > a.active .qte-mob {
    background: #FFF;
    color: #2196f3;
  }
  header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 54px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    color: #4c4c4c;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #ebebeb;
    cursor: pointer;
  }
  header .burger p {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  header .burger i {
    font-size: 22px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  header .burger i {
    color: #4c4c4c;
  }
  header .burger.active {
    background: #2196f3;
  }
  header .burger.active i,
  header .burger.active p {
    color: #FFF;
  }
  header .search {
    position: relative;
  }
  header .search input {
    height: 54px;
    width: 100%;
    background: #ebebeb;
    padding-left: 10px;
    padding-right: 40px;
    border: none;
    color: #323232;
  }
  header .search a {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 54px;
    font-size: 22px;
    color: #b2b2b2;
    padding-top: 12px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  header .search a:hover {
    color: #4c4c4c;
  }
  header .search-mobile {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  header {
    height: auto;
  }
  header nav {
    position: absolute;
    display: none;
    background: #FFF;
    width: 100%;
    z-index: 99999;
  }
  header nav ul {
    display: block;
    width: 100%;
  }
  header nav ul li {
    border-top: 1px solid #ebebeb;
  }
  header nav ul li.dslopt {
    display: none;
  }
  header nav ul li a {
    display: block;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  header nav ul li a i {
    font-size: 18px;
    color: #b2b2b2;
    margin-right: 10px;
    width: 30px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
}
@media screen and (max-width: 1200px) {
  .search-mobile,
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 54px;
    width: 54px;
    font-size: 28px;
    color: #4c4c4c;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #ebebeb;
    cursor: pointer;
  }
  .search-mobile p,
  .burger p {
    display: none;
  }
  .search-mobile i,
  .burger i {
    color: #4c4c4c;
  }
  .search-mobile.active,
  .burger.active {
    color: #2196f3;
  }
  .search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal#searchMobileModal .modal-dialog {
    margin: 0;
    width: 100%;
  }
  .search input {
    display: block;
    width: 100%;
    height: 54px;
    padding-left: 15px;
    color: #323232;
    background: #ebebeb;
    border: none;
  }
  .search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background: none;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    padding-top: 8px;
    color: #b2b2b2;
  }
  .cart {
    display: block;
    width: 100%;
    height: 54px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 54px;
            flex: 1 1 54px;
  }
  .cart > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height: 54px;
    position: relative;
    color: #4c4c4c;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #ebebeb;
    cursor: pointer;
  }
  .cart > a p {
    display: none;
  }
  .cart > a i {
    font-size: 22px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .cart > a .qte-mob {
    position: absolute;
    right: 19%;
    top: 13%;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    background: #2196f3;
    color: #fff;
    text-align: center;
    padding-top: 1px;
    font-size: 11px;
    font-weight: 700;
  }
  .cart > a i {
    color: #4c4c4c;
  }
  .cart > a.active {
    background: #2196f3;
  }
  .cart > a.active i,
  .cart > a.active p {
    color: #FFF;
  }
  .cart > a.active .qte-mob {
    background: #FFF;
    color: #2196f3;
  }
}
.cart-details {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  z-index: 900;
  background: #FFF;
  border: 1px solid #2196f3;
}
.cart-details > .total {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  padding: 5px;
  background: #ebebeb;
}
.cart-details > .inner {
  padding: 15px;
  margin-bottom: 0;
}
.cart-details > .inner .btn {
  margin-bottom: 0;
  font-size: 16px;
}
.cart-details ul {
  max-height: 550px;
  -ms-overflow-y: auto;
  overflow-y: auto;
}
.cart-details ul li {
  border-bottom: 1px solid #ebebeb;
}
.cart-details ul li:first-child {
  border-top: 1px solid #ebebeb;
}
.cart-details ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}
.cart-details ul li a span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
.cart-details ul li a span img {
  max-width: 100%;
  height: auto;
}
.cart-details ul li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .cart-details {
    width: 100vw;
    right: 0;
    z-index: 9999;
  }
}
section#login {
  background: #FFF;
}
section#login img {
  display: block;
  margin: 10px auto 15px auto;
}
section#login h1 {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0 15px 0;
}
section#login .users {
  background: #ebebeb;
  margin-top: 15px;
  padding: 15px;
}
section#login .users h3 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0;
  color: #4c4c4c;
}
section#login .users ul li {
  position: relative;
  display: block;
}
section#login .users ul li button {
  position: absolute;
  top: 0;
  width: 38px;
  height: 38px;
  display: block;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 14px;
  color: #b2b2b2;
}
section#login .users ul li button:hover {
  color: #f32121;
}
section#login .users ul li button.edit {
  right: 40px;
}
section#login .users ul li button.delete {
  right: 0;
}
section#login .users ul li a {
  display: block;
  padding: 10px 80px 10px 0;
  margin: 0;
}
section#login .users ul li a:hover {
  text-decoration: underline;
}
section#home {
  padding-top: 15px;
  height: 100%;
}
section#home .dslopt {
  display: none;
}
@media screen and (max-width: 992px) {
  section#home .home-menu-item {
    display: block;
    margin-bottom: 15px;
  }
  section#home .home-menu-item .icon {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 60px;
    text-align: center;
    background: #2196f3;
    color: #FFF;
    font-size: 30px;
    padding-top: 10px;
  }
  section#home .home-menu-item h3 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-top: 17px;
    width: 75%;
    height: 60px;
    color: #2196f3;
    background: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 993px) {
  section#home .home-menu-item {
    display: block;
    margin-bottom: 30px;
    border-bottom: 3px solid #2196f3;
    background: #FFF;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  section#home .home-menu-item .icon {
    display: block;
    text-align: center;
    color: #2196f3;
    font-size: 40px;
    padding-top: 15px;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  section#home .home-menu-item h3 {
    display: block;
    margin: 15px 0;
    color: #2196f3;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  section#home .home-menu-item:hover {
    background: #2196f3;
  }
  section#home .home-menu-item:hover .icon,
  section#home .home-menu-item:hover h3 {
    color: #FFF;
  }
}
section#account {
  height: 100%;
  padding-top: 15px;
}
#stats .container {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 992px) {
  #stats .container {
    max-width: 100%;
  }
}
#stats .container .row {
  margin-right: -5px;
  margin-left: -5px;
}
#stats .container .row div[class^="col"] {
  padding-right: 5px;
  padding-left: 5px;
}
#evoca .container {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 992px) {
  #evoca .container {
    max-width: 100%;
  }
}
#evoca .container .row {
  margin-right: -5px;
  margin-left: -5px;
}
#evoca .container .row div[class^="col"] {
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  section#evoca .inner.scroll,
  section#stats .inner.scroll {
    width: 96vw;
  }
}
section#stats,
section#evoca,
section#gescom,
section#dashboard {
  padding-top: 15px;
}
section#stats .period-select,
section#evoca .period-select,
section#gescom .period-select,
section#dashboard .period-select {
  margin-top: 15px;
  margin-bottom: 15px;
}
section#stats .period-select p,
section#evoca .period-select p,
section#gescom .period-select p,
section#dashboard .period-select p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-right: 5px;
}
section#stats .period-select a,
section#evoca .period-select a,
section#gescom .period-select a,
section#dashboard .period-select a {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding-top: 6px;
  text-align: center;
  background: #4c4c4c;
  color: #FFF;
  vertical-align: middle;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  section#stats .period-select p,
  section#evoca .period-select p,
  section#gescom .period-select p,
  section#dashboard .period-select p {
    font-size: 12px;
  }
  section#stats .period-select p:first-child,
  section#evoca .period-select p:first-child,
  section#gescom .period-select p:first-child,
  section#dashboard .period-select p:first-child {
    display: none;
  }
}
section#stats .table-responsive table tbody tr td:nth-child(n+2),
section#evoca .table-responsive table tbody tr td:nth-child(n+2),
section#gescom .table-responsive table tbody tr td:nth-child(n+2),
section#dashboard .table-responsive table tbody tr td:nth-child(n+2) {
  text-align: right;
}
@media screen and (max-width: 992px) {
  section#stats .table td,
  section#evoca .table td,
  section#gescom .table td,
  section#dashboard .table td,
  section#stats .table th,
  section#evoca .table th,
  section#gescom .table th,
  section#dashboard .table th {
    padding: 5px;
    white-space: nowrap;
  }
}
section#stats .Vert,
section#evoca .Vert,
section#gescom .Vert,
section#dashboard .Vert {
  color: green;
}
section#stats .Rouge,
section#evoca .Rouge,
section#gescom .Rouge,
section#dashboard .Rouge {
  color: red;
}
@media screen and (max-width: 767px) and (orientation:portrait) {
  section#stats .hidden-mob,
  section#evoca .hidden-mob,
  section#gescom .hidden-mob,
  section#dashboard .hidden-mob {
    display: none;
  }
}
section#evoca .table-responsive table thead tr th {
  text-align: center;
}
section#evoca .table-responsive table tbody {
  text-align: right;
}
section#evoca .table-responsive table tbody tr td:first-child {
  text-align: left;
  background: #abdaff;
}
section#evoca .table-responsive table tbody tr td:nth-child(2) {
  background: #fdf3b9;
}
section#evoca .table-responsive table tbody tr td:nth-child(3) {
  color: #2196f3;
}
section#evoca .table-responsive table tbody tr td.evo {
  color: #24d89f;
}
section#evoca .table-responsive table tbody tr td.evo.rouge {
  color: #f32121;
}
section#evoca .table-responsive table tbody tr:nth-last-child(2) td {
  background: #fbe259;
  font-weight: 700;
}
section#gescom tr.Devis {
  background-color: #f6ff64;
}
section#gescom tr.Commande {
  background-color: #ffedaf;
}
section#gescom tr.Livraison {
  background-color: #8dcaf0;
}
section#gescom tr.Facture {
  background-color: #9ddda0;
}
@media screen and (max-width: 992px) {
  section#gescom table tr td:first-child {
    white-space: pre-wrap;
  }
}
section#inventory .table-responsive {
  max-height: 57vh;
  -ms-overflow-y: auto;
  overflow-y: auto;
}
section#inventory .table-responsive table thead tr th:nth-child(3) {
  padding-left: 5px;
  padding-right: 5px;
}
section#inventory .table-responsive table tbody tr td {
  text-align: left;
}
section#inventory .table-responsive table tbody tr td:nth-child(n+2) {
  text-align: right;
}
section#inventory .table-responsive table tbody tr td:nth-child(2) {
  min-width: 72px;
}
section#inventory .table-responsive table tfoot td:nth-child(n+2) {
  text-align: right;
}
section#inventory .del-row {
  background: #4c4c4c;
  border: none;
  color: #FFF;
  height: 26px;
  width: 26px;
}
section#inventory .table-responsive table input {
  width: 35px;
}
section#inventory .table > tbody > tr > th,
section#inventory .table > tfoot > tr > th,
section#inventory .table > tbody > tr > td,
section#inventory .table > tfoot > tr > td {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
@media screen and (max-width: 992px) {
  section#inventory .switch {
    margin-bottom: 15px;
  }
  section#inventory h2 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  section#inventory table tr td:first-child {
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 480px) {
  section#inventory input[type=date] {
    width: 100%;
  }
}
section#dashboard .btn.period {
  border-radius: 6px;
  background: #4c4c4c;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 15px;
}
section#dashboard .btn.period span {
  margin-left: 10px;
}
@media screen and (max-width: 769px) {
  section#dashboard .btn.period span {
    display: none;
  }
}
section#dashboard .btn.refresh {
  margin-top: 15px;
}
section#dashboard .btn.refresh span {
  margin-left: 10px;
}
section#dashboard .charts-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  background: #FFF;
}
section#dashboard .charts-all > div {
  width: 100%;
  padding: 5px 0;
}
section#dashboard .charts-all > div:first-child {
  border-right: 1px solid #ebebeb;
}
section#dashboard .charts {
  max-width: 200px;
  margin: auto;
  margin-bottom: 10px;
}
section#dashboard .charts p {
  text-align: center;
  margin: 0;
}
section#dashboard .charts .legend {
  text-align: center;
  font-size: 13px;
  color: #4c4c4c;
  margin: 0;
}
section#dashboard .charts .legend span {
  display: block;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  section#dashboard .charts .legend span {
    font-size: 14px;
  }
}
section#dashboard .stats-graphs {
  margin-bottom: -45%;
  margin-top: -15%;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  section#dashboard .stats-graphs {
    margin-bottom: -25%;
    margin-top: -5%;
    max-width: 60%;
  }
}
section#dashboard .line-container {
  display: block;
  position: relative;
}
section#dashboard .line {
  border-bottom: 7px solid #f5f5f5;
  padding: 3px 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
section#dashboard .line.expanded:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #2196f3;
  width: 3px;
  display: block;
}
section#dashboard .line .icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  background: #ebebeb;
  color: #b2b2b2;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: 400;
}
section#dashboard .line .icon i {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
section#dashboard .line .icon.active i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
section#dashboard .line:hover .icon {
  color: #4c4c4c;
}
section#dashboard .line .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
section#dashboard .line .inner > div {
  width: 50%;
}
section#dashboard .line .inner > div:first-child {
  padding-right: 10px;
  border-right: 1px solid #ebebeb;
}
section#dashboard .line .inner > div:last-child {
  padding-left: 10px;
}
section#dashboard .line .expand {
  display: none;
  border-top: 1px solid #ebebeb;
}
section#dashboard .line .top {
  text-align: center;
  text-transform: uppercase;
}
section#dashboard .line .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
section#dashboard .line .bottom p:first-child {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
section#dashboard .line .bottom p:last-child {
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section#dashboard .line .bottom p {
  margin: 5px 0;
}
section#dashboard .line .bottom.spec p:empty {
  display: none;
}
section#dashboard .line .coef {
  color: #2196f3;
  font-style: italic;
}
section#dashboard .line .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#dashboard .line .middle p {
  margin: 5px 0;
  font-size: 13px;
}
section#dashboard .line .middle p:last-child {
  text-align: right;
}
section#dashboard .line .progress-bar {
  background: #ebebeb;
  display: block;
  width: 100%;
  height: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 3px;
}
section#dashboard .line .progress-bar p {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 30;
  line-height: 14px;
  font-weight: 700;
  color: #323232;
  font-size: 13px;
}
section#dashboard .line .progress-bar p span {
  font-weight: 400;
  font-style: italic;
}
section#dashboard .line .progress-bar .bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
  z-index: 10;
  font-size: 13px;
}
section#dashboard .line .progress-bar .bar-fill.Rouge {
  background: #ff5656;
}
section#dashboard .line .progress-bar .bar-fill.Vert {
  background: #24d89f;
}
section#dashboard .line img {
  max-height: 40px;
  max-width: 180px;
}
@media screen and (max-width: 769px) {
  section#dashboard .line {
    padding: 0 10px;
  }
  section#dashboard .line .top p,
  section#dashboard .line .bottom p {
    margin: 3px 0;
  }
  section#dashboard .line img {
    max-height: 20px;
    max-width: 70px;
  }
}
section#dashboard .line[data-type="MAG"] {
  display: none;
}
section#dashboard .line[data-type="MAG"] img {
  display: none;
}
section#dashboard .line[data-type="TOTAL"] .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#dashboard .line[data-type="TOTAL"] .top p {
  margin: 0;
  padding-right: 15px;
}
section#dashboard.carayon .chart-total-title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  font-size: 16px;
  color: #4c4c4c;
}
section#dashboard.carayon .chart-title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  font-size: 13px;
  color: #4c4c4c;
}
section#caisse {
  padding-top: 15px;
}
section#caisse .title.alt {
  font-size: 12px;
  font-weight: 700;
  color: #b2b2b2;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}
section#caisse .product-list {
  color: #4c4c4c;
}
section#caisse .product-list .item {
  position: relative;
  padding: 5px 25px 5px 5px;
  border-bottom: 1px solid #ebebeb;
  border-left: 3px solid #FFF;
  border-right: 3px solid #FFF;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#caisse .product-list .item:last-child {
  border-bottom: none;
}
section#caisse .product-list .item .row {
  margin-left: 0;
  margin-right: 0;
}
section#caisse .product-list .check-item {
  position: absolute;
  left: 0;
  height: 100%;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  margin: 0;
  cursor: pointer;
}
section#caisse .product-list .check-item input {
  cursor: pointer;
}
section#caisse .product-list .image {
  display: block;
  cursor: pointer;
}
section#caisse .product-list .image img {
  width: auto;
  max-height: 70px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 769px) {
  section#caisse .product-list .image img {
    max-height: auto;
    max-width: 100%;
  }
}
section#caisse .product-list h4 {
  margin-bottom: 7px;
  font-size: 14px;
}
section#caisse .product-list .price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
section#caisse .product-list .price span:last-child {
  text-align: right;
  font-weight: 700;
}
section#caisse .product-list .btn-manage {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  right: -3px;
  z-index: 20;
  color: #FFF;
  background: #b2b2b2;
  border-radius: 15px 0 0 15px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#caisse .product-list .btn-manage i {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
section#caisse .product-list .btn-manage:hover {
  background: #2196f3;
}
section#caisse .product-list .btn-manage:hover i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section#caisse .product-list .edit-price {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #4c4c4c;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
  margin-left: 5px;
}
section#caisse .product-list .item.active {
  border-left-color: #2196f3;
  border-right-color: #2196f3;
}
section#caisse .product-list .item.active .btn-manage {
  background: #2196f3;
}
section#caisse .product-list .item.active .btn-manage i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section#caisse #Lst_Client {
  list-style: inside none;
  margin: 0;
  padding: 0;
  max-height: 350px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
section#caisse #Lst_Client li {
  border-top: 1px solid #ebebeb;
}
section#caisse #Lst_Client li:last-child {
  border-bottom: 1px solid #ebebeb;
}
section#caisse #Lst_Client li:nth-child(even) {
  background: #f5f5f5;
}
section#caisse #Lst_Client li a {
  display: block;
  padding: 15px;
  color: #323232;
  margin: 0;
  font-size: 15px;
}
section#caisse #Lst_Client li a:hover {
  color: #2196f3;
}
section#caisse #NomDuClient:empty {
  display: none;
}
section#caisse #LstCumuls {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
section#caisse #LstCumuls .left {
  display: inline-block;
  text-align: left;
  margin: 0;
}
section#caisse #LstCumuls .right {
  display: inline-block;
  text-align: right;
  margin: 0;
}
section#caisse #LstCumuls .right span#TotTicket {
  font-weight: 700;
  color: #f32121;
}
section#caisse #LstCumuls #arepLabel,
section#caisse #LstCumuls #avoirRepris,
section#caisse #LstCumuls #numavLabel,
section#caisse #LstCumuls #numeroAvoir {
  display: none;
}
section#caisse #LstCumuls #arepLabel.active,
section#caisse #LstCumuls #avoirRepris.active,
section#caisse #LstCumuls #numavLabel.active,
section#caisse #LstCumuls #numeroAvoir.active {
  display: inline-block;
}
section#caisse #LstCumuls #supprAvoir {
  display: none;
  font-size: 16px;
  color: #f32121;
  background: none;
  border: none;
}
section#caisse #LstCumuls #supprAvoir.active {
  display: inline-block;
}
section#caisse #LstCumuls .sdl {
  display: none;
}
section#caisse #LstCumuls .sdl.active {
  display: inline-block;
}
section#caisse .mode-paiement {
  margin-top: 15px;
}
section#caisse .mode-paiement .mode-select {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#caisse .mode-paiement .mode-select > div {
  width: 100%;
  margin: 0 5px 10px 5px;
}
section#caisse .mode-paiement .mode-select label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  background: #ebebeb;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
  max-height: 55px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#caisse .mode-paiement .mode-select label:hover {
  background: #b2b2b2;
}
section#caisse .mode-paiement .mode-select label p {
  margin-bottom: 0;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#caisse .mode-paiement .mode-select input[type=checkbox] {
  display: none;
}
section#caisse .mode-paiement .mode-select input:checked + label {
  background: #24d89f;
}
section#caisse .mode-paiement .mode-select input:checked + label p {
  color: #FFF;
}
section#caisse .mode-paiement .mode-select .field {
  display: none;
}
section#caisse .mode-paiement .mode-select .field input {
  border: 1px solid #24d89f;
  text-align: right;
}
@media screen and (max-width: 769px) {
  section#caisse .mode-paiement .mode-select .field input {
    padding-right: 10px;
  }
}
section#caisse .mode-paiement .mode-amounts {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#caisse .mode-paiement .mode-amounts .field {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  background: #ebebeb;
  padding: 20px 0;
  margin: 0 5px 10px 5px;
}
section#caisse .mode-paiement .montants {
  display: none;
}
section#caisse .mode-paiement .montants.active {
  display: block;
}
section#caisse .btn.register {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 10px 12px 10px;
}
section#caisse .btn.register .fw {
  width: 100%;
}
section#caisse .btn.register .far {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
}
section#caisse .btn.register.red {
  background: #f32121;
}
section#caisse .btn.register.red:hover {
  background: #f65151;
}
section#caisse .btn.register.blue {
  background: #2196f3;
}
section#caisse .btn.register.blue:hover {
  background: #51adf6;
}
section#caisse .btn.register.grey {
  background: #4c4c4c;
}
section#caisse .btn.register.grey:hover {
  background: #666666;
}
section#caisse #CR_LienSuivant {
  display: none;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 10px 12px 10px;
  width: 100%;
  background: #f32121;
}
section#caisse #CR_LienSuivant:hover {
  background: #f65151;
}
section#caisse #CR_LienSuivant.active {
  display: block;
}
section#caisse .discount-settings .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}
section#caisse .discount-settings .line:last-child {
  border-bottom: none;
}
section#caisse .discount-settings .line .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 10px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
}
section#caisse .discount-settings .line .settings {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1;
          flex: 0 1 1;
}
section#caisse .discount-settings .line .settings label {
  margin-bottom: 0;
}
section#caisse .discount-settings .line .field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin: 0;
  margin-right: 10px;
}
section#caisse .discount-settings .line .field input {
  text-align: right;
}
section#caisse .discount-settings .line .update {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  margin-left: auto;
}
section#caisse .discount-settings .line .update button {
  background: #2196f3;
  width: 46px;
  height: 46px;
  color: #FFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
section#caisse .discount-settings .line .update button:hover {
  background: #51adf6;
}
section#caisse .discount-settings .line-function {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px;
}
section#caisse .discount-settings .line-function.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#caisse .discount-settings .line-function .btn-func {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  width: 100%;
  border: none;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  padding: 8px;
  margin: 0px 5px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#caisse .discount-settings .line-function .btn-func.primary {
  background-color: #2196f3;
}
section#caisse .discount-settings .line-function .btn-func.primary:hover {
  background-color: #51adf6;
}
section#caisse .discount-settings .line-function .btn-func.secondary {
  background-color: #ff5656;
}
section#caisse .discount-settings .line-function .btn-func.secondary:hover {
  background-color: #ff8989;
}
section#caisse .discount-settings .line-function .btn-func.tertiary {
  background-color: #4c4c4c;
}
section#caisse .discount-settings .line-function .btn-func.tertiary:hover {
  background-color: #666666;
}
@media screen and (max-width: 769px) {
  section#caisse .discount-settings .line .title {
    font-size: 11px;
  }
  section#caisse .discount-settings .line .settings {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 1;
            flex: 0 1 1;
  }
  section#caisse .discount-settings .line .settings label {
    margin-bottom: 0;
  }
  section#caisse .discount-settings .line .settings .switch {
    margin-bottom: 5px;
  }
  section#caisse .discount-settings .line .field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    margin: 0;
    margin-right: 10px;
  }
  section#caisse .discount-settings .line .field input {
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
  }
  section#caisse .discount-settings .line .update {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
    margin-left: auto;
  }
  section#caisse .discount-settings .line .update button {
    background: #2196f3;
    width: 46px;
    height: 46px;
    color: #FFF;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  section#caisse .discount-settings .line .update button:hover {
    background: #51adf6;
  }
}
section#cmd-gescom {
  padding-top: 15px;
}
section#cmd-gescom .subtitle {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b2b2b2;
  margin-bottom: 15px;
}
section#cmd-gescom input[type=date] {
  min-width: 1%;
  margin-right: 0;
}
section#cmd-gescom .title.alt {
  font-size: 12px;
  font-weight: 700;
  color: #b2b2b2;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}
section#cmd-gescom .delivery-address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
section#cmd-gescom .delivery-address-block p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 14px;
}
section#cmd-gescom .delivery-address-block > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
@media screen and (max-width: 769px) {
  section#cmd-gescom .delivery-address-block > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
section#cmd-gescom .delivery-address-block > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
section#cmd-gescom .delivery-address-block > div:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
@media screen and (max-width: 769px) {
  section#cmd-gescom .delivery-address-block > div:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}
section#cmd-gescom .delivery-address-block input {
  display: none;
}
section#cmd-gescom .delivery-address-block p {
  color: #323232;
  font-size: 14px;
}
section#cmd-gescom .btn.edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  background: #b2b2b2;
  color: #FFF;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
section#cmd-gescom .btn.edit i {
  font-size: 16px;
  margin-right: 7px;
}
section#cmd-gescom .btn.edit:hover {
  color: #FFF;
  background: #999999;
}
@media screen and (max-width: 769px) {
  section#cmd-gescom .btn.edit span {
    display: none;
  }
  section#cmd-gescom .btn.edit svg {
    width: 18px;
    margin: 0;
  }
}
section#cmd-gescom .product-list {
  color: #4c4c4c;
}
section#cmd-gescom .product-list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 25px 5px 5px;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#cmd-gescom .product-list .item:last-child {
  border-bottom: none;
}
section#cmd-gescom .product-list .image {
  display: block;
  cursor: pointer;
}
section#cmd-gescom .product-list .image img {
  width: auto;
  max-height: 70px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 769px) {
  section#cmd-gescom .product-list .image img {
    max-height: auto;
    max-width: 100%;
  }
}
section#cmd-gescom .product-list .label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-bottom: 0;
  margin-left: 10px;
}
section#cmd-gescom .product-list .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
}
section#cmd-gescom .product-list .quantity .field {
  width: 60px;
  margin-bottom: 0;
}
section#cmd-gescom .product-list .quantity .field input {
  padding-left: 5px;
}
section#cmd-gescom .product-list .quantity button {
  width: 40px;
  height: 40px;
  background: #4c4c4c;
  border: none;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#cmd-gescom .product-list .quantity button:hover {
  background: #b2b2b2;
}
section#cmd-gescom .product-list .delete {
  margin-left: 10px;
}
section#cmd-gescom .product-list .delete button {
  width: 40px;
  height: 40px;
  background: #f88282;
  border: none;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#cmd-gescom .product-list .delete button:hover {
  background: #ff5656;
}
section#cmd-gescom .product-list .price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  text-align: right;
  margin-bottom: 0;
}
section#cmd-gescom .product-list .price.total {
  font-weight: 700;
}
section#cmd-gescom .product-list .clear {
  width: 100%;
}
@media screen and (max-width: 992px) {
  section#cmd-gescom .product-list .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section#cmd-gescom .product-list .image,
  section#cmd-gescom .product-list .label {
    margin-bottom: 10px;
  }
}
section#cmd-gescom .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 20px;
  color: #323232;
}
section#cmd-gescom .order-total .left {
  font-size: 16px;
}
section#cmd-gescom .order-total .left span {
  font-weight: 700;
}
section#cmd-gescom .order-total .right {
  text-align: right;
}
section#cmd-gescom .order-total .right span:last-child {
  font-size: 22px;
  color: #f32121;
  font-weight: 700;
}
section#cmd-gescom #Lst_Client {
  list-style: inside none;
  margin: 0;
  padding: 0;
  max-height: 350px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
section#cmd-gescom #Lst_Client li {
  border-top: 1px solid #ebebeb;
}
section#cmd-gescom #Lst_Client li:last-child {
  border-bottom: 1px solid #ebebeb;
}
section#cmd-gescom #Lst_Client li:nth-child(even) {
  background: #f5f5f5;
}
section#cmd-gescom #Lst_Client li a {
  display: block;
  padding: 15px;
  color: #323232;
  margin: 0;
  font-size: 15px;
}
section#cmd-gescom #Lst_Client li a:hover {
  color: #2196f3;
}
section#cmd-gescom #NomDuClient:empty {
  display: none;
}
section#cmd-gescom #LstCumuls .right span#TotTicket {
  font-weight: 700;
  color: #f32121;
}
section#cmd-gescom #LstCumuls #arepLabel,
section#cmd-gescom #LstCumuls #avoirRepris,
section#cmd-gescom #LstCumuls #numavLabel,
section#cmd-gescom #LstCumuls #numeroAvoir {
  display: none;
}
section#cmd-gescom #LstCumuls #arepLabel.active,
section#cmd-gescom #LstCumuls #avoirRepris.active,
section#cmd-gescom #LstCumuls #numavLabel.active,
section#cmd-gescom #LstCumuls #numeroAvoir.active {
  display: inline-block;
}
section#cmd-gescom #LstCumuls #supprAvoir {
  display: none;
  font-size: 16px;
  color: #f32121;
  background: none;
  border: none;
}
section#cmd-gescom #LstCumuls #supprAvoir.active {
  display: inline-block;
}
section#cmd-gescom #LstCumuls .sdl {
  display: none;
}
section#cmd-gescom #LstCumuls .sdl.active {
  display: inline-block;
}
section#cmd-gescom .mode-paiement {
  margin-top: 15px;
}
section#cmd-gescom .mode-paiement .mode-select {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#cmd-gescom .mode-paiement .mode-select > div {
  width: 100%;
  margin: 0 5px 10px 5px;
}
section#cmd-gescom .mode-paiement .mode-select label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  background: #ebebeb;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
  max-height: 55px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#cmd-gescom .mode-paiement .mode-select label:hover {
  background: #b2b2b2;
}
section#cmd-gescom .mode-paiement .mode-select label p {
  margin-bottom: 0;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#cmd-gescom .mode-paiement .mode-select input[type=checkbox] {
  display: none;
}
section#cmd-gescom .mode-paiement .mode-select input:checked + label {
  background: #24d89f;
}
section#cmd-gescom .mode-paiement .mode-select input:checked + label p {
  color: #FFF;
}
section#cmd-gescom .mode-paiement .mode-select .field {
  display: none;
}
section#cmd-gescom .mode-paiement .mode-select .field input {
  border: 1px solid #24d89f;
  text-align: right;
}
@media screen and (max-width: 769px) {
  section#cmd-gescom .mode-paiement .mode-select .field input {
    padding-right: 10px;
  }
}
section#cmd-gescom .mode-paiement .mode-amounts {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#cmd-gescom .mode-paiement .mode-amounts .field {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  background: #ebebeb;
  padding: 20px 0;
  margin: 0 5px 10px 5px;
}
section#cmd-gescom .mode-paiement .montants {
  display: none;
}
section#cmd-gescom .mode-paiement .montants.active {
  display: block;
}
section#cmd-gescom .btn.register {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 10px 12px 10px;
}
section#cmd-gescom .btn.register .fw {
  width: 100%;
}
section#cmd-gescom .btn.register .far {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
}
section#cmd-gescom .btn.register.red {
  background: #f32121;
}
section#cmd-gescom .btn.register.red:hover {
  background: #f65151;
}
section#cmd-gescom .btn.register.blue {
  background: #2196f3;
}
section#cmd-gescom .btn.register.blue:hover {
  background: #51adf6;
}
section#cmd-gescom .btn.register.grey {
  background: #4c4c4c;
}
section#cmd-gescom .btn.register.grey:hover {
  background: #666666;
}
section#cmd-gescom #CR_LienSuivant {
  display: none;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 10px 12px 10px;
  width: 100%;
  background: #f32121;
}
section#cmd-gescom #CR_LienSuivant:hover {
  background: #f65151;
}
section#cmd-gescom #CR_LienSuivant.active {
  display: block;
}
section#cmd-gescom .discount-settings .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ebebeb;
}
section#cmd-gescom .discount-settings .line:last-child {
  border-bottom: none;
}
section#cmd-gescom .discount-settings .line .title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0 10px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37px;
          flex: 0 0 37px;
}
section#cmd-gescom .discount-settings .line .settings {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1;
          flex: 0 1 1;
}
section#cmd-gescom .discount-settings .line .settings label {
  margin-bottom: 0;
}
section#cmd-gescom .discount-settings .line .field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin: 0;
  margin-right: 10px;
}
section#cmd-gescom .discount-settings .line .field input {
  text-align: right;
}
section#cmd-gescom .discount-settings .line .update {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  margin-left: auto;
}
section#cmd-gescom .discount-settings .line .update button {
  background: #2196f3;
  width: 46px;
  height: 46px;
  color: #FFF;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
section#cmd-gescom .discount-settings .line .update button:hover {
  background: #51adf6;
}
section#cmd-gescom .discount-settings .line-function {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px;
}
section#cmd-gescom .discount-settings .line-function.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section#cmd-gescom .discount-settings .line-function .btn-func {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
  width: 100%;
  border: none;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  padding: 8px;
  margin: 0px 5px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#cmd-gescom .discount-settings .line-function .btn-func.primary {
  background-color: #2196f3;
}
section#cmd-gescom .discount-settings .line-function .btn-func.primary:hover {
  background-color: #51adf6;
}
section#cmd-gescom .discount-settings .line-function .btn-func.secondary {
  background-color: #ff5656;
}
section#cmd-gescom .discount-settings .line-function .btn-func.secondary:hover {
  background-color: #ff8989;
}
section#cmd-gescom .discount-settings .line-function .btn-func.tertiary {
  background-color: #4c4c4c;
}
section#cmd-gescom .discount-settings .line-function .btn-func.tertiary:hover {
  background-color: #666666;
}
@media screen and (max-width: 769px) {
  section#cmd-gescom .discount-settings .line .title {
    font-size: 11px;
  }
  section#cmd-gescom .discount-settings .line .settings {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 1;
            flex: 0 1 1;
  }
  section#cmd-gescom .discount-settings .line .settings label {
    margin-bottom: 0;
  }
  section#cmd-gescom .discount-settings .line .settings .switch {
    margin-bottom: 5px;
  }
  section#cmd-gescom .discount-settings .line .field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    margin: 0;
    margin-right: 10px;
  }
  section#cmd-gescom .discount-settings .line .field input {
    text-align: right;
    padding-left: 0;
    padding-right: 10px;
  }
  section#cmd-gescom .discount-settings .line .update {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
    margin-left: auto;
  }
  section#cmd-gescom .discount-settings .line .update button {
    background: #2196f3;
    width: 46px;
    height: 46px;
    color: #FFF;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  section#cmd-gescom .discount-settings .line .update button:hover {
    background: #51adf6;
  }
}
section#catalogue {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}
section#catalogue .selections-menu {
  position: relative;
}
section#catalogue .selections-menu .sel-item .sel-trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: #4c4c4c;
  padding: 15px;
  text-align: left;
  border: none;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
section#catalogue .selections-menu .sel-item .sel-trigger:hover {
  background: #999999;
}
section#catalogue .selections-menu .sel-item .sel-trigger:hover p {
  padding-left: 10px;
}
section#catalogue .selections-menu .sel-item .sel-trigger p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
section#catalogue .selections-menu .sel-item .sel-trigger i {
  color: #FFF;
  font-size: 16px;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
section#catalogue .selections-menu .sel-item .sel-trigger:after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  right: -5px;
  background: #2196f3;
  opacity: 0;
  -webkit-transition: opacity ease .2s;
  transition: opacity ease .2s;
}
@media screen and (min-width: 770px) {
  section#catalogue .selections-menu .sel-item .sel-content {
    display: none;
    position: absolute;
    top: 0;
    z-index: 900;
    left: 100%;
    width: 85vw;
    background: #127fd8;
    padding: 15px;
    margin-left: 5px;
    border-left: 5px solid #2196f3;
    max-height: 80vh;
    overflow-y: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-shadow: 20px 0px 30px 0 rgba(0, 0, 0, 0.15) inset;
            box-shadow: 20px 0px 30px 0 rgba(0, 0, 0, 0.15) inset;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
    margin-right: 30px;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-1 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 120px!important;
            flex: 0 0 120px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-2 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 240px!important;
            flex: 0 0 240px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-3 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 360px!important;
            flex: 0 0 360px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-4 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 480px!important;
            flex: 0 0 480px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-5 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 600px!important;
            flex: 0 0 600px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-6 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 720px!important;
            flex: 0 0 720px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-7 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 840px!important;
            flex: 0 0 840px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-8 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 960px!important;
            flex: 0 0 960px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-9 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 1080px!important;
            flex: 0 0 1080px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-10 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 1200px!important;
            flex: 0 0 1200px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-11 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 1320px!important;
            flex: 0 0 1320px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul.setcol-12 {
    -webkit-box-flex: 0!important;
        -ms-flex: 0 0 1440px!important;
            flex: 0 0 1440px!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 120px;
            flex: 0 1 120px;
    padding: 7px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li.sel-subtitle {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 7px 0 7px;
    margin-bottom: 7px;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li.sel-subtitle p {
    color: #FFF;
    margin-bottom: 0px;
    border-bottom: 1px solid #63aeea;
    padding: 15px 0 10px;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    background-color: #FFF;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li a img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li a p {
    padding: 10px 0;
    background: #FFF;
    color: #4c4c4c;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
    min-height: 55px;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li a:hover {
    -webkit-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  section#catalogue .selections-menu .sel-item .sel-content ul:first-child {
    width: 240px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}
@media screen and (min-width: 770px) and (max-width: 1600px) {
  section#catalogue .selections-menu .sel-item .sel-content {
    width: 80vw;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
    margin-right: 20px;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul:first-child {
    width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
@media screen and (max-width: 769px) {
  section#catalogue .selections-menu .sel-item {
    position: relative;
  }
  section#catalogue .selections-menu .sel-item .sel-trigger {
    padding: 10px 15px;
  }
  section#catalogue .selections-menu .sel-item .sel-trigger i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: -20px;
  }
  section#catalogue .selections-menu .sel-item .sel-trigger:after {
    display: none;
  }
  section#catalogue .selections-menu .sel-item .sel-content {
    display: none;
    background: #127fd8;
    padding: 0;
    max-height: 540px;
    overflow-y: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.15) inset;
    position: absolute;
    left: 0;
    z-index: 99999;
    top: 100%;
    border-top: 5px solid #2196f3;
    width: 100%;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1!important;
        -ms-flex: 1 1 1!important;
            flex: 1 1 1!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul:first-child {
    -webkit-box-flex: 1!important;
        -ms-flex: 1 1 1!important;
            flex: 1 1 1!important;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    padding: 7px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li.sel-subtitle {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 15px 0 15px;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li.sel-subtitle p {
    color: #FFF;
    margin-bottom: 0px;
    border-bottom: 1px solid #63aeea;
    padding: 15px 0 10px;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    background-color: #FFF;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li a img {
    max-width: 100%;
    height: auto;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li a p {
    padding: 10px 0;
    background: #FFF;
    color: #4c4c4c;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
    min-height: 55px;
  }
  section#catalogue .selections-menu .sel-item .sel-content ul li a:hover {
    -webkit-box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
section#catalogue .selections-menu .sel-item.active .sel-trigger {
  background: #2196f3;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
section#catalogue .selections-menu .sel-item.active .sel-trigger p {
  padding-left: 10px;
}
section#catalogue .selections-menu .sel-item.active .sel-trigger:after {
  opacity: 1;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
section#catalogue .left-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  position: relative;
  height: 100%;
  z-index: 1000;
}
section#catalogue .left-column .left-column-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}
section#catalogue .right-column {
  position: relative;
  margin-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
@media screen and (max-width: 992px) {
  section#catalogue .left-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}
@media screen and (max-width: 769px) {
  section#catalogue {
    display: block;
    height: auto;
  }
  section#catalogue .left-column {
    width: 100%;
    margin-bottom: 30px;
  }
  section#catalogue .left-column .left-column-sticky {
    position: relative;
    top: 0;
  }
  section#catalogue .right-column {
    margin-left: 0;
  }
}
section#catalogue .fav-popup {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #f5f5f5;
}
section#catalogue .fav-popup > div {
  border-radius: 8px;
  padding: 30px;
  background: #4c4c4c;
}
section#catalogue .fancybox-close-small,
section#catalogue .fancybox-button .fancybox-close-small {
  color: #000!important;
}
section#catalogue .fav-item-inside {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}
section#catalogue .fav-item-inside .image {
  position: relative;
}
section#catalogue .fav-item-inside .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/Selections/fav-fx.png);
  background-size: contain;
  mix-blend-mode: soft-light;
}
section#catalogue .fav-item-inside .image img {
  max-width: 100%;
  height: auto;
}
section#catalogue .fav-item-inside .delete {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border: none;
  background: #ebebeb;
  color: #323232;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#catalogue .fav-item-inside .delete:hover {
  background: #f32121;
  color: #FFF;
}
section#catalogue .fav-item-inside a {
  display: block;
}
section#catalogue .fav-item-inside a img {
  max-width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#catalogue .fav-item-inside a p {
  display: block;
  padding: 4px 0;
  background: #FFF;
  color: #323232;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#catalogue .fav-item-inside a:hover img {
  opacity: 0.7;
}
section#catalogue .fav-item-inside a:hover p {
  background: #2196f3;
}
section#catalogue .art-nbr {
  padding: 10px 0 0 10px;
}
section#catalogue .btn.search {
  margin-top: 5px;
  margin-bottom: 10px;
}
section#catalogue .select2-results {
  color: #323232;
}
section#catalogue .select2-results ul {
  color: #323232;
}
section#catalogue .select2-results ul li {
  color: #323232;
}
section#catalogue .btn-clone {
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #FFF;
  padding-top: 5px;
  color: #2196f3;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#catalogue .btn-clone:hover {
  background: #2196f3;
  color: #FFF;
}
section#catalogue .article {
  text-align: center;
  margin-bottom: 0!important;
}
section#catalogue .article:hover img {
  opacity: 0.6;
}
section#catalogue .article img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#catalogue .article .supp {
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px auto;
}
section#catalogue .article .label {
  margin: 5px auto;
}
section#catalogue .article .price {
  color: #f32121;
  margin: 5px auto;
}
section#catalogue .article .price .pxCourant {
  margin: 0 5px;
}
section#catalogue .article .price .pxBarre {
  text-decoration: line-through;
  color: #4c4c4c;
}
section#catalogue .article .sizes {
  border-top: 1px solid #ebebeb;
}
section#catalogue .article .sizes p {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 5px auto;
}
section#catalogue .article .sizes ul li {
  display: inline-block;
}
section#catalogue .article .sizes ul li:after {
  content: "-";
  margin: 0 3px;
}
section#catalogue .article .sizes ul li:last-child:after {
  display: none;
}
section#catalogue .btn-quickcart {
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #FFF;
  padding-top: 5px;
  color: #2196f3;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#catalogue .btn-quickcart:hover {
  background: #2196f3;
  color: #FFF;
}
section#catalogue .art-block {
  background: #FFF;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#catalogue #collapseFiltres {
  margin-top: 15px;
}
section#catalogue .fav-btn {
  z-index: 120;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  background: #2196f3;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
section#catalogue .fav-btn i {
  color: #FFF;
  font-size: 30px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#catalogue .fav-btn:hover {
  background: #51adf6;
}
@media screen and (max-width: 769px) {
  section#catalogue .fav-btn {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding-top: 10px;
  }
}
.burger-favs {
  display: block;
  padding: 10px 0;
  background: #b2b2b2;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.burger-favs p,
.burger-favs i {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  color: #FFF;
}
.burger-favs p {
  margin-left: 10px;
  font-size: 18px;
}
.burger-favs i {
  font-size: 14px;
}
.burger-favs.active {
  background: #323232;
  border-radius: 6px 6px 0 0;
}
.modal.favorites .modal-title {
  color: #323232;
  font-weight: 700;
}
.modal.favorites .modal-setup {
  padding-top: 15px;
  background: #ebebeb;
}
@media screen and (max-width: 769px) {
  .modal.favorites .modal-setup .button {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .favorites-block {
    display: none;
  }
}
.favorites-block .controls {
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.favorites-block .controls .field {
  width: 100%;
  margin-bottom: 0;
}
.favorites-block .controls .btn.secondary {
  font-size: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: #2196f3;
  border-radius: 0;
}
.favorites-block #listeSelections {
  padding: 10px;
}
.fav-item {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin-bottom: 15px;
}
.fav-item .image {
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FFF;
}
.fav-item .delete {
  position: absolute;
  z-index: 10;
  display: block;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border: none;
  background: #ebebeb;
  color: #323232;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.fav-item .delete:hover {
  background: #f32121;
  color: #FFF;
}
.fav-item a {
  display: block;
}
.fav-item a img {
  max-width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.fav-item a p {
  display: block;
  padding: 2px 0;
  background: #323232;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.fav-item a:hover img {
  opacity: 0.7;
}
.fav-item a:hover p {
  background: #2196f3;
}
.fav-toggle {
  display: none;
  margin-bottom: 15px;
  background: #4c4c4c;
}
.fav-toggle.active {
  background: #f32121;
}
.fav-toggle.active:hover {
  background: #f32121;
}
.fav-toggle:hover {
  background: #4c4c4c;
}
@media screen and (max-width: 769px) {
  .fav-toggle {
    display: block;
    width: 100%;
  }
}
#cat_home {
  display: none;
}
#cat_home .title {
  background: #2196f3;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
}
#cat_home .title h2 {
  font-size: 26px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
}
#cat_home .cont {
  height: 100%;
  border-radius: 10px;
  background: #FFF;
}
#cat_home .inner {
  padding: 15px;
  border-radius: 0 0 10px 10px;
}
#cat_home h1 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 30px;
  text-align: center;
}
#cat_home p {
  font-size: 16px;
}
#cat_home h2 {
  color: #2196f3;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
}
#cat_home h3 {
  color: #2196f3;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
#cat_home ul {
  text-align: left;
  list-style: outside disc;
  padding-left: 17px;
}
#cat_home ul li {
  font-size: 16px;
  color: #323232;
  margin-bottom: 10px;
}
#cat_home ul li span {
  padding-left: 5px;
  display: inline-block;
  color: #b2b2b2;
  font-size: 14px;
  margin-top: 5px;
}
#cat_home .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 215px;
          flex: 0 0 215px;
}
#cat_home .photo img {
  max-width: 100%;
}
#cat_home .btn {
  background: #f32121;
  color: #FFF;
  font-size: 18px;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  width: 250px;
  margin-top: 15px;
  margin: 30px auto 0 auto;
  display: block;
}
#cat_home a > img {
  max-width: 100%;
  border-radius: 10px;
}
.cat-home a img {
  width: 100%;
  height: auto;
  margin: auto;
}
#cat-vapostore .logo {
  margin: 0 auto 30px auto;
  display: block;
}
#cat-vapostore img {
  max-width: 100%;
  height: auto;
}
#cat-vapostore .title {
  background: #323232;
}
#cat-vapostore .cont {
  overflow: hidden;
}
#cat-vapostore .inner {
  padding: 15px;
  border-radius: 0 0 10px 10px;
}
#cat-vapostore h1 {
  font-size: 28px;
}
#cat-vapostore a {
  display: block;
  margin-bottom: 13px;
}
#cat-vapostore a > img {
  max-width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  #cat-vapostore a > img {
    width: 100%;
  }
}
#cat-vapostore .btn {
  background: #7B3182;
}
.btn.newsel {
  background: #7B3182;
  color: #FFF;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  width: 250px;
  margin: 0 auto 15px auto;
  display: block;
}
.news-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .news-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.news-module .flexslider-home {
  position: relative;
}
.news-module .slides {
  padding: 0!important;
  margin: 0!important;
}
.news-module .slides li {
  margin-bottom: 0!important;
}
.news-module .slides li a {
  margin: 0!important;
}
.news-module .slides li a img {
  border-radius: 0 10px 10px 0!important;
}
@media screen and (max-width: 769px) {
  .news-module .slides li a img {
    border-radius: 10px 10px 0 0!important;
  }
}
.news-module #car-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  padding: 0;
  list-style: inside none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.news-module #car-nav li {
  background: #FFF;
  font-weight: 700;
  padding: 15px 10px;
  border-radius: 6px 0 0 6px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
.news-module #car-nav li a {
  margin: 0;
}
.news-module #car-nav li p {
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
.news-module #car-nav li.flex-active {
  background: #7B3182;
}
.news-module #car-nav li.flex-active p {
  color: #fff;
}
@media screen and (max-width: 769px) {
  .news-module #car-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-module #car-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 7px;
    border-radius: 0 0 6px 6px;
  }
  .news-module #car-nav li p {
    font-size: 13px;
    text-align: center;
  }
  .news-module #car-nav li + li {
    margin-left: 5px;
  }
}
.news-module #carousel {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1;
          flex: 1 0 1;
  border-left: 3px solid #7B3182;
}
@media screen and (max-width: 769px) {
  .news-module #carousel {
    border-bottom: 3px solid #7B3182;
    border-left: none;
  }
}
.news-module #carousel img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .small-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .small-cats a {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
  }
}
.flex-navigation {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
.flex-navigation .flex-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0.8;
}
.flex-navigation .flex-arrow i {
  font-size: 22px;
  color: #FFF;
}
.flex-navigation .flex-arrow.flex-prev {
  left: 0;
}
.flex-navigation .flex-arrow.flex-next {
  right: 0;
}
.news-content-block {
  max-width: 1000px!important;
  padding: 30px;
  overflow-y: auto;
}
.news-content-block .inner-scroll {
  max-height: 100%;
}
.news-content-block h1 {
  font-size: 34px;
  font-weight: 700;
  color: #323232;
  text-align: justify;
}
.news-content-block h2 {
  font-weight: 400;
  font-size: 24px;
  color: #323232;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify;
}
.news-content-block h3 {
  font-weight: 700;
  font-size: 18px;
  color: #7B3182;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: justify;
}
.news-content-block p {
  text-align: justify;
  font-size: 16px;
  color: #323232;
}
.news-content-block p + p {
  margin-top: 15px;
}
.news-content-block img {
  max-width: 100%;
  margin: 15px auto 15px auto;
}
.news-content-block .news-source {
  font-size: 16px;
  font-weight: 700;
  color: #7B3182;
  text-decoration: underline;
  margin: 15px 0;
}
.news-content-block p > a {
  color: #7B3182;
}
.news-content-block p > a:hover {
  text-decoration: underline;
}
.news-content-block ul {
  list-style: outside disc;
  padding-left: 17px;
  margin: 15px 0;
}
.news-content-block ul li {
  font-size: 16px;
  color: #323232;
  margin-bottom: 5px;
}
.news-content-block#news-article-01 ul {
  list-style: inside none;
  padding: 0;
  border: 1px solid #ebebeb;
  border-bottom: none;
  max-width: 600px;
}
.news-content-block#news-article-01 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid #ebebeb;
}
.news-content-block#news-article-01 ul li:nth-child(odd) {
  background: #ebebeb;
}
.news-content-block#news-article-01 ul li p {
  font-size: 16px;
  margin: 0;
}
.news-content-block#news-article-01 ul li p:last-child {
  text-align: right;
}
section#fiche-art {
  padding-top: 15px;
}
section#fiche-art .infos p {
  line-break: anywhere;
}
section#fiche-art .gallery img {
  display: block;
  max-width: 100%;
  max-height: 250px;
  margin: auto;
}
section#fiche-art .name {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 5px auto;
}
section#fiche-art .price {
  position: relative;
}
section#fiche-art .price input {
  display: inline-block;
  border: none;
  font-size: 17px;
}
section#fiche-art .price input#prxbarre {
  text-decoration: line-through;
  color: #b2b2b2;
}
section#fiche-art .price input#prxvente {
  font-weight: 700;
  color: #f32121;
}
section#fiche-art .price #edit-article {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 26px;
  height: 21px;
}
section#fiche-art .price #edit-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section#fiche-art .inner.scroll2 {
    width: 80vw;
  }
}
section#stock input#libart_lcv {
  border: none;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  section#photo-upload .remove-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  section#photo-upload .remove-gutters .col,
  section#photo-upload .remove-gutters [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
section#photo-upload #photo_preview {
  display: block;
  max-width: 100%;
  max-height: 120px;
  height: auto;
  margin: auto;
}
section#photo-upload .field input,
section#photo-upload .field select {
  height: 30px;
}
section#photo-upload .field label {
  margin-bottom: 2px;
}
@media screen and (min-width: 481px) {
  section#photo-upload #photo_preview {
    margin-bottom: 15px;
  }
}
section#photo-upload .btn.model {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 10px 12px 10px;
  margin-bottom: 15px;
}
section#photo-upload .btn.model .far {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
}
section#photo-upload .btn.model.new {
  background: #f32121;
}
section#photo-upload .btn.model.new:hover {
  background: #f65151;
}
section#photo-upload .btn.model.edit {
  background: #2196f3;
}
section#photo-upload .btn.model.edit:hover {
  background: #51adf6;
}
section#photo-upload .es-list {
  color: #4c4c4c;
}
section#photo-upload .new-mod {
  margin-bottom: 5px;
}
section#photo-upload .libLibre {
  margin-top: 15px;
  margin-right: 0;
}
section#photo-upload #Num_Modele,
section#photo-upload #Num_Article {
  border: none;
  background: none;
}
section#codification-table .inner {
  height: 100%;
}
section#codification-table .af-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 769px) {
  section#codification-table .af-menu {
    display: block;
  }
}
section#codification-table .af-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0 7px;
  height: 100%;
}
section#codification-table .af-item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: none;
  background: #4c4c4c;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
section#codification-table .af-item button i {
  margin-left: 10px;
}
section#codification-table .af-item button:hover {
  cursor: pointer;
}
section#codification-table .af-item button:focus {
  outline: none;
}
section#codification-table .af-item button.collapsed {
  background: #323232;
  color: #b2b2b2;
}
section#codification-table .af-item button.collapsed:hover {
  color: #FFF;
}
section#codification-table .af-item button.active {
  background: #2196f3;
}
section#codification-table .af-item .brand-list {
  display: none;
  position: absolute;
  z-index: 30;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: 3px;
  background: #FFF;
}
section#codification-table .af-item .brand-list .search-in-list {
  border: 3px solid #2196f3;
  border-bottom: none;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#codification-table .af-item .brand-list .search-in-list i {
  color: #b2b2b2;
  font-size: 16px;
}
section#codification-table .af-item .brand-list .search-in-list input {
  width: 100%;
  padding: 5px 10px;
  background: #FFF;
  border: none;
  position: relative;
}
section#codification-table .af-item ul {
  background: #ebebeb;
  border: 3px solid #2196f3;
  border-top: none;
  max-height: 650px;
  -ms-overflow-y: auto;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
section#codification-table .af-item ul li {
  -ms-flex-preferred-size: 0 0 25%;
      flex-basis: 0 0 25%;
}
section#codification-table .af-item ul li a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  color: #323232;
  cursor: pointer;
}
section#codification-table .af-item ul li a:hover {
  color: #f32121;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
  section#codification-table .af-item ul {
    max-height: 250px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
  section#codification-table .af-item ul {
    max-height: 360px;
  }
}
@media screen and (max-width: 769px) {
  section#codification-table .af-item {
    position: relative;
    margin: 0 7px 3px 7px;
  }
  section#codification-table .af-item ul {
    max-height: 400px;
    display: block;
  }
  section#codification-table .af-item .brand-list {
    top: 100%;
    margin: 0;
  }
}
section#codification-table .af-container {
  border-top: 3px solid #2196f3;
}
section#codification-table .search-in-list {
  width: 100%;
  padding: 5px 10px;
  background: #FFF;
  border: none;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#codification-table .search-in-list i {
  color: #b2b2b2;
  font-size: 16px;
}
section#codification-table .search-in-list input {
  width: 100%;
  padding: 5px 10px;
  background: #FFF;
  border: none;
  position: relative;
}
section#codification-table .codif-element {
  background: #ebebeb;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}
section#codification-table .codif-element .name {
  background: #b2b2b2;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
}
section#codification-table .codif-element ul {
  min-height: 1px;
  max-height: 650px;
  -ms-overflow-y: auto;
  overflow-y: auto;
}
section#codification-table .codif-element ul li a {
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  color: #323232;
  cursor: pointer;
}
section#codification-table .codif-element ul li a:hover {
  color: #f32121;
}
@media screen and (max-width: 769px) {
  section#codification-table .codif-element ul {
    max-height: 300px;
  }
}
.modal#modalCustomers {
  display: block;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal#modalCustomers .modal-title {
  color: #323232;
}
.modal.modalcv {
  display: block;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.modal.modalcv img {
  max-width: 100%;
  max-height: 150px;
  height: auto;
}
.modal.modalcv .modal-body {
  text-align: center;
}
.modal.modalcv .modal-title {
  color: #323232;
  font-weight: 700;
}
.modal-title {
  color: #323232;
  font-weight: 700;
}
#modalchcdb .modal-dialog {
  max-width: 650px;
}
#modalchcdb #lst_cdb {
  max-height: 650px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#modalchcdb #lst_cdb li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  border-bottom: 1px solid #ebebeb;
}
#modalchcdb #lst_cdb li:nth-child(even) {
  border-left: 1px solid #ebebeb;
  padding-left: 10px;
}
#modalchcdb #lst_cdb li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
#modalchcdb #lst_cdb li a span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
  margin-right: 25px;
}
#modalchcdb #lst_cdb li a p {
  text-align: left;
  font-size: 15px;
  line-height: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0;
}
#modalchcdb #lst_cdb li a:hover p {
  color: #2196f3;
}
@media screen and (min-width: 770px) {
  #modaltaille .modal-dialog {
    max-width: 800px;
  }
}
#modaltaille .flexslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#modaltaille .flex-control-thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
@media screen and (max-width: 992px) {
  #modaltaille .flexslider {
    display: block;
  }
  #modaltaille .flexslider .slides {
    max-width: 150px;
    margin: auto;
  }
  #modaltaille .flex-control-thumbs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }
  #modaltaille .flex-control-thumbs li {
    max-width: 50px;
  }
}
#modaltaille .close.itemdet {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  display: block;
  width: 40px;
  height: 40px;
}
#modaltaille #mt_lib {
  text-align-last: left;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
#modaltaille #mt_prix {
  text-align-last: left;
  font-size: 16px;
  color: #f32121;
  margin-bottom: 10px;
}
#modaltaille .mt_description {
  text-align: left;
  max-height: 250px;
  font-size: 14px;
  margin-bottom: 15px;
  -ms-overflow-y: auto;
  overflow-y: auto;
  text-align: justify;
  padding-right: 7px;
}
#modaltaille #lst_choixtaille {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
#modaltaille #lst_choixtaille li {
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
  background: #ebebeb;
  margin: 0 10px 15px 10px;
}
#modaltaille #lst_choixtaille li.clear {
  background: none;
  border: none;
}
#modaltaille #lst_choixtaille li p {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
#modaltaille #lst_choixtaille li .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 80px;
}
#modaltaille #lst_choixtaille li .counter input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 60px;
  padding: 10px 0 10px 0;
  text-align: center;
  border: none;
  font-size: 18px;
  min-width: 1%;
}
#modaltaille #lst_choixtaille li .counter input::-webkit-outer-spin-button,
#modaltaille #lst_choixtaille li .counter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#modaltaille #lst_choixtaille li .counter .controls {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 60px;
}
#modaltaille #lst_choixtaille li .counter .controls input {
  display: block;
  width: 40px;
  height: 30px;
  background: #4c4c4c;
  color: #FFF;
  border: none;
  text-align: center;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#modaltaille #lst_choixtaille li .counter .controls input:active {
  background: #2196f3;
}
#modaltaille #lst_choixtaille li .counter .controls input:last-child {
  margin-top: 1px;
}
#modaltaille #lst_choixtaille li button {
  width: 48px;
  height: 48px;
  background: #2196f3;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
#modaltaille #lst_choixtaille li button:hover {
  background: #82c4f8;
}
#modaltaille .btn.primary {
  margin-bottom: 0;
  font-size: 16px;
}
#modaltaille .btn-stock {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  text-align: center;
  background: #4c4c4c;
  font-size: 16px;
  margin-left: 15px;
  border: none;
  color: #FFF;
  cursor: pointer;
  border-radius: 6px;
}
#modaltaille .btn-stock:hover {
  background: #666666;
}
#modaltaille .stock-table {
  display: none;
  margin-top: 15px;
  max-height: 250px;
  overflow: auto;
}
@media screen and (max-width: 1200px) {
  #modalchcdb #lst_cdb {
    max-height: 550px;
    overflow-y: auto;
    display: block;
  }
  #modalchcdb #lst_cdb li {
    border-bottom: 1px solid #ebebeb;
  }
  #modalchcdb #lst_cdb li:nth-child(even) {
    border-left: none;
    padding-left: 0;
  }
  #modalchcdb #lst_cdb li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0;
  }
  #modalchcdb #lst_cdb li a span {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60px;
            flex: 0 1 60px;
    margin-right: 25px;
  }
  #modalchcdb #lst_cdb li a p {
    text-align: left;
    font-size: 15px;
    line-height: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin: 0;
  }
  #modalchcdb #lst_cdb li a:hover p {
    color: #2196f3;
  }
}
.customer-login {
  position: relative;
}
.customer-login:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  background: #ebebeb;
  height: 100%;
}
.customer-login .login-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customer-login .btn.primary {
  font-size: 14px;
  background: #2196f3;
}
.customer-login .btn.primary:hover {
  background: #51adf6;
}
@media screen and (max-width: 992px) {
  .customer-login .login-align {
    display: block;
  }
  .customer-login .login-align:first-child {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
  }
  .customer-login:after {
    display: none;
  }
}
.back-to-top {
  display: block;
  background: #2196f3;
  color: #FFF;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 30px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  line-height: 50px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top.fade-out {
  opacity: 0.5;
}
.back-to-top:hover {
  opacity: 1;
  color: #FFF;
}
.back-to-top:focus {
  color: #FFF;
}
@media screen and (max-width: 769px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    font-size: 24px;
    bottom: 10px;
    line-height: 42px;
  }
}
.back-to-home {
  display: block;
  background: #ff5656;
  color: #FFF;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 30px;
  text-align: center;
  position: fixed;
  bottom: 130px;
  right: 10px;
  line-height: 50px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 99999;
  opacity: 0.5;
}
.back-to-home:hover {
  opacity: 1;
  color: #FFF;
}
.back-to-home:focus {
  color: #FFF;
}
@media screen and (max-width: 769px) {
  .back-to-home {
    width: 40px;
    height: 40px;
    font-size: 24px;
    bottom: 60px;
    line-height: 42px;
  }
}
.back-to-cart {
  display: none!important;
  background: #4c4c4c;
  color: #FFF!important;
  width: 50px;
  height: 50px!important;
  padding: 0;
  font-size: 30px;
  text-align: center!important;
  position: fixed!important;
  bottom: 70px;
  right: 10px;
  line-height: 50px;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 999999;
  opacity: 0.5;
}
.back-to-cart i {
  color: #FFF!important;
}
.back-to-cart:hover {
  opacity: 1;
  color: #FFF;
}
.back-to-cart:focus {
  color: #FFF;
}
@media screen and (max-width: 769px) {
  .back-to-cart {
    width: 40px!important;
    height: 40px!important;
    font-size: 24px;
    bottom: 110px;
    line-height: 42px;
  }
}
.back-to-cart p {
  position: absolute;
  font-size: 14px!important;
  font-weight: 700;
  width: 20px;
  height: 20px;
  background: #2196f3;
  color: #FFF;
  margin: 0!important;
  right: -5px;
  top: -5px;
  line-height: initial;
  display: inline-block !important;
  border-radius: 10px;
}
#qrpage canvas {
  width: 100%;
  height: 450px;
}
#qrpage .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#qrpage .flex.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#qrpage .to-qrcode-2 a {
  margin-bottom: 5px;
  padding: 2px 15px;
  background: steelblue;
}
#qrpage-2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#qrpage-2 .flex.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#qrpage-2 .to-qrcode a {
  margin-bottom: 5px;
  padding: 2px 15px;
  background: steelblue;
}
#qrpage-2 .qr-output {
  position: relative;
  overflow: hidden;
}
#qrpage-2 .qr-output .overlay {
  position: absolute;
  display: block;
  width: 250px;
  height: 250px;
  border: 3px dashed rgba(255, 255, 255, 0.7);
  top: 50%;
  margin-top: -125px;
  left: 50%;
  margin-left: -125px;
  z-index: 999;
}
#qrpage-2 .qr-output .overlay.active {
  display: block;
}
.qrswitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
.btn-qrswitch {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #2196f3;
  color: #b2b2b2 !important;
  background: #FFF;
  padding: 8px 14px;
  margin: 0;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
.btn-qrswitch.left {
  border-radius: 4px 0 0 4px;
}
.btn-qrswitch.right {
  border-radius: 0 4px 4px 0;
}
.btn-qrswitch.active {
  background: #2196f3;
  color: #FFF!important;
}
.btn-qrswitch.active:hover {
  background: #51adf6;
  border-color: #51adf6;
}
