.header{
	position: relative;
	padding: 80px;
	padding-top: 160px;
	background-color: black;
}

.header-bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../../images/header-bg-2.jpg);
	background-size: cover;
	background-position: center 100%;
	opacity: 0.6;
}

.header .column{
	position: relative;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header-text{
	margin-bottom: 60px;
	text-align: center;
}

.promesse-wrapper{
	display: flex;
}

.promesse{
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
}

.promesse-picto .icon{
	margin-bottom: 20px;
	font-size: 54px;
}

.promesse-text{
	text-align: center;
}

.promesse-text h3{
	margin-bottom: 10px;
}
			


/*:::::::::::::::::::::::*/
/* RESPONSIVE */
/*:::::::::::::::::::::::*/

@media all and (max-width: 1000px){
	.header{
		padding: 40px;
		padding-top: 120px;
	}
}

@media all and (max-width: 800px){
	.header{
		padding: 20px;
		padding-top: 120px;
	}
	.header-text{
		margin-bottom: 25px;
		font-size: 50px;
	}
	#mobile-slider{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
	}
	#mobile-slider.show-1 .promesse-wrapper{
		transform: translate3d(-100%,0,0);
		-webkit-transform: translate3d(-100%,0,0);
	}
	#mobile-slider.show-2 .promesse-wrapper{
		transform: translate3d(-200%,0,0);
		-webkit-transform: translate3d(-200%,0,0);
	}
	.promesse-wrapper{
		width: 100%;
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
	}
	.promesse{
		width: 100%;
		flex-shrink:0;
		flex-direction:row;
		align-items: flex-start;
		cursor: pointer;
	}
	.promesse-picto{
		flex-shrink: 0;
		margin-right: 10px;
	}
	.promesse-picto p.icon{
		font-size: 40px;
	}
	.promesse-text{
		text-align: justify;
	}
	.promesse-text h3{
		font-size: 16px;
		margin-bottom: 0px;
	}
	.promesse-text p{
		font-size: 13px;
	}
	.slider-dot-wrapper{
		display: flex;
		height: 45px;
		width: 50px;
		align-items: center;
		justify-content: space-between;
	}
	.swiper-pagination-bullet{
		height: 8px;
		width: 8px;
		border-radius: 20px;
		background-color: white;
		cursor: pointer;
		opacity: 0.5;
	}
	.swiper-pagination-bullet-active{
		opacity: 0.8;
	}
}

/*:::::::::::::::::::::::*/
/* RESPONSIVE */
/*:::::::::::::::::::::::*/

@media all and (max-width: 500px){
	.header-text{
		margin-bottom: 15px;
		font-size: 36px;
	}
}

@media all and (max-width: 350px){
	.header-text{
		margin-bottom: 15px;
		font-size: 30px;
	}
}