/*
.red-btn {
	background-color:#07aad0;	
	color:#fff;
}
*/

.ventes_droite {
  width: 0px;
}


.ventes_gauche {
  width: 100%;
}

.vente-content {
  padding-right: 100px;
  cursor: pointer;
}

.ventis-section1 a.red-btn {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  left: 27%;
  top: 200px;
  cursor: pointer;
  max-width: 185px;
  background-color:#07aad0;	
	color:#fff;
}

.ventis-section1 .ventis-info {
  float: right;
  width: 400px;
  background-color: rgba(41,41,41,0.2);
  padding: 50px 35px;
  color: #fff;
  margin-bottom: 50px;
  height: 250px;
}

.ventis-section1 .overlay {
  height: 40px;
  background-color: rgba(255,255,255,0.7);
}

.ventis-section1 .overlay h3, .ventis-section1 .overlay h3 a {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #858484;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
}

.ventis-section1 .overlay h4 a, .ventis-section1 .overlay h3 a {
  color: #858484 !important;
  font-size: 13px;
}

.ventis-section1 .overlay h4, .ventis-section1 .overlay h4 a {
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
}






@media screen and (max-width: 930px){
.ventis-section1 a.red-btn {
  left: 24%;
}
}

@media screen and (max-width: 767px){
.vente-content {
  padding: 0;
}
}