body
{
	margin:0 auto;
	font-family: arial;
	color: #9d9d9d;
}
textarea  {
 resize : both;
 min-width : 400px;
 min-height : 200px;
 max-width : 600px;
 max-height : 500px;
}
a {
  text-decoration: none;	
}

thead {
	font-weight:bold;

}

.supprimer {
  background-color: #f44336; /* Red */
  border: none;
  color: white;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
.editer {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.ajouter {
  background-color: #008CBA; /* Green */
  border: none;
  color: white;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.inline{
	display: flex;
	flex-flow: row nowarp;
	justify-content: space-between;

}

.lienHome{
	margin-left: 30px;
	margin-top: 35px;
}

.botom{
	min-width: 90%;
	text-align: right;
}


.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}


.description{
	max-width : 70vh;
	text-align: justify;
}

.magasinsList{
	color: #007a9b;
}

.bannerTop{
	min-height: 5vh;
	min-width: 100%;
	display: flex;
	background-color: #007a9b;
	align-items: center;
	justify-content: flex-end;
}
.boutonTop{
		color: #ffffff;
		padding: 8px;
}

.cor{
	margin-top: 40px;
	display: flex; /* contexte sur le parent */
 	flex-flow: row nowarp; 

}

.conteneur
{
 	min-height: 100vh;
 	min-width: 100%;
 	display: flex; /* contexte sur le parent */
 	flex-flow: column;
 	align-items: center;
 	justify-content: space-between;

}
.colonne
{
	width: 70%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.test
{
	min-width: 60vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.top
{
	min-width: 100vw;
	display: flex;
	justify-content: flex-end;
}
.center
{

	display: flex;
	flex-direction: column;
	justify-content: center;
}
.v_center
{
	min-height: 100vh;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;

}
.ouinon
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;

}


.logos
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;

}
h1
{
	margin-top: 10px;
	font-family: arial;
	color: #9d9d9d;
	font-weight: lighter;
}

h2
{
	font-family: arial;
	color: #9d9d9d;
	font-weight: lighter;
}