.sectionHomeHeader .swiperContainer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
	height: 650px;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sectionHomeHeader .swiperContainer::after {
	z-index: 1;
	position: absolute;
	content: '';
	width: 100%;
	height: 40px;
	bottom: -1px;
	left: 0;
	right: 0;
	transition: height 2.5s;
	background-image: linear-gradient(180deg, rgba(32,32,30,0), rgba(32,32,30,.7) 60%, rgba(32,32,30,1));
}
.sectionHomeHeader .swiperContainer.sticky::after {
	height: 100px;
}
.sectionHomeHeader .swiperContainer .swiperWrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	box-sizing: content-box;
	transition-property: transform;
	transition-duration: 300ms;
}

.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	background-position: center;
	background-size: cover;
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .slideBoxInfo {
	z-index: 3;
	position: absolute;
	height: 100%;
	width: 40%;
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 40%;
    background-image: linear-gradient(270deg, transparent, rgba(32,32,30,.83) 73%, rgba(32,32,30,.83) 0, rgba(32,32,30,.83));
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide::after {
	z-index: 2;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .slideBoxInfo .logo {
	z-index: 100;
	position: relative;
	margin: 100px 0 20px 50px;
	overflow: hidden;
	max-height: 200px;
	max-width: 350px;
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
	animation-duration: .6s;
	-webkit-animation-duration: .6s;
}
.fadein {
    -webkit-animation: fadeIn ease-out forwards;
    animation: fadeIn ease-out forwards;
    opacity: 0;
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .slideBoxInfo .logo img {
	position: relative;
	z-index: 1000;
	height: 100%;
	width: 100%;
	max-height: 200px;
	max-width: 350px;
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .slideBoxInfo .title {
	z-index: 100;
	position: relative;
	margin: 0 0 20px 50px;
	width: 75%;
	overflow: hidden;
	animation-delay: .9s;
	-webkit-animation-delay: .9s;
	animation-duration: .6s;
	-webkit-animation-duration: .6s;
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .slideBoxInfo .title span {
	font-size: 25px;
	text-shadow: -2px 2px 5px #000, -3px 3px 5px #000, -4px 4px 5px #000;
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .slideBoxInfo .synopsis {
	z-index: 100;
	position: relative;
	margin: 0 0 20px 50px;
	width: 75%;
	overflow: hidden;
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .slideBoxInfo .synopsis span {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .slideBoxInfo .viewFilmBtn {
	z-index: 100;
	position: relative;
	margin: 0 0 100px 50px;
	height: 60px;
	display: flex;
	width: 75%;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: baseline;
	align-content: center;
	justify-content: space-between;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-duration: .6s;
	-webkit-animation-duration: .6s;
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .slideBoxInfo .viewFilmBtn a {
	display: flex;
	font-size: 16px;
	color: #fff;
	padding: 8px 16px;
	border: 2px solid #fff;
	border-radius: 20px;
	font-weight: 500;
	background-image: none;
	transition-property: transform, background-image;
	transition-duration: 0.5s;
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .slideBoxInfo .viewFilmBtn a:hover {
	transform: scale(1.04);
	border-color: #0a4974;
	background-image: linear-gradient(90deg, rgba(10, 73, 116, 0.9), 20%, rgba(10, 73, 116, 0.1));
}
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .slideBoxInfo .viewFilmBtn a svg {
	height: 20px;
	width: 20px;
	margin-right: 10px;
	border: 2px solid #fff;
	border-radius: 10px;
}

.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .afficheSlide,
.sectionHomeHeader .swiperContainer .swiperWrapper .swiperSlide .afficheSlide img {
	display: block;
	width: 100%;
	height: 100%;
    object-fit: cover;
	object-position: top;
}

.sectionHomeHeader .swiperContainer .swiperPagination {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.sectionHomeHeader .swiperContainer .swiperPagination span.swiperPaginationBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
	margin: 0 3px;
	cursor: pointer;
	transition-property: opacity, background;
	transition-duration: 0.5s;
}
.sectionHomeHeader .swiperContainer .swiperPagination span.swiperPaginationBullet.active {
	opacity: 1;
	background: #009cff;
}