<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Photo en hauteur : Mi Bottes - Bottes - Cuissardes */

.modeleH{
	width:30%;
	margin:0 0 2.5% 2.5%;
	float:left;
	position:relative;
}
.modeleH img{
	width:100%;
	display:block;
	border: 1px solid rgba(128,128,128,1);
	box-shadow: 8px 8px 4px rgba(0,0,0,0.3); 	
}
.modeleH img:hover{	
	border: 1px solid #B69731;	
}
.modeleH h5{
	position:absolute;
	bottom:0.5rem;
	right:0.5rem;
}
.modeleH h5:hover{	
	color: #B69731;	
}

.euro{
	font-size:0.9rem;
}

.separation2{
	width: 100%;
	clear: both;
	margin:0;
}
.separation3{
	width: 100%;
	clear: both;
	margin:0;
}


@media all and (max-width:374px) {

	/* Iphone 3 4 5 portrait 320px */

	.modeleH{
		width:80%;
		margin:0 0 10% 10%;
	}
	.modeleH img{
		box-shadow: 6px 6px 3px rgba(0,0,0,0.2);	
	}
	.modeleH h5{
		bottom:0.1rem;
		right:0.3rem;
		font-size:0.9rem;
	}

	.euro{
		font-size:0.7rem;
	}

	.separation3{
		display:none; 
	}

}

@media all and (min-width:375px) and (max-width:479px){

	/* Iphone 6 portrait 375px */
	/* affichage minimum sur le ACER*/

	.modeleH{
		width:80%;
		margin:0 0 10% 10%;
	}
	.modeleH img{
		box-shadow: 6px 6px 3px rgba(0,0,0,0.2);	
	}
	.modeleH h5{
		bottom:0.1rem;
		right:0.3rem;
		font-size:0.9rem;
	}

	.euro{
		font-size:0.7rem;
	}

	.separation3{
		display:none;
	}
		
}

@media all and (min-width:480px) and (max-width:567px){

	/* iphone 3 4 paysage 480px */

	.modeleH img{
		box-shadow: 6px 6px 3px rgba(0,0,0,0.2);	
	}
	.modeleH h5{
		bottom:0.1rem;
		right:0.3rem;
		font-size:0.9rem;
	}
	.separation2{
		display:none;
	}

	.euro{
		font-size:0.7rem;
	}

}

@media all and (min-width:568px) and (max-width:639px) {

	/* iphone 5 paysage 568px */
	
	.modeleH img{
		box-shadow: 6px 6px 3px rgba(0,0,0,0.2);	
	}
	.modeleH h5{
		bottom:0.1rem;
		right:0.3rem;
		font-size:0.9rem;
	}
	.separation2{
		display:none;
	}

	.euro{
		font-size:0.7rem;
	}
	
}

@media all and (min-width:640px) and (max-width:719px) {

	/* Samsung galaxy paysage 640px iphone 6 paysage 667 */

	.modeleH h5{
		bottom:0.2rem;
		right:0.3rem;
		font-size:1rem;
	}
	.separation2{
		display:none;
	}

	.euro{
		font-size:0.8rem;
	}
	
}

@media all and (min-width:720px) and (max-width:767px) {

	/* Microsoftsurface portrait 720 px iphone 6+ paysage 736 */

	.modeleH h5{
		bottom:0.2rem;
		right:0.3rem;
		font-size:1rem;
	}
	.separation2{
		display:none;
	}

	.euro{
		font-size:0.8rem;
	}
	
}

/* Tablettes */		

@media all and (min-width:768px) and (max-width:959px) {

	/* ipad portrait 768px Samsung Tab 800px */
	.euro{
		font-size:0.8rem;
	}
	
}

@media all and (min-width:960px) and (max-width:1023px) {

	/* Asus LG  paysage 960px */
	.euro{
		font-size:0.8rem;
	}
	
}

@media all and (min-width:1024px) 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:1279px) {
	
}

@media all and (min-width:1280px) and (max-width:1365px) {

}

@media all and (min-width:1366px) and (max-width:1400px) {
	
}

@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) {
		
}



</pre></body></html>