@media only screen and (min-width: 821px)  and (max-width: 1000px) {

#i-page {
height			: 100vh;
display			: flex;
flex-direction		: row;
}

#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-titre {
display			: none;
}

#i-soustitre {
margin-top		: 1.5rem;
}

#i-info {
margin-top		: 1rem;
}

#i-dlappli-bloc {
display :				block;

}

#i-dlappli-logo {
display :				none;
}
.c-logostore {
width :					120px;
margin :				10px;
}
#i-dlappli-storesmall {
display :				none;
}

.c-div-certif {
position : 				absolute;
bottom :				5px;
right :					15px;
}
.c-logocertif {
width :					100px;
margin :				10px;

}
}