/* ACCUEIL */

.home {
  width: 100%;
  min-height: 250px;
  max-height: 400px;
  overflow: hidden;
}

.pres-home {
  width: 620px;
  margin: 150px 50px;
  font-size: 22px;
  line-height: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-style: italic;
  color: #fff;
  position: absolute;
}

/* NEWS */

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

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

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

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

.news-texte {
  width: 60%;
  height: 2320px;
  overflow: hidden;
  background-color: #fff;
  float: left;
  z-index: 999;
}

.news-texte2 {
  width: 60%;
  height: 2500px;
  overflow: hidden;
  background-color: #fff;
  float: right;
  z-index: 999;
}

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

.news-texte-content {
  width: 900px;
  padding: 20px;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  line-height: 24px;
  color: #444;
}
.news-texte-content h3 {
  color: #ff4d68;
  padding-right: 5px;
  float: left;
}

.news-texte-content h4 {
  overflow: hidden;
  font-family: Georgia, serif;
  font-style: italic;
  color: #444;
}
