#contenu_environs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2em;
}
#contenu_environs .en_construction {
  font-size: 1.5em;
}
#contenu_environs .titre_image {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
#contenu_environs img:not(.separateur) {
  max-width: 95%;
  height: auto;
  padding: 0 10px 50px 10px;
}
#bonnes_adresses {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 3px solid #5b924f;
  border-radius: 10px;
  color: #5b924f;
  margin: 20px 0;
}
#bonnes_adresses .titre_adresse {
  font-size: 1.2em;
}
#bonnes_adresses .adresses {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
  text-align: left;
}
#bonnes_adresses .adresse {
  width: 80%;
  margin: 10px 0;
}
#bonnes_adresses a {
  font-weight: bold;
  text-decoration: none;
  color: #403075;
}
