/*div.home_categories{margin-bottom: 5px}
div.home_categories .cr{clear: both;border: 0px none}div.home_categories ul{text-align:center;list-style:none}
div.home_categories img{width:100px;height:100px}
div.home_categories li{float:left;margin:5px;width:100px;height:130px;}
div.home_categories h5 a:hover{text-decoration:underline;color:#444}
div.home_categories div{width:100px;border:1px outset black}
div.home_categories div:hover{border:1px inset black}*/
#home_categories ul{
	margin: 0;
}
#home_categories .collection{
	overflow: hidden;
	border-bottom: 10px solid #fff;
}
#home_categories li{
	list-style: none;
}
#home_categories li:nth-of-type(1) .details{
	padding: 20px;
}
#home_categories .details{
	
	float: left;
	padding: 0 20px 20px;
	color: #161616;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home_categories .details h2{
	margin: 20px 0;
	padding: 0
}
#home_categories .details .description_short{
	font-family: 'garamondregular';
	font-size: 17px;
	line-height: 21px;
	text-align: justify;
	padding: 0 0 20px;
	/*background: url(images/arrow_more.png) bottom right no-repeat;*/
}
#home_categories .details .description_short p{
	padding: 0;
	margin: 0;
}
#home_categories .details .description_short a{
	color: inherit !important;
	text-decoration: underline;
}
#home_categories .details .description_short a:hover{
	color: #BCBCBC !important;
}
#home_categories .picture{
	float:right;
	padding-right:0px;
}
#home_categories .picture .range{
	height: 30px;
	font-family: 'garamondregular';
	font-size: 15px;
	line-height: 30px;
	background: #e2e2e2;
	padding: 0 12px;
	color: #161616;
	text-align: right;
}


#columns #accordion h2, #columns #accordion h3{
  margin: 10px 0;
  text-transform: initial;
}
#accordion h2 {
  font-size:17px;
}
#accordion h3 {
  font-size:16px;
}
#accordion h3 {
  font-size:15px;
}
#accordion p {
  font-family: 'garamondregular';
  font-size: 14px;
  text-align: justify;
}

/***

	CSS ADDITIONNELLES

***/
#home_categories .show_more {
		display: block;
		width: 100%;
		background: #FFFFFF;
		padding-top: 2%;
		padding-bottom : 8%;
	}


	#home_categories .show_more .button_show_more {
		font-family: 'garamondregular';
		font-size: 20px;
		height: 20px;
		/*margin-right: 51%;
		background: url(images/arrow_more.png) bottom right no-repeat;
		*/
		
	}
	#home_categories .show_more .button_show_more:after {
		content:" ";
		background: url(images/arrow_more.png) bottom right no-repeat;
		width:30px;
		height:20px;
		display:inline-block;
	
	}
	
	
/*
#home_categories .picture {
	max-width: 650px;
	width: 663px;
}


#home_categories .picture .range {
	width: 663px;
}*/









/*
@media only screen and (max-width: 360px) {
	
	#columns h1, #columns h2, #columns h3 {
		font-size: 20px;
	}


	#home_categories .details .description_short {
		background: none;
		position: relative;
		height: 83px;
		top: 100px;
	}


	#home_categories .collection {
		position: relative;
		height: 493px;
	}

	#home_categories .details .category-name {
		position:relative;
		background: #F2F2F2;
		width: 91.4%;	
		top: 222px;	
	}


	#home_categories .details .description_short {
		background: none;
		position: relative;
		height: 83px;
		top: 270px;
	}


	#home_categories .picture {
		width: 100%;
	}	

	#home_categories .picture .range {
		position:relative;
		width: 71%;
		height: 1.5%;
		line-height: 24px;
		padding-left: 6%;
		bottom: -128px;
	}


	#home_categories .picture img {
		position:relative;
		width: 100%;
		height: 115px;
		bottom: 145px;
	}



	#home_categories .show_more {
		display: block;
		width: 100%;
		background: #FFFFFF;
		padding: 6% 0 6% 30%;
	}


	#home_categories .show_more .button_show_more {
		font-family: 'garamondregular';
		font-size: 20px;
		height: 20px;
		margin-right: 51%;
		background: url(images/arrow_more.png) bottom right no-repeat;
	}


 	

	
}*/



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


	#home_categories .picture .range {
		width: 65%;
		padding-left: 7%;
	}
	
	#home_categories .details {
		width: 265px;
	}

	#home_categories .show_more .button_show_more {
		margin-right: 45%;	
	}

	#collection .picture {
		top: -65px;
		position: relative;
		height: 115px;
		
	}
	
	#home_categories .picture {
		width: 100%;
		position: relative;
		top: -10px;
		height: 115px;
	}

	#home_categories .picture .range {
		height: 25px;
	}


}
*/