/*----------  Placer la couverture du projet ici  ----------*/
.cover-project {
	padding-top: 60px;/* Pour que la nav ne passe pas sur les titres */
	background: url("../images/dox-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(152,99,164,1);	
	/*color: #38c0c5;*/
	/*color: rgba(0,0,0,1);*/
}
h6 span {
	color: rgba(152,99,164,1);	
}

.content-project {
	padding-top: 0px;
}

.textblack {
	color: rgba(0,0,0,1);
}
.textwhite {
	color: rgba(255,255,255,1);
}
.textpurple {
	color: rgba(152,99,164,1);	
}

.categorie p {
	color: rgba(255,255,255,1);
	background: rgba(152,99,164,0.7);
}

p {
	color: #57606f;
	/*color: rgba(102,105,108,1);*/
}
p span {
	padding-bottom: 30px;
	border: 1px solid red;
}

.fondblack {
	background-color: #2e313a;
	padding-top: 50px;
	padding-bottom: 50px;
}

.fixedbg {
	background: url("../images/dox-image_full2.jpg") no-repeat top fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 100%;
	/*height: 600px;*/
	padding-top: 30px;
	padding-bottom: 50px;
	text-align: center;
}

.fixedbg2 {
	background: url("../images/dox-image_full4.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: 50px;
	text-align: center;
}




.microbar {
	background-color: #576076;
}

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

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

/*----------  Contenu des projects  ----------*/

.btn-link {
	border: solid 1px rgba(152,99,164,1);
	color: rgba(152,99,164,1);
}
.btn-link:hover {
	/*border: solid 1px rgba(0,0,0,0.5);*/
	color: rgba(255,255,255,1);
	background: rgba(152,99,164,1);
}

.context {
	/*background: rgba(255,255,255,0.3);*/
}
.blox {
	/*background-color: rgba(255,255,255,0.05);*/
	background-color: rgba(0,0,0,0.1);
}
.img-classic {
	/*display: block;
	max-width: 100%;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;*/
	margin-bottom: 0px;
	/*border: 1px solid red;*/
}
.img-full {
	/*width: 100%;
	display: block;*/
	margin-bottom: 0px;
}
#Connect {
	margin-top: 0px;
}


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