html, body, .container-fluid .header {
	height:125px
}

body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

a {
	text-decoration: none;
}

.header {
	background-color: #000;
	color: #FFF;
	height: 18%;
	text-align: center;
}
.header .logo {
	height: 80%;
}
.header .logo img {
	height: 100%;
}

.header .deconnexion {
	display: inline;
	margin-left: 20px;
}
.header .deconnexion button {
	border: 2px solid #FFF;
	padding: 10px 30px;
	background-color: #000;
	color: #FFF;
}


.page-entiere {
	text-align: center;
	height: 80%;
}
.page-petite {
	height: 68%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.boutons-action {
	height: 12%;
	text-align: center;
}


/* FORMULAIRE */
input[type=text], input[type=password] {
	border: 2px solid #5483cb;
	border-radius: 10px;
	color: #5483cb;
	text-align: center;
	padding: 10px;
	width: 330px;
}
.btn-valid {
	min-width: 330px;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}




/* PRODUIT */
.produit .produit-image {
	height: 100%;
}
.produit .produit-image img {
	position: relative;
	width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.produit .bloc-produit {
	border-radius: 10px;
	border: 2px solid #a6a6a6;
	padding: 10px 30px;
	height: 30.7%;
	position: relative;
}
.produit .bloc-produit-last {
	margin-bottom: 0;
}
.produit .bloc-produit .titre-bloc{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 0 20px;
	color: #a5a5a5;
	font-size: 20px;
}
.produit .bloc-produit .texte-bloc{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.produit .bloc-produit .quantite-rouge{
	color: white;
	background-color: #ec391b;
	padding: 6px 15px;
	border-radius: 22px;
}



/* ZONE */
.affichage-zone {
	font-size: 60px;
	font-weight: bold;
}
.affichage-zone, .affichage-zone div {
	height: 100%;
}
.affichage-zone .zone {
	background-color: #ec391b;
}
.affichage-zone .emplacement {
	background-color: #e9be44;
	color: #000;
}
.affichage-zone .etage {
	background-color: #fff;
	color: #000;
}


/* MESSAGE HAUT DE PAGE */
.message-vert {
	background-color: #1cce20;
	font-size: 27px;
	font-weight: bold;
}
.message-rouge {
	background-color: #ef3800;
	font-size: 27px;
	font-weight: bold;
}


/* CARTON */
.carton .carton-image {
	height: 74%;
	margin-top: -10px;
}
.carton .carton-image img {
	position: relative;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.carton .quantite-produit {
	width: 350px;
	margin-bottom: 0;
	border-radius: 10px;
	border: 2px solid #a6a6a6;
	text-align: center;
	padding: 10px 30px;
	height: 16%;
	position: relative;
}
.carton .quantite-produit .titre-bloc{
	position: absolute;
	top: 0px;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 0 20px;
	color: #a5a5a5;
	font-size: 20px;
}
.carton .quantite-produit .texte-bloc{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}


.cartons-attente {
	text-align: center;
}
.liste-carton {
	color: #ef3800;
	font-weight: bold;
	border: 3px solid #ef3800;
	padding: 30px 50px;
	margin-top: 10px;
	margin-right: 10px;
}



/* LISTING ETIQUETTES */
.etiquette {
	padding-top: 100px;
}
.etiquette .etiquette-lettre {
	border: 2px solid #000;
	padding: 25px 50px;
}



/* ZONE TRANSPORTEUR */
.zone-transporteur {
	height: 68%;
}
.zone-transporteur img {
	width: 100%;
	margin-right: 30px;
}
.numero-zone {
	border-radius: 10px;
	border: 2px solid #000;	
	padding: 30px;
	font-weight: bold;
	text-align: center;
}



/* BOUTONS */
button, .lien-btn {
	border-radius: 10px;
	border: none;
	text-align: center;
	padding: 10px 30px;
	color: #FFF;
}
.lien-btn {
	padding: 17px 30px;
	text-decoration: none;
}
.lien-btn:hover {
	color: #FFF;
}
.btn-valid {
	background-color: #2ccc31;
}
.btn-action {
	background-color: #4d88f2;
}
.btn-erreur {
	background-color: #ec391b;
}
.btn-erreur-stock {
	font-size: 15px;
	padding: 10px 30px;
	float: left;
}
.btn-noir {
	background-color: #000;
}
.btn-disabled {
	background-color: #c6cec2;
}

/* SELECT */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #a6a6a6;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  position: relative;
  display: flex;
  height: 2.5em;
  line-height: 2.5;
  overflow: hidden;
  border-radius: 5px;
}
select {
  flex: 1;
  padding: 0 .5em;
  cursor: pointer;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #4d88f2;
  cursor: pointer;
  pointer-events: none;
  color: #fff;
}



/* MESSAGES */
.erreur {
	border: 2px solid #eb2632;
	border-radius: 10px;
	color: #eb2632;
	text-align: center;
	padding: 10px;
}






/**** Fenêtre « Modal responsive » en pure CSS ****/
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
} 
.oModal {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity:0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
 
.oModal:target {
  opacity:1;
  pointer-events: auto;
}
 
.oModal:target > div {
  margin: 8% auto;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 
.oModal > div {
  width: 90%;
  position: relative;
  margin: 1% auto;
  border-radius: 5px;
  background: #fff;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  overflow-y: auto;
  max-height: 70%;
}
 
.oModal .oModal-container {
	height: 100%;
}
.oModal > div section{
	padding: 30px;
	height: 100%;
}

.oModal .modal-alert{
	color: #ec391b;
	font-size: 20px;
	text-align: center;
	height: 10%;
}
.oModal .modal-action{
	height: 80%;
}
.oModal .modal-stock{
	font-size: 20px;
	height: 70%;
	border-radius: 10px;
	border: 2px solid #a6a6a6;
	height: 70%;
}
.oModal .modal-stock img{
	height: 100%;
	padding: 5px;
}
.oModal .modal-stock .stock-infos-produit{
	padding: 15px;
}
.oModal .modal-control{
	text-align: center;
	padding: 10px 15px 10px;
	height: 20%;
}
