
/*----------  Placer la couverture du projet ici  ----------*/
.cover-project {
	padding-top: 60px;/* Pour que la nav ne passe pas sur les titres */
	background: url("../images/greenvelvet-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: #1b1e1e;
}

h5 {
	color: #318c06;
	/*color: rgba(0,0,0,1);*/
}
.textblack {
	color: rgba(0,0,0,1);
}
.textwhite {
	color: rgba(255,255,255,1);
}

.categorie p {
	color: rgba(255,255,255,1);
	background: rgba(49,140,6,0.7);
}

p {
	color: rgba(102,105,108,1);
}

h3 span {
	text-transform: lowercase;
}
.img-classic {
	margin-bottom: 0px;
	margin-top: 0px;
}

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

.minibar {
	background-color: rgba(255,255,255,0.5);	
}


/*----------  Contenu des projects  ----------*/
.context {
	background: rgba(255,255,255,1);
}
.blox {
	/*background-color: rgba(0,0,0,0.05);*/
}
.section-livetiming {
	width: 100%;
	/*border: 1px solid red;*/
	background-color: #dcdcdc;
}
.section-introconcept2 {
	background-color: #e7e8ea;
	padding-top: 50px;
	margin-top: -50px;
}
.section-outroconcept2 {
	background-color: #032e50;
}
#Connect {
	margin-top: 0px;
}

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