#subcategories
{
	/*border: none;
	padding: 0;
	width: 76%;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;*/
}

#subcategories .lpi_cat_item
{
	/*float: left;
	display: inline-block;
	margin: 10px 20px;
	width: 25%;*/
	padding: 10px;
	text-align: center;
}

#subcategories .lpi_cat_item > a
{
	font-family: 'MilasianCircaMediumPERSONAL';
	font-size: 30px;
}

#subcategories .lpi_cat_item > a > img
{
	width: 100%;

}

#subcategories .lpi_cat_item > a > img:hover
{
	box-shadow: #000 0px 0px 10px 0px;
}

/*RESET DEFAULT*/
#home-page-tabs, .tab-content, .bx-controls-direction
{
	display: none;
}

#lpi_left_arrow, #lpi_right_arrow
{/*
	width: 38px;
	height: 37px;
	position: absolute;*/
	background-size: 37px!important;
}

#lpi_left_arrow:hover, #lpi_right_arrow:hover
{
	cursor: pointer;
	
}

#lpi_left_arrow
{
	/*top: 74%;
	left: 5%;*/
	background-image: url('/modules/lpi_homecats/left-arrow.png');
}

#lpi_right_arrow
{
	/*top: 74%;
	left: 92%;*/
	background-image: url('/modules/lpi_homecats/right-arrow.png');
}

#section_hp_haut > h2
{
	text-transform: capitalize;
	color: #875f71;
	font-size: 40px;
	text-align: center;
	font-family: 'MilasianCircaMediumPERSONAL';
}

#hp_selection
{
	color: #4f3f38;
	font-size: 25px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
	font-family: 'RobotoCondensedRegular';
}

.swiper-container {
    width: 900px;
    height: 380px;
}

/* HP Texte Module */
#editorial_block_center > h1, #editorial_block_center > div > h2 > span
{
	text-transform: capitalize;
	color: #875f71;
	font-size: 40px;
	text-align: center;
	font-family: 'MilasianCircaMediumPERSONAL';
}

#editorial_block_center > div > h2
{
	text-align: center;
	margin-top: 25px;
}

#ligne-droite, #ligne-gauche
{
	display:inline-block;
	background: #4f3f38; /* url('/img/trait.png') */
	margin-top:8px;
	height: 3px;
	width: 35%;
	min-width: 25%;
}

#ligne-gauche
{
	 
	float:left; 
	
}

#ligne-droite
{

	float:right; 

}

/* Media queries */


@media screen and (max-width: 992px) {
  .swiper-button-prev, .swiper-button-next
  {
  	display: none;
  }
  .swiper-container
  {
  	width: 100%;
  }
}