@media screen and (min-width: 1200px)
{
	

/*--------------------------------------------------------*/
/*-- 			Pour les desktops		 				--*/
/*--------------------------------------------------------*/



/************************************************************/
/*							 responsive						*/
/************************************************************/
.desktop 	{	display:	block;	}
.tablet 	{	display:	none;	}
.smartphone {	display:	none;	}
.desktop_tablet {display:	block;	}

.content_articlelist{
	width: 604px;
}


}

@media screen and (min-width: 1856px)
{
	.content_articlelist{
		width: 1510px;
	}

}


@media screen and (min-width: 1534px) and (max-width: 1856px)
{
	.content_articlelist{
		width: 1208px;
	}

}

@media screen and (min-width: 1228px) and (max-width: 1534px)
{
	.content_articlelist{
		width: 906px;
	}

}



