.slider-banner {
    position: relative;
    z-index: 0;
	width: 100%;
    background-color: var(--bs-white);
    margin-bottom: 3rem;
}
.slider-banner .swiper-container { 
    height: 33.75vw;
    min-height: 300px;
    padding-bottom: 5.625vw;
    margin-bottom: -5.625vw;
    /*height: 38.54vw;
    padding-bottom: 7.29vw;
    margin-bottom: -7.29vw;
    min-height: 300px;*/
}
.slider-banner .swiper-wrapper { 
    height: 100%;
    z-index: 1;
}
.slider-banner .swiper-slide {
	position: relative;
	z-index: 0;
    height: 100%;
    background: url(../../assets/images/decorations/bgn-slider-1.gif) center no-repeat;
    background-color: var(--bs-secondary);
    background-size: cover;
    display: flex;
}
.slider-banner .swiper-slide::after {
    content: "";
    height: 5.625vw;
    position: absolute;
    bottom: -5.625vw; left: 0;
    width: 100%;
    background-color: var(--bs-white);
}
.slider-banner .slide-item-fig {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.slider-banner .slide-item-fig img {
    display: block;
    width: 100%;
    visibility: hidden;
}
.slide-item-content {
    position: relative;
    z-index: 1;
    width: 50%;
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}
.slide-item-content__inner {
    max-width: 580px;
    width: 100%;
}
.slide-item-content_title {
    text-transform: uppercase;
    color: var(--bs-white);
    line-height: 1.25em;
    font-size: 3vw;
}
.slide-item-content_title + .btn { margin-top: 1.25rem; }
.slide-item-content_title strong { 
    color: var(--bs-primary);
    font-weight: 900;
}
.slide-item.img-right {
    flex-direction: row-reverse;
}
.slide-item.img-left .slide-item-fig,
.slide-item.img-right .slide-item-fig {
    width: 50%;
}
.slide-item.img-left .slide-item-content,
.slide-item.img-right .slide-item-content {
    background: url(../../assets/images/decorations/bgn-slider2.gif);
    background-color: var(--bs-secondary);
    background-size: cover;
}
.slide-item.img-none,
.slide-item.img-center {
    justify-content: center;
}
.slide-item.img-none .slide-item-content,
.slide-item.img-center .slide-item-content {
    text-align: center;
    margin: 0 auto;
}
.slide-item.img-center .slide-item-content {
    position: absolute;
    top: 0; left: 25%;
}
.slider-banner-pagination,
.slider-banner .swiper-container-horizontal > .swiper-pagination-bullets, 
.slider-banner .swiper-pagination-custom, 
.slider-banner .swiper-pagination-fraction  {
	position: absolute;
	bottom: 5.625vw; right: 0;
	text-align: right;
	padding: 15px;
	z-index: 4;
}
.slider-banner .swiper-pagination-bullet { 
	background-color: transparent;
	border: var(--bs-white) 2px solid;
	opacity: 1;
	width: 15px;
	height: 15px;
}
.slider-banner .swiper-pagination-bullet-active { 
	background-color: var(--bs-white);
}
/* --- slider générique --- */
.slider-banner .swiper-slide.slide-default {
    /*position: relative;
    height: 31.25vw;
    min-height: 300px;*/
    overflow: visible;
}
.slider-banner .swiper-slide.slide-default .slide-item-fig { 
    /*height: 38.54vw;*/
    height: 33.75vw;
    min-height: 300px;
    margin-bottom: -1px;
    width: 100%;
}
.slider-banner .swiper-slide.slide-default .slide-item-fig img { visibility: hidden; }
.slider-banner .swiper-slide.slide-default::after { display: none; }

.slider-banner + div,
.slider-banner + .content-page {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1440px) {
    .slide-item-content_title { font-size: 2.25rem; }
}
@media screen and (max-width: 780px) {
    .slider-banner .swiper-container { 
        height: 31.25vw;
        min-height: 300px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .slider-banner .swiper-slide.slide-default .slide-item-fig { 
        height: 100%;
        background-position: center 0;
        background-size: auto 125%;
    }
    .slider-banner .swiper-slide.slide-default .slide-item-fig img { visibility: hidden; }
    .slider-banner-pagination,
    .slider-banner .swiper-container-horizontal > .swiper-pagination-bullets, 
    .slider-banner .swiper-pagination-custom, 
    .slider-banner .swiper-pagination-fraction  { bottom: 0; }
    .slide-item-content .btn { font-size: .875em; }
}
@media screen and (max-width: 580px) {
    .slider-banner .swiper-container { 
        height: auto;
        min-height: 75vw;
        /*min-height: 480px;*/
    }
    .slider-banner .swiper-slide {
        height: auto;
        flex-direction: column;
        justify-content: space-between;
        background-image: none;
    }
    .slide-item-content {
       flex: 1 1 auto;
       min-height: 240px;
       text-align: center;
       padding-bottom: 50px;
       width: 100%;
    }
    .slide-item.img-left .slide-item-fig,
    .slide-item.img-right .slide-item-fig,
    .slide-item.img-center .slide-item-fig {
        width: 100%;
        height: 50vw;
        flex: 0 0 auto;
    }
    .slide-item.img-center .slide-item-content {
        position: static;
    }
    .slide-item.img-left .slide-item-content,
    .slide-item.img-right .slide-item-content,
    .slide-item.img-center .slide-item-content {
        text-align: center;
        margin: 0 auto;
    }
    .slide-item-content_title { font-size: 1.25rem; }
    .slide-item.img-none .slide-item-content_title {  font-size: 1.75rem; }
    .slider-banner .slide-item.img-none {
        background-image: url(../../assets/images/decorations/bgn-slider-2.gif);
    }
    .slider-banner-pagination,
    .slider-banner .swiper-container-horizontal > .swiper-pagination-bullets, 
    .slider-banner .swiper-pagination-custom, 
    .slider-banner .swiper-pagination-fraction  { text-align: center; }
    /* --- */
    .slider-banner .swiper-slide.slide-default .slide-item-fig { 
        height: 50%;
        background-position: 0 -8vw;
        background-size: auto 180%;
        /*background-position: center 0;*/
        /*background-size: auto 125%;*/
    }
    .slider-banner .swiper-slide.slide-default .slide-item-fig img { visibility: hidden; }
}