/*
*
* = INTRODUCTION BANNER TOP HOME ---------------------------------------------------------------------------------------
*
*/
.home-slick-logo{
	position: absolute;
	z-index: 1000;
	width: 200px;
	height: 60px;
	left: calc(50% - 75px);
	top: 40vh;
	opacity: 0.5;
	border: 1px solid black;
	display: flex;
	justify-content: center;
	align-items: center;
}
.home-slick{
	/*width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: red;*/
	width: 90%;
	background-color: white;
	height: 90vh;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.img-slick{
	height:100vh!important;
	margin-top: -50px;
  object-fit: cover;
	background-size: cover;
}


.home-slick-mini{
	float: right;
	width: 75%;
	max-width: 1000px;
	height: 230px!important;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	position: absolute;
	margin-top: -260px;
}
.img-slick-mini{
	height:230px!important;
	padding: 10px;
}

.introduction-principale-fond-panel {
	/*position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;*/
}

.introduction-principale-fond {
	/*position: absolute;
	left: 50%;
	top: 0;
	height: 100vh;
	width: 100%;
	background: no-repeat url(../images/home/banner/banner-home-top-big.jpg) bottom center / 2560px;
	transition: 1s ease transform;
	transform: translateX(-50%) scale(1.2);*/
	width: 100%;
	height:100vh;
	background-color: red;
}

.visible .introduction-principale-fond {
	/*transform: translateX(-50%) scale(1);*/
}

@media screen and (max-width: 1024px) {
	.introduction-principale-fond {
		background: no-repeat url(../images/home/banner/banner-home-top-medium.jpg) bottom center / 1024px;
	}
}

@media screen and (max-width: 850px) {
	.home-slick-mini{
		display: none!important;
	}

	.introduction-principale-fond {
		background: no-repeat url(../images/home/banner/banner-home-top-small.jpg) bottom center / 850px;
	}
}

/*
*
* = INTRODUCTION HOME --------------------------------------------------------------------------------------------------
*
*/

.introduction-principale {
	position: relative;
	font-family: 'dosissemibold';
	height: 100vh;
	z-index: 5;
	opacity: 0;
	transition: 1s ease opacity;
}

.visible.introduction-principale {
	opacity: 1;
}

.introduction-principale-content {
	height: 100vh;
	position: relative;
	color: white;
}

.introduction-principale-titre-panel {
	position: absolute;
	bottom: 15px;
	width: 100%;
	opacity: 0;
	transition: 0.5s 0.5s ease opacity;
	height: 100vh;
}

.visible .introduction-principale-titre-panel {
	opacity: 1;
}

.introduction-principale-titre {
	font-weight: 400;
	font-size: 240px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	opacity: 0.15;
	pointer-events: none;
}

.introduction-principale-slogan {
	position: relative;
	text-transform: uppercase;
	font-size: 44px;
	line-height: 52px;
	/*font-size: 55px;
	line-height: 66px;*/
	padding: 105px 0 0 100px;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	opacity: 0;
	transform: translateX(-100px);
	transition: .5s .3s ease opacity, .5s .3s ease transform;
}

.visible .introduction-principale-slogan {
	opacity: 1;
	transform: translateX(0px);
}

.introduction-principale-slogan::after {
	content: "";
	position: absolute;
	width: 90px;
	height: 9px;
	background-color: white;
	bottom: -30px;
	left: 100px;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	width: 0px;
	transition: .6s .5s ease width;
}

.visible .introduction-principale-slogan::after {
	width: 90px;
}

.introduction-principale-menu {
	position: absolute;
	bottom: 20px;
	right: 0;
	height: 100px;
	width: calc(50% - 110px);
}


.introduction-principale-lien {
	padding: 35px 0 0 35px;
}


.introduction-principale-lien-titre {
	/*font-size: 22px;*/
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	color: white;
	opacity: 0;
	position: relative;
	transition: 1s 1.25s ease opacity;
}

.visible .introduction-principale-menu .introduction-principale-lien-titre {
	opacity: 1;
}

.introduction-principale-lien-fleche-panel {
	position: absolute;
	height: 35px;
	left: 35px;
	bottom: 5px;
	width: 35px;
	transition: 0.5s 0.75s ease width;
}

.visible .introduction-principale-lien-fleche-panel {
	width: 275px;
}

.introduction-principale-lien-fleche {
	position: relative;
	width: 100%;
	display: block;
	height: 35px;
	transition: 0.2s ease width;
}

.introduction-principale-menu:hover .introduction-principale-lien-fleche {
	width: calc(100% + 75px);
}

.introduction-principale-lien-fleche::before {
	content: "";
	position: absolute;
	width: calc(100% - 40px);
	height: 2px;
	background: white;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.introduction-principale-lien-fleche::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	background: white url("../images/pictos/fleche-liste-noir.svg") no-repeat center / 32.5%;
	right: 0px;
	bottom: 0px;
	border-radius: 100%;
	transition: width 0.2s ease;
}


@media screen and (max-width: 1279px) {
	.introduction-principale-slogan {
		padding-left: 0;
	}

	.introduction-principale-slogan::after {
		left: 0px;
	}
}


@media screen and (max-width: 1024px) {
	.introduction-principale {
		height: 100vh;
	}

	.introduction-principale-slogan {
		position: relative;
		font-size: 37px;
		line-height: 47px;
		padding-top: 0px;
		padding-left: 0px;
	}

	.introduction-principale-content {
		height: 100vh;
		padding: 110px 0 190px;
	}

	.introduction-principale-titre {
		font-size: 118px;
		text-align: left;
		bottom: 40px;
		left: 0;
	}

	.introduction-principale-menu {
		height: 80px;
		width: 50%;
		min-width: 300px;
		max-width: 400px;
	}

	.introduction-principale-lien {
		padding: 25px 0 0 25px;
	}

	.introduction-principale-lien-fleche {
		width: 100%;
	}

	.introduction-principale-menu:hover .introduction-principale-lien-fleche {
		width: calc(100% + 50px);
	}


	.introduction-principale-lien-fleche-panel {
		left: 25px;
	}

	.visible .introduction-principale-lien-fleche-panel {
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 850px) {
	.introduction-principale-content {
		width: 100%;
		padding: 110px 30px 190px;
		overflow: hidden;
	}
}

/*
*
* = INVESTISSEMENT HOME ------------------------------------------------------------------------------------------------
*
*/

.home-investissement {
	z-index: 2;
	position: relative;
	padding: 130px 0;
}

/*.home-investissement:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100px;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}*/

.home-investissement-content {
	padding: 0 100px;
	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: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.home-investissement-colonne {
	position: relative;
	width: 50%;
}

.home-investissement-titre {
	opacity: 0;
	transform: translateY(50px);
	transition: 0.5s 0.5s ease opacity, 0.5s 0.5s ease transform;
}

.visible .home-investissement-titre {
	opacity: 1;
	transform: translateY(0px);
}

.home-investissement-texte {
	width: 460px;
	padding: 55px 0 115px;
	opacity: 0;
	transform: translateY(50px);
	transition: 0.5s 0.75s ease opacity, 0.5s 0.75s ease transform;
}

.visible .home-investissement-texte {
	opacity: 1;
	transform: translateY(0px);
}

.home-investissement-bouton {
	width: 35px;
	opacity: 0;
	transition: 0.2s ease width, 0.2s ease max-width;
}

.visible .home-investissement-bouton {
	width: 275px;
	opacity: 1;
	transition: 0.5s 1s ease width, 0.5s 1s ease max-width, 0.5s 1s ease opacity;
}

.home-investissement-carte {
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	display: block;
	opacity: 0;
	transform: scale(.6);
}

.visible .home-investissement-carte {
	opacity: 1;
	transform: scale(1);
	transition: 1s .5s ease opacity, 1s .5s ease transform;
}


@media screen and (max-width: 1279px) {
	.home-investissement-content {
		padding: 0;
	}
}

@media screen and (max-width: 1024px) {
	.home-investissement-texte {
		width: 100%;
		padding: 50px 0;
	}

	.visible .home-investissement-bouton {
		width: 50%;
	}

	.home-investissement {
		padding: 70px 0 70px;
	}

	.home-investissement-carte {
		width: 70%;
		position: relative;
		top: 0;
		transform: scale(.8);
	}

	.visible .home-investissement-carte {
		transform: scale(1);
	}
}

@media screen and (max-width: 850px) {
	.home-investissement-content {
		display: block;
	}

	.home-investissement-colonne {
		width: 100%;
	}

	.home-investissement-carte {
		width: 100%;
		max-width: 500px;
		margin: 50px auto 0;
		display: block;
		top: 0;
		transform: scale(.8);
	}

	.visible .home-investissement-carte {
		transform: scale(1);
	}

	.visible .home-investissement-bouton {
		position: relative;
		left: -30px;
		width: 50%;
	}

	.home-investissement-bouton {
		width: 40px;
	}
}

@media screen and (max-width: 400px) {
	.home-investissement-titre {
		width: 250px;
	}

	.visible .home-investissement-bouton {
		width: 45%;
	}
}


/*
*
* = SLIDER HOME --------------------------------------------------------------------------------------------------------
*
*/

.home-slider-content {
	z-index: 2;
	position: relative;
	padding: 0 100px 175px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-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: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.home-slider-colonne {
	position: relative;
}

.home-slider-colonne:nth-child(1) {
	width: 47%;
	padding-left: 70px;
	padding-top: 30px;
}

.home-slider-colonne:nth-child(2) {
	width: 53%;
	opacity: 0;
	transition: 1s .75s ease opacity;
}

.visible.home-slider-colonne:nth-child(2) {
	opacity: 1;
}

.home-slider-bouton {
	width: 35px;
	opacity: 0;
	transition: 0.5s 1s ease width, 0.5s 1s ease max-width, 0.5s 1s ease opacity;
}

.visible .home-slider-bouton {
	opacity: 1;
	width: 275px;
}

.home-slider-titre {
	opacity: 0;
	transform: translateY(50px);
	transition: .5s .5s ease opacity, .5s .5s ease transform;
}

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

.home-slider-texte {
	padding: 55px 0;
	opacity: 0;
	transform: translateY(50px);
	transition: .5s .75s ease opacity, .5s .75s ease transform;
}

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

@media screen and (max-width: 1279px) {
	.home-slider-content {
		padding: 0 0px 175px;
	}
}

@media screen and (max-width: 1024px) {
	.home-slider-colonne:nth-child(1),
	.home-slider-colonne:nth-child(2) {
		width: 50%;
	}

	.home-slider-colonne:nth-child(1) {
		padding-left: 50px;
		padding-top: 0px;
	}

	.home-slider-texte {
		padding: 50px 0;
	}

	.home-slider-content {
		padding: 50px 0px 115px;
	}

	.visible .home-slider-bouton {
		width: 50%;
	}

	.home-slider-bouton:hover {
		max-width: 530px;
		width: calc(100% + 30px);
	}


}

@media screen and (max-width: 850px) {
	.home-slider-content {
		display: block;
		width: 100%;
	}

	.home-slider-colonne:nth-child(1),
	.home-slider-colonne:nth-child(2) {
		width: 100%
	}

	.home-slider-colonne:nth-child(1) {
		padding: 0 30px 50px;
	}

	.home-slider-content {
		padding: 0px 0px 115px;
	}

	.visible .home-slider-bouton {
		position: relative;
		left: -30px;
		width: 50%;
	}

	.home-slider-bouton {
		width: 40px;
	}
}

/*
@media screen and (max-width: 400px) {
	.visible .home-slider-bouton {
		width: 45%;
	}
}*/


/**/

.home-contact {
	position: relative;
	display: block;
	padding: 75px 0 175px;
	cursor: pointer;
	background: url(../images/home/contact/banner-home-contact-big.jpg) no-repeat center / cover;
}

.home-contact-titre {
	position: relative;
	font-family: 'interstateregular';
	font-weight: 400;
	color: white;
	font-size: 22px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 15px black;
	z-index: 2;
}

.home-contact-fleche {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 125px;
	z-index: 2;
	transition: 0.2s ease height;
}

.home-contact:hover .home-contact-fleche {
	height: 75px;
}

.home-contact-fleche::before {
	content: "";
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background: white url("../images/pictos/fleche-liste-noir.svg") no-repeat center / 32.5%;
}

.home-contact-fleche::after {
	content: "";
	position: absolute;
	width: 4px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: white;
	height: calc(100% - 50px);
}

@media screen and (max-width: 1024px) {
	.home-contact {
		background: url(../images/home/contact/banner-home-contact-medium.jpg) no-repeat center / cover;
	}
}

@media screen and (max-width: 850px) {
	.home-contact {
		background: url(../images/home/contact/banner-home-contact-small.jpg) no-repeat center / cover;
	}
}

/*
*
* = SOUS-MENU HOME -----------------------------------------------------------------------------------------------------
*
*/

.sous-menu {
	height: 410px;
	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: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	margin-bottom: 210px;
	overflow: hidden;
}

.sous-menu-item {
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.sous-menu-item_esg {
	background: url(../images/home/esg/permits.png) no-repeat center / cover;
	width: calc(50% + 385px);
	margin-right: 25px;
	opacity: 0;
	transform: translateX(-100px);
	transition: 1s ease opacity, 1s ease transform;
}

.visible .sous-menu-item_esg {
	opacity: 1;
	transform: translateX(0);
}

.sous-menu-content {
	width: 885px;
	height: 410px;
	position: relative;
	margin-left: auto;
}

.sous-menu-item_partenaires {
	padding-left: 30px;
	background-color: #bfbebe;
	width: calc(100% - (50% + 385px) - 25px);
	opacity: 0;
	transform: translateX(100px);
	transition: 1s ease opacity, 1s ease transform;
}

.visible .sous-menu-item_partenaires {
	opacity: 1;
	transform: translateX(0);
}

.sous-menu-categorie {
	position: relative;
	padding-top: 55px;
	text-transform: uppercase;
	font-family: 'dosissemibold';
	color: white;
	/*font-size: 22px;*/
	font-size: 18px;
	line-height: 1;
}

.sous-menu-texte {
	position: relative;
	font-size: 22px;
	line-height: 32px;
	color: white;
	width: 500px;
	font-family: 'interstateregular';
	text-transform: uppercase;
	margin: 50px 0;
}

.sous-menu-bouton {
	position: absolute;
	transition: 0.2s ease width, 0.2s ease max-width;
	width: 395px;
	bottom: 45px;
	left: 0;
}

.sous-menu-item:hover .sous-menu-bouton {

	width: 470px;
}

.sous-menu-bouton.bouton-base_simple {
	width: 120px;
}

.sous-menu-item:hover .sous-menu-bouton.bouton-base_simple {

	width: 195px;
}

.sous-menu-separation {
	display: block;
	width: 90px;
	height: 9px;
	background-color: white;
	margin-top: 30px;
}

@media screen and (max-width: 1279px) {
	.sous-menu-item_partenaires {
		width: calc(100% - (50% + 200px) - 25px);
	}

	.sous-menu-item_esg {
		width: calc(50% + 200px);
	}

	.sous-menu-content {
		width: 700px;
	}
}

@media screen and (max-width: 1024px) {
	.sous-menu {
		height: auto;
		display: block;
		margin-bottom: 100px;
	}

	.sous-menu-texte {
		font-size: 25px;
		width: 100%;
		max-width: 500px;
		margin: 80px 0 135px;
	}

	.sous-menu-item_partenaires {
		margin-top: 15px;
	}

	.sous-menu-item_partenaires,
	.sous-menu-item_esg {
		width: 100%
	}

	.sous-menu-item_esg {
		padding-bottom: 90px;
	}

	.sous-menu-content {
		display: block;
		height: auto;
		width: 800px;
		margin: 0 auto;
	}

	.sous-menu-categorie {
		padding-top: 60px;
	}

	.sous-menu-bouton {
		position: relative;
		bottom: 0;
		max-width: calc(500px - 50px);
		width: calc(100% - 50px);
		left: 0px;
	}

	.sous-menu-item:hover .sous-menu-bouton {
		max-width: calc(500px);
		width: calc(100%);
		left: 0px;
	}

	.sous-menu-item_esg {
		background: url(../images/home/esg/permits.png) no-repeat center / cover;
	}
}

@media screen and (max-width: 850px) {
	.sous-menu-content {
		width: calc(100% - 60px);
	}

	.sous-menu-bouton {
		position: relative;
		bottom: 0;
		max-width: calc(500px - 20px);
		width: 50%;
		left: -30px;
	}

	.sous-menu-item:hover .sous-menu-bouton {
		max-width: calc(500px + 30px);
		width: 50%;
		left: -30px;
	}

	.sous-menu-item_esg {
		background: url(../images/home/esg/permits_other.png) no-repeat center / cover;
	}

}


/*
*
* = PROJETS SLIDER HOME ------------------------------------------------------------------------------------------------
*
*/

.projets-slider {
	opacity: 0;
	transform: translateY(50px);
	transition: 0.5s ease opacity, 0.5s ease transform;
}

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

.projets-slider_current {
	position: relative;
	padding: 0px 0 120px;
	z-index: 2;
}

.projets-slider_record {
	padding: 80px 0 120px;
	background-color: #e6e6e6;
	z-index: 2;
	position: relative;
}

.projets-slider-top {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.projets-slider-top h2,
.projets-slider-top .bouton-base-lien {
	display: inline-block;
	vertical-align: middle;
}

.projets-slider-top .bouton-base-lien {
	position: relative;
	margin-left: 10px;
	width: 360px;
	height: 35px;
	-webkit-transition: 0.2s ease width;
	-o-transition: 0.2s ease width;
	transition: 0.2s ease width;
}

.projets-slider-panel,
.projets-slider-panel .slick-list,
.projets-slider-panel .slick-track {
	height: 495px;
}

.projets-slider-panel {
	opacity: 0;
	visibility: hidden;
	margin: 80px 0;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.projets-slider-panel.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.projets-slider-slide {
	position: relative;
	width: 845px;
	margin: 0 25px;
	cursor: pointer;
	opacity: .3;
	transition: .5s ease opacity;
}

.projets-slider-slide.slick-current {
	opacity: 1;
}

.projets-slider-slide_image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 600px;
	height: 450px;
	transform: translateX(122px) translateY(22px);
	transition: 0.5s ease all;
}

.projets-slider-slide.slick-current .projets-slider-slide_image {
	transform: translateX(245px) translateY(45px);
	transition: 0.5s 0.4s ease all;
}

.projets-slider-slide.slick-current:nth-child(2n) .projets-slider-slide_image {
	transform: translateX(0px) translateY(22px);
	transition: 0.5s 0.4s ease all;
}


.projets-slider-slide_image img {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}


.projets-slider-slide_texte {
	position: absolute;
	opacity: 0;
	top: 0px;
	left: 0;
	width: 290px;
	background-color: rgba(191, 190, 190, 0.8);
	transition: 0.5s ease opacity;
}

.projets-slider-slide:nth-child(2n) .projets-slider-slide_texte {
	top: 45px;
	left: auto;
	right: 0;
}

.projets-slider-slide.slick-current .projets-slider-slide_texte {
	opacity: 1;
	transition: 0.5s 0.4s ease opacity;
}

.projets-slider-slide_content {
	padding: 30px 30px 130px 30px;
}

.projets-slider-slide_nom,
.projets-slider-slide_localisation {
	color: white;
	font-family: 'interstateregular';
	font-weight: 400;
}

.projets-slider-slide_nom {
	/*font-size: 24px;*/
	/*line-height: 29px;*/
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.projets-slider-slide_localisation {
/*	font-size: 19px;
	line-height: 25px;*/
	font-size: 15px;
	line-height: 20px;
}

.projets-slider-slide .bouton-base {
	position: absolute;
	-webkit-transition: 0.2s ease width;
	-o-transition: 0.2s ease width;
	transition: 0.2s ease width;
	max-width: calc(100% - 100px);
	bottom: 50px;
	left: 0;
}

.projets-slider-slide_content:hover .bouton-base {
	width: calc(100% - 25px);
}

.projets-slider-btn-resp {
	display: none;
}


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

	.projets-slider-top .bouton-base {
		width: 250px;
	}

	.projets-slider-top .bouton-base:hover {
		width: 300px;
	}



	.projets-slider_current {
		padding: 0px 0 100px;
	}

	.projets-slider_record {
		padding: 80px 0 100px;
	}

	.projets-slider-top {
		width: 800px;
	}

	.projets-slider-panel,
	.projets-slider-panel .slick-list,
	.projets-slider-panel .slick-track {
		height: 370px;
	}

	.projets-slider-panel {
		margin: 40px 0;
	}

	.projets-slider-slide {
		width: 630px;
		margin: 0 16px;
	}

	.projets-slider-slide_image {
		width: 450px;
		height: 338px;
	}

	.projets-slider-slide.slick-current .projets-slider-slide_image {
		transform: translateX(180px) translateY(16px);
	}

	.projets-slider-slide.slick-current:nth-child(2n) .projets-slider-slide_image {
		transform: translateX(0px) translateY(16px);
	}

	.projets-slider-slide_texte {
		top: 48px;
		width: 230px;
	}

	.projets-slider-slide_content {
		padding: 25px 25px 105px 25px;
	}

	.projets-slider-slide_nom {
		font-size: 20px;
		line-height: 26px;
		text-transform: uppercase;
	}

	.projets-slider-slide_localisation {
		font-size: 16px;
		line-height: 22px;
	}

	.projets-slider-slide .bouton-base {
		width: calc(100% - 75px);
		bottom: 40px;
	}

	.projets-slider-slide:hover .bouton-base {
		width: calc(100% - 25px);
	}
}

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

	.projets-slider-top .titre-2 {
		font-size: 20px;
		line-height: 26px;
	}

	.projets-slider-top {
		width: calc(100% - 60px);
	}

	.projets-slider-scroll {
		display: none;
	}

	.projets-slider-top .bouton-base {
		display: none;
	}

	.projets-slider-slide {
		height: 445px !important;
		width: 225px;
		margin: 0 15px;
	}

	.projets-slider-slide_image {
		bottom: auto;
		top: 30px;
		left: auto;
		right: auto;
		width: 100%;
		height: 295px;
		transform: none;
		transition: .5s ease height, 0.5s ease top;
	}

	.projets-slider-slide.slick-current .projets-slider-slide_image {
		transform: none;
	}

	.projets-slider-slide.slick-current:nth-child(2n) .projets-slider-slide_image {
		transform: none;
	}

	.projets-slider-slide.slick-current .projets-slider-slide_image {
		top: 0px;
		width: 100%;
		height: 355px;
		transition: .5s ease height, 0.5s ease top;
	}

	.projets-slider-slide_image img {
		width: auto;
		height: 100%;
		top: 0;
		left: 50%;
		position: relative;
		transform: translateX(-50%);
	}

	.projets-slider-slide .bouton-base {
		display: none;
	}

	.projets-slider-slide:nth-child(2n) .projets-slider-slide_texte,
	.projets-slider-slide_texte {
		top: 355px;
		height: 90px;
		width: 175px;
		right: auto;
		left: 0;
		background: #bfbebe;
	}

	.projets-slider-panel {
		margin-top: 35px;
	}

	.projets-slider-panel,
	.projets-slider-panel .slick-list,
	.projets-slider-panel .slick-track {
		height: 445px;
	}

	.projets-slider-slide_nom {
		font-size: 14px;
		line-height: 17px;
		text-transform: uppercase;
	}

	.projets-slider-slide_localisation {
		font-size: 12px;
		line-height: 15px;
	}

	.projets-slider-slide_content {
		padding: 15px;
	}

	.projets-slider-btn-resp {
		display: block;
		margin-top: 40px;
		max-width: calc(500px - 80px);
		width: 50%;
		left: -30px;
		transition: 0.2s width ease, 0.2s max-width ease;
		position: relative;
	}

	.projets-slider-btn-resp:hover {
		width: 50%;
	}

	.projets-slider_current {
		padding: 0px 0 40px;
	}

	.projets-slider_record {
		padding: 80px 0 40px;
	}

	.sous-menu {
		height: auto;
		display: block;
		margin-bottom: 80px;
	}
}

/**/


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

	.sous-menu-item_partenaires {
		width: 100%;
		padding: 0;
	}

	.sous-menu-item_partenaires .sous-menu-bouton {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		left: inherit;
		width: 40%;
	}

	.sous-menu-item_partenaires:hover .sous-menu-bouton.bouton-base_simple {
		max-width: 99999px;
		width: calc(40% - 50px);
		left: inherit;
		right: 0;
	}

	.sous-menu-item_partenaires h3 {
		line-height: 105px;
		padding-top: 0;
		width: 800px;
		margin: 0 auto;
	}

	.sous-menu-separation {
		display: none;
	}

	.sous-menu-item_partenaires .bouton-base-fleche::before {
		left: 0;
		bottom: 0px;
	}

	.sous-menu-item_partenaires .bouton-base-fleche::after {
		right: 0px;
		left: initial;
	}
}

@media screen and (max-width: 850px) {
	.sous-menu-item_partenaires h3 {
		width: calc(100% - 60px);
	}
}

.div-img-home-hover{
    width: 35%;
    float: left;
    margin-right: 5%;
    padding-top: 5%;
    margin-left: 10%;
    text-align: right;
}
.div-img-home-hover-right{
	margin-right: 10%;
    margin-left: 5%;
}



.div-section-img-home{
	width:25%;
	height:100px;
	margin-left: auto;
	margin-right: auto;
}
@media  (max-width: 1350px) {
	.div-section-img-home{
		width:35%;
		height:100px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media  (max-width: 930px) {
	.div-section-img-home{
		width:40%;
		height:80px;

	}
}
@media  (max-width: 630px) {
	.div-section-img-home{
		width:30%;
		height:160px;

	}
	.div-img-home-hover{
		width:100%;
		float:initial;
		margin-right:0%;
		padding-top:10%;
		margin-left: 0%;
		text-align: left;
	}
}
@media  (max-width: 430px) {
	.div-section-img-home{
		width:50%;
		height:170px;
	}
	.div-img-home-hover{
		width:100%;
		float:initial;
		margin-right:0%;
		padding-top:10%;
		margin-left: 0%;
		text-align: left;
	}
}
