#getPDF{
  width: 280px;
  float: left;
  color:#000;
  font-weight: bold;
  cursor:pointer;
}


.button_download{
  display:none;
  margin-bottom: 25px;
  height: 20px;
}
.imgvalide, .colonne_valide{
  display:none;
}


h3{
  color:#000;
}

.smart-popin {
    right: 0;
    top: 50px; bottom: 0;
    overflow: auto;
    float:right;
    opacity: 0;
    display: none;


}


.smart-popin .sp-body {
    background-color: #ffffff;
    padding: 2em;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);
}

.favorite{
  background-color:#ddd;
  margin-top: 5px;
}

.sansligne table tr.total td:nth-child(2) {
    border-top:none!important;
}

.total td , .total_max td{
  font-weight: bold;
  font-size: 14px;
}

 @media screen and (max-width: 450px) {
  th{
    display:none;
  }
  table,
  tbody,
  tr,
  td {
    display: block;
    width: 320px!important;
    text-align: left!important;
    word-wrap: break-word!important;
    /* parceque tu as mis des style inline grrr */
  }


  body{
    width:300px;
  }

  .mobile_only{
  display:inline;
  }

}


 body{
    width:700px;
    margin-left:auto;
    margin-right: auto;
  }

  *{
  	font-family: 'Lato', sans-serif;
	    font-weight: 500;
	}

	label {
	 display:block;
	 }
	label.inline {
	 display:inline;
	 margin-right:50px;
	 }
	input, textarea, select, option   {
	 background-color:#FFFFFF;
	 }
	input, textarea, select  {
	 padding:3px;
	 border:1px solid #C0C0C0;
	 border-radius:3px;
	 width:200px;
	 }


.tableau {
  width:100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.tableau caption {
  font-size:1.4rem;
  color:#ffffff;
  background-color: #5d625c;
 /* caption-side: bottom; // top|bottom|initial|inherit; */
}
.tableau th {
  background-color:#CECECE;
  color:#fff;
  height: 50px;
  font-size: 12px;
  padding: 5px;
  font-weight: bold;
}
.tableau tfoot td {
  color:#fff;
  background-color:#CECECE;
  border-top:1px solid #5d625c;
  border-bottom:1px solid #5d625c;
}
.zebre tbody tr:nth-child(odd) {
  background-color: #fff;
  border-bottom:1px solid #ccc;
  color:#444;
}
.zebre tbody tr:nth-child(even) {
  border-bottom:1px solid #ccc;
  color:#444;
}
.zebre tbody tr:hover:nth-child(odd) {
  background-color: #CECECE;
  color:#ffffff;
}
.zebre tbody tr:hover:nth-child(even) {
  background-color: #CECECE;
  color:#ffffff;
}

/* La couleur ne fonctionne pas avec odd / even */
.tableau col:nth-child(1) {
  background-color:#d6d3ce;
}
.tableau col:nth-child(2) {
  background-color:#dddad4;width:100px;text-align:right;
}
.tableau col:nth-child(3) {
  background-color:#c6c3bd;color:#fff;width:100px;text-align:right;
}

.chiffre {
  text-align:center;
}

.zebre a{
  text-decoration: none;
  color:#000;
  padding: 0px;
  margin-top: 8px;
  float: left;
  cursor: pointer;
}

.zebre a:hover{
  text-decoration: none;
  /*color:#fff;*/
}

.zebre tbody tr:hover a {
   /* background-color: #fe0000;
    color: #ffffff;*/
}

.ui-accordion .ui-accordion-content {
    padding: 10px 15px !important;
}

.ui-accordion-content{
	height:100% !important;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
border: 1px solid #CECECE !important;
background:#CECECE !important;
font-weight: normal;
color: #ffffff;
}

.production{
	width:80px;
}

table tr td{
	font-size: 12px;
}


.invoice-box {
  max-width: 625px;
  padding: 30px 0px 30px 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
  color: #555;
}

.invoice-box table {
  border: 1px solid #eee;
  width: 100%;
  line-height: inherit;
  text-align: left;
}

.invoice-box table td {
  padding: 5px;
  vertical-align: top;
}

.invoice-box table tr td:nth-child(n+2) {
  text-align: center;
}

.invoice-box table tr.top table td {
  padding-bottom: 20px;
}

.invoice-box table tr.top table td.title {
  font-size: 45px;
  line-height: 45px;
  color: #333;
}

.invoice-box table tr.information table td {
  padding-bottom: 40px;
}

.invoice-box table tr.heading td {
  background: #312327 ;
  font-weight: bold;
  color:#fff;
  padding:15px 0px 15px 0px;
  line-height:16px;
}

.invoice-box table tr.details td {
  padding-bottom: 20px;
  border:1px solid #C0C0C0;
}

.invoice-box table tr.item td{
  border: 1px solid #eee;
  padding:7px;
}

.invoice-box table tr.item.last td {
  border-bottom: none;
}

.invoice-box table tr.item input {
  padding-left: 5px;
}

.invoice-box table tr.item td:first-child input {
  margin-left: -5px;
  width: 100%;
}

.invoice-box table tr.total td:nth-child(2) {
  border-top: 2px solid #eee;
  font-weight: bold;
}

.invoice-box input[type=number] {
  width: 60px;
}

@media only screen and (max-width: 600px) {
  .invoice-box table tr.top table td {
      width: 100%;
      display: block;
      text-align: center;
  }
  
  .invoice-box table tr.information table td {
      width: 100%;
      display: block;
      text-align: center;
  }
}

/** RTL **/
.rtl {
  direction: rtl;
  font-family: Tahoma, 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}

.rtl table {
  text-align: right;
}

.rtl table tr td:nth-child(2) {
  text-align: left;
}

.invoice-box table input{
	display:inline;
	width:50px;
}


.ac-container{
	width: 750px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	min-height: 200px;
	height: 100%;
}
.ac-container input:checked ~ article.ac-medium{
	min-height: 200px;
	height: 100%;
}
.ac-container input:checked ~ article.ac-large{
	min-height: 200px;
	height: 100%;
}

/* Navigation */
#tab-nav {
  /* Suppression des marges internes et externes */
  margin: 0px ;
  padding: 0px ;
  /* Décalage pour masquer la bordure du contenu */
  position: relative ;
  bottom: -1px ;
  border-bottom:1px solid #CCCCCC;
  width:100%;
}
#tab-nav li {
  /* Affichage des éléments du menu côte à côte */
  display: inline-block ;
  margin: 0px 8px;
}
/* Aspect des onglets inactifs (par défaut) */
#tab-nav a {
  display: block ;
  padding: 10px 5px ;
  background-color: #FFFFFF ;
  color:#000;
  text-decoration: none;
}
/* Effet de survol sur les onglets */
#tab-nav a:hover {
  background-color: #FFFFFF ;
  text-decoration:none;
  color:#000000;
}
/* Aspect des onglets actifs */
#tab-nav .tab-nav-active {
  border-bottom:2px solid #dc3545 ;
  color:#000000;
  text-decoration: none;
}

