/* ACCUEIL */

.home {
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.pres-home {
  width: 620px;
  margin: 250px 50px;
  font-size: 38px;
  line-height: 33px;
  font-family: "cormorantlight_italic";
  font-weight: 400;
  color: #fff;
  position: absolute;
}

/* NEWS */

.news {
  width: 100%;
  height: 1200px;
  overflow: hidden;
  background-image: url(../img/diamond_upholstery2.png);
}

.news-image {
  width: 40%;
  height: 350px;
  overflow: hidden;
  background-color: #fff;
  float: left;
}

.news-texte {
  width: 60%;
  height: 350px;
  overflow: hidden;
  background-color: #fff;
}

.news-texte-content {
  width: 600px;
  padding: 40px;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  line-height: 20px;
  color: #444;
}
.news-texte-content h3 {
  overflow: hidden;
  font-family: Georgia, serif;
  font-style: italic;
  color: #444;
}
