/* Boots - Sacs - Pochettes */

.modeleL{
	width:42.5%;
	margin:0 0 5% 5%;
	float:left;
	position:relative;
}
.modeleL img{
	width:100%;
	display:block;
	border: 1px solid rgba(128,128,128,1);
	box-shadow: 8px 8px 4px rgba(0,0,0,0.3);	
}
.modeleL img:hover{	
	border: 1px solid #B69731;	
}
.modeleL h5{
	position:absolute;
	bottom:0.5rem;
	right:0.5rem;
}
.modeleL h5:hover{	
	color: #B69731;	
}

.euro{
	font-size:0.9rem; 
}




@media all and (max-width:367px) {

	/* Iphone 3 4 5 portrait 320px */

	.modeleL{
		width:90%;
		margin:0 0 5% 5%;
	}
	.modeleL img{
		box-shadow: 6px 6px 3px rgba(0,0,0,0.2);	
	}

	.euro{
		font-size:0.8rem;
	}

}

@media all and (min-width:368px) and (max-width:467px){

	/* Iphone 6 portrait 375px */
	/* affichage minimum sur le ACER*/

	.modeleL{
		width:90%;
		margin:0 0 5% 5%;
	}
	.modeleL img{
		box-shadow: 6px 6px 3px rgba(0,0,0,0.2);	
	}

	.euro{
		font-size:0.8rem;
	}
		
}

@media all and (min-width:468px) and (max-width:567px){

	/* iphone 3 4 paysage 480px */

	.modeleL{
		width:45.5%;
		margin:0 0 3% 3%;
	}
	.modeleL img{
		box-shadow: 6px 6px 3px rgba(0,0,0,0.2);	
	}
	.modeleL h5{
		bottom:0.1rem;
		right:0.3rem;
		font-size:0.9rem;
	}
	.modeleL h5:hover{	
		color: #B69731;	
	}

	.euro{
		font-size:0.7rem;
	}

}

@media all and (min-width:568px) and (max-width:667px) {

	/* iphone 5 paysage 568px */

	.modeleL{
		width:45.5%;
		margin:0 0 3% 3%;
	}
	.modeleL img{
		box-shadow: 6px 6px 3px rgba(0,0,0,0.2);	
	}
	.modeleL h5{
		bottom:0.1rem;
		right:0.3rem;
		font-size:0.9rem;
	}
	.modeleL h5:hover{	
		color: #B69731;	
	}

	.euro{
		font-size:0.7rem;
	}

}

@media all and (min-width:668px) and (max-width:767px) {

	/* Samsung galaxy paysage 640px iphone 6 paysage 667 */
	.euro{
		font-size:0.8rem;
	
	}
}

/* Tablettes */		

@media all and (min-width:768px) and (max-width:899px) {

	/* ipad portrait 768px Samsung Tab 800px */
	.euro{
		font-size:0.8rem;
	}
	
}

@media all and (min-width:900px) and (max-width:999px) {

	/* Asus LG  paysage 960px */
	.euro{
		font-size:0.8rem;
	}
	
}

@media all and (min-width:1000px) and (max-width:1099px) {

	/* ipad paysage 1024 px */
	.euro{
		font-size:0.8rem;
	}
			
}

/* Ordinateurs */

@media all and (min-width:1100px) and (max-width:1199px) {

}

@media all and (min-width:1200px) and (max-width:1299px) {
	
}

@media all and (min-width:1300px) and (max-width:1399px) {
	
}

@media all and (min-width:1400px) and (max-width:1499px) {

}

@media all and (min-width:1500px) and (max-width:1599px) {
	
}

@media all and (min-width:1600px) and (max-width:1699px) {
	
}

@media all and (min-width:1700px) and (max-width:1799px) {
	
}

@media all and (min-width:1800px) {
		
}



