p {
	margin: 5px;
	text-align: center;
	padding: 5px;
}
h1{
  margin: 5px;
	text-align: center;
	padding: 5px;
}
h2{
  margin: 5px;
	text-align: center;
	padding: 5px;
}
form {
	margin: 5px;
	padding: 5px;
}
.flex-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

footer{
  background:#E8E8E8;
  padding: 10px;
  margin: 10px 0px 0px 0px;
}


.boutonCompte:before {
    content: "";
    white-space: nowrap;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center;
    background-repeat:no-repeat;
    background-image : url(compte.svg);
}


.boutonCompte {
    margin: 1px;
    background-color: #96C126;
    color: white;
    white-space: nowrap;
}    

.boutonPanier:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center;
    background-repeat:no-repeat;
    background-image : url(panier.svg);
}
.boutonPanier {
    background-color: #E9531E;
    color: white;
    white-space: nowrap;
}    


.min-categorie {
  position: relative;
  border-style: solid;
  border-width: 1px;
  margin: 2px;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
}

.min-categorie-nom {
  vertical-align: center;
}


.min-prod {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #D3D3D3;
  margin: 2px;
  padding: 0px;
  width: 200px;
  height: 380px;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
}

.min-prod:hover {
  border-color: #A9A9A9;
}

.min-prod-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; 
  height: 198px;
  border-radius: 9px;
}

.min-prod-nom {
  position: absolute;
  top: 200px;
  width: 100%;
  margin: 2px;
  vertical-align: center;
  height: 60px;
}

.min-prod-producteur {
  font-style: italic;
  font-size: 14px;
  width: 100%;
}

.min-prod-prix {
  position: absolute;
  bottom: 2px;
  width: 100%;
	text-align: center;
}

.min-prod-prixkg {
  font-weight: bold;
  font-size: 14px;
	margin: 5px;
}

.min-prod-bouton {
	margin: 1px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: bold;
}

.min-prod-input {
	width: 50px;
	height: 20px;
	font-size: 10px;
	text-align: center;
}

.min-prod-prixtotal {		
	font-size: 14px;
  font-weight: bold;
	}



.min-prod-bio {
  position: relative;
  width: 60px; 
  display: block;
  margin: 8px;
  background-color: green;
  color: white;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.min-prod-local {
  position: relative;
  width: 70px; 
  display: block;
  margin-left: 120px;
  margin-top: 8px;
  background-color: orange;
  color: white;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;  
}

.min-prod-netp {
  position: relative;
  width: 80px; 
  display: block;
  margin: 4px;
}

.min-producteur {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #D3D3D3;
  margin: 2px;
  padding: 0px;
  width: 200px;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
}

.min-producteur-nom {
  width: 100%;
  margin: 2px;
  vertical-align: center;
}

.moy-prod-producteur {
  font-weight: bold;
}

.filtres {
  margin: 6px;
}

#modalCommandes {
  padding: 0 !important;
}
#modalCommandes #modalCommandes-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
#modalCommandes #modalCommandes-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
#modalCommandes #modalCommandes-body {
  overflow-y: auto;
}