::selection {
  background: #219ED2;
}

::-moz-selection {
  background: #219ED2;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.bold {
  font-weight: bold !important;
}

.produittoplist {
  border: 4px solid #219ED2 !important;
}

.required.control-label:after {
  content: " *";
}

.center {
  text-align: center;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.toggle-switch {
  position: relative;
  width: 60px;
}

.toggle-switch input {
  display: none;
}

.toggle-switch label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.toggle-switch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.toggle-switch-inner:before, .toggle-switch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  text-shadow: 1px 1px 1px #FFFFFF;
  color: #929292;
  background-color: #F5F5F5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.toggle-switch-inner:before {
  content: "Oui";
  padding-left: 15px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.toggle-switch-inner:after {
  content: "Non";
  padding-right: 15px;
  text-align: right;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}

.toggle-switch-switch {
  width: 20px;
  margin: 0;
  border: 2px solid #d8d8d8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  color: #f8f8f8;
  line-height: 1em;
  text-shadow: 0 0px 1px #ADADAD;
  text-align: center;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  background-color: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image: -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image: -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image: -o-linear-gradient(top, #f0f0f0, #dfdfdf);
  background-image: linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}

.toggle-switch input:checked + .toggle-switch-inner {
  margin-left: 0;
}

.toggle-switch input:checked + .toggle-switch-inner + .toggle-switch-switch {
  right: 0px;
}

.toggle-switch-danger input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border: 2px solid #D15E5E;
  background: #D15E5E;
}

.toggle-switch-warning input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border: 2px solid #DFD271;
  background: #DFD271;
}

.toggle-switch-info input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border: 2px solid #7BC5D3;
  background: #7BC5D3;
}

.toggle-switch-success input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border: 2px solid #63CC9E;
  background: #63CC9E;
}

.toggle-switch-primary input:checked + .toggle-switch-inner + .toggle-switch-switch {
  border: 2px solid #6AA6D6;
  background: #6AA6D6;
}

#search {
  position: relative;
  /*margin-left: 20px;*/
  margin-top: 8px;
}

#search > input {
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #C7C7C7;
  text-shadow: 0 1px 1px #EEE;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #686868;
  line-height: 1em;
  height: 30px;
  padding: 0 35px 0 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.4;
}

#search > input + i {
  opacity: 0;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#search > input { /*:focus*/
  /*width: 10px;*/
  outline: none;
  opacity: 0.95;
}

#search > input + i { /*:focus*/
  opacity: 1;
  color: #686868;
}

#search > input:focus {
  width: 100%;
  max-width: 400px;
  opacity: 1;
}

.relative {
  position: relative;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6AA6D6;
  display: none;
  z-index: 10000;
}

.product .details-extra.large {
  display: none;
  border-top: solid 1px #efefef;
  background-color: #FAFAFA;
  overflow: hidden;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.product .details-extra.large form {
  margin: 10px;
}

.product .details-extra.large form div {
  margin-bottom: 10px;
}

.product .details-extra form label {
  width: 100%;
  text-align: left;
  padding-right: 0px;
}

.product .details-extra.large form label {
  width: 160px;
  text-align: left;
  padding-right: 0px;
}

/*.product .details-extra>.multiselect-container{width:600px;}*/
/*.multiselect-container>li>a{white-space: normal;}*/
.product .details-extra .details-extra-option-label {
  width: 100%;
}

.product .details-extra.large .details-extra-option-label {
  width: 160px;
}

.product .details-extra .details-extra-option-select {
  width: 100%;
  padding-left: 20px;
}

.product .details-extra .details-extra-option-select div {
  width: 100%;
}

.product .details-extra .details-extra-option-select button {
  width: 100%;
  text-align: left;
}

.product .details-extra .details-extra-option-select .caret {
  position: absolute;
  top: 12px;
  right: 10px;
}

/* .product .details-extra .details-extra-option-select .multiselect-container{width:100%; min-width: 160px;}
.product .details-extra .details-extra-option-select .multiselect-container label{width:100%;} */
.product .details-extra {
  overflow: inherit !important;
}

.product {
  overflow: inherit !important;
}

#pleaseWaitDialog {
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  color: #AAAAAA;
  position: fixed;
  top: 0;
}

body {
  background: none;
  /* background: #EAEAEA; */
}

.btn-tag, .btn-marque, .btn-filtrePrix {
  margin-right: 5px;
  font-size: 11px;
  opacity: 0.6;
}

.btn-tag.active, .btn-marque.active, .btn-filtrePrix.active {
  opacity: 1;
}

.etapePlvFicheProduit > .btn-group {
  padding-top: 12px;
}

.etapePlvFicheProduit > .btn-group > button {
  width: 100%;
}

.etapePlvFicheProduit > label {
  padding-top: 18px;
}

.etapePlvFicheProduit > div > div > img {
  box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.38);
  display: inline;
}

.shopping-cart .pu {
  width: 100px;
  text-align: center;
}

.basket-loading span {
  height: 175px;
  padding: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}

