.tourism_item {
  border-width: 4px;
  border-style: solid;
  border-radius: 25px;
  padding: 5px 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 2px auto 15px;
}
#intro {
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
  padding: 15px 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 2px auto 15px;
  width: 600px;
  font-size: 110%;
  text-align: justify;
}

#chirac_img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  z-index: 5;
}
  
#chirac_link {
  position: relative;
}
  
#chirac_link img {
  display: none;
}
  
#chirac_link:hover img {
  display: block;
  position: absolute;
  left:15px;
  top: 20px;
}

.intro_item {
  font-size: 105%;
  font-style: oblique;
  text-align: justify;
}

.infos_item {
  margin: 15px auto;
  width: 600px;
  border-width: 2px;
  border-style: solid;
  border-radius: 10px;
  padding: 5px 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}