@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body{
	margin: 0;
	padding: 0;
	color: #000;
	width: 100vw;
	height: 100vh;
	font-family:  sans-serif;
	background:#EFEEEE;
	-webkit-appearance: none;
}
.topMenu{
	height: 6%;
	background: #000;
	color: #fff;
	text-align: center;
	padding-top: 30px;
}
.topMarqueCanvas{
	margin-top: 3%;
	display: flex;
	justify-content: center;
}
.selectFournisseur{
	outline: none;
	cursor: pointer;
	background: #98B4D4;
	width: 55%;
	height: 80px;
	border-radius: 10px;
	margin-right: 10px;
}
.loupeCard{
	margin-right: 40px;
}
.libelleProduitCard{
	font-size: 5vw;
	width: 90%;
	border: none;
	background: transparent;
	text-transform: uppercase;
	white-space: normal;
}
.uniteOneCard{
	width: 20%;
	font-size: 3.5vw;
	text-align: center;
	cursor: pointer;
	border: 1px solid #000;
}
.centerFlex{
	text-align: center;
}
.afficherCadencierTop{
	padding-top: 2%;
}
.dateCanvas{
	width: 100%;
	height: 10%;
	margin-top: 1%;
	background: #43a8b4;
	font-size: 3vw;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: flex;
	justify-content: center;
}
input[type="date"]{
	margin-left: 10px;
	height: 25px;
}
.productsFind{
	font-size: 3vw;
	width: 90%;
	margin-bottom: 1%;
}
.oneCardContainer{
	margin-top: 4%;
	background: #fff;
}
.firstPartOneCard{
	margin-bottom: 3%;
}
.oneCard{
	border: 1px solid black;
	font-size: 40px;
}
.secondPartOneCard{
	margin-bottom: 2%;
}
.loupeCard{
	width: 15%;
	margin-left: 5%;
}
.numberInputCard{
	width: 30%;
	outline: none;
	font-size: 3.5vw;
	text-align: center;
	color: #000;
	border: 1px solid #43a8b4;
	
}
.selectType{
	width: 30%;
	margin-left: 2%;
}
.menuCommande2Container{
	width: 100%;
	float: left;
	margin-top: 1%;
}
.oneMenuCommand{
	float: left;
	text-align: center;
	font-size: 5vw;
	cursor: pointer;
	height: auto;
	min-height: 90px;
	color: #fff;
	

}
.plusGrandMenuCommand{
	width: 58%;
	margin-left: 1%;
}
.plusPetitMenuCommand{
	width: 39%;
	margin-left: 1%;
}
.plusGrandMenuCommand, .plusPetitMenuCommand{
	margin-top: 1%;
}
/* colors */
.limePunch{
	background: #BFD641;
}
/* /colors */

.icone1 {
	background: #A3CDFD;
	text-transform: uppercase;
	-webkit-appearance: none;
	cursor: pointer;
	
	
}

.icone2 {
	background: #8FB3DD;
	text-transform: uppercase;
	-webkit-appearance: none;
	cursor: pointer;
}


.icone3 {
	background: #7A9ABE;
	text-transform: uppercase;
	-webkit-appearance: none;
	cursor: pointer;
}

.icone4 {
	background: #66809E;
	text-transform: uppercase;
	-webkit-appearance: none;
	cursor: pointer;
}

.icone5 {
	background: #52677F;
	text-transform: uppercase;
	-webkit-appearance: none;
	cursor: pointer;
}

.icone6 {
	background: #A3CDFD;
	text-transform: uppercase;
	-webkit-appearance: none;
	cursor: pointer;
}

.menu {
    width: 80%;
    float: right;
}

.barre_horizontale {
width: 100vw;
height: auto;
float: left;
margin-bottom: 2%;
-webkit-appearance: none;
}

.affichageFournisseur {
	
	border: none;
	width: auto;
	background: #fff;
	float: left;
	margin: 1%;
	padding: 1% 2%;
	-webkit-appearance: none;
}

.titre_fournisseur {
    font-size: 7vw;
    color: #000;
	font-family: sans-serif;
	margin-bottom: 1%;
}