#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;
}

.bouton1
{
    width: 200px;
	background: lightblue;
	color: black;
}

.bouton2
{
    width: 200px;
	background: orange;
	color: black;
}


.bouton1:hover
{
   background: lightgreen;
   color: white;
}

.bouton2:hover
{
   background: red;
   color: white;
}

.agenda
{
  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;
}

.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;
}