/*
  But     : Fichier CSS
  Auteur  : Hamza MULLER
  Date    : 08.06.2021
*/
#view {
  font-family: Amaranth, sans-serif;
}

.titre {
  text-align: center;
  font-size: 75px;
}

#titreHoraires {
  margin-bottom: -20px;
}

.lieuxTab {
  margin-left: auto;
  margin-right: auto;
}

.flieux {
  font-family: Amaranth, sans-serif;
  margin-right: 40pt;
  padding-left: 5pt;
  border-color: #3453f0;
  border-style: solid;
  border-radius: 3px;
  height: 32pt;
  width: 230pt;
}

#buttonSearch {
  font-family: Amaranth, sans-serif;
  cursor: pointer;
  background-color: #3453f0;
  border: none;
  border-radius: 3px;
  width: 120px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  height: 32pt;
}

#buttonSearch:hover {
  background-color: blue;
}

#modifier {
  font-size: 25px;
  cursor: pointer;

  text-decoration: underline;
  color: #3453f0;
  text-align: center;
}

#modifier:hover {
  color: blue;
}

#erreurAccueil {
  text-align: center;
  color: red;
}

#tableHoraires {
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  border-spacing: 0 15px;
}

#rowHoraires {
  background-color: #ebebeb;
  height: 80px;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

#titreMap {
  font-size: 50px;
  text-align: center;
  color: #3453f0;
}

#iMap {
  height: 680px;
}
