@charset "UTF-8";
/* CSS Document */

.page-paiement .selection-mode-paiement .panel {
  line-height: 3em;
  cursor: pointer;
}

.page-paiement .selection-mode-paiement .fa-angle-right {
  font-size: 3em;
  vertical-align: top;
  margin-right: 0.5em;
}

.page-paiement .selection-mode-paiement span {
  font-size: 1.5em;
  margin-right: 0.5em;
}

.page-paiement .selection-mode-paiement img {
  max-height: 3em;
  border: 1px solid #CCC;
  margin-right: 5px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .page-paiement .selection-mode-paiement .panel {
    line-height: 2em;
  }
  .page-paiement .selection-mode-paiement .fa-angle-right {
    font-size: 2em;
    margin-right: 0.2em;
  }
  .page-paiement .selection-mode-paiement span {
    font-size: 1.5em;
    margin-right: 0.2em;
  }
  .page-paiement .selection-mode-paiement img {
    display: none;
  }
}

/* ECARE */
th.fit, td.fit {
  padding: 0 5px;
  white-space: nowrap;
  width: 1px;
}

.btn-unstyled {
  border: none;
  background-color: transparent;
}

.btn-legend {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-legend .fa-times {
  padding: 0 12.5%;
}

.btn-legend + span {
  margin-left: 5px;
}

.btn-fiche {
  font-weight: bold;
  background-color: #1C479D;
  color: white !important;
}

.btn-en-stock {
  background-color: #009F3C;
  color: white !important;
}

.btn-en-rupture {
  background-color: #DF0024;
  color: white !important;
}

.btn-blue {
  background-color: #1C479D;
  color: white !important;
}

.btn-green {
  background-color: #009F3C;
  color: white !important;
}

.btn-grey,
.btn-gray {
  background-color: #6D6E71;
  color: white !important;
}

.btn-orange {
  background-color: #DB532D;
  color: white !important;
}

.btn-bold {
  font-weight: bold;
}

.btn-red {
  background-color: #DF0024;
  color: white !important;
}

.btn + .btn,
form.inline-block + .btn,
.btn + form.inline-block {
  margin-left: 5px;
}

.inline-block {
  display: inline-block !important;
  zoom: 1;
  *display: inline;
}

.nav-breadcrumb td:last-child {
  text-align: right;
}

.dropdown-menu div.badge.pull-right + div {
  margin-right: 50px;
}

.dropdown-menu > li > .btn.btn-link {
  display: block;
  width: 100%;
  padding: 3px 20px;
  line-height: 1.42857143;
  white-space: nowrap;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}

.dropdown-menu > li > .btn.btn-block.text-left,
.dropdown-menu > li > .btn.btn-link.text-left {
  text-align: left;
}

.dropdown-menu > li > .btn.btn-link:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.bold {
  font-weight: bold;
}

label small {
  color: gray;
  font-weight: normal;
}

table .selected {
  background: #CECECE !important;
}

table label {
  font-weight: normal !important;
}

/*
 *	Centrer le texte dans un progressbar
 */
.progress {
  position: relative;
}

.progress span {
  position: absolute;
  display: block;
  width: 100%;
  color: #333;
}

.progress-bar-danger span {
  color: white;
}

/*
 *	Liste striped
 *
 */
.list {
  padding: 0;
}

.list li {
  padding: 8px;
  line-height: 1.42857;
  border-bottom: 1px solid #ddd;
}

.list-striped li:not(.recherche-dom-hidden):nth-of-type(2n+1) {
  background-color: #f9f9f9;
}

.list li:first-child,
.list-striped li:not(.recherche-dom-hidden):first-child {
  border-top: 1px solid #ddd;
}

.pointer {
  cursor: pointer;
}

.top1 {
  margin-top: 1%;
}

.top2 {
  margin-top: 2%;
}

.top3 {
  margin-top: 3%;
}

.top5 {
  margin-top: 5%;
}

.top7 {
  margin-top: 7%;
}

.top10 {
  margin-top: 10%;
}

.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;
}

.progress {
  margin-bottom: 0 !important;
}

th.fitToContent, td.fitToContent {
  white-space: nowrap;
  width: 1px;
}

.panel .row {
  padding-bottom: 15px;
}

.panel .row + hr {
  margin-top: 5px !important;
}

.text-center .img-responsive {
  margin: 0 auto;
}

table.table-primary thead {
  background-color: #337ab7;
  color: white;
}

.panel-heading a {
  color: white;
}

