/****************************************************************************/
/* STYLE BANDE BOUTON ONLINE TOOLS */
/****************************************************************************/
#master{
  width: 100%;
}
#master-toolbar-1{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	/*justify-content: center;*/
	width: 100%;

}
#toolbar-1-1{
  width: 50%;
  height: 100px;
  display: flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  padding-bottom: 20px;
  padding-top: 10px;
  /*background-color:#ec8700;*/
  border-top:white;
  margin-top: 0.3%;
  border:1px solid black;
}
#toolbar-1-2{
  width: 49%;
  height: 100px;
  display: flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  padding-bottom: 20px;
  padding-top: 10px;
  /*background-color:#ec8700;*/
  border-top:white;
  margin-top: 0.3%;
  border:1px solid red;
 
}
#master-toolbar-2{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	/*justify-content: center;*/
	width: 100%;
}
#toolbar-2-1{
  width: 50%;
  height: 100px;
  display: flex;
  flex-wrap:nowrap;
  justify-content:flex-start;
  padding-bottom: 20px;
  padding-top: 10px;
  /*background-color:#ec8700;*/
  border-top:white;
  margin-top: 0.3%;
   border:1px solid black;
 
}
#toolbar-2-2{
  width: 50%;
  height: 100px;
  display: flex;
  flex-wrap:nowrap;
  justify-content:flex-start;
  padding-bottom: 20px;
  padding-top: 10px;
  /*background-color:#ec8700;*/
  border-top:white;
  margin-top: 0.3%;
  border:1px solid red;
}
#master-toolbar-3{
	display: flex;
	flex-direction: row;
	flex-wrap:nowrap;
	/*justify-content: center;*/
	width: 100%;
}
#toolbar-3-1{
  width: 50%;
  height: 100px;
  display: flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  padding-bottom: 20px;
  padding-top: 10px;
  /*background-color:#ec8700;*/
  border-top:white;
  margin-top: 0.3%;
  border: 1px solid black;
}
#toolbar-3-2{
  width: 50%;
  height: 100px;
  display: flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  padding-bottom: 20px;
  padding-top: 10px;
  /*background-color:#ec8700;*/
  border-top:white;
  margin-top: 0.3%;
  border:1px solid red;
}
#master-toolbar-4{
	display: flex;
	flex-direction: row;
	/*justify-content: center;*/
	width: 100%;
}
#toolbar-4-1{
  width: 50%;
  height: 100px;
  display: flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  padding-bottom: 20px;
  padding-top: 10px;
  /*background-color:#ec8700;*/
  border-top:white;
  margin-top: 0.3%;
  border: 1px solid black;
}
#toolbar-4-2{
  width: 50%;
  height: 100px;
  display: flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  padding-bottom: 20px;
  padding-top: 10px;
  /*background-color:#ec8700;*/
  border-top:white;
  margin-top: 0.3%;
  border:1px solid red;
}
.deco-gris-top{
	width: 100%;
	height: 50px;
	background-color:#5b5b5b; 
	margin-top:350px;
	border-top: 1px solid white;
	border-bottom: 2px solid white;
}
.deco-gris{
	width: 100%;
	height: 50px;
	background-color:#5b5b5b; 
	border-top: 2px solid white;
	border-bottom: 1px solid white;
}