.wrapper-filter-docutheques{
  margin-bottom: 68px;
}

.resultats-docutheques .wrapper-push{
  margin-bottom: 30px;
}
.resultats-docutheques .wrapper-push-image{
  position: relative;
}
.resultats-docutheques .wrapper-push .icon-play{
  font-size: 40px;
  color: #fff;
  -ms-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.resultats-docutheques .wrapper-push:hover{
  background-color: transparent;
  color:  #31363b;
}
.resultats-docutheques .wrapper-push:hover .icon-play,
.resultats-docutheques .wrapper-push:hover .icon{
  color: #dfa237;
}
.resultats-docutheques .title-push{
  padding-right: 25px;
  margin: 23px 0 0;
  font-size: 16px;
}
.resultats-docutheques .title-push .icon{
  position: absolute;
  right: 0;
  bottom: 6px;
  font-size: 18px;
  color: #00aeef;
}

.categorie-push,
.push-date{
  display: inline-block;
  padding: 3px 15px;
  background-color: #005aaa;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  left: 0;
}
.resultats-docutheques .categorie-push{
  left: 15px;
}

.docutheques .rebonds{
  background-color: #e0e8f2;
}