  /* FONT_END */
  :root {
    --swiper-theme-color: #ccc;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}


.swiper {
	height: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;

}

.swiper-full-home {
	width: 100%;
	height: 100%;
}



.swiper-slide-home {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.swiper-slide-full-home img {
	display: block;
	width: 100%;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto;
}

.swiper-button-next, .swiper-button-prev {
	margin-left: 40px;
	margin-right: 40px;
}
.swiper-slide-projet {
height: 75vh;
text-align: center;
margin: 40px auto;
max-width: 1200px;
}
.swiper-slide-projet img{
	max-height: 80%;
	max-height: 80%;
}

.swiper-slide-produit {
	width: 100%;
	height: 100vh;
	text-align: center;
	margin-bottom: 50px;
}
.swiper-slide-produit img{
	max-height: 80%;
	max-height: 80%;
}
.swiper-pagination {
	width: 100%;
	color: #111;
	font-size: 12px;
	height: 30px;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: oblique;
	font-weight: 300;
}
.swiper-pagination img {
	mix-blend-mode: difference;
}    
.swiper-pagination-produit {
	bottom: 32px;
	position: absolute;
	width: 100%;
} 
/* On positionne le conteneur du Swiper en relatif si ce n'est pas déjà fait */
.mySwiper-projet {
    position: relative;
}
.mySwiper-projet .swiper-click-area {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 10;
}

/* Zone gauche : flèche vers la gauche */
.mySwiper-projet .click-prev {
    left: 0;
    cursor: w-resize; 
}

/* Zone droite : flèche vers la droite */
.mySwiper-projet .click-next {
    right: 0;
    cursor: e-resize; 
}