/* ----------------------------
CATALOGUE (GENERAL)
------------------------------*/

/*.productsListPublication h1,
.catalog h1{
	display:none;
}*/


/* ----------------------------
SHORT PRODUCT
------------------------------*/

.short_product{
	float:left;
	width:380px;
	margin:0 20px 20px 0;
}

.col3 .short_product,
.productsList .short_product:nth-child(3n+3){
	margin:0 0 20px 0;
}

.short_product_container{
	position:relative;
}

.short_product a.viewProduct{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width:380px;
	height:250px;
}

.short_product a.viewProduct span{
	display:none;
}

.short_product a.viewProduct:hover{
	background:none;
}

.short_product a.viewProduct:hover + .overlay{
	opacity:1;
	transition: all 0.15s ease;
	-webkit-transition:all 0.15s ease;
}

.short_product .overlay{
	opacity:0;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:380px;
	height:250px;
	line-height:250px;
	background:#fff200;
	background:rgba(255,242,0,0.95);
	text-align:center;
	transition: all 0.15s ease;
	-webkit-transition:all 0.15s ease;
}

.short_product .texteProjet{
	display:inline-block;
    line-height:1.2;
    vertical-align:middle;
    width:80%;
}

.short_product .texteProjet h3{
	font-family:"GothamBlack", Helvetica, Arial, sans-serif;
	font-size:26px;
	text-transform:uppercase;
	text-decoration:none;
	margin-bottom:15px;
}

.short_product .texteProjet .natureProjet{
	font-family:"GothamLight", Helvetica, Arial, sans-serif;
	font-size:16px;
}



/* ----------------------------
FICHE PROJET
------------------------------*/

.rProduit .widgetShortcutTools{
	display:none;
}

#product h1,
#product h2,
#product h3,
#product h4,
#product h5,
#product h6{
	padding:0;
}



#product #projetColG{
	float:left;
	width:740px;
	padding:0 15px 0 25px;
	margin-right:20px;
}

#product #projetColD{
	float:left;
	width:330px;
	padding:0 25px 0 25px;
}


#imagesProjets img{
	display:block;
	max-width:740px;
	margin-bottom:40px;
	-moz-box-shadow: 0px 0px 0px 1px #e8ecee;
	-webkit-box-shadow: 0px 0px 0px 1px #e8ecee;
	-o-box-shadow: 0px 0px 0px 1px #e8ecee;
	box-shadow: 0px 0px 0px 1px #e8ecee;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#e8ecee, Direction=NaN, Strength=0);
}

.lienGalerie{
	text-align:center;
}

.lienGalerie a{
	text-align:center;
	display:block;
	font-family:"GothamBook", Helvetica, Arial, sans-serif;
	font-size:12px;
	letter-spacing:0.07em;
	text-transform:uppercase;
	color:#585b5d;
	text-decoration:none;
}

.lienGalerie a img{
	clear:both;
	margin-bottom:5px;	
}

#product .pagerProjets{
	margin-bottom:30px;
}

#product .projetPrecedent,
#product .projetSuivant,
#product .listeProjets{
	display:inline-block;
	width:26px;
	height:26px;
	margin-right:3px;
}

.projetPrecedent,
.projetPrecedent:hover{
	background:url(/images/v3/icon-b1-g.png);
}

.projetSuivant,
.projetSuivant:hover{
	background:url(/images/v3/icon-b1-d.png);
}

.listeProjets,
.listeProjets:hover{
	background:url(/images/v3/icon-b1-menu.png);
}

#product .pagerProjets span{
	display:none;
}

#product h1{
	font-family:"GothamBlack", Helvetica, Arial, sans-serif;
	font-size:40px;
	text-transform:uppercase;
	margin-bottom:45px;
}

#product h1 .natureProjet{
	display:block;
	font-size:16px;
	margin-top:35px;
	border-bottom:none;
	font-family:"GothamLight", Arial, Helvetica, sans-serif;
}

#product h3{
	font-size:16px;
	letter-spacing:0.07em;
	margin-bottom:20px;
}

#product .description p{
	font-size:16px;
	line-height:187%;
	margin-bottom:45px;
}

#product ul{
	margin-bottom:45px;
}

#product ul li{
	font-family:"GothamBookItalic", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:8px;
}