.smenu-loading span {
  height: 175px;
  padding: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}

.multiselect-container > li > a {
  width: 100%;
  padding: 0px;
}

.multiselect-container > li > a > label {
  width: auto !important;
  padding: 5px 20px 5px 25px !important;
  word-wrap: break-word;
}

.multiselect-container > li.disabled > a > label {
  color: #ccc;
}

.multiselect-container {
  width: auto !important;
}

.btn-plv {
  width: 100%;
  padding-right: 20px;
  text-align: left;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
  .btn-plv {
    white-space: nowrap;
  }
}
.multiselect-native-select .multiselect-option {
  white-space: normal;
}

.btn-plv .caret {
  position: absolute;
  top: 15px;
  right: 6px;
}

.basket .submenu-container {
  margin-top: -3px;
}

.submenu-container {
  z-index: 9999;
  /*margin-top:-3px;*/
  overflow: visible !important;
  width: auto;
  position: absolute !important;
  border-bottom: none;
  box-shadow: none;
}

.submenu-container .submenu {
  overflow: visible !important;
  max-height: 100% !important;
  height: 100%;
  text-align: left !important;
  min-width: 230px;
}

.submenu-container .submenu a {
  padding: 5px 10px 5px 0;
  margin-left: 20px;
  color: #fff;
  font-size: 13px;
}

.searchform {
  height: 60px !important;
  padding: 0px;
  padding-top: 6px;
  padding: 5px;
  margin: 0px !important;
}

.content-compte {
  padding: 0px !important;
  padding-left: 0px !important;
  margin: 0px !important;
}

.content-compte .select2-container {
  width: 95%;
}

.content-compte ul {
  padding-left: 25px !important;
}

.content-compte-group {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  padding-left: 20px;
}

/*.shopping-cart .name{width:200px;}*/
/*.shopping-cart .size{width:100px;}*/
.shopping-cart .img img {
  display: block;
}

.shopping-cart .stock .stock-small {
  display: none;
}

.shopping-cart .stock .stock-large {
  display: block;
}

.shopping-cart .cart-remove .remove-small {
  display: none;
}

.shopping-cart .cart-remove .remove-large {
  display: block;
}

.shopping-cart .size .size-small {
  display: none;
}

.shopping-cart .size .size-large {
  display: block;
}

.table-panier .img, .table-panier-recap .img {
  width: 170px !important;
  /* padding:0px !important; */
}

.table-panier .img img, .table-panier-recap .img img {
  width: 150px !important;
  /* padding:0px !important; */
}

.table-panier .name {
  width: 250px !important;
  padding: 5px !important;
}

.table-panier-recap .name {
  width: 330px !important;
  padding: 5px !important;
}

.table-panier .stock {
  width: 250px !important;
  padding: 5px !important;
}

.table-panier-recap .stock {
  width: 330px !important;
  padding: 5px !important;
}

.table-panier .pu {
  width: 100px !important;
  padding: 0px !important;
}

.table-panier .remiseCommerciale-cell {
  width: 110px !important;
  padding: 0px !important;
}

.table-panier .quantity-cell, .table-panier-recap .quantity-cell {
  width: 100px !important;
  padding: 0px !important;
}

.table-panier .sub-total {
  width: 100px !important;
  padding: 0px !important;
}

.table-panier-recap .sub-total {
  width: 120px !important;
  padding: 0px !important;
  padding-right: 35px !important;
  text-align: right !important;
}

.table-panier .remove {
  width: 60px !important;
  padding: 0px !important;
}

.cart-total {
  font-weight: 700;
  font-size: 22px;
}

#nav-basket {
  /* width: 50px !important; */
  min-height: 60px !important;
}

.basket {
  float: right;
  padding: 0 10px 0 10px;
}

.cart-checkout img {
  float: none;
}

.cart-checkout {
  margin-bottom: 20px;
}

.shopping-cart .cart-remove {
  padding: 0px !important;
}

.navbar-collapse {
  z-index: 9999;
  max-height: 100% !important;
}

.navbar-nav {
  margin: 0px !important;
}

/*.fixed-top .navbar-collapse,
.fixed-bottom .navbar-collapse {
    max-height: none;
}*/
.navbar .nav > li {
  position: relative !important;
}

.navbar .nav > li > a {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
}

.navbar-emag-commerciaux, .navbar-emag-actions {
  flex-direction: row;
}

