.projets-liste {
	width: 1000px;
	margin: 0 auto 100px;
	overflow: hidden;
	padding-bottom: 100px;
}

.projets-liste.current {
	padding-top: 50px;
}

.projet-item {
	position: relative;
	float: left;
	margin-right: 40px;
	margin-bottom: 120px;
	padding-top: 150px;
	opacity: 0;
	transform: translateY(50px);
}

.visible .projet-item {
	opacity: 1;
	transform: translateY(0px);
	transition: .5s ease transform, .5s ease opacity;
}

.projet-item-detail {
	position: absolute;
	background-color: rgba(191, 190, 190, 0.8);
	width: 205px;
	height: 185px;
	padding: 20px;
	top: 0;
	transform: translateY(0px);
	left: 45px;
	opacity: 0;
	transition: .5s ease transform, .5s ease opacity;
}

.visible .projet-item-detail {
	opacity: 1;
	transform: translateY(-149px);
}

.projet-item:nth-child(1),
.projet-item:nth-child(1) .projet-item-detail {
	transition-delay: .3s;
}

.projet-item:nth-child(2),
.projet-item:nth-child(2) .projet-item-detail {
	transition-delay: .6s;
}

.projet-item:nth-child(3),
.projet-item:nth-child(3) .projet-item-detail {
	transition-delay: .9s;
}

.projet-item:nth-child(4),
.projet-item:nth-child(4) .projet-item-detail {
	transition-delay: 1.2s;
}

.projet-item:nth-child(5),
.projet-item:nth-child(5) .projet-item-detail {
	transition-delay: 1.5s;
}

.projet-item:nth-child(6),
.projet-item:nth-child(6) .projet-item-detail {
	transition-delay: 1.8s;
}

.projet-item:nth-child(7),
.projet-item:nth-child(7) .projet-item-detail {
	transition-delay: 2.1s;
}

.projet-item:nth-child(8),
.projet-item:nth-child(8) .projet-item-detail {
	transition-delay: 2.4s;
}

.projet-item:nth-child(9),
.projet-item:nth-child(9) .projet-item-detail {
	transition-delay: 2.7s;
}

.projet-item:nth-child(10),
.projet-item:nth-child(10) .projet-item-detail {
	transition-delay: 3s;
}

.projet-item:nth-child(11),
.projet-item:nth-child(11) .projet-item-detail {
	transition-delay: 3.3s;
}

.projet-item:nth-child(12),
.projet-item:nth-child(12) .projet-item-detail {
	transition-delay: 3.6s;
}

.projet-item:nth-child(13),
.projet-item:nth-child(13) .projet-item-detail {
	transition-delay: 3.9s;
}

.projet-item:nth-child(14),
.projet-item:nth-child(14) .projet-item-detail {
	transition-delay: 4.2s;
}

.projet-item:nth-child(15),
.projet-item:nth-child(15) .projet-item-detail {
	transition-delay: 4.5s;
}

.projet-item:nth-child(16),
.projet-item:nth-child(16) .projet-item-detail {
	transition-delay: 4.8s;
}

.projet-item:nth-child(2n) {
	top: 195px;
	margin-right: 0;
}


.projet-item-image {
	position: relative;
	width: 480px;
	height: auto;
}

.projet-item-photo {
	position: relative;
	top: 0%;
	transform: none;
	width: 100%;
}

.projet-item-bouton {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 90px;
	transition: 0.2s ease width;
}

.projet-item:hover .projet-item-bouton {
	width: 165px;
}

