#mainArticle div.element {
  display: flex;
  flex-wrap: wrap;
  min-width: 360px;
  justify-content: center;
}

.element div.photo {
  padding: 10px 30px;
}

.element div.texte {
  padding: 0px 30px;
}

#messageFont {
  font-family: Arial, Verdana, sans-serif;
  font-size: 1.0em;  
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  font-style: italic;
  background: rgb(230,231,232);
}

.showroom div.home-box {
  display: block;
  width: 280px;
  height: 330px;
  margin: 20px 10px;
  padding: 10px 15px;
  background: rgb(201,194,191);	
}
.home-box div.box-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-height: 50%; 
  background: rgb(207,203,197);
}
div.box-photo a {
  padding: 0;
  background-color: rgb(207,203,197);
  text-decoration: none;  
}
.home-box div.box-texte {
  min-width: 300px;
  height: 70px;  
  background: rgb(175,129,159);
}
div.home-box h2,h3 {
  font-size: 1.1em;
  text-align: center;
  line-height: 10px;
}
div.home-box p {
  font-size: 1em;
  text-align: justify;	
}