/* Contenu des onglets */
.tab {
  /* Masquage des onglets*/
  display: none ;
}
/* Affichage du contenu actif */
.tab-active {
  display: block ;
}

.mobile-only{
  display:none;
}

@media screen and (min-width: 300px) and (max-width: 500px) {
  .item_production{
    font-weight:bold;
  }

  .item_production span{
    font-weight:bold;
  }

  .mobile-only{
    display:block;
    float:left;
    width:150px;
  }
  body{
    width:350px!important;
  }
  .invoice-box{
    padding:0!important;
    box-shadow: none;
    border:none;
  }
  
  .heading{
    display:none;
  }

  .favorite{
    text-align: center;
    margin-top: 0px;
    margin-left:10px;
  }

  .zebre a{
    margin-top:0px;
  }

  .val-stock{
    float: left;
  }

  .qte, .prix_min, .prix_max{
    height:30px;
  }

  .button_download{
    width: 300px;
    height: 60px;
  }

  .invoice-box table tr.item td{
    border:none;
  }

  .tab{
    border:none;
  }

  .lien_marches{
    width:320px;
  }
}


@media screen and (min-width: 500px) and (max-width: 570px) {
  .item_production{
    font-weight:bold;
  }
  .item_production span{
    font-weight:bold;
  }
  .mobile-only{
    display:block;
    float:left;
    width:150px;
  }
  body{
    width:650px !important;
  }
  .invoice-box{
    padding:0!important;
    box-shadow: none;
    border:none;
  }
  
  .heading{
    display:none;
  }

  .favorite{
    text-align: center;
    margin-top: 0px;
    margin-left:10px;
  }

  .zebre a{
    margin-top:0px;
  }

  .val-stock{
    float: left;
  }

  .qte, .prix_min, .prix_max{
    height:30px;
  }

  .button_download{
    width: 300px;
    height: 60px;
  }

  .invoice-box table tr.item td{
    border:none;
  }

  .tab{
    border:none;
  }

  .lien_marches{
    width:650px;
  }
}

@media screen and (max-width: 450px) {
  /* Aspect des onglets inactifs (par défaut) */
  #tab-nav a {
    display: block ;
    margin-top: 31px;
    width: 100%;
    text-align:center;
    border: 1px #e1dddc solid ;
    border-radius: 0;
    padding: 5px 1px ;
    background-color: #FFF3F3;
    color: #555;
    font-size: 15px;
    font-weight: bold;
   
  }

  #tab-nav a:hover {
    background-color: #CECECE ;
    
  }

  

  #tab-nav li {
    /* Affichage des éléments du menu côte à côte */
    display: block ;
  }
}