[data-_=grd] { width: 100%; padding: 0; margin: 0 auto; position: relative; }
[data-_=grd] > div { position: absolute; }

/*-----------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------- [ MOB ] ----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------*/
@media 	only screen and (max-width : 719px),
		only screen and (min-device-width : 320px) and (max-device-width : 414px) and (-webkit-min-device-pixel-ratio: 1) and (orientation : portrait), /* iphones portrait */
		only screen and (min-device-width : 480px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio: 1) and (orientation : landscape) /* iphones paysage */
		{
	[data-_="grd"]:first-child > div > p,
	[data-_="grd"]:last-child > div > p { display:none; }
	[data-_="grd"] .edito > img { display:block; margin:15px auto 0 auto; width: 90%; }
	
}