.card-item .infos h4 {
  max-height: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-results table tbody tr td div.DOC_RES {
  max-height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
}

#completeDiv.AutoCompleteDivListeStyle{
	z-index : 1060 !important;
}

#docs table tbody tr td span.DOC_RES {
	max-height: 4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display:block;
}
