.list-push-text{
  margin-bottom: 30px;
}
.list-push-text .wrapper-push{
  margin-bottom: 44px;
}
.list-push-text .wrapper-push-image{
  margin-bottom: 10px;
}
.list-push-text a.wrapper-push:hover {
  background-color:  transparent;
  color: #31363b;
}
.list-push-text .wrapper-push:hover .wrapper-push-image.ombre:before{
  background-color: rgba(0, 0, 0, 0);
}
.list-push-text a.wrapper-push:hover .cta-push {
  color: #009ee6;
  text-decoration: underline;
}
.list-push-text .wrapper-push-image img{
  width: 100%;
}
.list-push-text .text-push{
  margin: 15px 0 22px;
}
.list-push-text .cta-push{
  font-weight: 300;
}

@media (max-width: 991px){
  .list-push-text{
    margin-bottom: 0;
  }
}