.Articles
{
    width: 400px;
    height: 500px;
    display: inline-flex;
    margin: 1em auto 3em auto;
}

.Articles:hover > .ContourContenu
{
	background-size: 20%;
}

.Articles .ContourContenu
{
    margin: 2em auto;
    height: 400px;
}