
/*----------  Placer la couverture du projet ici  ----------*/
.cover-project {
	padding-top: 60px;/* Pour que la nav ne passe pas sur les titres */
	background: url("../images/rossignol-cover.jpg") no-repeat top;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	height: 600px;
}
body {
	background-color: #ffffff;
}

h5 {
	color: rgba(255,255,255,1);	
}
h6 span {
	color: rgba(152,99,164,1);	
}

.textblack {
	color: rgba(0,0,0,1);
}
.textwhite {
	color: rgba(255,255,255,1);
}
.textred {
	color: rgba(230,32,36,1);	
}

.categorie p {
	color: rgba(255,255,255,1);
	background: rgba(230,32,36,0.7);
}

p {
	color: rgba(170,173,177,1);
}
p span {
	padding-bottom: 30px;
	border: 1px solid red;
}

.fondgris {
	background-color: #f2f2f2;
	padding-bottom: 50px;
}

.fixedbg {
	background: url("../images/rossignol-fixedbg.jpg") no-repeat top fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	padding-top: 30px;
	text-align: center;
	margin-top: 0px;
}

.fixedbg2 {
	background: url("../images/rossignol-fixedbg2.jpg") no-repeat top fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 100px;
	text-align: center;
}


.btn {
	margin: 50px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.zone_btn {
	height: 200px;
	text-align: center;
}

.espace {
	height: 50px;
}
.minibar  {
	background-color: rgba(81,81,81,1);
}

.microbar {
	background-color: rgba(81,81,81,0.5);
}

.titles-project .bar {
    background-color: rgba(255,255,255,0.3);
}

/*----------  Contenu des projects  ----------*/
.context {
	/*background: rgba(255,255,255,0.3);*/
}
.blox {
	background-color: rgba(255,255,255,1);

}
.img-classic {
	margin-bottom: 0px;

}
.img-full {
	margin-bottom: 0px;
}
.content-project {
	padding-top: 0;
}

#Connect {
	margin-top: 0px;
}


@media screen and (max-width: 768px) {
	.cover-project {
		height: 400px;
	}
}