@media (max-width: 991px) {
  .mt-fdp {
    display: none;
  }
  .adresse-recap {
    padding: 0px;
  }
  .adresse-recap .content {
    padding: 0px !important;
    margin: 0px !important;
  }
  .bt-panier {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .navbar-toggle {
    display: block !important;
  }
  .top-panel-main .navbar-collapse {
    /* position: absolute !important; */
    overflow-y: auto !important;
    z-index: 9999 !important;
    top: 55px !important;
    left: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    max-height: 100vh !important;
  }
  .navbar-collapse .navbar-nav {
    place-content: center;
  }
  /*.fixed-top {
      width: 100vw !important;
  }*/
  .table-responsive {
    border: none !important;
  }
  .cc-revoke {
    display: none !important;
  }
  .cart-checkout img {
    width: 100px !important;
  }
  .links-panier {
    text-align: center;
  }
  .links-panier .bt-panier {
    margin-top: 15px;
  }
  #sidebar-right, #sidebar-right-content-footer {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .ligne-fdp-obl-mt {
    display: none;
  }
}
@media (max-width: 1199px) {
  .checkout-total span {
    font-size: 36px;
    line-height: 42px;
  }
  .table-panier .name {
    width: 180px !important;
    padding: 5px !important;
    white-space: normal !important;
  }
  .table-panier-recap .name {
    width: 180px !important;
    padding: 5px !important;
    white-space: normal !important;
  }
  .table-panier .stock {
    width: 180px !important;
    padding: 5px !important;
    white-space: normal !important;
  }
  .table-panier-recap .stock {
    width: 330px !important;
    padding: 5px !important;
    white-space: normal !important;
  }
  #sidebar-right-content tr.ligne-shopping-cart colgroup col:first-child {
    width: 50px !important;
  }
  #sidebar-right-content tr.ligne-shopping-cart td:first-child img {
    max-width: 40px !important;
    max-height: 40px !important;
  }
}
@media (min-width: 1200px) {
  .checkout-total span {
    font-size: 36px;
    line-height: 42px;
  }
  .bt-panier-revert {
    text-align: left;
    /*padding-top: 16px;*/
  }
}
.menu-pdt-5, .menu-pdt-6, .menu-pdt-7, .menu-pdt-8 {
  display: none !important;
}

@media (min-width: 1150px) {
  .menu-pdt-5 {
    display: block !important;
  }
}
@media (min-width: 1312px) {
  .menu-pdt-6 {
    display: block !important;
  }
}
@media (min-width: 1474px) {
  .menu-pdt-7 {
    display: block !important;
  }
}
@media (min-width: 1636px) {
  .menu-pdt-8 {
    display: block !important;
  }
}
.link_action_table {
  margin: 2px;
}

#libelle_panier::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #AAAAAA !important;
}

#libelle_panier:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #AAAAAA !important;
  opacity: 1;
}

#libelle_panier::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #AAAAAA !important;
  opacity: 1;
}

#libelle_panier:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #AAAAAA !important;
}

.btn.btn-small {
  margin-right: 10px;
  margin-bottom: 20px;
}

.beauty-table input {
  border: 1px solid transparent;
  background: none;
  /*font-size: 16px;*/
  /*text-align: center;*/
  /*padding:2px 15px !important;*/
  width: 100%;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.beauty-table input:focus {
  border: 1px solid #dfdfdf;
  background: #FAFAFA;
  /*font-size: 16px;*/
  /*text-align: center;*/
  /*padding: 2px 15px !important;*/
  width: 100%;
  outline: none;
}

.btn.btn-large {
  text-transform: uppercase;
  letter-spacing: 2px;
  /*font-weight:700;*/
  padding: 10px 24px;
  margin-right: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

@media (min-width: 992px) {
  .link-back {
    text-align: right;
    margin-top: 10px;
  }
}
.link_load_saved_panier {
  color: #000000;
}

.link_delete_saved_panier {
  color: #555555;
}

.link_rename_saved_panier {
  color: #D88D24;
}

.link_open_pdf_cmd {
  color: #CC4D4D;
}

.link_open_cadar_cmd {
  color: #3BAF47;
}

.alternate-images li {
  margin-right: 7px;
}

.product-page .main-imgs {
  margin-bottom: 8px;
}

.product-page .main-imgs img {
  cursor: zoom-in;
}

#nav-basket-toggle {
  width: 50px !important;
}

.basket-toggle {
  background-color: #156586;
  float: right;
  padding: 0px;
  padding-left: 5px !important;
}

.basket-toggle-link {
  color: white;
  display: block;
}

.basket-toggle-link i {
  position: relative;
  top: 15px;
}

.basket-toggle-link-pic {
  width: 41px;
  background: url("../img/basket.png") center center no-repeat;
  padding: 25px 0 30px 0;
  text-align: center;
  font-size: 10px;
}

#sidebar-right {
  /*position: relative;*/
  z-index: 3;
  /*padding-bottom: 3000px !important;
  margin-bottom: -3000px !important;*/
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-box-shadow: 0px 0px 20px 0px #ddd;
  -webkit-box-shadow: 0px 0px 20px 0px #ddd;
  -o-box-shadow: 0px 0px 20px 0px #ddd;
  box-shadow: 0px 0px 20px 0px #ddd;
  padding: 0px !important;
  background-color: #f5f5f5;
}

