h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
}

p {
	margin: 0;
	padding: 0;
	/*line-height: 1.1rem;*/
}
.writing p{
	line-height: 1.1vw;
	font-size: 0.8vw;
	margin-bottom: 0.4vw;
}

.book {
	width: 104%;
	height: auto;
	margin-right: -2%;
	margin-left: -2%;
}

.projet {
	float: left;
	width: 33.33%;
	height: 100%;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 4%;
}

.pro_text {
	z-index: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -90px;
	width: 100%;
	height: 90px;
	min-height: 100%;
	text-align: center;
	transition-duration: var(--tr_du);
	opacity: 1;
}
.pro_title {
	padding-bottom: 5px;
}
.pro_tag {	
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #000;
}
.pro_tag p {text-align:center;}
.carousel:hover {opacity: 1;}
.carousel:hover:first-of-type + div {
	opacity: 0;
	transform: translateY(-50px);
	}

.carousel {
	z-index: 600;
	opacity: 0.3;
	transition-duration: var(--tr_du)
}

.carousel-control, .carousel-control:hover {
	background-image: none !important;
	width: 50%;
 }
 .carousel-control {
 	z-index: 0;
 }

.carousel-indicators {
	position: absolute;
	bottom: 0;
	margin: 0;
	left: 0;
	right: 0;
	width: auto;
}

.carousel-indicators li, .carousel-indicators li.active {
	float: left;
	height: 2px;
	margin: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
}

.carousel-indicators li.active {
  background-color: #666;
}

/*Legende*/

.carousel-caption {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 15px;
	padding: 0;
	color: #000;
	text-shadow: none;
	font-size: 0.8vw;
	opacity: 0.2;
}
.carousel:hover .carousel-caption {
	opacity: 1;
}
.carousel-caption a {
	z-index: 600;
	position: relative;
	color: #000;
	text-decoration: underline;
}
.carousel-caption a:hover {
	color: #666;
}
.carousel-caption p {
	text-decoration: none;
}
.carousel-caption .carousel-control {
    position: absolute;
}

@media only screen and (max-width: 1100px){
	.projet {
		width: 50%;
	}
	.writing p{
	line-height: 1.5vw;
	font-size: 1.2vw;
	margin-bottom: 0.6vw;
	}
	.carousel-caption {
		font-size: 1.2vw;
	}
}

@media only screen and (max-width: 750px){
	.projet {
		width: 100%;
	}
	.writing p{
	line-height: 2.5vw;
	font-size: 2.2vw;
	margin-bottom: 1.2vw;
	}
	.carousel-caption {
		font-size: 2.2vw;
	}
}

/*
@media (hover:none) {
	.pro_text{opacity: 0;}
	.carousel{opacity: 1;}
	.carousel-caption{opacity: 1;}
}
*/