.projet-item-titre {
	font-family: 'interstatebold';
	text-transform: uppercase;
	color: white;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.projet-item-localisation {
	font-family: 'interstatelight';
	color: white;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

.projet-item-date {
	font-family: 'interstatelight';
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: rgba(191, 190, 190, 0.8);
	position: absolute;
	top: -10px;
	transform: translateY(-100%);
	left: 0;
}

.projet-item-date span{
	font-family: 'interstatebold';
}

@media screen and (max-width: 1024px) {

	.projets-liste {
		width: 800px;
		margin: 0 auto 80px;
		padding-bottom: 160px;
	}

	.projet-item {
		margin-right: 30px;
		margin-bottom: 60px;
		padding-top: 145px;
		cursor: pointer;
	}

	.projet-item-date {
		font-size: 16px;
		line-height: 18px;
	}

	.current .projet-item {
		margin-bottom: 130px;
	}

	.projet-item:nth-child(2n) {
		top: 155px;
	}

	.projet-item-detail {
		width: 150px;
		height: 150px;
		padding: 10px;
		left: 25px;
	}

	.visible .projet-item-detail {
		opacity: 1;
		transform: translateY(-124px);
	}

	.projet-item-image {
		width: 384px;
		height: 288px;
	}

	.projet-item-bouton {
		bottom: 15px;
		width: 55px;
		height: 25px;
	}

	.projet-item-bouton .bouton-base-fleche::before {
		width: 25px;
		height: 25px;
	}

	.projet-item-bouton .bouton-base-fleche::after {
		width: calc(100% - 30px);
	}

	.projet-item:hover .projet-item-bouton {
		width: 105px;
	}

	.projet-item-titre {
		font-family: 'interstatebold';
		text-transform: uppercase;
		color: white;
		font-weight: 400;
		font-size: 24px;
		line-height: 29px;
	}



	.projet-item-localisation {
		font-family: 'interstatelight';
		color: white;
		font-weight: 400;
		font-size: 19px;
		line-height: 25px;
	}

	.projet-item-titre {
		font-size: 16px;
		line-height: 18px;
	}

	.projet-item-localisation {
		font-size: 12px;
		line-height: 19px;
	}
}

@media screen and (max-width: 850px) {
	.projets-liste {
		max-width: 500px;
		width: calc(100% - 60px);
		padding-bottom: 60px;
		margin-bottom: 0;
	}

	.projets-liste.current {
		padding-top: 90px;
	}

	.projet-item{
		padding-top: 125px;
		margin-right: 0;
		float: none;
	}

	.projet-item-image {
		width: 100%;
		height: auto;
		padding-bottom: 0;
	}

	.projet-item:nth-child(2n) {
		top: 0px;
	}

	.projet-item:nth-child(2n) .projet-item-detail {
		left: initial;
		right: 25px;
	}

	.projet-item-photo {
		position: relative;
		top: 0;
		transform: none;
		width: 100%;
	}
}


/**/


.question-panel_projet {
	margin-top: 50px;
	margin-bottom: 60px;
	opacity: 0;
	transform: translateY(50px);
	transition: .5s 1s ease opacity, .5s 1s ease transform;
}

.visible.question-panel_projet {
	opacity: 1;
	transform: translateY(0px);
}

.projet-single-detail {
	margin-top: 70px;
	margin-bottom: 65px;
	width: calc(50% + 600px);
	margin-left: auto;
	height: 450px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.projet-single-informations {
	width: 275px;
	height: 100%;
	background-color: #d4d3d3;
	padding: 10px;
}

.projet-single-informations_nom {
	font-family: 'interstateregular';
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 5px;
	border-left: 3px solid black;
	border-right: 3px solid black;
}

.projet-single-informations_localisation {
	font-family: 'interstatethin';
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	background-color: black;
	color: lightgray;
	display: inline-block;
	padding: 3px;
}

.projet-single-informations_statut {
	font-family: 'interstatelight';
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 50px;
}

.projet-single-informations_energie {
	font-family: 'interstateregular';
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 50px;
	margin-top: 10px;
	text-align: right;
}

.projet-single-informations_divers {
	font-family: 'interstatelight';
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
}

.projet-single-informations_divers span {
	text-align: right;
	display: block;
}

.projet-single-informations_divers span.exposant {
	display: inline-block;
	vertical-align: super;
	font-size: 10px;
}

.projet-single-slider .slick-track,
.projet-single-slider .slick-list {
	height: 450px;
}

.projet-single-slider {
	width: calc(100% - 295px);
	height: 100%;
}

.projet-single-slide {
	position: relative;
	width: auto;
	height: 100%;
	margin-left: 20px;
}

.projet-single-slide img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
}

.next-projet {
	background: #e6e6e6;
	height: 90px;
}

.bouton-next {
	float: right;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.bouton-next-forme {
	width: calc(50vw - 450px);
	display: block;
	transition: 0.2s ease width, 0.2s ease min-width;
	position: relative;
	height: 90px;
	min-width: 250px;
}


.bouton-next-forme::before {
	content: "";
	background: #999999;
	height: 4px;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.bouton-next-forme::before {
	content: "";
	background: #999999;
	height: 4px;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.next-projet:hover .bouton-next-forme {
	width: calc(50vw - 525px);
	min-width: 200px;
}

.bouton-next-label {
	color: black;
	text-transform: uppercase;
	font-family: 'dosismedium';
	font-size: 25px;
	line-height: 90px;
	margin-right: 35px;
}

.bouton-next-forme_rond {
	width: 52px;
	height: 52px;
	background: #e6e6e6;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	left: -2px;
}

.bouton-next-forme_rond::before {
	content: "";
	width: 40px;
	height: 40px;
	background: #999999;
	position: absolute;
	top: 6px;
	border-radius: 100%;
	left: 6px;
}

.bouton-next-forme_rond::after {
	content: "";
	width: 30px;
	height: 30px;
	background: #e6e6e6 url(../images/pictos/fleche-liste-noir.svg) no-repeat center / 32.5%;
	position: absolute;
	top: 11px;
	border-radius: 100%;
	left: 11px;
}

.projet-back-bouton {
	width: 410px;
	transition: 0.2s ease width;
	opacity: 0;
	transform: translateX(-100px);
	transition: .5s .3s ease opacity, .5s .3s ease transform, width 0.2s ease;
}

.container:hover .projet-back-bouton {
	width: 335px;
}

.visible .projet-back-bouton {
	opacity: 1;
	transform: translateX(0px);
}

.projet-single-content {
	padding-top: 30px;
}

.projet-single-container {
	opacity: 0;
	transform: translateY(50px);
	transition: .5s .75s ease opacity, .5s .75s ease transform;
}

.visible .projet-single-container {
	opacity: 1;
	transform: translateY(0px);
}

.projet-single-slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.projet-single-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}


@media screen and (max-width: 1279px) {
	.projet-single-detail {
		width: calc(50% + 500px);
	}
}

@media screen and (max-width: 1024px) {

	.next-projet {
		background: #e6e6e6;
		height: auto;
		padding: 40px 0;
	}

	.bouton-next {
		display: block;
		float: none;
	}

	.bouton-next-label {
		font-size: 25px;
		line-height: 1;
		margin-right: 0;
		text-align: center;
		display: block;
	}

	.bouton-next-forme {
		height: 52px;
		width: calc(50% + 26px);
		min-width: 0;
		margin-left: auto;
		margin-top: 20px;
	}

	.next-projet:hover .bouton-next-forme {
		width: calc(50% - 24px);
		min-width: 0;
	}


	.common-slider-navigation {
		width: 500px;
	}

	.projet-single-informations_statut {
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 20px;
	}

	.projet-single-slider .slick-track,
	.projet-single-slider .slick-list,
	.projet-single-detail {
		height: 340px;
	}

	.projet-single-informations_nom {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.projet-single-slide {
		/*width: 340px;*/
		width: auto;
		margin-left: 10px;
		overflow: hidden;
	}

	.projet-single-detail {
		width: calc(100% - 10px);
	}

	.projet-single-slider {
		width: calc(100% - 285px);
	}

	.projet-single-slide img {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		width: auto;
		height: 100%;
	}
}

@media screen and (max-width: 850px) {
	.projets-slider-scroll {
		display: none;
	}

	.projet-single-content {
		padding-top: 40px;
		width: calc(100% - 60px);
		margin: 0 auto;
	}

	.projet-single-detail {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.projet-back-bouton {
		display: none;
	}

	.projet-single-detail {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		display: block;
	}

	.projet-single-informations {
		width: 100%;
		height: auto;
		background-color: #d4d3d3;
		padding: 10px;
		margin-bottom: 20px;
	}

	.projet-single-informations_energie {
		margin-bottom: 0;
	}

	.projet-single-slider .slick-track,
	.projet-single-slider .slick-list,
	.projet-single-detail {
		height: auto;
	}

	.projet-single-slider {
		width: 100%;
	}

	.projet-single-slide {
		width: 100%;
		height: auto;
		padding-bottom: 0;
		margin-bottom: 20px;
		margin-left: 0;
		visibility: visible;
	}

	.projet-single-slide img {
		position: relative;
		top: 0;
		transform: none;
		width: 100%;
	}

	.projet-single-slider {
		visibility: visible;
		transform: translateY(50px);
		opacity: 0;
		transition: .5s 1s ease opacity, .5s 1s ease transform;
	}

	.visible .projet-single-slider {
		opacity: 1;
		transform: translateY(0px);
	}

	.question-panel_projet {
		transition: .5s .5s ease opacity, .5s .5s ease transform;
	}
}


/* LENOZ CERTIFICATION */

.projet-single-informations{
	position: relative;
}

.projet-lenoz
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.projet-lenoz-label
{
	font-family: 'interstatelight';
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-left: 5px;
}

@media screen and (max-width: 1024px) {
	.projet-lenoz {
		position: absolute;
		left: 10px;
		bottom: 10px;
		right: auto;
	}

	.projet-lenoz-logo{
		height: 25px;
		vertical-align: bottom;
		padding-bottom: 2px;
	}

	.projet-lenoz-label {
		font-family: 'interstatelight';
		font-size: 12px;
		line-height: 1;
		vertical-align: bottom;
	}
}
