#conteneur1
{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-between;
}
body
{
  background-color: silver;
  color: white;
  // background-image: url("images/IMG_5587.jpg");
  background-attachment: fixed;
}

.bouton1
{
    width: 200px;
	color: black;
}

.bouton2
{
    width: 200px;
	color: red;
}

.bouton1:hover
{
   background: green;
   color: white;
}

.bouton2:hover
{
   background: yellow;
   color: black;
}

.agenda
{
  color: black;
  background-color: gray;
  font-size: 1em;
  font-family: "Comic Sans MS", "Arial";
  font-style: normal;
  font-weight: none;
  text-align: center;
  text-decoration: none;
  border: 3px blue solid;
  border-radius: 10px;
  apacity: 0.3;
}

.element
{
  color: black;
  background-color: gray;
  font-size: 1em;
  font-family: "Comic Sans MS", "Arial";
  font-style: normal;
  font-weight: none;
  text-align: center;
  text-decoration: none;
  border: 3px blue solid;
  border-radius: 10px;
  apacity: 0.3;
}