/* Media Query */

/* Ecrans 23 pouces (1920px) */
@media only screen and (min-width:1367px) {
	.center{
		max-width:65%;
	}
	.page-title{
		width:100%;
		font-size:1.8em;
	}
}

@media only screen and (max-width:1367px) {
	.center{
		max-width: 1200px;
	}
}

/* Tablet Portrait width to 960px */
@media only screen and (max-width:960px) {
	.center{
		max-width: 80%;
	}
}

@media only screen and (max-width:960px) {}
@media only screen and (min-width:769px) and (max-width:960px) {}

@media only screen and (max-width:768px) {
	.center{
		max-width: 100%;
	}
	#header-search-categories .choice-list .choice-opt{
		width: 100%;
	}
}


@media only screen and (max-width:480px) {
	.center{
		max-width: 100%;
	}
	#home-slider {
		border-radius: 0;
	}
	#home-slider .swiper-details .swiper-title,
	#home-slider .swiper-details .swiper-content {
		padding: 5px 15px;
	}
	.fancybox-title{
		display: none;
	}
}

@media only screen and (min-width:321px) and (max-width:480px) {}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width:321px)  and (max-device-width:480px) {}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width:321px) {}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width:320px) {}