.li-manage-advert {
	display:block;
}
@media screen and (min-width: 992px) {

	.bloc-advert-type-1 {
		width:calc(33.33% - 13.333px);
		height:auto;
		border:1px solid #dadada; 
		padding:10px;
		margin-right:20px;
		margin-bottom:20px;
	}
	.right-block-type-1 {
		margin-right: 0;
	}

	.bloc-basic-1-ajust {
		width:100%;
		padding:0;
	}
	.bloc-advert-type-1 img {
		min-width:100%;
		height:auto;

	}
	.block-text-type-1 {
		width:100%;
	}
	.block-for-center {
		height:125px;
	}
	.block-text-type-1 span {
		display:none;
	}
	.top-hr {
		display:none;
	}
	.block-manage-lien {
		display:none;
	}
}
@media screen and (min-width: 1200px) {
	.bloc-advert-type-1 {
		height:auto;
		max-height: 346px;
		overflow:hidden;
	}
	.block-for-center {
		height:165px;
	}
	.bloc-advert-type-1 img {
		min-width:100%;
		max-height: 150%;
	}
	.block-text-type-1 ul {
		display:block;
	}
}
