@media (min-width: 1047px){
	.dae_result_fiche {
		width: 15rem;
		flex: 0 1 auto;
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: 10px;
		width: calc(100% /3 - 10px - 0.01px);
		position: relative;
	}
	}
	@media (min-width: 1048px){
	.dae_result_fiche {
		width: 15rem;
		flex: 0 1 auto;
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: 10px;
		width: calc(100% /4 - 10px - 0.01px);
		position: relative;
	}
	}
	.dae_content {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	.dae_content img {
		height: 180px;
	    width: 100%;
	    object-fit: cover;
	    vertical-align: middle;
	}
	.dae_info {
		position: absolute;
	    width: 100%;
	    bottom: 0;
	    top: auto;
	    left: auto;
	    right: auto;
	    z-index: 2;
	    height: 70px;
	    background-color: rgba(226, 224, 224, 0.85);
	    padding: 10px;
	    box-sizing: border-box;
	}
	.dae_title {
		overflow: hidden;
	    height: auto;
	    line-height: 1.1;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    font-size: 16px;
    	font-weight: 500;
	}
	.flex-container {
		box-sizing: border-box;
	    display: flex;
	    flex: 1 1 0%;
	    position: relative;
	    min-height: 0;
	    min-width: 0;
			text-size-adjust: 100%;
			flex-direction: column;
	}
	.dae_filters {
		display: flex;
		margin-bottom: 10px;
	}
	#dae_widget_result_list{
		max-width: 1200px;
	}
	.next, .prev {
		height: auto;
		margin: 0 10px;
		padding: 5px;
		cursor: pointer;
		text-decoration: underline;
	}

	.next:hover, .prev:hover {
		text-decoration: none;
	}