body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

/*-----------------------------------------------------------*/

#cache {
  height: 100%;
  width: 100%;
  position: absolute;
}

.fiche {
  width: 60%;
  cursor: default;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.fiche img {
  width: 100%;
}

.telecharger {
  color: white;
  font-family: Roboto;
  display: flex;
  text-decoration: none;
  transition: 0.2s;
}

.telecharger:hover {
  transform: scale(1.15);
  transition: 0.2s;
}

.telecharger-icone {
  height: 18px;
  width: 18px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

#bande-telecharger {
  display: flex;
  justify-content: center;
  background-color: #4767ce;
}

h3 {
  font-family: Roboto;
  font-weight: normal;
  margin-top: auto;
  margin-bottom: auto;
  text-transform: uppercase;
  margin-right: 4%;
  color: white;
  font-size: 21px;
  margin-left: 4%;
}
