/*
  But     : Fichier CSS
  Auteur  : Filipe CASIMIRO
  Date    : 08.06.2021
*/

*{
  font-family: "Helvetica";
}

#footer {
  font-size: 14p;
  font-weight: bold;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #3d8af7;
  color: white;
  text-align: center;
}

#divLogo {
  text-align: center;
}

#logo {
  margin-top: 5em;
  margin-right: auto;
  margin-left: auto;
  height: 10em;
}

#chooseTab {
  margin-right: auto;
  margin-left: auto;
}

#inputPays {
  width: 500px;
  height: 50px;
  padding: 4px 8px 4px 8px;
  background: #ffffff;
  color: #000000;
  border-color: #3d8af7;
  border-width: 1.5px;
  border-style: solid;
  border-radius: 5px 5px 5px 5px;
  font-family: "Helvetica";
  text-align: left;
  font-size: 20px;
}

#btnAfficherInfos {
  width: 518.5px;
  height: 55px;
  padding: 0px 10px 0px 10px;
  background: #3d8af7;
  color: #ffffff;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px 5px 5px 5px;
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

hr#divider {
  width: 490px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-color: transparent;
  background-color: #3d8af7;
}

.btnRechercheParVille{
  width: 256px;
  height: 60px;
  padding: 0px 10px 0px 10px;
  background: #3d8af7;
  color: #ffffff;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px 5px 5px 5px;
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

#btnBack {
  font-size: 16pt;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2em;
  margin-left: 4em;
  text-decoration: none;  
  color: #000000;
}

#tabInfos {
  background-color: #ededed;
  border-radius: 10px 10px 10px 10px;
  width: 90%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: flex;
  height: auto;
}

#infosPays1 {
  font-size: 42px;
  margin-left: 1em;
}

#infosVilles {
  font-size: 32px;
  margin-top: -0.8em;
  margin-left: 2em;
}

#nomPays {
  font-size: 42px;
  margin-left: 0.5em;
  font-weight: bold;
  margin-bottom: -0.05em;
}

#nomRegions {
  font-size: 32px;
  margin-left: 1em;
}

#nomVilles {
  margin-top: 0.5em;
  font-size: 28px;
  margin-left: 2em;
}

#mapid {
  height: 600px;
  margin-left: 5%;
  margin-right: 5%;
}
