article.rubrique p.rubimg
{
	width: 50% ;
	vertical-align: bottom ;
	position: relative ;
/*	margin: 1rem ; */
text-align: center ;
/* background-color:red; */
}

article.rubrique p.rubimg>img
{
	width: 80% ;
	height: auto ;
	vertical-align: bottom ;
}

article.rubrique p.rubimg>iframe
{
	width: 80% ;
	aspect-ratio: 16 / 9 ;
	vertical-align: bottom ;
}

@media screen and (max-width: 40em)
{
	article.rubrique p.rubimg
	{
		width: 100% ;
	}
}
