/*Retirer l'info Pertinence,sans modifier le template de base*/

.relevance {
    display: none;
}


.results-entry {
   margin-bottom: 0px !important;
}

.result-content {
    display: none;
}


.tx-solr h5 {
  font-size: 15px !important;
  padding-left: 20px;
}

.results-topic {
    font-weight: normal !important;
}

.date-label {
  color: #23BADE; /*2 Bleu - web #23BADE*/
  display: inline-block;
  float: none;
 /* margin-right: 15px;*/
  font-size:80%;  
  padding-left: 20px;
  text-align: left;
  line-height:20px;
}

.date-result {
  color: #939597; /*3 Gris - web #939597*/
  display: inline-block;
  float: none;
  margin-right: 15px;
  font-size:80%;  
  line-height:20px;

}


.teaser{
  color:#939597; /*3 Gris - web #939597*/
  font-size:90%;  
  padding-left: 20px;
  line-height: 16px;
  /*display: inline;*/

}
.footer-result{  
 /* float: right;*/

}

#tx-solr-search .results-list li:before {
   content: url('/fileadmin/templates/images/mimetypes-text.png');  
 /* position:absolute; */
 float: left;


}

