/* ------------
GLOBAL
--------------*/

#page{
	position:relative;
	z-index:0;
}

#wrapperInner,
#headerInner,
#leftbarInner,
#footerInner,
#photoRubriqueInner,
#breadcrumbsInner{
	width:1200px;
	margin:0 auto;
}

.rAccueil #wrapperInner{
	width:100%;
	padding-top:0;
}


/* ------------
HEADER
--------------*/

#header{
	position:fixed;
	top:0;
	width:100%;
	min-width:1200px;
	background:url(/images/v3/bg-header.jpg) center center repeat;
	background-color:rgba(32, 33, 34, 1);
	height:130px;
	z-index:100;
	color:#ffffff;
	transition: all 0.3s ease 0s;
}

#header.small{
	height:55px;
	z-index:100;
	background:none;
	background-color:rgba(18, 19, 21, 0.93);
	transition: all 0.3s ease 0s;
}

#header.small:hover{
	background-color:rgba(18, 19, 21, 1);
}

#headerInner{
	position:relative;
	height:inherit;
}

#header #logo{
	opacity:1;
	position:absolute;
	top:40px;
	left:10px;
	transition: all 0.3s ease 0s;
}

#header.small #logo{
	opacity:0;
	top:-100px;
	transition: all 0.3s ease 0s;
}

#header #logo a{
	display:block;
	width:192px;
	height:50px;
	background:url(/images/v3/startup-logo-header.png) no-repeat;
	-webkit-transform: translateZ(0);
    transform: translateZ(0); /* éviter le décalage d'1px pendant l'animation */
}

#header #logoSmall{
	opacity:0;
	position:absolute;
	top:-100px;
	left:10px;
	transition: all 0.3s ease 0s;
}

#header.small #logoSmall{
	opacity:1;
	top:10px;
	transition: all 0.3s ease 0s;
}

#header #logoSmall a{
	display:block;
	width:34px;
	height:34px;
	background:url(/images/v3/startup-logo-header-small.png) no-repeat;
	-webkit-transform: translateZ(0);
    transform: translateZ(0); /* éviter le décalage d'1px pendant l'animation */
}

#header #logo a span,
#header #logoSmall a span{
	display:none;
}

#header a,
#header a:link, 
#header a:visited{
	color:#ffffff;
	text-decoration:none;
}

#header a:hover, 
#header a:active{
	color:#fff200;
	background:none;
}

#header .accesBlog{
	position:absolute;
	top:0;
	right:10px;
	transition: all 0.3s ease 0s;
}

#header.small .accesBlog{
	padding-top:12px;
	height:26px;
	text-transform:uppercase;
	transition: all 0.3s ease 0s;
}

#header .accesBlog a{
	display:block;
	width:52px;
	height:34px;
	background:url(/images/v3/btn-blog-header.png) no-repeat;
	color:#202122;
	transition: all 0.3s ease 0s;
}

#header.small .accesBlog a{
	height:29px;
	transition: all 0.3s ease 0s;
}

#header .accesBlog a span{
	opacity:0;
}


/* ------------
WRAPPER
--------------*/

#wrapper{
	width:100%;
	min-width:1200px;
	padding-top:130px;
	background:url(/images/v3/bg-header.jpg) repeat-x;
}

#wrapperInner{
	padding-top:100px;
}


/* ------------
IMAGE ET TITRE RUBRIQUE
--------------*/

#photoRubrique{
	position:relative;
	height:300px;
}

#photoRubrique a.slidePage{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}

.rAccueil #photoRubrique{
	display:none;
}

#photoRubriqueInner{
	padding-top:80px;
}

h2#titreRubrique{
	display:inline-block;
	width:auto;
	padding:8px 25px 0 25px;
	background:#fff200;
	font-family:"GothamBlack", Arial, Helvetica, sans-serif;
	font-size:62px;
	color:#202122;
	text-transform:uppercase;
	border-bottom:none;
	margin-bottom:0;
	margin-left:10px;
}

h3#sousTitre{
	display:inline-block;
	width:auto;
	padding:0 20px 0 25px;
	height:55px;
	line-height:55px;
	background:#202122 url(/images/v3/bg-bzh.png) left top repeat-y;
	font-family:"GothamLight", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
	margin-bottom:0;
	margin-left:10px;
}

/* ------------
CHAPTER PICTURE
--------------*/

#chapterPicture{
	margin:-96px auto 0 auto;
	width:126px;
	height:126px;
	line-height:126px;
	background:url(/images/v3/bg-chapter.png) no-repeat;
	text-align:center;
}

#chapterPicture img{
	vertical-align:middle;
}


/* ------------
ACCUEIL
--------------*/

.rAccueil #text{
	position:relative;
}

#diaporamaAccueil{
	position:absolute;
	top:0;
	width:100%;
	height:520px;	
	overflow:hidden;
	min-width:1200px;
}

#diaporamaAccueilInner{
	position:absolute;
	left:50%;
}

#diaporamaAccueilInner .nivoSlider{
	left:-960px;
	-webkit-transform: translateZ(0);
    transform: translateZ(0); /* éviter le décalage d'1px pendant l'animation */
}

