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

h5, .content-project h2 {
	/*color: #38c0c5;*/
	color: rgba(43,72,146,1);
}
.minibar {
	background-color: rgba(190,175,145,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(190,175,145,1);
}

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

.context {
	background: rgba(255,255,255,1);
}
.blox {
	background-color: rgba(0,0,0,0.05);
}
p {
	color: rgba(85,94,118,1)
}

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