/*
  Auteur      : Esther Pham 
  Date        : 22.01.2022
  Description : mise en page de la page des sources
*/
.sources {
  border: solid;
}
.sources {
  padding: 10px;
}
.sources>div {
  background-color: blanchedalmond;
}
.sources>div:hover {
  background-color: burlywood;
}
h2 {
  text-align: center;
}
h3 {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  h3 {
    text-align: center;
  }
  .sources>div {
    width: 420px;
  }
  .pied_de_page {
    width: 445px;
  }
}