a i.rotate {
  -webkit-transition: transform 0.5s;
  /* Safari 4.0 - 8.0 */
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

a.collapsed i.rotate {
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.has-error .error-detailed, .has-error .input-group-addon, .has-error .input-group-btn .btn {
  color: #FF0B0B;
  border-color: #ff0000;
  background-color: transparent;
}

.breadcrumb-container {
  text-align: left;
  margin: 15px 0 15px 0;
  overflow: visible;
}

.breadcrumb-container .breadcrumb {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

@media (max-width: 767px) {
  .breadcrumb li {
    display: block;
  }
}

.fa-disabled {
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.input-group-minimize .input-group-btn,
.input-group-minimize .input-group-addon {
  width: auto !important;
}

td .form-group {
  margin-bottom: 0;
}

.fa-2 {
  font-size: 2em !important;
}

.fa-4 {
  font-size: 4em !important;
}

.fa-6 {
  font-size: 6em !important;
}

.fa-8 {
  font-size: 8em !important;
}

.fa-10 {
  font-size: 10em !important;
}

.fa-12 {
  font-size: 12em !important;
}

.fa-14 {
  font-size: 14em !important;
}

.fa-20 {
  font-size: 20em !important;
}

.modal-body .row + .row {
  margin-top: 15px;
}

.modal-primary .modal-header,
.modal-success .modal-header,
.modal-info .modal-header,
.modal-warning .modal-header,
.modal-danger .modal-header {
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-primary .modal-header .close,
.modal-success .modal-header .close,
.modal-info .modal-header .close,
.modal-warning .modal-header .close,
.modal-danger .modal-header .close {
  color: #fff;
}

.modal-primary .modal-header {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.modal-success .modal-header {
  background-color: #449d44;
  border-color: #398439;
}

.modal-info .modal-header {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.modal-warning .modal-header {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.modal-danger .modal-header {
  background-color: #c9302c;
  border-color: #ac2925;
}

.top-xs-0 {
  margin-top: 0;
}

.top-xs-1 {
  margin-top: 15px;
}

.top-xs-2 {
  margin-top: 30px;
}

.top-xs-3 {
  margin-top: 3%;
}

.top-xs-5 {
  margin-top: 5%;
}

.top-xs-7 {
  margin-top: 7%;
}

.top-xs-10 {
  padding-top: 10%;
}

.padding-top-xs-0 {
  padding-top: 0;
}

.padding-top-xs-1 {
  padding-top: 15px;
}

.padding-top-xs-2 {
  padding-top: 30px;
}

.padding-top-xs-3 {
  padding-top: 3%;
}

.padding-top-xs-5 {
  padding-top: 5%;
}

.padding-top-xs-7 {
  padding-top: 7%;
}

.padding-top-xs-10 {
  padding-top: 10%;
}

.bottom-xs-0 {
  margin-bottom: 0;
}

.bottom-xs-1 {
  margin-bottom: 15px;
}

.bottom-xs-2 {
  margin-bottom: 30px;
}

.bottom-xs-3 {
  margin-bottom: 3%;
}

.bottom-xs-5 {
  margin-bottom: 5%;
}

.bottom-xs-7 {
  margin-bottom: 7%;
}

.bottom-xs-10 {
  margin-bottom: 10%;
}

.padding-bottom-xs-0 {
  padding-bottom: 0;
}

.padding-bottom-xs-1 {
  padding-bottom: 15px;
}

.padding-bottom-xs-2 {
  padding-bottom: 30px;
}

.padding-bottom-xs-3 {
  padding-bottom: 3%;
}

.padding-bottom-xs-5 {
  padding-bottom: 5%;
}

.padding-bottom-xs-7 {
  padding-bottom: 7%;
}

.padding-bottom-xs-10 {
  padding-bottom: 10%;
}

/* top-sm-* */
@media (min-width: 768px) {
  .top-sm-0 {
    margin-top: 0;
  }
  .top-sm-1 {
    margin-top: 15px;
  }
  .top-sm-2 {
    margin-top: 30px;
  }
  .top-sm-3 {
    margin-top: 3%;
  }
  .top-sm-5 {
    margin-top: 5%;
  }
  .top-sm-7 {
    margin-top: 7%;
  }
  .top-sm-10 {
    margin-top: 10%;
  }
  .bottom-sm-0 {
    margin-bottom: 0;
  }
  .bottom-sm-1 {
    margin-bottom: 15px;
  }
  .bottom-sm-2 {
    margin-bottom: 30px;
  }
  .bottom-sm-3 {
    margin-bottom: 3%;
  }
  .bottom-sm-5 {
    margin-bottom: 5%;
  }
  .bottom-sm-7 {
    margin-bottom: 7%;
  }
  .bottom-sm-10 {
    margin-bottom: 10%;
  }
  .padding-bottom-sm-0 {
    padding-bottom: 0;
  }
  .padding-bottom-sm-1 {
    padding-bottom: 15px;
  }
  .padding-bottom-sm-2 {
    padding-bottom: 30px;
  }
  .padding-bottom-sm-3 {
    padding-bottom: 3%;
  }
  .padding-bottom-sm-5 {
    padding-bottom: 5%;
  }
  .padding-bottom-sm-7 {
    padding-bottom: 7%;
  }
  .padding-bottom-sm-10 {
    padding-bottom: 10%;
  }
  .padding-top-sm-0 {
    padding-top: 0;
  }
  .padding-top-sm-1 {
    padding-top: 15px;
  }
  .padding-top-sm-2 {
    padding-top: 30px;
  }
  .padding-top-sm-3 {
    padding-top: 3%;
  }
  .padding-top-sm-5 {
    padding-top: 5%;
  }
  .padding-top-sm-7 {
    padding-top: 7%;
  }
  .padding-top-sm-10 {
    padding-top: 10%;
  }
}

/* top-md-* */
@media (min-width: 992px) {
  .top-md-0 {
    margin-top: 0;
  }
  .top-md-1 {
    margin-top: 15px;
  }
  .top-md-2 {
    margin-top: 30px;
  }
  .top-md-3 {
    margin-top: 3%;
  }
  .top-md-5 {
    margin-top: 5%;
  }
  .top-md-7 {
    margin-top: 7%;
  }
  .top-md-10 {
    margin-top: 10%;
  }
  .bottom-md-0 {
    margin-bottom: 0;
  }
  .bottom-md-1 {
    margin-bottom: 15px;
  }
  .bottom-md-2 {
    margin-bottom: 30px;
  }
  .bottom-md-3 {
    margin-bottom: 3%;
  }
  .bottom-md-5 {
    margin-bottom: 5%;
  }
  .bottom-md-7 {
    margin-bottom: 7%;
  }
  .bottom-md-10 {
    margin-bottom: 10%;
  }
  .padding-bottom-md-0 {
    padding-bottom: 0;
  }
  .padding-bottom-md-1 {
    padding-bottom: 15px;
  }
  .padding-bottom-md-2 {
    padding-bottom: 30px;
  }
  .padding-bottom-md-3 {
    padding-bottom: 3%;
  }
  .padding-bottom-md-5 {
    padding-bottom: 5%;
  }
  .padding-bottom-md-7 {
    padding-bottom: 7%;
  }
  .padding-bottom-md-10 {
    padding-bottom: 10%;
  }
  .padding-top-md-0 {
    padding-top: 0;
  }
  .padding-top-md-1 {
    padding-top: 15px;
  }
  .padding-top-md-2 {
    padding-top: 30px;
  }
  .padding-top-md-3 {
    padding-top: 3%;
  }
  .padding-top-md-5 {
    padding-top: 5%;
  }
  .padding-top-md-7 {
    margin-top: 7%;
  }
  .padding-top-md-10 {
    padding-top: 10%;
  }
}

/* top-lg-* */
@media (min-width: 1200px) {
  .top-lg-0 {
    margin-top: 0;
  }
  .top-lg-1 {
    margin-top: 15px;
  }
  .top-lg-2 {
    margin-top: 30px;
  }
  .top-lg-3 {
    margin-top: 3%;
  }
  .top-lg-5 {
    margin-top: 5%;
  }
  .top-lg-7 {
    margin-top: 7%;
  }
  .top-lg-10 {
    margin-top: 10%;
  }
  .bottom-lg-0 {
    margin-bottom: 0;
  }
  .bottom-lg-1 {
    margin-bottom: 15px;
  }
  .bottom-lg-2 {
    margin-bottom: 30px;
  }
  .bottom-lg-3 {
    margin-bottom: 3%;
  }
  .bottom-lg-5 {
    margin-bottom: 5%;
  }
  .bottom-lg-7 {
    margin-bottom: 7%;
  }
  .bottom-lg-10 {
    margin-bottom: 10%;
  }
  .padding-bottom-lg-0 {
    padding-bottom: 0;
  }
  .padding-bottom-lg-1 {
    padding-bottom: 15px;
  }
  .padding-bottom-lg-2 {
    padding-bottom: 30px;
  }
  .padding-bottom-lg-3 {
    padding-bottom: 3%;
  }
  .padding-bottom-lg-5 {
    padding-bottom: 5%;
  }
  .padding-bottom-lg-7 {
    padding-bottom: 7%;
  }
  .padding-bottom-lg-10 {
    padding-bottom: 10%;
  }
  .padding-top-lg-0 {
    padding-top: 0;
  }
  .padding-top-lg-1 {
    padding-top: 15px;
  }
  .padding-top-lg-2 {
    padding-top: 30px;
  }
  .padding-top-lg-3 {
    padding-top: 3%;
  }
  .padding-top-lg-5 {
    padding-top: 5%;
  }
  .padding-top-lg-7 {
    padding-top: 7%;
  }
  .padding-top-lg-10 {
    padding-top: 10%;
  }
}

/* CSS Document */
/* GENERAL */
html {
  font-size: 16px;
  /* used for relative em font-size */
}

html, body {
  position: relative;
}

BODY {
  margin: 0px;
  padding: 0px;
  background: none;
  background-color: white;
}

.pcde-erreur {
  background-color: #ff0000 !important;
  color: #ffffff !important;
}

.pcde-avertissement {
  background-color: #ff7300 !important;
  color: #333 !important;
}

.mercu-enseigne {
  background-color: #72f781 !important;
  color: #000000 !important;
}

.mercu-client {
  background-color: #f7f565 !important;
  color: #000000 !important;
}

.couleur-article-historique {
  background-color: #75c3ff !important;
  color: #000000 !important;
}

.btn-en-stock {
  background-color: #009F3C !important;
  color: white !important;
}

.btn-en-rupture {
  background-color: #DF0024 !important;
  color: white !important;
}

table {
  border-collapse: collapse;
}

td {
  padding: 0;
}

button.delete {
  border: 0;
  cursor: pointer;
}

ul {
  list-style: none;
}

select option.selected {
  background-color: #8DC4EB;
}

/* hides the spin-button for firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* hides the spin-button for chrome*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button.flat,
input[type='submit'].flat {
  background-color: LightGray;
  /*cursor: pointer;*/
  font-family: "Segoe UI",Helvetica,Arial,sans-serif !important;
  font-size: 14px;
  font-size: 1rem;
  line-height: 14px;
  /* if rem not supported */
  line-height: 1rem;
  margin: 8px 0 0 0;
  min-width: 42px;
  outline: 0 none;
  overflow: visible;
  padding: 10px 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: inherit;
  white-space: nowrap;
  z-index: 1;
  border: none;
  cursor: pointer;
  /* Transistion*/
  -webkit-transition: all 0.5s;
  /* Safari 3.1 to 6.0 */
  transition: all 0.5s;
}

button.flat:hover,
input[type='submit'].flat:hover {
  background-color: DarkGray !important;
}

#liste_commandes table.flat,
#liste_devis table.flat,
#liste_modeles table.flat {
  font-size: 0.8em;
  font-size: 13px;
}

#liste_commandes table.flat td.selectable,
#liste_devis table.flat td.selectable,
#liste_modeles table.flat td.selectable {
  background-color: #F1F1F1;
  padding: 5px;
  border-bottom: 5px solid white;
  /* Transistion*/
  -webkit-transition: all 0.5s;
  /* Safari 3.1 to 6.0 */
  transition: all 0.5s;
}

#liste_commandes table.flat tr:hover td.selectable,
#liste_devis table.flat tr:hover td.selectable,
#liste_modeles table.flat tr:hover td.selectable {
  background-color: LightGray;
}

/*.nav-breadcrumb #paniers button:first-of-type,
.breadcrumb-container > div:last-of-type button:first-of-type {
	background-color: #337ab7;
	color:#FFFFFF;
}*/
.breadcrumb-container {
  background-color: #fff;
}

.form-recherche h1 {
  padding: 4px;
  margin: 0 0 15px;
  background-color: #337ab7;
  font-size: 14px;
  color: white;
  font-weight: bold;
}

.form-recherche .panel-body .btn {
  padding-left: 5px;
  padding-right: 5px;
}

.form-recherche .panel-body .btn .caret {
  right: 5px !important;
}

.breadcrumb > li + li.plus-options::before {
  padding: 0;
  color: #ccc;
  content: "";
}

.breadcrumb > li + li.plus-options {
  margin-left: 15px;
}

/*
@media (min-width: 768px) {
	.form-recherche *[class*="col-"] {
		padding-right: 5px;
	}

	.form-recherche *[class*="col-"] + *[class*="col-"] {
		padding-left: 5px;
	}

	.form-recherche *[class*="col-"]:last-child {
		padding-right: 15px;
	}

	.form-recherche .panel-body .row:last-child {
		padding: 0;
	}

	.form-recherche .panel-body *[class*="col-"] .form-group:last-child {
		margin-bottom: 0;
	}
}*/
/* HISTORIQUE */
body {
  margin: 0;
  padding: 0;
}

th.titre {
  text-decoration: none;
  background-color: #666666;
  color: white;
  font-size: 1em;
  font-weight: bold;
}

table.facture-liste tr td,
table.liste tr td {
  border: 1px solid #cccccc;
  padding: 0 0.5em;
  font-size: 0.8em;
}

tr.selected {
  background-color: #C9C9C9;
}

th.fitToContent,
td.fitToContent {
  width: 1px;
  white-space: nowrap;
  padding: 0 5px;
}

/* div.inline-block label {
  background-color: #DDD;
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
} */

a img {
  border: none;
  text-decoration: none;
}

.center {
  text-align: center;
}

form.recherche {
  margin: 1em;
  padding: 1em;
  border: 1px solid #4C4E5A;
  -webkit-box-shadow: 1px 1px 2px #4C4E5A;
          box-shadow: 1px 1px 2px #4C4E5A;
}

form.recherche label,
form.recherche .titreCategorie {
  background-color: #DDD;
  width: 100%;
}

form.recherche input[type=checkbox] + label,
form.recherche input[type=radio] + label {
  background-color: white !important;
}

table.liste {
  margin-left: auto;
  margin-right: auto;
  min-width: 90%;
}

/* TEXT-ALIGN */
.ta-left {
  text-align: left;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

/* FLOAT */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
}

/* FIL D'ARIANE */
ul.fil-ariane {
  list-style: none;
  overflow: auto;
  margin: 0.5em 0 0 1em;
  padding: 0;
}

ul.fil-ariane li {
  float: left;
  color: #666;
}

ul.fil-ariane li:after {
  content: ">";
}

ul.fil-ariane li:last-child:after {
  content: "";
}

ul.fil-ariane li a {
  text-decoration: none;
  color: #666;
}

ul.fil-ariane li a:hover {
  text-decoration: underline;
}

/* FIN FIL D'ARIANE */
.pointer {
  cursor: pointer;
}

.no-border,
table.facture-liste tr td.no-border,
table.liste tr td.no-border {
  border: none;
}

.shadow {
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
}

select {
  position: relative;
}

/* TABLEAU DE COMMANDE/DEVIS/MODELES */
table.p1 tr td {
  padding: 0.5px;
}

/* STYLE COMMANDE/DEVIS/OFFRE DE PRIX/MODELE */
td.en-tete-article {
  font-family: Calibri;
  font-size: 1.5em;
}

td.en-tete-article-sup {
  font-family: Calibri;
  font-size: 1.8em;
  border-bottom: 1px solid #333;
  text-align: left;
}

td.sous-total-article {
  background-color: #888;
  color: white;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
}

td.en-tete-article-historique {
  text-align: left;
}

div.container-adresse-et-info-compl {
  width: 100%;
}

select option.important {
  color: red;
  font-weight: bold;
}

.modepcde {
  font-weight: bold;
  color: #FFFFFF;
  background: #3399FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#3399FF), to(#025f8e));
  background: linear-gradient(top, #3399FF 0%, #025f8e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399FF', endColorstr='#025f8e');
  zoom: 1;
}

.fermer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FF0000;
  text-decoration: none;
}

td.invalidable,
div.invalidable {
  background-color: #F06159;
  color: white;
  text-align: left;
}

/* CATALOGUE */
.prix-catalogue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #2176C1;
  font-weight: bold;
  text-decoration: none;
}

.mercuriales {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  background-color: #FFFF00;
}

.prix_barre {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  text-decoration: line-through;
}

.remise {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FF0000;
  text-decoration: none;
}

.tgap {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

.deja-commande {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FF0000;
  text-decoration: none;
}

.formulaire1 {
  background-color: #DDDDDD;
  border: 1px solid #666666;
  color: #000000;
  cursor: default;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

.formulaire1-on {
  background-color: #FFF;
  border: 1px solid #666666;
  color: #000000;
  cursor: default;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

/* DERNIERS RAJOUTS */
.page_ {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 25px;
  line-height: 25px;
  min-width: 25px;
  width: auto !important;
  text-decoration: none;
  cursor: pointer;
  border-radius: none !important;
  border: none !important;
  color: black;
  /* Transistion*/
  -webkit-transition: background-color 0.1s;
  /* Safari 3.1 to 6.0 */
  transition: background-color 0.1s;
}

a div.page_:hover {
  background-color: DodgerBlue;
  color: white;
}

.page_actuelle {
  background-color: #666666;
  color: white;
}

.pointer {
  cursor: pointer;
}

.titre4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  /*font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;*/
}

.viewArticles {
  width: 20px;
  height: 8px;
  border: 1px solid #CCC;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 1px;
}

.bg-blue {
  background-color: #0A81FF;
}

.titre {
  background: #4c4e5a;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4e5a), to(#2c2d33));
  background: linear-gradient(top, #4c4e5a 0%, #2c2d33 100%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

.no-border {
  border: none !important;
}

.icon-commande,
.icon-modele {
  opacity: 0.7;
}

.icon-commande:hover,
.icon-modele:hover,
tr:hover img.transparent {
  opacity: 1;
}

div#icon-commande-option {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
}

.inli-tab {
  display: inline-table;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block !important;
  zoom: 1;
  *display: inline;
}

.bg-green {
  background-color: green;
}

.bg-form1 {
  background-color: #DDDDDD;
}

.bg-orange {
  background-color: orange;
}

.bg-white {
  background-color: white;
}

.bg-red {
  background-color: #FA989A;
}

div.devis,
div.commande,
div.modele {
  display: inline-table;
  text-align: left;
  margin: 0 15px;
  min-width: 15em;
}

table.p1 {
  font-family: Arial, Helvetica, sans-serif;
}

table.p1 tr td {
  padding: 0 5px;
}

table.p1 tr td.alt {
  background-color: #CCC;
}

.b {
  border: 1px solid #CCC;
}

table.b {
  border-collapse: collapse;
}

.talign-left {
  text-align: left;
}

.talign-right {
  text-align: right;
}

.talign-center {
  text-align: center;
}

.fs08em {
  font-size: 0.8em;
}

.fs1em {
  font-size: 1em;
}

.fs12px {
  font-size: 12px;
}

.arial {
  font-family: Arial, Helvetica, sans-serif;
}

.calibri {
  font-family: calibri;
}

.h2em {
  height: 2em;
}

.c333 {
  color: #333;
}

.va-top {
  vertical-align: top;
}

ul.m1 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0;
  text-align: left;
}

ul.m1 li {
  list-style: none;
}

ul.m1 li:hover ul.m2 {
  display: block;
}

ul.m1 li ul {
  margin: 0px;
  padding: 0;
  position: absolute;
  display: none;
  background-color: white;
}

.m2 {
  padding: 5px;
  color: black;
}

.clear {
  clear: both;
}

tr img.transparent {
  opacity: 0.6;
}

.marg02px {
  margin: 0 2px;
}

.no-decoration {
  text-decoration: none;
}

.quantite {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: normal;
  color: #999;
  text-decoration: none;
}

.quantite-form {
  border-width: 0px;
}

.italic {
  font-style: italic;
}

input:focus ~ img.commande {
  visibility: hidden;
}

select {
  position: relative;
  overflow: auto;
}

.titre3 {
  background: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  /*font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #666;
	text-decoration: none;*/
}

.horsMercu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  background-color: #FFFF99;
  color: #333333;
  text-decoration: none;
  text-decoration: none;
}

.horsMercu_selec {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #FFCC00;
  color: #333333;
  text-decoration: none;
  text-decoration: none;
}

.gras {
  font-weight: bold;
}

/*label
{
	display: inline;
}*/
.error {
  color: red;
}

.texte {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

.select {
  padding: 2px;
  border: 1px solid #E5C5C5;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.texte_liste {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

.texte_liste:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #AAAAAA;
  background-color: #06C;
  text-decoration: none;
}

.texte3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999;
  text-decoration: none;
}

.texte3:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  background-color: #CCC;
  text-decoration: none;
}

.titrepage1 {
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 32px;
  font-family: Calibri;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

.titre2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #2176C1;
  font-weight: bold;
  text-decoration: none;
}

.ligne_selec {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  background-color: #DDD;
}

.barre {
  text-decoration: line-through;
}

/*select:focus
{
	width: auto;
	position: relative;
}*/
.follow {
  background-color: white;
  padding: 5px 0;
  position: relative;
}

.fullWidth {
  width: 100%;
}

/* IMAGES */
img.small,
div.small {
  max-height: 16px !important;
  max-width: 16px !important;
}

img.medium-small,
div.medium-small {
  max-height: 24px !important;
  max-width: 24px !important;
}

img.medium,
div.medium {
  max-height: 32px !important;
  max-width: 32px !important;
}

img.medium-large,
div.medium-large {
  max-height: 64px !important;
  max-width: 64px !important;
}

img.large,
div.large {
  max-height: 128px !important;
  max-width: 128px !important;
}

img.x-large,
div.x-large {
  max-height: 256px !important;
  max-width: 256px !important;
}

img.xx-large,
div.xx-large {
  max-height: 512px !important;
  max-width: 512px !important;
}

/* FIN IMAGES */
div.fiche {
  margin-top: 16px !important;
  margin-top: 1rem !important;
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important;
}

.fiche td {
  vertical-align: top;
}

.fiche div > p {
  border-bottom: 1px solid black;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: 600;
}

.fiche div > p + * {
  padding-left: 16px;
  padding-left: 1rem;
}

.fiche div > p + * ul {
  margin: 0;
}

.fiche div > p + div > p {
  border: none;
  padding-left: auto;
  font-weight: normal;
}

/* AFFICHAGE DE LA FICHE */
div.fiche .content {
  width: 800px;
  margin: 0 auto;
}

div.fiche table.document td {
  padding: 5px;
}

div.fiche table.document img {
  vertical-align: middle;
}

div.fiche div.stock {
  height: 32px;
  min-width: 32px;
  line-height: 32px;
}

/* FIN AFFICHAGE DE LA FICHE */
/* AFFICHAGE DU CATALOGUE */
div.catalogue {
  text-align: left;
}

div.catalogue,
div.fiche {
  /*width: 95%;
		margin: 0 auto;	*/
  color: #333;
}

.catalogue a {
	color: #333;
}

div.fiche div.stock,
div.catalogue div.stock,
.commander .stock {
  margin-right: 5px;
  cursor: help;
  font-weight: bold;
  color: white;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  background-color: gray;
}

div.catalogue div.stock,
.commander .stock {
  height: 24px;
  min-width: 24px;
  line-height: 24px;
}

div.affichage_0,
div.affichage_1 {
  margin: 16px 0;
  margin: 1rem 0;
}

div.affichage_0,
div.affichage_1,
div.affichage_2 {
  font-family: "Segoe UI",Helvetica,Arial,sans-serif !important;
  background-color: WhiteSmoke;
  /* Transistion*/
  -webkit-transition: background-color 0.4s;
  /* Safari 3.1 to 6.0 */
  transition: background-color 0.4s;
}

/* DIV REPRESENTANT L'ARTICLE */
div.affichage_0:hover,
div.affichage_1:hover,
div.affichage_2:hover {
  background-color: Gainsboro;
}

/* AFFICHAGE PAR LISTE */
div.affichage_0 > div,
div.affichage_1 > div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

div.affichage_0 div.contenu,
div.affichage_1 div.contenu,
div.affichage_2 div.contenu {
  text-align: left;
}

div.affichage_0 div.contenu > div,
div.affichage_1 div.contenu > div,
div.affichage_2 div.contenu > div {
  padding: 5px;
}

/* FICHES */
div.affichage_0 div.contenu div.fiches,
div.affichage_1 div.contenu div.fiches,
div.affichage_2 div.contenu div.fiches {
  display: block;
  font-size: 13px;
  font-size: 0.8rem;
  height: 40px;
}

div.affichage_0 div.contenu div.designation,
div.affichage_1 div.contenu div.designation,
div.affichage_2 div.contenu div.designation {
  display: inline;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
  -ms-word-wrap: break-word;
  overflow-wrap: break-word;
}

div.affichage_2 div.contenu div.designation {
  display: block !important;
}

div.affichage_0 div.contenu .propriete,
div.affichage_1 div.contenu .propriete,
div.affichage_2 div.contenu .propriete {
  font-size: 13px;
  font-size: 0.8rem;
}

div.affichage_0 div.link > a,
div.affichage_1 div.link > a,
div.affichage_2 div.link > a {
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
  padding: 1px 4px;
}

div.commander {
  text-align: center;
  font-size: 13px;
  font-size: 0.8rem;
}

div.commander img,
div.commander input {
  vertical-align: middle;
}

/* LEGENDE POUR CHAQUE ARTICLE */
div.commander .legende {
  margin: 5px 0;
  overflow: hidden;
}

div.commander .legende > img,
div.commander .legende > span {
  cursor: pointer;
}

div.commander .legende > img {
  vertical-align: top !important;
}

div.commander .prix-actuel,
.prix-actuel {
  font-size: 26px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #666666;
}

/* prix-barré */
div.prix-actuel + div {
  font-size: 13px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #999;
}

/* AFFICHAGE PAR LISTE */
div.affichage_0 {
  min-height: 90px;
}

div.affichage_0 div.image {
  display: none;
}

div.affichage_0 div.contenu {
  width: 45%;
}

div.affichage_0 div.contenu .reference:before {
  content: "(";
}

div.affichage_0 div.contenu .reference:after {
  content: ")";
}

div.affichage_0 div.contenu .reference {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: 600;
}

div.affichage_0 div.contenu .description,
div.affichage_0 div.contenu .propriete {
  display: none;
}

div.affichage_0 div.commander {
  width: 55%;
  padding: 5px 0 !important;
  text-align: right;
}

div.affichage_0 div.commander .affichagePrix,
div.affichage_0 div.commander .affichagePriseDeCommande,
div.affichage_0 div.commander .affichageLegende {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

div.affichage_0 div.commander .affichagePrix {
  width: 15%;
}

div.affichage_0 div.commander .affichagePriseDeCommande {
  width: 55%;
}

div.affichage_0 div.commander .affichageLegende {
  width: 20%;
}

div.affichage_0 div.commander .affichagePriseDeCommande > div {
  text-align: center;
  margin-right: 10px;
}

div.affichage_1 div.image {
  text-align: center;
  margin: 10px 0;
  width: 20%;
}

div.affichage_1 div.image img {
  max-width: 90%;
  max-height: 250px;
  border: 2px solid #ccc;
}

div.affichage_1 div.contenu {
  width: 55%;
}

div.affichage_1 div.commander {
  width: 25%;
}

/* AFFICHAGE PAR GRILLE */
div.affichage_2 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 270px;
  vertical-align: top;
  margin: 10px;
}

div.affichage_2 div {
  display: block;
}

div.affichage_2 div.image {
  text-align: center;
  line-height: 150px;
  height: 150px;
}

div.affichage_2 div.image img {
  max-width: 90%;
  max-height: 90%;
  vertical-align: middle;
  border: 2px solid #ccc;
}

div.affichage_2 div.contenu div.designation {
  min-height: 45px;
  min-height: 2.8rem;
}

div.affichage_2 div.contenu div.description {
  height: 0px;
}

div.affichage_2 div.contenu div.description > div {
  height: 0px;
  overflow: hidden;
  width: 260px;
  /* Transistion*/
  -webkit-transition: height 0.2s;
  /* Safari 3.1 to 6.0 */
  transition: height 0.2s;
}

div.affichage_2 div.contenu > div:hover > div.description > div {
  background-color: inherit;
  height: 112px;
  height: 7rem;
  overflow: auto;
  position: absolute;
  background-color: Silver;
  z-index: 3;
}

div.affichage_2 div.link {
  text-align: center;
  margin-right: 10px;
  padding: 2px;
}

/* FIN AFFICHAGE DU CATALOGUE */
.relation-enseigne {
  font-size: 1.1em;
  font-weight: bold;
}

.tabulation1 {
  padding-left: 2em;
}

.tabulation2 {
  padding-left: 4em;
}

/* PROGRESSION */
.progression {
  border: 1px solid black;
  text-align: right;
  position: relative;
  overflow: hidden;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #333;
}

.progression,
.progression * {
  height: 1.4rem;
  height: 20px;
}

.progression > div {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 1rem;
  line-height: 20px;
}

.progression > div.avancement {
  background-color: white;
}

.avancementVertRouge0 {
  background-color: #32CD32;
}

.avancementVertRouge1 {
  background-color: #53D035;
}

.avancementVertRouge2 {
  background-color: #75D439;
}

.avancementVertRouge3 {
  background-color: #97D73C;
}

.avancementVertRouge4 {
  background-color: #B8DB40;
}

.avancementVertRouge5 {
  background-color: #DADE44;
}

.avancementVertRouge6 {
  background-color: #E2C848;
}

.avancementVertRouge7 {
  background-color: #E5AD4C;
}

.avancementVertRouge8 {
  background-color: #E89350;
}

.avancementVertRouge9 {
  background-color: #EC7A54;
}

.avancementVertRouge10 {
  background-color: #EF6159;
}

/* FIN BUDGET */
/* COULEURS */
.gris-clair {
  color: #CCC;
}

.gris-moyen {
  color: #999;
}

.gris-fonce {
  color: #666;
}

/* MODELES DE COMMANDES */
.titre-petit {
  color: #fff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8px;
  font-style: italic;
  text-decoration: none;
}

/* FIN MODELES DE COMMANDES */
.help {
  color: #777;
  font-size: 0.8em;
}

.top1 {
  margin-top: 1%;
}

.top2 {
  margin-top: 2%;
}

.top3 {
  margin-top: 3%;
}

.top5 {
  margin-top: 5%;
}

.top7 {
  margin-top: 7%;
}

.top10 {
  margin-top: 10%;
}

.top15 {
  margin-top: 15%;
}

.top17 {
  margin-top: 17%;
}

.top30 {
  margin-top: 30%;
}

/* Bootstrap Fix */
/* Dropdown with badge */
.badge {
  vertical-align: baseline !important;
}

/* suggestion d'article depuis edition commande */
#detail_commande .twitter-typeahead,
#detail_modele .twitter-typeahead,
#detail_devis .twitter-typeahead,
#detail_offre_de_prix .twitter-typeahead {
  width: 100%;
}

#detail_commande .tt-menu,
#detail_modele .tt-menu,
#detail_devis .tt-menu,
#detail_offre_de_prix .tt-menu {
  left: 0 !important;
  right: inherit !important;
}

.twitter-typeahead .tt-input {
  border-radius: 4px 0 0 4px !important;
}

/* Articles des précommandes */
.table-article td:first-child,
.table-article td:last-child {
  border: none;
}

/*
 * 	Edition d'une pièce
 */
.edition-commande .section-articles td img {
  max-width: 40px;
  max-height: 35px;
}

.edition-commande .section-articles.is-mobile .prix-net {
	font-size: 160%;
}

.edition-commande .section-articles.is-mobile .prix-net sup {
	font-size: 50%;
	top: -0.8em;
}

.edition-commande .section-articles.is-mobile .taxe-specifique {
	font-size: 90%;
}

/*
 * 	Utilisation des checkbox font awesome
 */
.fa-checkbox input[type=checkbox] {
  display: none;
}

.fa-checkbox input[type=checkbox] + label {
  margin: 0;
}

.fa-checkbox input[type=checkbox] + label:before {
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  content: "\f096";
}

.fa-checkbox input[type=checkbox]:checked + label:before {
  content: "\f046";
}

/*
 * 	Fin utilisation des checkbox font awesome
 */
/*
 *	CATALOGUE
 */
.page-catalogue .legende,
.page-fiche-article .legende,
.edition-commande .legende {
  margin: 15px -15px 0;
  padding: 15px 15px 0;
  background-color: #EEE;
}

.page-catalogue .legende h3,
.page-fiche-article .legende h3,
.edition-commande .legende h3 {
  margin: 0;
}

.page-catalogue .legende > div,
.page-fiche-article .legende > div,
.edition-commande .legende > div {
  margin-bottom: 15px;
}

.page-catalogue .pagination-section {
  text-align: center;
  margin-bottom: 15px;
}

.page-catalogue .pagination-section .pagination {
  margin-bottom: 15px;
}

.catalogue .titrepage1 {
  margin-bottom: 15px;
}

.catalogue.catalogue-groupe article {
  margin-bottom: 15px;
}

.catalogue.catalogue-groupe article .image {
  height: 150px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.catalogue.catalogue-article article,
.catalogue.catalogue-groupe article {
  padding: 0;
}

.catalogue.catalogue-article article h5 {
  margin-top: 0;
}

.catalogue.catalogue-article .prix-actuel {
	color: #666666;
	font-size: 1.3rem;
	font-weight: 600;
  }
  /* .catalogue.catalogue-article .ref-en-liste,
  .catalogue.catalogue-article .designation-en-liste {
	font-size: 1.1rem;
  } */
  .catalogue.catalogue-article .designation-en-liste {
	font-weight: 700;
  font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  }

.catalogue.catalogue-article.catalogue-grille article,
.catalogue.catalogue-article.catalogue-liste article,
.catalogue.catalogue-article.catalogue-liste-image article,
.catalogue.catalogue-groupe.catalogue-grille article {
  background-color: WhiteSmoke;
}

.catalogue.catalogue-article.catalogue-liste article,
.catalogue.catalogue-article.catalogue-liste-image article {
  margin-bottom: 15px;
  padding: 15px;
  display: block;
}

.catalogue.catalogue-article.catalogue-liste-image article img {
  max-height: 250px;
}

.catalogue.catalogue-article.catalogue-liste-image article .article-prix + .article-commande,
.catalogue.catalogue-article.catalogue-liste-image article .description {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .catalogue.catalogue-article.catalogue-liste-image article .description {
    margin-top: 0;
  }
}

.catalogue.catalogue-article.catalogue-grille article,
.catalogue.catalogue-groupe.catalogue-grille article {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  border-color: #AAA;
  padding-bottom: 15px;
}

.catalogue.catalogue-article.catalogue-grille article.has-footer,
.catalogue.catalogue-groupe.catalogue-grille article.has-footer {
  padding-bottom: 75px;
}

.catalogue.catalogue-article.catalogue-grille article a,
.catalogue.catalogue-groupe.catalogue-grille article a {
  color: #333;
  text-decoration: none;
}

.catalogue.catalogue-article.catalogue-grille article .article-body,
.catalogue.catalogue-article.catalogue-grille article .article-footer,
.catalogue.catalogue-groupe.catalogue-grille article .article-body,
.catalogue.catalogue-groupe.catalogue-grille article .article-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.catalogue.catalogue-article.catalogue-grille .article-image,
.catalogue.catalogue-groupe.catalogue-grille .article-image {
  height: 150px;
  line-height: 150px;
  padding: 15px;
  background-color: white;
  border-bottom: 1px solid #AAA;
  text-align: center;
  position: relative;
}

.catalogue.catalogue-article.catalogue-grille .article-image img,
.catalogue.catalogue-groupe.catalogue-grille .article-image img {
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.catalogue.catalogue-article.catalogue-grille .article-image i.fa-picture-o,
.catalogue.catalogue-groupe.catalogue-grille .article-image i.fa-picture-o {
  font-size: 126px !important;
}

.catalogue.catalogue-article.catalogue-grille .article-image .fiches,
.catalogue.catalogue-groupe.catalogue-grille .article-image .fiches {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: normal;
  padding: 5px;
}

.catalogue.catalogue-article.catalogue-grille .article-image .fiches span,
.catalogue.catalogue-groupe.catalogue-grille .article-image .fiches span,
.catalogue.catalogue-article.catalogue-grille .article-image .fiches a,
.catalogue.catalogue-groupe.catalogue-grille .article-image .fiches a {
  margin-top: 5px;
}

.catalogue.catalogue-article.catalogue-grille article .btn + .btn,
.catalogue.catalogue-groupe.catalogue-grille article .btn + .btn {
  margin-left: 0;
}

.catalogue.catalogue-article.catalogue-grille article .article-body,
.catalogue.catalogue-groupe.catalogue-grille article .article-body {
  margin-top: 15px;
}

.catalogue.catalogue-article.catalogue-grille article .article-body h1,
.catalogue.catalogue-groupe.catalogue-grille article .article-body h1,
.catalogue.catalogue-article.catalogue-grille article .article-body h2,
.catalogue.catalogue-groupe.catalogue-grille article .article-body h2,
.catalogue.catalogue-article.catalogue-grille article .article-body h3,
.catalogue.catalogue-groupe.catalogue-grille article .article-body h3,
.catalogue.catalogue-article.catalogue-grille article .article-body h4,
.catalogue.catalogue-groupe.catalogue-grille article .article-body h4,
.catalogue.catalogue-article.catalogue-grille article .article-body h5,
.catalogue.catalogue-groupe.catalogue-grille article .article-body h5,
.catalogue.catalogue-article.catalogue-grille article .article-body h6,
.catalogue.catalogue-groupe.catalogue-grille article .article-body h6 {
  margin: 5px 0;
}

.catalogue.catalogue-article.catalogue-grille article .article-body .article-prix {
  text-align: center;
}

.catalogue.catalogue-article.catalogue-grille article .article-body .article-info {
  font-size: 90%;
}

.catalogue.catalogue-article.catalogue-grille article .article-footer,
.catalogue.catalogue-groupe.catalogue-grille article .article-footer {
  border-top: 1px solid #AAA;
  padding: 0px;
  background-color: WhiteSmoke;
}

.catalogue.catalogue-article.catalogue-grille article.has-footer .article-footer,
.catalogue.catalogue-groupe.catalogue-grille article.has-footer .article-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.catalogue.catalogue-article.catalogue-grille article .article-footer .btn,
.catalogue.catalogue-groupe.catalogue-grille article .article-footer .btn,
.catalogue.catalogue-article.catalogue-grille article .article-footer .form-control,
.catalogue.catalogue-groupe.catalogue-grille article .article-footer .form-control,
.catalogue.catalogue-article.catalogue-grille article .article-footer .input-group-addon,
.catalogue.catalogue-groupe.catalogue-grille article .article-footer .input-group-addon {
  border-radius: 0;
  margin: 0 !important;
  border: none !important;
}

.catalogue.catalogue-article.catalogue-grille article .article-footer .input-group-addon,
.catalogue.catalogue-groupe.catalogue-grille article .article-footer .input-group-addon {
  background-color: white;
}

.catalogue.catalogue-article.catalogue-grille article .article-footer table,
.catalogue.catalogue-groupe.catalogue-grille article .article-footer table {
  background-color: transparent;
}

.catalogue.catalogue-article.catalogue-grille article .article-footer table .form-control,
.catalogue.catalogue-groupe.catalogue-grille article .article-footer table .form-control {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.catalogue.catalogue-article.catalogue-grille article .article-footer table .btn,
.catalogue.catalogue-groupe.catalogue-grille article .article-footer table .btn {
  background-color: inherit;
  color: inherit;
}

.catalogue.catalogue-article.catalogue-grille .description,
.catalogue.catalogue-groupe.catalogue-grille .description {
  height: 95px;
}

.catalogue.catalogue-article.catalogue-grille .designation
.catalogue.catalogue-groupe.catalogue-grille .designation {
  max-height: 80px;
  overflow: hidden;
}

.catalog-fa-box {
  margin: 15px;
  text-align: center;
  font-size: 1.5vw;
  border: 2px solid #000;
  padding: 15px;
  color: #666;
}

@media screen and (max-width: 992px) {
  .catalog-fa-box {
    font-size: 15px;
  }
}

.catalog-fa-box .image {
  margin-bottom: 15px;
}

/*
 *	FIN CATALOGUE
 */
/*
 *	STOCK
 */
.en-stock {
  color: #009F3C;
}

.en-rupture {
  color: #DF0024;
}

span.badges {
  margin-left: 5px;
  font-size: 90%;
}

span.badges:before {
  content: "(";
}

span.badges:after {
  content: ")";
}

/*
 *	FICHE ARTICLE
 */
.fiche-article h1,
.fiche-article h2,
.fiche-article h3,
.fiche-article h4,
.fiche-article h5,
.fiche-article h6 {
  margin-top: 0;
}

.fiche-article .img .img-main {
  margin-bottom: 15px;
  height: 300px;
}

.fiche-article .img .img-main * {
  max-width: 100%;
  max-height: 300px;
  text-align: center;
}

.fiche-article .img .img-main img {
  margin-left: auto;
  margin-right: auto;
}

.fiche-article .img .img-gallery .owl-stage-outer {
  margin: 0 20px;
}

/*
 *	Owl-carousel autoWidth fix
 */
.fiche-article .img .img-gallery .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}

.fiche-article .img .img-gallery .item {
  height: 60px;
}

.fiche-article .img .img-gallery .item * {
  height: 60px;
  width: initial;
  cursor: pointer;
}

.fiche-article .img .img-gallery .owl-nav .owl-prev,
.fiche-article .img .img-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -11px;
}

.fiche-article .img .img-gallery .owl-nav .owl-prev {
  left: 0;
}

.fiche-article .img .img-gallery .owl-nav .owl-next {
  right: 0;
}

.fiche-article .nav-tabs {
  border-bottom: none !important;
  background-color: #eee !important;
}

.fiche-article .nav-tabs > li > a {
  border-radius: 0 !important;
}

.fiche-article .tab-content {
  padding: 15px;
  border: 1px solid #ddd;
}

.fiche-article .tab-content .breadcrumb {
  margin: 0;
  padding: 0;
}

/*
 *	FIN FICHE ARTICLE
 */
@media (max-width: 767px) {
  .btn-xs-block {
    display: block;
    width: 100%;
  }
  input[type="submit"].btn-xs-block,
  input[type="reset"].btn-xs-block,
  input[type="button"].btn-xs-block {
    width: 100%;
  }
  .btn-block + .btn-xs-block,
  .btn-xs-block + .btn-block,
  .btn-xs-block + .btn-xs-block {
    margin-top: 0.5rem;
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn-sm-block {
    display: block;
    width: 100%;
  }
  input[type="submit"].btn-sm-block,
  input[type="reset"].btn-sm-block,
  input[type="button"].btn-sm-block {
    width: 100%;
  }
  .btn-block + .btn-sm-block,
  .btn-sm-block + .btn-block,
  .btn-sm-block + .btn-sm-block {
    margin-top: 0.5rem;
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btn-md-block {
    display: block;
    width: 100%;
  }
  input[type="submit"].btn-md-block,
  input[type="reset"].btn-md-block,
  input[type="button"].btn-md-block {
    width: 100%;
  }
  .btn-block + .btn-md-block,
  .btn-md-block + .btn-block,
  .btn-md-block + .btn-md-block {
    margin-top: 0.5rem;
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .btn-lg-block {
    display: block;
    width: 100%;
  }
  input[type="submit"].btn-lg-block,
  input[type="reset"].btn-lg-block,
  input[type="button"].btn-lg-block {
    width: 100%;
  }
  .btn-block + .btn-lg-block,
  .btn-lg-block + .btn-block,
  .btn-lg-block + .btn-lg-block {
    margin-top: 0.5rem;
    margin-left: 0 !important;
  }
}

select:first-child + .bootstrap-select > .btn {
  margin-right: -1px;
}

/* si le bootstrap-select n'est pas le premier élément, on enlève le border-radius a gauche */
.input-group select:not(:first-child) + .bootstrap-select > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* si le bootstrap-select n'est pas le dernier élément, on enlève le border-radius a droite */
.input-group select + .bootstrap-select:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.message {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid transparent;
}

.message h1,
.message h2,
.message h3,
.message h4 {
  margin-top: 0;
  color: inherit;
  font-weight: bold;
}

.message > p,
.message > ul {
  margin-bottom: 0;
}

.message > p + p {
  margin-top: 5px;
}

.message-success {
  background-color: #dff0d8;
  border-color: #86be57;
  color: #3c763d;
}

.message-success hr {
  border-top-color: #c9e2b3;
}

.message-success .note-heading {
  color: #2b542c;
}

.message-info {
  background-color: #d9edf7;
  border-color: #3dbdd6;
  color: #31708f;
}

.message-info hr {
  border-top-color: #a6e1ec;
}

.message-info .note-heading {
  color: #245269;
}

.message-warning {
  background-color: #fcf8e3;
  border-color: #ebb442;
  color: #8a6d3b;
}

.message-warning hr {
  border-top-color: #f7e1b5;
}

.message-warning .note-heading {
  color: #66512c;
}

.message-danger {
  background-color: #f2dede;
  border-color: #c05e6e;
  color: #a94442;
}

.message-danger hr {
  border-top-color: #e4b9c0;
}

.message-danger .note-heading {
  color: #843534;
}

.message-inverse {
  background-color: #e8e7e7;
  border-color: #918c8d;
  color: #444444;
}

.message-inverse hr {
  border-top-color: #cfcdcd;
}

.message-inverse .note-heading {
  color: #2b2b2b;
}

#demandedeprixbottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px -3px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -3px 15px -5px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

#demandedeprixbottom .panel-heading {
  height: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#demandedeprixbottom .panel-body {
  display: none;
}

body.-show-demandedeprixbottom {
  padding-bottom: 40px;
}

body.-show-demandedeprixbottom #demandedeprixbottom {
  -webkit-box-shadow: 0px -3px 15px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -3px 15px -5px rgba(0, 0, 0, 0.2);
}

body.-show-demandedeprixbottom #demandedeprixbottom .panel-heading {
  height: 40px;
  padding: 10px 15px;
  border-top: 3px solid #337ab7;
}

body.-show-demandedeprixbottom #demandedeprixbottom .panel-body {
  display: block;
}

#demandedeprixbottom .panel-heading img {
  max-height: 70px;
  margin-right: 10px;
}