/*.sidebar-show #sidebar-right.col-4 {*/
/*    opacity: 1;*/
/*    width: 33.33333333333333%;*/
/*    padding: 0 15px;*/
/*}*/
@media (min-width: 768px) {
  #basket-link-main {
    display: block;
  }
  #basket-link-min {
    display: none;
  }
  /*#sidebar-right.col-md-4 {*/
  /*    opacity: 1;*/
  /*    width: 33.33333333333333%;*/
  /*    padding: 0 15px;*/
  /*}*/
  .no-sidebar #sidebar-right.col-md-4 {
    /*opacity: 0;*/
    /*width: 0;*/
    /*padding: 0;*/
    display: none;
  }
  /*.no-sidebar #footer_content.col-lg-8,*/
  /*.no-sidebar #content.col-lg-8 {*/
  /*    opacity: 1;*/
  /*    width: 100%;*/
  /*    max-width: 100vw !important;*/
  /*}*/
  footer {
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;*/
  }
}
@media (min-width: 992px) {
  #basket-link-main {
    display: block;
  }
  #basket-link-min {
    display: none;
  }
  /*#sidebar-right.col-md-4 {*/
  /*    opacity: 1;*/
  /*    width: 33.33333333333333%;*/
  /*    padding: 0 15px;*/
  /*}*/
  .no-sidebar #sidebar-right.col-md-4 {
    /*opacity: 0;*/
    /*width: 0;*/
    /*padding: 0;*/
    display: none;
  }
  /*.no-sidebar #footer_content.col-lg-8,*/
  /*.no-sidebar #content.col-lg-8 {*/
  /*    opacity: 1;*/
  /*    width: 100%;*/
  /*    max-width: 100vw !important;*/
  /*}*/
  footer {
    /*position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;*/
  }
}
@media (max-width: 767px) {
  #basket-link-main {
    /* display: none; */
  }
  #basket-link-min {
    display: block;
  }
  .no-sidebar #sidebar-right.col-4 {
    opacity: 1;
    width: 10%;
    padding: 0px;
  }
  .no-sidebar #content.col-12 {
    opacity: 1;
    width: 100%;
  }
}
#product-board {
  max-width: 100%;
}

.container {
  max-width: 100%;
}

html {
  min-height: 100vh;
  max-width: 100vw !important;
  position: relative;
}

body {
  min-height: 100vh;
  max-width: 100vw !important;
}

footer {
  max-width: 100vw !important;
}

#main {
  height: 100%;
  /*padding-right:0px;
  padding-left:0px;*/
}

#mainrow {
  height: 100%;
}

.bootbox-close-button {
  padding: 0;
  background-color: transparent;
  border: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  font-size: 75px;
  margin-left: 2px;
  position: absolute;
  right: 1px;
  top: 3px;
}

/* .table-responsive {
    overflow-x: visible !important;
    overflow-y: visible !important;
} */
.sidebar-shop {
  /*position: absolute;*/
  /*right: 0px;*/
  /*min-height: 100%;*/
  position: fixed;
  right: 0;
  top: 48px;
  min-height: 100%;
}

.sidebar-mag {
  /*position: absolute;*/
  /*right: 0px;*/
  /*min-height: 100%;*/
  position: fixed;
  right: 0;
  top: 120px;
  min-height: 100%;
}

.selectize-input {
  height: 100%;
}

.navbar {
  background-color: #383838;
}

#bs-example-navbar-collapse-1 .navbar-nav .nav-link {
  color: #AAA;
}

#bs-example-navbar-collapse-1 .navbar-nav .nav-link:hover {
  color: #F2F2F2;
  background-color: #383838;
}

#bs-example-navbar-collapse-1 .navbar-nav .nav-link.active {
  color: #F2F2F2;
}

#bs-example-navbar-collapse-2 .navbar-nav .nav-link:hover {
  color: #F2F2F2;
}

#bs-example-navbar-collapse-2 .navbar-nav .nav-link:hover {
  color: #383838;
  background-color: #F2F2F2;
  font-weight: bold;
}

#bs-example-navbar-collapse-2 {
  z-index: 3 !important;
  width: 100%;
  background-color: #F2F2F2;
}

#bs-example-navbar-collapse-2 .navbar-nav .nav-link {
  color: #AAA;
}

#bs-example-navbar-collapse-2 .navbar-nav .nav-link.active {
  color: #383838;
  background-color: #F2F2F2;
  font-weight: bold;
}

#sidebar-right-content .shopping-cart .table-responsive {
  /*overflow-y: scroll !important;*/
  /*height: 300px;*/
}

header .dropdown-toggle::after {
  content: none;
}

#content {
  height: 100%;
  /* padding-bottom: 120px; */
}

.vignette-zone-prix .price {
  margin-top: 5px !important;
  font-weight: bold;
}

/*
Fixer la taille des produits
 */
.product-fixed .media {
  height: 180px;
}

.product-fixed .media img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.product-fixed .details {
  height: 212px;
}

/*
Bloquer les description en hauteur et tronquer avec 3 points
 */
