@media only screen and (min-width: 1001px) {

#i-page {
margin			: auto;
height			: 650px;
width				: 1000px;
display			: flex;
flex-direction		: row;
border			: 1px solid #015A68;
box-shadow		: 0 20px 40px 0 rgba(0, 0, 0, 0.2), 0 24px 80px 0 rgba(0, 0, 0, 0.19);
}

#i-infopart {
display			: flex;
justify-content		: center;
flex-direction		: row;
flex-grow			: 2;

}

#i-loginpart {
width				: 500px;
justify-content		: center;
}

#i-logopartsmall {
display			: none;
}


#i-dlappli-bloc {
display :				flex;
justify-content : 		center;
flex-direction : 		column;
text-align : 			center;
}
.c-logostore {
width :					120px;
margin :				10px;
}
#i-dlappli-storesmall {
display :				none;
}

.c-div-certif {
width: 					100%;
  		  	text-align: 			right;

}
.c-logocertif {

margin-top: 			-15px;
width :					80px;
margin :				10px;

}
}