
/*----------  Placer la couverture du projet ici  ----------*/
.cover-project {
	padding-top: 60px;/* Pour que la nav ne passe pas sur les titres */
	background: url("../images/hortis-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 {
	color: #38c0c5;
	/*color: rgba(0,0,0,1);*/
}
.textblack {
	color: rgba(0,0,0,1);
}
.textwhite {
	color: rgba(255,255,255,1);
}
.textpink {
	color: rgba(232,57,128,1);
}

.categorie p {
	color: rgba(255,255,255,1);
	background: rgba(232,57,128,0.9);
}

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

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

/*----------  Contenu des projects  ----------*/
.btn-link {
	border: solid 1px rgba(232,57,128,1);
	color: rgba(232,57,128,1);
}
.btn-link:hover {
	/*border: solid 1px rgba(0,0,0,0.5);*/
	color: rgba(255,255,255,1);
	background: rgba(232,57,128,1);
}
.context {
	background: rgba(255,255,255,1);
}
.blox {
	background-color: rgba(0,0,0,0.05);
}


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