.social-wall{
  margin-bottom: 80px;
  font-weight: 300;
}
.wrapper-push{
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #31363b;
  -ms-transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.social-wall .wrapper-push{
  padding: 25px 20px;
  border: 1px solid transparent;
}
a.wrapper-push:hover{
  color: #31363b;
  text-decoration: none;
}
a.wrapper-push:hover{
  background-color: #dfa237;
  color:  #fff;
}
.wrapper-push-image{
  display: block;
  width: 100%;
}
.wrapper-push-image img{
  width: 100%;
}
.wrapper-push.push-linkedin/*,
a.wrapper-push.push-linkedin:hover*/{
  background-color: #0080d1;
  color: #fff;
}
.wrapper-push.push-twitter/*,
a.wrapper-push.push-twitter:hover*/{
  background-color: #00aeef;
  color: #fff;
}
.push-actu,
.push-chiffre,
.social-wall .wrapper-push.push-actu,
.social-wall .wrapper-push.push-chiffre{
  border: 1px solid #e7e7e7;
}
.push-chiffre{
  text-align: center;
}
.social-wall .icon{
  margin-bottom: 9px;
  font-size: 24px;
  color: #fff;
}
.title-push{
  display:  block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}
.text-push{
  display:  block;
  margin-bottom: 10px;
  font-weight: 300;
}
.date-push{
  display:  block;
  font-size: 14px;
  font-weight: 300;
}
.wrapper-push .cta-push{
  display:  block;
  color: #00aeef;
  font-weight: 300;
}
a.wrapper-push:hover .cta-push{
  color: #fff;
}
a.wrapper-push:hover .cta-push .btn.orange{
  background-color: #d5921d;
}
.social-wall .chiffre-push{
  font-size: 80px;
  font-weight: 700;
}
.social-wall .push-chiffre .text-push{
  padding: 0 35px;
}
.push-download{
  background-color: #0080d1;
  color: #fff;
}

@media screen and (max-width: 991px){
  .social-wall .wrapper-push{
    height: 261px !important;
  }
}