.banner {
        height: 464px;
}
.banner .splide__arrows {
        display: none;
}
.banner .splide__pagination {
        bottom: 20px;
        right: 25px;
        left: initial;
        padding: 0;
}
.banner .splide__pagination .splide__pagination__page {
        width: 18px;
        height: 18px;
        border: solid 2px #fff;
        background: transparent;
        margin:4px;
}
.banner .splide__pagination .splide__pagination__page.is-active {
        transform:none;
        background:#fff;
}
.banner .splide__track {
        height: 100%;
}
.banner .splide__track .splide__slide {
        width: 100%;
}
.banner .splide__track .background-colored-inverse {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #c685d1;
        mix-blend-mode: color;
        z-index: 0;
}
.banner .splide__track .splide__slide img {
        /*filter: brightness(.85);*/
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity:.7;
}
.banner .title.container{
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        z-index: 2;
}
.banner .title .inner-title {
        display: inline-block;
        font-size: 25px;
        font-family: 'BD Good Wood';
        line-height: 1;
        color: #FFF;
        padding: 12px 24px;
        background-color: var(--bofema-sky-blue-color);
        border-radius: 100px;
}
.banner .lieu{
        position: relative;
        max-width: 1320px;
        margin: 0 auto;
        z-index: 2;
        display:none;
}
.banner .lieu .title {
        font-size: 24px;
        color: #FFF;
}
.banner .lieu .title:before,
.banner .lieu .title:after {
        height: 3px;
        background-color: #fff;
}
.banner .lieu .title:before {
        /*top: -4px;*/
}
.banner .lieu .title:after {
        /*bottom: -9px;*/
}
.banner .lieu svg {
        width: 40px;
        height: 40px;
}

.home .description p {
        font-size: 32px;
        font-family: 'BD Good Wood';
        line-height: 1.2;
}

.container .container-inner.spectacles {
        /*padding-top: 0;*/
}

.events {
        /*display: grid;*/
        /*grid-template-columns: repeat(3, 1fr);*/
        /*gap: 32px;*/
}
.splide .splide__arrows.splide__arrows--ltr {
        top: -64px;
}

/*.graphic-elements {*/
/*        display:none;*/
/*}*/
.graphic-elements .multiple-rectangles {
        height: 330px;
        top: 156px;
        left: -220px;
}
.graphic-elements .cristal {
        top: 60px;
        right: 320px;
        left: initial;
        width: 144px;
}
.graphic-elements .cristal path {
        fill: var(--bofema-green-color);
}

.graphic-elements .sun {
        top: 24px;
        right: -220px;
        left: initial;
        width: 142px;
}
.graphic-elements .sun path {
        fill: var(--bofema-yellow-color) !important;
}

.graphic-elements .confettis {
        top: 200px;
        left: initial;
        right: -200px;
        width: 200px;
}

.graphic-elements .zig-zag {
        top: 120px;
        left: -200px;
        width: 104px;
}