.product-fixed .details .name {
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-fixed .details .description {
  max-height: 51px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sidebar-show .product.medium {
  width: 31%;
}

.product.medium {
  min-width: 170px;
  margin: 0px;
  margin-bottom: 10px;
}

.product.medium .media a {
  min-height: 170px;
  max-height: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product.medium img {
  max-height: 170px;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  /*display: block;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product.large {
  width: 63%;
  margin: 0;
  margin-bottom: 10px;
}

.product.pad {
  /* border: solid 3px #333; */
  margin: 0px;
  margin-bottom: 10px;
  cursor: pointer;
  min-height: 90px;
  width: 80px;
}

.product.pad-2x {
  width: 170px;
}

@media (min-width: 768px) {
  #product-board, .container {
    width: 710px;
  }
  .product.pad {
    width: 80px;
  }
  .product.pad-2x {
    width: 170px;
  }
  /* .no-sidebar .product.medium {
      width: 170px;
  }

  .no-sidebar .product.large {
      width: 340px;
  } */
  .no-sidebar .product.medium, .sidebar-show .product.medium {
    width: 170px;
  }
  .no-sidebar .product.large, .sidebar-show .product.large {
    width: 350px;
  }
}
/* @media (min-width: 992px) {
    #product-board, .container {
        width: 890px;
    }

    .no-sidebar .product.medium {
        width: 170px;
    }

    .no-sidebar .product.large {
        width: 340px;
    }
} */
@media (min-width: 1024px) {
  #product-board, .container {
    width: 890px; /* optim: 954 */
  }
  /* .product.pad{
      width:86px;
  }
  .product.pad-2x {
      width:182px;
  } */
  /*.no-sidebar .product.medium {
      width: 182px;
  }

  .no-sidebar .product.large {
      width: 364px;
  }*/
}
/*
@media (min-width: 1200px) {
    #product-board, .container {
        width: 1070px;
    }

    .no-sidebar .product.medium {
        width: 170px;
    }

    .no-sidebar .product.large {
        width: 340px;
    }
}*/
/*@media (min-width: 1260px) {

    #product-board, .container {
        width: 98%;
    }

    .no-sidebar .product.medium {
        width: 190px;
    }

    .no-sidebar .product.filters-mode2,
    .no-sidebar .product.large {
        width: 390px;
    }

    .sidebar-show .product.medium {
        width: 170px;
    }

    .sidebar-show .product.filters-mode2,
    .sidebar-show .product.large {
        width: 350px;
    }
} */
@media (min-width: 1280px) {
  #product-board, .container {
    width: 1250px; /* 1210 */
  }
  /* .product.pad{
      width:77px;
  }
  .product.pad-2x {
      width:164px;
  } */
  /*.no-sidebar .product.medium {
      width: 164px;
  }

  .no-sidebar .product.large {
      width: 328px;
  }*/
}
@media (min-width: 1366px) {
  #product-board, .container {
    width: 1250px;
  }
  /*.product.pad{
      width:83px;
  }
  .product.pad-2x {
      width:176px;
  } */
  /*.no-sidebar .product.medium {
      width: 176px;
  }

  .no-sidebar .product.large {
      width: 352px;
  }*/
}
@media (min-width: 1440px) {
  #product-board, .container {
    width: 1250px; /* 1370 */
  }
  /* .product.pad{
      width:76px;
  }
  .product.pad-2x {
      width:162px;
  } */
  /*.no-sidebar .product.medium {
      width: 162px;
  }

  .no-sidebar .product.large {
      width: 324px;
  }*/
}
@media (min-width: 1920px) {
  #product-board, .container {
    width: 1790px; /* 1850 */
  }
  /*.product.pad{
      width:83px;
  }
  .product.pad-2x {
      width:176px;
  } */
  /*.no-sidebar .product.medium {
      width: 176px;
  }
  .no-sidebar .product.large {
      width: 352px;
  }*/
}
@media (min-width: 2048px) {
  #product-board, .container {
    width: 98%;
  }
}
/*Modification des filtres*/
.collection-page .filters-mode2 .board-filters li,
.collection-page .filters-mode2 .board-links li {
  float: none;
  margin-bottom: 5px;
}

.collection-page .filters-mode2 .filter {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}

.filters-mode2 .filters-section-title {
  margin-top: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.collection-page .filters-mode2 .board-filters a,
.collection-page .filters-mode2 .board-links a {
  border: none;
  padding: 1px 8px;
}

.carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.05) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.05) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.05) 100%);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0, rgba(0, 0, 0, 0.0001) 100%);
}

.carousel-control {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
table td .btn:not(.full) {
  padding: 4px;
  width: 30px;
  height: 30px;
}

.highlighted-date {
  background-color: lightblue;
}

.bootbox-doc-viewer > .modal-dialog {
  width: 100% !important;
  max-width: 954px !important;
}

.bootbox-warning-file-upload-validation {
  z-index: 10000;
}

.upload-visual-indicator {
  float: right;
  position: relative;
  top: -20px;
  right: 15px;
  color: white;
  background-color: black;
  width: 20px;
  height: 20px;
  text-align: center;
}

.custom-bloc-webvideo {
  padding: 0px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 20px;
}

.custom-bloc-webvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-bloc-html {
  padding: 0px;
}

.custom-bloc-slider {
  padding: 0px;
}

.custom-bloc-header-produits {
  padding: 0px;
  margin-bottom: 30px;
}

.custom-bloc-produits-filtres {
  padding-bottom: 10px !important;
}

.custom-bloc-produits-shortcuts {
  padding-bottom: 10px !important;
}

.custom-bloc-filtres-produits {
  padding: 0px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.38);
  margin-bottom: 5px;
}

