/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
input
{
    outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Principal*/


body{
	background-color:#E4E4E4;;
}

strong {
  font-weight:bold;
}
#conteneur {
	background-color:white;
	width:966px;
	margin:auto;
  font-family: 'lato';
  min-height: 500px;
  margin-top:144px;
}

.header {
  /*background-color: #58C753;*/
  width: 100%;
background: -webkit-linear-gradient( bottom, #E4E4E4, #A5A5A5);
background:    -moz-linear-gradient( bottom, #E4E4E4, #A5A5A5);
background:     -ms-linear-gradient( bottom, #E4E4E4, #A5A5A5);
background:      -o-linear-gradient( bottom, #E4E4E4, #A5A5A5);
background:         linear-gradient( bottom, #E4E4E4, #A5A5A5);

}

#footer {
  padding: 10px;
  background-color: rgb(255, 255, 255);
  /* margin-top: 100px; */
  font-size: 14px;
  color: rgb(22, 149, 70);
  font-family: 'lato';
  width: 100%;
  min-height: 100px;
  border-top:5px solid;
  box-shadow: 0px 4px 4px 4px rgb(190, 190, 190);
}

.texte-footer {
  width: 920px;
  text-align: justify;
padding:20px 0px 20px 0px;
  line-height: 20px;
font-size: 14px;
font-family:'lato';
  margin: auto;
  /* font-weight: bolder; */
color:rgb(63, 63, 63);
text-align: right; 
padding-right: 50px;
}

.color {
  color:rgba(14, 118, 54, 1);
}



/*Menu*/


ul.menu {
  height: 38px;
  list-style: none;
  /*background-color: rgba(0, 141, 54, 0.9);*/
  background-color: rgba(255, 255, 255, 1);
  color: rgb(22,149,70);
  margin-top: -0px;
  padding-left:0px;
  width:966px;
  margin:auto;
  margin-bottom:-1px;

 
  
}

ul.menu > li {
  float:left;
  height:40px;
  font-family: 'lato';
overflow: hidden;
text-align: center;
cursor:pointer;
line-height:40px;
font-size:14px;
}

ul.menu > li:hover {
  
background-color: rgba(230, 230, 230, 0.7);
border-bottom: 5px solid rgba(230, 230, 230, 0.7);
}

.align {
  position:fixed;
  margin-top:100px;
  width:100%;
  background-color:White;
  box-shadow: 0px 4px 4px -4px rgb(190, 190, 190);
  z-index:300;
  
}

.active {
  border-bottom: 5px solid rgb(22, 149, 70);
  background-color: rgb(255, 255, 255);
}




/*Expédition*/

#expedition {
  /* margin-left: 80px; */
  /*margin-top: 20px;*/
  height: 200px;
  background-image: url(carton.jpg);
  /*text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);*/
  background-position: 0% 90%;
  color:white;
}

.titre {
  font-size: 40px;
  margin-top: 40px;
}

.introduction {
  font-size: 14px;
  padding-bottom:10px;
}

#carton {
  width: 300px;
  text-align: justify;
  margin-left: 200px;
  position: absolute;
}


/*Gestion rapide*/

#gestion-rapide {
  margin: auto;
  width: 50%;
  font-size:30px;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
  color:white;
}

#gestion-rapide {
  /* margin: auto; */
  width: 500px;
  font-size: 30px;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
  color: white;
  position: absolute;
  margin-top: 200px;
  margin-left: 220px;
  z-index: 100;
  padding-top:20px;
  padding-bottom:20px;
  background-color:rgba(0,0,0,0.5);
}

.entrepot {
  width: 966px;
  z-index: 1;
}


