#boutique-emballage{
	width: 1000px;
	margin: 0; padding: 0;

}

/* ******************
		HEADER
******************* */ 

#boutique-emballage .header{
	width: 1000px; height: 300px;
	background: #fff url('../Gabarits/boutique-de-l-emballage/images/bg-header-boutique.jpg') 0 0 no-repeat;
}

#boutique-emballage .header-logo{
	float: left; position: relative;
	margin: 0; padding: 12px 0 0 25px;
	z-index: 20;
}

#boutique-emballage .header-texte{
	float: left; position: relative; left: -20px;
	width: 675px; height: 190px;
	margin: 60px 0 0 0; padding: 0;
	text-align: center; border-radius: 3px;
	z-index: 10;

	/* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#ffffff+0,ffffff+100,ffffff+100&0.5+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}

#boutique-emballage .header-texte-picto{
	display: block; position: relative; left: 47%; top: -30px;
	margin: 0; padding: 0;
}

/* --- DEAT --- */

#boutique-emballage.deat .header-texte-picto{
	 left: 41%; 
}



#boutique-emballage .header-texte .header-texte-p{
	display: inline-block; position: relative; top: -15px;
	margin: 0; padding: 0;
	font-size: 25px; font-weight: bold; color: #0850a4; text-transform: uppercase;
}

#boutique-emballage .header-texte .header-texte-p:after{
	display: inline-block;
	margin: 0; padding: 0 30px;
	content: '|';
	font-size: 35px; font-weight:lighter;
}

#boutique-emballage .header-texte .header-texte-p.is:after{
	display: none;
}

#boutique-emballage .header-texte .header-texte-desc{
	margin: 0px 25px 0 40px; padding: 0;
	font-size: 15px; font-weight: normal; color: #000000; text-align: left;
}


/* ******************
  Catégorie Famille
******************* */ 
#boutique-emballage .categorie-principale, #boutique-emballage .categorie-secondaire{
	clear: both;
	width: 1000px;
	margin-top: 30px;
	text-align: center;
}

#boutique-emballage .categorie-principale .famille, #boutique-emballage .categorie-secondaire .famille{
	display: inline-block;
	width: 300px; height: 365px;
	margin: 0; padding: 0;
	text-align: center;

	/* Box Shadow sur les blocs */
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#boutique-emballage .categorie-principale .famille:nth-child(2){
	margin: 0 20px;
}

#boutique-emballage .categorie-principale .famille img, #boutique-emballage .categorie-secondaire .famille img{
	display: inline-block;
	margin: 0; padding: 0;
}

#boutique-emballage .categorie-principale .famille a{
	display: block;
	margin: 15px 0 15px 0; padding: 0;
	font-size: 16px; color: #000;
	text-decoration: none;
}

#boutique-emballage .categorie-principale .famille a:last-child{
	font-weight: bold;
}

#boutique-emballage .categorie-principale .famille a:hover, #boutique-emballage .categorie-secondaire .famille a:hover{
	text-decoration: underline;
}

/* */
#boutique-emballage .categorie-secondaire .famille{
	width: 220px; height: 190px;
	text-decoration: none; font-size: 16px; color: #000;
}
#boutique-emballage .categorie-secondaire .famille:hover{
	text-decoration: underline;
}
#boutique-emballage .categorie-secondaire .famille:nth-child(2){
	margin: 0 20px;
}
#boutique-emballage .categorie-secondaire .famille:nth-child(3){
	margin: 0 20px 0 0;
}
#boutique-emballage .categorie-secondaire .famille h2{
	font-size: 16px; font-weight: normal;
	margin: 15px 0 0 0; padding: 0;
}

/* ******************
	Target To Sell
******************* */ 
#boutique-emballage .carousel-t2s{
	width: 1000px;
	margin: 30px 0 0 0; padding: 0;
	text-align: center
}

#boutique-emballage .carousel-t2s a{
	text-decoration: none;
}

#boutique-emballage .carousel-t2s .title{
	font-size: 25px;
}

#boutique-emballage .bestseller{
	clear: both;
	width: 1000px;
	margin: 50px 0px; padding: 0px;
	text-align: center;
}

#boutique-emballage .title{
	font-size: 25px;
}

#boutique-emballage .encart-produit{
	float: left;
	width: 191px;
	margin: 0px 4px 0px; padding: 0px;
}

#boutique-emballage .encart-produit .titre{
	margin: 10px 0px 2px; padding: 0px; height: 65px;
	font-size: 16px; color: #000000;
}