#demandedeprixbottom .panel-heading .btn-success {
  margin-right: 10px;
  margin-top: -2px;
}

#demandedeprixbottomAjout {
  display: block;
  margin-top: 10px;
}

#demandedeprixbottomAjout i {
  margin-left: 10px;
  color: #4cae4c;
}

@media (min-width: 767px) {
  body.-show-demandedeprixbottom.-show-demandedeprixbottomArticleAjout #demandedeprixbottom .panel-heading {
    height: 120px;
  }
}

#collapse-demandedeprixbottom .demandedeprixbottom-list {
  white-space: nowrap;
  overflow: auto;
}

#collapse-demandedeprixbottom .demandedeprixbottom-item {
  display: inline-block;
  margin: 0 5px;
  padding-right: 10px;
  border-right: 2px solid #ccc;
}

#collapse-demandedeprixbottom .demandedeprixbottom-item:last-child {
  padding-right: 0;
  border-right: none;
}

#collapse-demandedeprixbottom .demandedeprixbottom-item img {
  max-height: 70px;
}

.alert-default {
  color: #353535;
  background-color: #ffffff;
  border-color: #ccc;
  -webkit-box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.3);
  margin-top: 20px !important;
}

.alert-default:hover {
  -webkit-box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.5);
}

.alert-panier-img {
  float: left !important;
  max-width: 70px;
  max-height: 70px;
  margin-right: 10px;
}

.modale-substitution .fiches {
	display: none;
}

.table.table-warning th {
	background-color: #fcf8e3 !important;
	color: #ff8600;
}

.table.table-warning {
	background-color: #fcf8e3;
	color: #ff8600;
}

.input-group .form-control + .input-group-btn .bootstrap-select .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left-width: 0;
}

/*# sourceMappingURL=module-de-vente.css.map */