/**
*
*		Media queries
**/


/* Smart Phones * on affiche item-50*/
@media handheld, only screen and (max-device-width: 31.250em), only screen and (max-device-width: 640px), only screen and (max-width: 641px) and (orientation:landscape), media all and (min-width: 321px) and (max-width:641px) {
body {
	font-size:1.2rem;
	}
h1{
	padding-top:0.5rem;
	font-size:1.8rem;
	color:#B40501;
	text-shadow:1px 1px 1px #555;
}

h2{
	font-size:1.2rem;
	padding:0;
	margin-top:0.5rem;
	color:#fff;
}
.line{
	width:100%;
	height:1px;
	background:#000;
	border-top:1px solid #222;
	margin:2px 0px;
}

.acor-icon span {
	display: none;
	}
.wrapper-100 {
	display:none;
	}	
.item-100 {
	display:none;
	}
.description-100 {
	display:none;
	}
.thumb_wrapper-100{
	display:none;
	}
}