#boutique-emballage .encart-produit .cta{
	width: 165px;
	margin: 35px auto 10px; padding: 10px 0px; 
	font-size: 15px; color: #ffffff;
	background-color: red;
}

/* ******************
	 NOS CONSEILS
******************* */ 
#boutique-emballage .conseils{
	clear: both;
	width: 1000px;
	margin: 50px 0px; padding: 0px;
	text-align: center;
}

#boutique-emballage .conseils a{
	text-decoration: none;
}

#boutique-emballage .conseils .title{
	padding-bottom: 10px;
	font-size:25px; color: #000000;  
}

#boutique-emballage .conseils .nos-videos{
	float: left;
	width: 348px;
	margin: 0px 0 0 10px; padding: 0px;
	border-top: 1px solid #fbfbfb; border-bottom: 2px solid #cfcfcf; 
	border-left: 1px solid #ededed; border-right: 1px solid #ededed;
}

#boutique-emballage .conseils .nos-videos .titre{
	margin: 30px 0px 2px; padding: 0px; 
	font-size: 16px; color: #e80000;
}

#boutique-emballage .conseils .nos-videos .cta{
	width: 312px;
	margin: 30px auto 11px; padding: 10px 0px; 
	font-size: 15px; color: #ffffff;
	background-color: #e80000;
}

#boutique-emballage .conseils .nos-videos .cta span{
	display: inline-block; width: 10px;
	margin-left: 10px;
	background: url("../Gabarits/boutique-de-l-emballage/images/fleche-blanche.png") 0 2px no-repeat;
}

#boutique-emballage .conseils .nos-guides{
	float: left;
	width: 590px;
	margin: 0px 0 0 25px; padding: 0px;
	border-top: 1px solid #fbfbfb; border-bottom: 2px solid #cfcfcf; 
	border-left: 1px solid #ededed; border-right: 1px solid #ededed;
}

#boutique-emballage .conseils .nos-guides .entete{
	width: 590px ;
	background-color:#e4e4e4;
}

#boutique-emballage .conseils .nos-guides .entete p{
	margin: 0px; padding: 15px 0;
	font-size: 18px; color: #275aa6;
}

#boutique-emballage .conseils .nos-guides .entete p span{
	font-style: italic; font-size: 15px;
}

#boutique-emballage .conseils .nos-guides .choix{
	width: 590px;
	margin: 20px 0px 20px 30px; padding: 0px;
}

#boutique-emballage .conseils .nos-guides .choix a{
	display: block;
	width: 510px;
	margin: 0px; padding: 4px 0;
	font-size: 16px; color: #616161; text-align: left;
	background: url("../Gabarits/boutique-de-l-emballage/images/fleche-dl-grise.png") right 50% no-repeat;
}

#boutique-emballage .conseils .nos-guides .choix a:hover{
	color: #275aa6; text-decoration: underline;
	background: url("../Gabarits/boutique-de-l-emballage/images/fleche-dl-bleu.png") right 50% no-repeat;
}

#boutique-emballage .conseils .nos-guides .choix a.findmore{
	background: url("../Gabarits/boutique-de-l-emballage/images/loupe-srch-grise.png") right 50% no-repeat;
}

#boutique-emballage .conseils .nos-guides .choix a.findmore:hover{
	background: url("../Gabarits/boutique-de-l-emballage/images/loupe-srch-bleu.png") right 50% no-repeat;
}

/*
#boutique-emballage .actualite{
	clear: both;
	width: 1000px;
	margin: 50px 0px; padding: 0px;
	text-align: center;
}

#boutique-emballage .actualite .title{
	font-size:25px; color: #275aa6; 
}
*/


/* ******************
	  SLIDER T2S
******************* */ 

#boutique-emballage #slider,#boutique-emballage #slider-2 {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
}

#boutique-emballage #slider ul,#boutique-emballage #slider-2 ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  list-style: none;
}

#boutique-emballage #slider ul li,#boutique-emballage #slider-2 ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1000px;
  height: auto;
  /*background: #ccc;*/
  text-align: center;
}

#boutique-emballage a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 1% 1%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  opacity: 0.8;
  cursor: pointer;
}

#boutique-emballage a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

#boutique-emballage a.control_prev {
  border-radius: 0 2px 2px 0;
}

#boutique-emballage a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

#boutique-emballage .slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}


/* ******************
		AUTRES
******************* */ 
.clear{
	clear: both;
}