/*
   But :    Stats finder - Projet personnel
   Auteur : Nathan Clapasson
   Date :   15.06.2022 / V1.0 
*/
body {
  background-color: rgb(1, 13, 44);
}

#container {
  background-color: white;
  width: 90%;
  padding: 1em;
  border: 1px solid black;
  margin: auto;
  font-family: Verdana, Arial, serif;
}

h1 {
  text-align: center;
  background-color: rgb(2, 28, 99);
  color: white;
  font-size: 40pt;
  padding: 0.5cm;
}

#barreRecherche,
button {
  width: 100%;
  text-align: center;
  height: 1cm;
  font-size: 12pt;
}


table {
  width: 100%;
  text-align: center;
  margin-top: 1cm;
}

th {
  background-color: rgb(2, 28, 99);
  color: white;
}


#mapid {
  height: 680px;
  margin-bottom: 10px;
}

#notFound{
  text-align: center;
  margin-bottom: 1cm;
}

@media screen and (max-width: 750px) {
  table{
    font-size: smaller;
  }
  h1{
    font-size: 20pt;
  }
}

@media screen and (max-width: 550px){
  table{
    font-size: x-small;
  }
}