#diaporamaAccueil .nivo-prevNav,
#diaporamaAccueil .nivo-nextNav{
	-webkit-transform: translateZ(0);
    transform: translateZ(0); /* éviter le décalage d'1px pendant l'animation */
}

#diaporamaAccueil .nivo-prevNav{
	width:30px;
	height:30px;
	background:url(/images/v3/slider-fleche-g.png) no-repeat;
	padding:0 !important;
	position:absolute;
	top:475px !important;
	left:1480px !important;
	opacity:0.6;
}

#diaporamaAccueil .nivo-nextNav{
	width:30px;
	height:30px;
	background:url(/images/v3/slider-fleche-d.png)no-repeat;
	padding:0 !important;
	position:absolute;
	top:475px !important;
	left:1520px !important;
	opacity:0.6;
}

#diaporamaAccueil .nivo-prevNav:hover,
#diaporamaAccueil .nivo-nextNav:hover{
	opacity:1;
}

#diaporamaAccueil a{
	background:none;
}

#titreAccueil{
	background:#f2f6f8;
	padding-top:520px;
	margin-bottom:70px;
}

#titreAccueilInner{
	width:1200px;
	margin:auto;
	padding:60px 0;
	text-align:center;
}

.rAccueil .col1Accueil,
.rAccueil .col2Accueil,
.rAccueil .col3Accueil{
	float:left;
	width:380px;
	margin:0 10px;
	text-align:left;
}

.rAccueil #contents .col1Accueil p{
	padding-right:15px !important;
}

.rAccueil #contents .col2Accueil p{
	padding-left:20px !important;
	padding-right:20px !important;
}

.rAccueil #contents .col3Accueil p{
	padding-left:15px;
}


#contentsAccueil{
	width:1200px;
	margin:auto;
}

#contentsAccueilInner{
	width:1180px;
	margin:0 10px;
}

#contentsAccueil .prestations{
	margin-bottom:50px;
}

.accesRubriqueAccueil{
	float:left;
	position:relative;
	width:180px;
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
}

.prestations div.accesRubriqueAccueil:nth-child(6n){
	margin-right:0;
}

.accesRubriqueAccueilInner{
	padding:30px 20px 30px 20px;
	background:#e8ecee;
	transition: all 0.15s ease;
	-webkit-transition:all 0.15s ease;
}

.accesRubriqueAccueil .imgRub{
	margin:0 auto 15px auto;
}

.accesRubriqueAccueil .imgRub img{
	width:110px;
}

.accesRubriqueAccueil .titreRub{
	font-family:"GothamBold", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:0;
}

#contents .accesRubriqueAccueil h3,
#contents .accesRubriqueAccueil p{
	padding-left:0;
	padding-right:0;
}

a.viewRub:hover + .accesRubriqueAccueilInner{
	background:#fff200;
	transition: all 0.15s ease;
	-webkit-transition:all 0.15s ease;
}

#contentsAccueil div.short_product:nth-child(3n+3){
	margin-right:0;
}

.accesDernieresReferences{
	margin:20px auto 0 auto;
	text-align:center;
}

.accesDernieresReferences .bouton1{
	float:none;
}

/* ------------
CONTENU
--------------*/

#container{
	margin-bottom:90px;
}

#contentsInner{
	margin:0 10px;
}

.rAccueil #contentsInner{
	margin:0;
}


/* ------------
FOOTER BLOG/TWITTER
--------------*/

#leftbar{
	width:100%;
	min-width:1200px;
	background:#e8ecee;
}

#leftbarInner{
	position:relative;
}

#leftbar a#logoS{
	position:absolute;
	top:-30px;
	left:570px;
	width:60px;
	height:60px;
	background:url(/images/v3/startup-logo-footer-1.png) no-repeat;
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
}

#leftbar a#logoS:hover{
	background:url(/images/v3/startup-logo-footer-1.png) no-repeat;
	-webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
}


/* ------------
FOOTER
--------------*/

#footer{
	width:100%;
	min-width:1200px;
	background:#202122 url(/images/v3/bg-footer.jpg) no-repeat;
	color:#ffffff;
	font-size:14px;
}

#footer a{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	color:#fff200;
	background:none;
}

#footer .bouton4 a{
	height:34px;
	line-height:34px;
}

#footer .bouton4 a:hover{
	background:#fff200;
	color:#202122;
}

#signature{
	position:relative;
	padding-top:55px;
	text-align:right;
	font-family:"GothamBold", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#7a8083;
}

#signatureInner{
	margin:0 10px;
}

#signature a{
	color:#7a8083;
}

#signature p{
	position:absolute;
	margin:0;
	bottom:10px;
	right:95px;
}

#footer .accesBlog{
	position:absolute;
	bottom:0;
	right:10px;
	transition: all 0.3s ease 0s;
}

#footer .accesBlog a{
	display:block;
	width:52px;
	height:44px;
	background:url(/images/v3/btn-blog-footer.png) no-repeat;
	color:#202122;
	transition: all 0.3s ease 0s;
}

#footer .accesBlog a span{
	opacity:0;
}




/* ------------
PAGE ERREUR
--------------*/ 
#error_page {
}
.error{
	color:#ff0000;
}
.error_form{
	color:#ff0000;
}