.bloc-produits {
  padding: 0px;
}

.product-template-container {
  padding: 2px;
}

.input-error {
  border-color: #c00 !important;
}

.input-text-danger {
  color: #D9534F;
}

.upload-visual-panier-edit-filelabel,
.upload-visual-panier-edit-filename {
  font-size: 11px;
}

.upload-visual-panier-edit-delete-btn button {
  font-size: 11px !important;
  height: 16px !important;
  width: 16px !important;
  padding: 0px !important;
}

textarea {
  resize: none;
}

.contact-header {
  padding-left: 10px;
  margin-top: 0px;
  min-height: 75px;
}

.listeArticlesWait {
  padding: 50px;
  text-align: center;
}

.bordered-bloc {
  border: solid 1px #EEE;
  padding: 15px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.tag-vignette {
  background-color: white;
  height: 28px;
  text-align: center;
  position: absolute;
  width: 100%;
  line-height: 30px;
}

.ligne-shopping-cart-qte-minus-produit,
.ligne-shopping-cart-qte-plus-produit {
  height: 16px;
  cursor: pointer;
}

.ligne-shopping-cart-qte-plus-produit {
  margin-bottom: 3px;
}

header .small-link {
  font-size: 12px;
}

.text-status-green {
  color: green;
}

.text-container {
  padding: 10px;
}

.detail-welcome {
  margin-bottom: 30px;
  padding: 10px;
}

.detail-welcome .welcome-msg {
  margin-top: 0px;
}

.control_indicator {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 20px;
  width: 20px;
  background: none;
  border: 1px solid #575757;
}

.control-radio .control_indicator {
  border-radius: undefined;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: none;
}

.control input:checked ~ .control_indicator {
  background: none;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #e6647d;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #575757;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

#rq_livraisondates_container {
  margin-top: 10px;
  font-style: italic;
  font-size: 12px;
}

.progress-bar-wait {
  background-color: #BBB;
}

.pagination-pgselect-active {
  color: #000;
}

.small-hr-invert {
  width: 100px;
  border: solid 1px #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-board {
  /* margin: 0 auto; */
}

.ligne-list-adresses-header {
  font-weight: bold;
}

.ligne-list-adresses-header .fa {
  color: goldenrod;
}

@media (min-width: 768px) {
  #basket-link-main {
    display: block;
  }
  #basket-link-min {
    display: none;
  }
  /*#sidebar-right.col-md-4 {*/
  /*    opacity: 1;*/
  /*    width: 33.33333333333333%;*/
  /*    padding: 0 15px;*/
  /*}*/
  .no-sidebar #sidebar-right.col-md-4 {
    /*opacity: 0;*/
    /*width: 0;*/
    /*padding: 0;*/
    display: none;
  }
  /*.no-sidebar #footer_content.col-lg-8,*/
  /*.no-sidebar #content.col-lg-8 {*/
  /*    opacity: 1;*/
  /*    width: 100%;*/
  /*    max-width: 100vw !important;*/
  /*}*/
}
@media (min-width: 992px) {
  .carousel-inner img {
    height: 320px !important;
  }
}
@media (max-width: 767px) {
  .carousel-inner img {
    height: 180px !important;
  }
  footer {
    font-size: 10px !important;
  }
  /*#footer_content{*/
  /*    width: 100vw;*/
  /*}*/
  #wsuc_sjlogo img {
    height: 15px !important;
  }
}
@media (max-width: 600px) {
  .carousel-inner img {
    height: 140px !important;
  }
}
@media (max-width: 480px) {
  .carousel-inner img {
    height: 140px !important;
  }
}
.footer-filtres-inputs span {
  margin-left: 15px;
  margin-right: 25px;
}

.custom-bloc-filtres-produits-footer-filtres > .pretty {
  margin-right: 4px;
  top: -3px;
}

.custom-bloc-filtres-produits-footer-filtres > label {
  font-family: Raleway !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  height: 35px;
  margin: 0px;
}

.product-vignette .total {
  /*display:none;*/
}

.bloc-nbModeles {
  padding: 0px;
  padding-top: 10px;
}

.alert-vignette-pdt-login-bloc2,
.alert-fiche-pdt-login-bloc2 {
  padding-top: 8px;
}

.product-help {
  cursor: pointer;
  width: 54px;
}

.product-help-container {
  width: 54px;
}

.form_login_rememeber_container {
  margin-top: 8px;
}

.form_login_rememeber_container .pretty {
  margin-right: 2px;
}

