.search_result li div{
  display:inline-block;
}

.search_result li {
  list-style-type: none;
  margin: 0 0 15px 0;
  line-height: 1;
  display: flex;
}

.search_result .h_titre{
  color:#000;
  text-shadow:0 0 5px #fff;
}

.search_result_type{
  padding:0 5px 1px 5px;
  margin:0 0 5px 0;
}

.search_result_type .lien {
  height:60px;
  padding-left:5px;
  font-weight:bold;
  vertical-align:top;
  width: 100%;
  position: relative;
}

.search_result_type .date {
  width:100%;
  padding-left:5px;
  font-weight:normal;
  vertical-align:top;
}

.search_result_type .vignette {
  background-repeat:no-repeat;
  background-size:cover;
  box-shadow:0 0 15px #fff;
  width:60px;
  height:60px;
  position: absolute;
  right: 0;
  top: -5px;
}