.CSSTableGenerator {
  margin:0px;padding:0px;
  width:100%;
  border:none;
  
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
  
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
  
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
  
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}.CSSTableGenerator table
{
    
    border-collapse: collapse;
        border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;
  margin-top:20px;
}.CSSTableGenerator tr:last-child td:last-child {
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child th:first-child {
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child th:last-child {
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
  
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#efefef; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td,.CSSTableGenerator th{
  vertical-align:middle;
  
  
  border:none;
  border-width:0px 1px 1px 0px;
  text-align:center;
  padding:15px;
  font-size:11px;
  font-family:"lato";
  font-weight:normal;
  color:#000000;
}.CSSTableGenerator tr:last-child td{
  border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
  border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child th{
    background:-o-linear-gradient(bottom, #111111 5%, #4f4f4f 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #111111), color-stop(1, #4f4f4f) );
  background:-moz-linear-gradient( center top, #111111 5%, #4f4f4f 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111", endColorstr="#4f4f4f");  background: -o-linear-gradient(top,#111111,4f4f4f);

  background-color:#111111;
  border:none;
  text-align:center;
  border-width:0px 0px 1px 1px;
  font-size:14px;
  font-family:Trebuchet MS;
  font-weight:bold;
  color:white;
}
.CSSTableGenerator tr:first-child:hover th{
  background:-o-linear-gradient(bottom, #111111 5%, #4f4f4f 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #111111), color-stop(1, #4f4f4f) );
  background:-moz-linear-gradient( center top, #111111 5%, #4f4f4f 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111", endColorstr="#4f4f4f");  background: -o-linear-gradient(top,#111111,4f4f4f);

  background-color:#111111;
}
.CSSTableGenerator tr:first-child th:first-child{
  border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child th:last-child{
  border-width:0px 0px 1px 1px;
}

.sous-titre
{
    color: #424242;
    font-family: "lato";
    font-size: 25px;
    font-variant: small-caps;
    border-bottom: 1px dashed #808080;
    padding-bottom: 5px;
    padding-left:5px;
    text-align: left;
}

/* Yoshiko */
.input__field--yoshiko {
	width: 100%;
	background-color: #d0d1d0;
	border: 2px solid transparent;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
}

.input__label--yoshiko {
	width: 100%;
	text-align: left;
	position: absolute;
	bottom: 100%;
	pointer-events: none;
	overflow: hidden;
	padding: 0 1.25em;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s ;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.input__label-content--yoshiko {
	color: #8B8C8B;
	padding: 0.25em 0;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.input__label-content--yoshiko::after {
	content: attr(data-content);
	position: absolute;
	top:-55px;
	font-weight: 800;
	bottom: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	color: #0085CF;
	padding: 0.25em 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	top:-20px;
	height:30px;
}

.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
	background-color: transparent;
	border-color: #a3d39c;
}

.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 250px;
	width: calc(100% - 2em);
	vertical-align: top;
}



.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.4em,0.8em,0.4em,0.8em;
	/*width: 60%;*/
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	
	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

#expedition .input__field {
	position: relative;
	display: block;
	float: none;
	padding: 5px,0.8em,5px,0.8em;
	/*width: 60%;*/
	border: none;
	border-radius: 0;
	background-color: White;
	color: #aaa;
	
	font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	left:0px;
	
	padding: 0 1em;
	/*width: 40%;*/
	color: #696969;
	/*font-weight: bold;*/
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height:63px;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

/* Pagination */

.nombre-pagination {
  
  background-color: rgb(210,210,210);
  border-radius: 50px;
  margin-right: 20px;
  color: rgb(147, 147, 147);
  height: 20px;
  width: 20px;
  text-align: center;
  padding: 5px;
  
}

.nombre-pagination
{
    color:#939393;
    cursor: pointer;
}

.pagination-active {
  background-color: #169546;
  color:white;
 
  border-radius: 50px;
  margin-right: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}

.pagination {
  width: 300px;
  padding: 30px 0px 30px 0px;
  margin: auto;
  text-align:center;
}
.pagination div
{
    display:inline-block;
}


.fleche-gauche,.fleche-droite {

  width: 30px;
  color:#169546;
  cursor: pointer;
   font-size:17px;
}

.detail_autre_com
{
    color: #FFFFFF !important;
    background-color: #E42525;
    border-radius: 50px;
    padding: 2px 9px 3px;
    font-weight: bold;
    font-size: 14px;
}