/*.listePdtFiltree{*/
/*margin-left:-20px;*/
/*margin-right:-20px;*/
/*}*/
/*.listePdtFiltree_table{*/
/*display: table;*/
/*width:100%;*/
/*}*/
/*.listePdtFiltree_table_row{*/
/*display: table-row;*/
/*}*/
/*.listePdtFiltree_table_cell{*/
/*display: table-cell;*/
/*}*/
/*.listePdtFiltree_table_pgleft,*/
/*.listePdtFiltree_table_pgright{*/
/*width:20px;*/
/*}*/
#pagePanierInlineContainer .upload-visual-panier-progress {
  display: none !important;
}

.stepwizard-step.active .stepwizard-step-circle {
  font-weight: bold;
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.stepwizard-step.active .stepwizard-step-detail {
  font-weight: bold;
}

.stepwizard-step.disabled .stepwizard-step-detail,
.stepwizard-step.disabled .stepwizard-step-circle {
  pointer-events: none;
  opacity: 0.65;
}

.vignette-zone-prix-alt {
  text-align: left;
}

.vignette-zone-prix {
  position: absolute;
  bottom: 30px;
  width: 100%;
  /*min-height: 35px;*/
  /*display: flex;*/
  /*justify-content: flex-end;*/
  /*flex-direction: column;*/
}

/*.list-group-item-add-adresse{*/
/*pointer-events: none;*/
/*}*/
/*.list-group-item-add-adresse .btn-add-adresse{*/
/*cursor: pointer;*/
/*}*/
.mfp-counter {
  display: none;
}

.top-menu-double-ligne > .row {
  margin: 0px;
}

.fullpage-blocs {
  /* margin-left: -15px;
  margin-right: -15px; */
}

.fullpage-blocs > div:not(.custom-bloc-slider, .custom-bloc-html) {
  padding-left: 15px;
  padding-right: 15px;
}

.page-accueil #main {
  padding-top: 0px;
}

.cc-banner {
  opacity: 0.9 !important;
}

.product-vignette .details {
  text-align: center;
  /*height: 195px !important;*/
}

.collection-page .product-board,
.product-page .product-board {
  margin: auto;
}

.custom-bloc-filtres-produits .footer-filtres-inputs {
  line-height: 35px;
}

.reglements_devis_titlebar button {
  width: 100%;
  text-align: left;
}

.vignette-actions-calculexpress-container {
  background-color: #EBEBEB;
}

.vignette-details-zone-actions {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 28px;
}

.vignette-actions-calculexpress-btn {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  border: solid 1px #CCCCCC;
}

.vignette-actions-calculexpress-btn:hover {
  background-color: #DDDDDD;
}

.product:not(.pad) .vignette-details-zone-description {
  padding-bottom: 50px;
}

span.input-group-addon {
  min-width: 40px;
}

.fichier-impression-upload .modal-dialog,
.fichier-impression-upload .modal-content,
.fichier-bat-upload .modal-dialog,
.fichier-bat-upload .modal-content {
  width: 550px;
  height: 510px;
}

.fichier-impression-upload .modal-dialog .visuelsuploader_dropzone,
.fichier-bat-upload .modal-dialog .batuploader_dropzone {
  text-align: center;
}

.fichier-impression-upload .modal-dialog .visuelsuploader_dropzone .drop-area,
.fichier-bat-upload .modal-dialog .batuploader_dropzone .drop-area {
  text-align: center;
  padding: 50px;
}

.fichier-impression-upload .modal-dialog .visuelsuploader_dropzone .drop-area-text,
.fichier-bat-upload .modal-dialog .batuploader_dropzone .drop-area-text {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 12px;
}

.fichier-impression-upload .modal-dialog .visuelsuploader_dropzone .drop-area-text.hover,
.fichier-bat-upload .modal-dialog .batuploader_dropzone .drop-area-text.hover {
  color: #494F53;
}

.fichier-impression-upload .modal-dialog .visuelsuploader_dropzone .drop-area-text-separator,
.fichier-bat-upload .modal-dialog .batuploader_dropzone .drop-area-text-separator {
  margin-top: 45px;
}

.drop-area-file-input {
  width: 418px;
  height: 50px;
  padding-top: 14px;
  margin-top: 55px;
}

.drop-area-file-input input[type=file] {
  cursor: pointer;
  position: absolute;
  top: 412px;
  left: 65px;
  width: 418px;
  height: 52px;
  padding: 0px;
  margin: 0px;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  display: block;
}

.product .details-extra form div {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.product .details-extra .vignette-separator {
  margin-bottom: 10px !important;
}

.product-main .alternate-images {
  display: grid;
  grid-auto-rows: 84px;
  grid-gap: 3.2px;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 84px);
}
.product-main .alternate-images .alternate-image-container {
  text-align: center;
}
.product-main .alternate-images .alternate-image-container img {
  max-width: 100% !important;
  max-height: 100% !important;
  overflow: hidden;
}

