#mainArticle div.element {
  display: flex;
  flex-wrap: wrap;
  min-width: 360px;
  /* padding: 30px 10px; */
  justify-content: center;
}

.element div.photo {
  padding: 10px 30px;
}

.element div.texte {
  padding: 0px 30px;
}

.element #map {
  max-width: 550px;
  min-width: 400px;
  padding: 0px 30px;
}

.showroom div.galerie-box {
  display: block;
  width: 320px;
  /* height: 570px; */
  margin: 20px;
  padding: 1em;
  background: rgb(201, 194, 191);
  align-self: flex-end;
}

.showroom .box-text {
  min-height: 110px;
}

.galerie-box div.box-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-height: 50%;
  background: rgb(207, 203, 197);
}

.galerie-box img {
  border: 15px #cfcbc5 solid;
  width: 100%;
}

.galerie-box .details {
  margin: 15px 0;
  font-weight: bold;
  display: block;
} 

div.box-photo a {
  padding: 0;
  background-color: rgb(207, 203, 197);
  text-decoration: none;
}

.galerie-box div.box-texte {
  min-width: 300px;
  background: rgb(175, 129, 159);
}

div.galerie-box h2,
h3 {
  font-size: 1.1em;
  text-align: center;
  line-height: 15px;
}

div.galerie-box p {
  font-size: 1em;
  text-align: justify;
}

div.galerie-box {
  text-align: center;
}

.showroom div.case {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 300px;
  max-width: 900px;
  height: auto;
  margin: 0;
  padding: 20px 10px;
  background: rgb(230, 228, 224);
}

div.case table {
  max-width: 600px;
  height: auto;
  font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
  font-size: 14px;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

div.case p {
  max-width: 600px;
}
