body {
  margin: 50px 75px 50px;
  background-color: rgb(220, 220, 220);
}

h1 {
  margin: 25px;
}

h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

nav#sous-menu {
  padding: 1px;
}

nav#sous-menu li {
  display: inline-flex;
}

nav#sous-menu ul {
  text-align: center;
}

nav#sous-menu a {
  background-color: #0dab76;
  font-family: "Saira", sans-serif;
  font-style: initial;
  color: white;
  text-decoration: initial;
  padding: 15px;
  margin-left: 25px;
  margin-right: 25px;
  border-radius: 15px;
}

a:link.button,
a:visited.button {
  background-color: white;
  color: black;
  border: 2px solid #0dab76;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: initial;
}

a:hover.button,
a:active.button {
  background-color: #0dab76;
  color: white;
  font-weight: initial;
}

a#topbutton {
  position: fixed;
  bottom: 50px;
  right: 50px;
  border: none;
  outline: none;
  background-color: #0dab76;
  color: white;
  padding: 15px;
  border-radius: 100px;
  font-size: 25px;
  font-style: initial;
  text-decoration: none;
}

article {
  background-color: white;
  margin: 1%;
  padding: 5%;
  border: solid #139a43;
  box-shadow: gray 10px 10px 10px;
  display: flex;
  flex-direction: column;
}

article#historique div.texte p {
  overflow: auto;
  height: 250px;
}

div.image img {
  max-width: 100%;
}

article#top_culturel {
  display: flex;
  flex-direction: column;
}

div#top3 {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.item_top {
  display: flex;
  flex-direction: column;
  padding: 1%;
  width: 33%;
}

.item_top .top_culturel_titre {
  text-align: center;
}

.item_top .top_culturel_texte {
  text-align: center;
  margin: 10%;
  height: 30%;
  align-items: center;
  justify-content: center;
}

h3.top_culturel_titre {
  display: flex;
  height: 15%;
  align-items: center;
  justify-content: center;
  margin: 5%;
}

.item_top .top_culturel_image {
  margin-top: 35%;
  margin-bottom: 25%;
  max-width: 100%;
  max-height: 100%;
}

.item_top a.button {
  display: block;
  text-align: center;
  margin: auto;
  width: 50%;
  margin-top: 15%;
  margin-bottom: 5%;
}

div.item_image {
  display: flex;
  height: 250px;
  align-items: center;
  justify-content: center;
}

.left {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  align-content: center;
}

article#suggestions div div.texte {
  width: 60%;
  margin: 25px;
  justify-content: center;
}

article#suggestions div div.image {
  width: 40%;
  margin: 25px;
}

article#suggestions div div.image img {
  max-height: 300px;
}

img:hover {
  cursor: zoom-in;
}

img:active {
  transform: scale(2);
}

div.item_top a.button {
  max-width: 80%;
}
