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

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

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

.fixedbg {
	background: url("../images/brake-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;
}
.fixedbg p {
	text-transform: uppercase;
}
.fondblack {
	display: block;
	background-color: black;
	width: 100%;
	padding-top: 30px;
}
.fondgris {
	display: block;
	background-color: #e5e5e5;
	width: 100%;
	padding-top: 30px;
}

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

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

.titles-project .bar {
    background-color: rgba(255,255,255,0.3);
}
/*.minibar {
	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,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;
}
.content-project {
	padding-top: 0px;
}

#Connect {
	margin-top: 0px;
}


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