#conteneur1
{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-between;
}
body
{
  background-color: white;
  color: black;
  // background-image: url("images/IMG_5587.jpg");
  background-attachment: fixed;
}

.field_set{
  font: 1em/1.5 verdana,arial;
  border: 3px #95c11f solid;
  border-radius: 10px;
  apacity: 0.3;
}

#login
{
	line-height: 2em;
    font: 1em/1.5 verdana,arial;
	background : #C2AE90;
	color: #ffffff;
    display: inline-block; /* ou block */
    width: 150px;
}

.bouton2
{
    width: 200px;
}

.bouton3
{
    width: 200px;
}

.bouton4
{
    width: 200px;
	background: orange;
	color: black;
}

.bouton1:hover
{
   background: lightgreen;
   color: white;
}

.bouton2:hover
{
   background: lightgreen;
   color: white;
}

.bouton3:hover
{
   background: lightgreen;
   color: white;
}

.bouton4:hover
{
   background: red;
   color: white;
}

.element
{
  color: white;
  background-color: lightgreen;
  font-size: 1em;
  font-family: "Comic Sans MS", "Arial";
  font-style: normal;
  font-weight: none;
  text-align: center;
  text-decoration: none;
  border: 3px lightgrey solid;
  border-radius: 10px;
  apacity: 0.3;
}