/*
  But :     
  Auteur : prénom + nom
  Date :   jj.mm.aaaa / V1.0
*/
body {
  text-align: center;
  background-color: grey;
  background-image: url("../images/fribourgLogo.jpg");
  background-repeat: repeat;
  position:absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  bottom: 0;
}

#mapid{
  margin: auto;
  width: 780px;
  height: 400px;
}

#footer{
  padding-top: 35px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.678);
  width: 800px;
  height: 60px; 
  margin: auto;
  margin-top: 20px;
}

button{
  border-style: double;
  border-color: rgb(18, 18, 131);
  background-color: rgba(124, 124, 187, 0.548);
  width: 220px;
  height: 32px;
}

button:hover{
  background-color: rgb(100, 132, 240);
  cursor: pointer;
}

#views
{
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.678);
  width: 800px;

  margin: auto;
  height: auto;
  text-align: center;
  padding: 10px;
}

footer{
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.678);
  width: 800px;
  margin: auto;
  margin-top: 20px;
  height: auto;
  text-align: center;
  padding: 10px;
}