article div
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

article
{
	width: 94%;
}

.img1Commerces
{
	max-width: 100%;
	height: auto;
	/*max-height: 60%;*/
}

.img2Commerces
{
	max-width: 75%;
	height: auto;
	margin: 4px;
	/*max-height: 60%;*/
}

.logoCommerces
{
	width: 40%;
	padding: 20%;
	/*height: 28%;*/
}

#zoom
{
	display: block;
	position: fixed;
	bottom: 40px;
	right: 60px;
	z-index: 99;
	background-repeat: no-repeat;
}