.table-cmd-bat table tr.cmdbat-table-ligne-pdt-modvis td {
  border: none;
}

input.px-total-editable-input,
input.coef-total-editable-input,
input.px-editable-input,
input.coef-editable-input {
  text-align: right;
}

.show-pointer-cursor {
  cursor: pointer;
}

.add-reglement-acomptes, .add-reglement-coupons {
  background-color: white;
  border: solid 1px #CCC;
}

.ligne-shopping-cart-qte-produit-sidebar {
  text-align: right;
}

.rounded-0 {
  border-radius: 0;
}

.datepicker .day:not(.old) {
  font-weight: bold;
}

.add_sav_window > .modal-dialog,
.add_occasion_window > .modal-dialog {
  width: 100% !important;
  max-width: 954px !important;
}

.selectize-dropdown {
  z-index: 9999 !important;
}

.concurrenceViewerPopup > .modal-dialog {
  width: 100% !important;
  max-width: 954px !important;
}

.vignette-details-zone-description p.description {
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 3;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

.header-vignette {
  cursor: pointer;
}

.alternate-image-container .img-thumbnail {
  object-fit: cover;
}

.link-leasing-popup {
  cursor: pointer;
}

.product-page .pdtsheet-zoneprix {
  text-align: right;
}

@media (max-width: 1199px) {
  .product-page .pdtsheet-zoneinfos {
    text-align: right;
  }
}
.pdt-vignette-indicators {
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.product-page .pricing {
  margin: 10px 0;
}

.filters-section .board-links {
  padding-left: 15px;
}

tr.ligne-shopping-cart-box td {
  border-top: none !important;
  background-color: #EAEAEA;
}

#sidebar-right .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

#sidebar-right .ligne-shopping-cart td {
  white-space: normal;
}

#form_contact .g-recaptcha {
  display: inline-block;
}

.bloc-pageLogin .g-recaptcha {
  display: inline-block;
}

.product-board {
  width: 100% !important;
  /*padding-left: 20px;*/
}

.default-blocs {
  /* padding-left: 20px; */
  margin: 10px auto 0 auto;
}

.upload-visual-panier-edit-delete-btn {
  position: relative;
  top: -2px;
}

.panier-desc-col {
  text-overflow: ellipsis;
  white-space: normal !important;
  overflow: hidden;
}

.ligne-shopping-cart-qte-produit {
  display: inline-block;
  vertical-align: middle;
}

#sidebar-right-content-infos-clients {
  border: none;
}

#sidebar-right-content-produits .table-responsive {
  border: none;
}

.shop-breadcrumb-container {
  padding: 15px 0 0 0px;
}

a.highlighted-link {
  color: #337ab7;
}

.price-current-price-promo {
  color: #B73838;
  font-weight: bold;
}

.ui-autocomplete, .ui-menu, .ui-menu-item {
  z-index: 9999 !important;
}

.clickable {
  cursor: pointer;
}

tr.clickable.active {
  font-weight: bold;
}

tr.clickable.active td {
  background-color: lightblue !important;
}

.portedocuments-drop-zone {
  border: dashed 1px black;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
}

.portedocuments-drop-zone .dz-size {
  position: relative;
  top: -20px;
  background-color: white;
  opacity: 0.75;
}

.multiselect-container > button.disabled {
  display: none;
}

.upload-visual-ext-text {
  margin-left: 1.2em;
  font-weight: bold;
  font-size: initial;
  position: relative;
  top: -1.8em;
  color: white;
  text-shadow: 1px 1px 4px black;
}

.table > :not(:first-child) {
  border-top: 0 !important;
}

.multiselect.dropdown-toggle {
  text-align: left !important;
}

/* .modal-header{
    flex-direction: row-reverse;
} */
.form-floating .selectize-input {
  border: none;
  padding-top: 24px !important;
  background: transparent !important;
}

.form-floating .selectize-control.single .selectize-input:after {
  display: none;
}

.navbar.top-panel-main {
  box-shadow: rgba(100, 100, 100, 0.4) 0px 7px 7px -2px;
}

.description_gallery {
  margin: 5px 2px;
  padding: 8px 10px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.nav-tabs .nav-link {
  color: #495057;
}

.bloc-dynamic-page img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

.viewmore-content.collapse:not(.show) {
  height: 80px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  display: block;
}

.v-flip {
  transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
}

.bootbox:not(.no-close-button) .bootbox-body {
  margin-right: 22px;
}

.btn-outline-secondary {
  color: var(--bs-btn-color);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
}

#sidebar-right-content .table-contenu-panier .ligne-shopping-cart-qte-minus-produit-sidebar, #sidebar-right-content .table-contenu-panier .ligne-shopping-cart-qte-plus-produit-sidebar {
  width: 25px;
  line-height: 36px;
  font-weight: bold;
  border-radius: 5px;
}

.btbxMsgTransfert_dialog .modal-dialog {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 10px;
  margin: 0px;
  position: fixed;
  bottom: 0px;
}

/*# sourceMappingURL=custom.css.map */
