* {
    box-sizing: border-box;
}

html, body, .bg_slider_container {
    position: relative;
    width: 100%;
    height: 100%;
    margin:0;
    overflow:hidden;
}

h2 {
    font-family: 'Poppins', sans-serif;
	color: #e6007e;
	font-size: 25px;
	font-weight: 400;
	line-height: 20px;
}

li {
    font-family: 'Poppins', sans-serif;
	color: #e6007e;
	font-weight: 400;
	line-height: 48px;
	font-size: 18px;
}

p {
    font-family: 'Poppins', sans-serif;
    color: #464445;
}

.separateur {
    position: relative;
    margin: 10px 0;
    width: 50px;
	height: 2px;
	background-color: #e6007e;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.swiper-container.swiper-main {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
}

.swiper-container.swiper-main .swiper-slide {
    background: transparent no-repeat 50% 50% /cover;
}

.swiper-slide > .swiper-slide-cover {
    position: absolute;
    max-width: 480px;
    width :80%;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%,-50%);
    transform-origin: center;
    height: auto;
    text-align: center;
}


.swiper-scale-effect .swiper-slide-cover {
  transition: 10s ease-out;
  transform: scale(1.2) translate(-50%,-50%);
}
.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1) translate(-50%,-50%);
}

.sidebar {
    position: absolute;
    z-index: 1001;
    left: -320px;
    top: 0;
    width: 300px;
	height: 768px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8.01px 0.99px rgba(0, 0, 0, 0.61);
    transition: all 1s ease;
}

.sidebar.active {
    
    left: 0;
}

.sidebar .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.bottom_bar {
    position: absolute;
    z-index: 1001;
    bottom: -200px;
    width: 100%;
	height: 180px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8.01px 0.99px rgba(0, 0, 0, 0.61);
    transition: all 1s ease;
}

.bottom_bar.active {
    bottom: 0px;
}

.menu {
    position: absolute;
    z-index: 1000;
    top: 15px;
    left: 15px;
}

.menu img {
    margin-right: 10px;
}

.fleche_haut {
    position: absolute;
    bottom: 15px;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.fleche_bas {
    position: absolute;
    top: 15px;
    z-index: 1002;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.swiper-container.swiper-miniature {
    width: 80%;
    height: 113px;
    margin: 53px auto 0;
}

.swiper-container.swiper-miniature .swiper-slide {
    cursor: pointer;
}

.btn_infos_container {
    position: absolute;
    top: 79%;
    right: 30px;
}

.sidebar_content {
    padding: 50px 15px;
}

.sidebar_content ul {
    padding: 0 0 0 17px;
}

.modal {
    max-width: 1200px;
}

.flipbook {
    height: 80%;
}

.modal-flipbook {
    height: 80%;
}

.justif {
    height: 80%;
}

.modal-justif {
    height: 65%;
}

.modal h2 {
    margin-bottom: 0;
}

.info-rea p {
    margin-top: 0;
}

.couv-overlay {
    opacity: 0;
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-top: 37.5px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.70);
    text-align: center;
    transition: all .5s ease;
    cursor: pointer;
}

.swiper-slide-cover:hover .couv-overlay {
    opacity: 1;
}

.swiper-slide > .slide3 {
	max-width: 900px;
}

.swiper-slide > .slide10 {
	max-width: 900px;
}

.loading-in-progress {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0,0,0,1);
}

.loading-in-progress .div-middle {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #e6007e;
    font-family: 'Poppins', sans-serif;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 63px;
	margin-top: -31.5px;
	z-index: 10;
	cursor: pointer;
	background-size: 20px 63px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("../img/FLECHE_DROITE.png");
	right: 10px;
	left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("../img/FLECHE_GAUCHE.png");
	left: 10px;
	right: auto;
}