* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  font-family: sans-serif, Arial, Helvetica;
}
/* BACKGROUND IMG */
body {
  background-color: #ccc;
}
#imgChamp {
  position: fixed;
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  object-position: center;
}
.container {
  max-width: 1800px;
  width: 85%;
  margin: 0 auto;
}
/* NAVBAR */
nav {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav img {
  text-align: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 10;
}
.form-search {
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.form-search a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 40px;
  border: 2px solid #ff2727;
  text-decoration: none;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: #141111;
}
.form-search a:hover {
  color: white;
}
#inputChampion {
  padding-left: 10px;
  height: 40px;
  background-color: rgb(149, 129, 131, 63%);
  border: 2px solid #ff2727;
  width: 140px;
  color: white;
  font-size: 1.2rem;
}
#inputchampion:hover {
  opacity: 0.9;
  transition: 0.2s;
}
#buttonChampionRecherche {
  height: 40px;
  border: 2px solid #ff2727;
  width: 100px;
  font-size: 1.2rem;
  background: black;
  color: #ffffff;
}
#buttonChampionRecherche:hover {
  opacity: 0.8;
  transition: 0.5s;
}
#buttonJoueurs {
  height: 40px;
  border: 2px solid #ff2727;
  width: 200px;
  font-size: 1.2rem;
  background: black;
  color: #ffffff;
}
#buttonJoueurs:hover {
  opacity: 0.8;
  transition: 0.5s;
}
#buttonChampionsList {
  height: 40px;
  border: 2px solid #ff2727;
  width: 115px;
  font-size: 1.2rem;
  background: black;
  color: #ffffff;
}
#buttonChampionsList:hover {
  opacity: 0.8;
  transition: 0.5s;
}
header {
  padding-top: 6%;
}
/* NAME, TITLE AND LORE */
.championone {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.championone h1 {
  font-size: 300%;
  text-align: center;
  color: #7c0202;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
  z-index: 10;
  padding-bottom: 30px;
}
.championone h3 {
  padding-bottom: 10px;
  font-size: 40px;
  text-align: center;
  color: #7c0202;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(0, 0, 0);
  z-index: 10;
}
.championone p {
  color: #ffffff;
}
/* LORE */
.lore {
  font-size: 1rem;
  padding: 10px;
  background-color: rgb(150, 150, 150, 90%);
  border: 2px solid #ff2727;
  color: #ffffff;
  z-index: 10;
  min-height: 200px;
  width: 90%;
}
#mapid {
  height: 680px;
  width: 1360px;
}
