.slideshow {
    position: absolute;
    z-index: 1;
    top: 77px;
    right: 0;
    left: 0;
    bottom: 0;
    /* width: 100vw; */
    /* height: calc(100vh - 77px); */
    overflow: hidden;
}
.slideshow .sliderSlick {
  width: 100vw;
  height: 100vw;
  z-index: 2;
}
.slideshow .sliderSlick * {
    outline: none;
}
.slideshow .sliderSlick .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .sliderSlick .item .text {
    display: none;
}
/*.slideshow .sliderSlick .item img {*/
/*    min-width: 101%;*/
/*    min-height: 101%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
.slideshow .slick-dots {
    position: fixed;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
ul.slick-dots:before{
    content: '';
    position: absolute;
    height: calc(100% - 100px);
    width: 2px;
    top: 50px;
    background: #687884;
    z-index: -1;
    right: 14px;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    cursor: pointer;
    width: 12px;
    height: 12px;
    border: solid 0px transparent;
    border-radius: 50%;
    background: #687884;
    position: relative;
    margin: 40px auto;
}
.slideshow .slick-dots li button:before {
    content: '';

}
.slideshow .slick-dots li.slick-active button{
    background: #0a83af;
}
.slideshow .slick-dots li.slick-active button:before {
    content: '';
    border: solid 1px #0a83af;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .sliderSlick {
    left: 0;
    position: absolute;
}

.slideshow-page #header{
  position: absolute;
  width: 100%;
  background: white;
  z-index: 3;
}

.paragraph--type--split-introduction .field-media{
    width: 100%;
    height: 100%;
    position: relative;
}
.paragraph--type--split-introduction .field-media img{
    position: absolute;
}
.paragraph--type--split .left .field_titre,
.paragraph--type--split-introduction .field_titre{
    position: absolute;
    z-index: 212;
    bottom: 77px;
    left: 0;
    width: 100%;
    height: fit-content;
    color: white;
    font-size: 8vw;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 120px;
    opacity: 0.6;
}
.split-img,
.split-introduction-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.paragraph--type--split .right,
.paragraph--type--split .left{
    width: 50%;
    height: 100%;
    margin: 0;
}
.paragraph--type--split .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 100px 50px 20px;
    background: white;
    max-height: 100% !important;
}
.paragraph--type--split .right .field_texte{
    font-size: 0.9vw;
}
.paragraph--type--split .right .field_texte ul li::before{
    color: #a02064;
}
@media screen and (max-width: 1300px){
    .paragraph--type--split .right .field_texte {
        font-size: 14px;
    }
}

@media screen and (max-width: 900px){
    .paragraph--type--split .field_titre .moyen-titre::after {
        content: none;
    }
    .paragraph--type--split .right {
        display: none;
    }
    .paragraph--type--split .right .field_texte {
        font-size: 12px;
        padding: 0 20px;
        margin: 20px 0 40px;
    }
    .paragraph--type--split .right .field_texte:before,
    .citation:before {
        content: '';
        background: url("../images/puce-titre-rose.png") no-repeat center;
        display: block;
        width: 66px;
        height: 8px;
        margin-bottom: 25px;
    }
    .citation {
        padding: 0 20px;
        margin-bottom: 25px;
    }
    .citation .field_citation p,
    .citation .nom,
    .citation .poste {
        font-size: 1.6rem !important;
    }
}

.paragraph--type--split .field_titre .moyen-titre{
    text-transform: uppercase;
}
.paragraph--type--split .field_titre .moyen-titre:after{
    background: url("../images/puce-titre-rose.png") no-repeat center;
}
.paragraph--type--split .left{
    position: relative;
}
.split-video{
    position: absolute;
    z-index: 5;
    right: 0;
    top: 60%;
    width: 190px;
    height: 50px;
    background: #a02064;
    overflow: hidden;
    opacity: 0.8;
    color: #fff;
    padding: 12px;
    cursor: pointer;
}
.split-video .youtubeimg {
    background: #a02064;
    padding: 0;
    height: 50px;
    background-image: none !important;
}
.split-video .pictovideo {
    background: url('../images/picto-video.png') no-repeat center;
    position: absolute;
    width: 35px;
    height: 35px;
    display: block;
    top: 15%;
    right: 35px;
}
.split-video .youtubeimg:before {
    background: none;
    top: 0;
    transform: translate(0,0);
    left: 0;
    width: 100%;
    background: #a02064;
    opacity: 0.7;
    z-index: -5;
}
.split-video .youtubeimg .ikos-popup{
    z-index: 999999999;
}

.index-negatif{
    z-index: -1 !important;
}
.split-video .youtubeimg{
    position: relative;
}
.split-video .youtubeimg:after{
    content: 'Voir la vidéo';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    line-height: 50px;
    padding-left: 15px;
    background-image: url('../images/player.png');
    background-repeat: no-repeat;
    background-position: calc( 100% - 10px );
    background-size: 35px;
    width: 100%;
    position: absolute;
}

.citation .field_citation:before{
    content: '';
    background: url(../images/quote.png) no-repeat center;
    width: 100%;
    height: 21px;
    display: block;
    padding: 25px 0;
    background-size: 1.5vw;
}
.citation .field_citation:after{
    content: '';
    background: url(../images/quote.png) no-repeat center;
    width: 100%;
    height: 21px;
    display: block;
    padding: 25px 0;
    background-size: 1.5vw;
}
.citation .field_citation p {
    font-size: 0.9vw;
}
.citation .nom{
    font-size: 1.8rem;
    font-size: 1vw;
    font-weight: 700;
    color: #0a83af;
}
.citation .poste{
    font-size: 1vw;
}
@media screen and (min-width: 769px){
    .slideshow-page .content-bottom{
        bottom: -160px;
        transition: bottom 0.3s linear;
    }
    .slideshow-page .site-footer{
        bottom: -100px;
        transition: bottom 0.3s linear;
    }
    .slideshow-page .content-bottom.show{
        position: fixed;
        width: 100%;
        z-index: 10;
        bottom: 60px;
        transition: bottom 0.3s linear;
    }
    .slideshow-page .site-footer.show {
        position: fixed;
        width: 100%;
        z-index: 10;
        bottom: 0px;
        transition: bottom 0.3s linear;
    }
}

@media screen and (max-width: 768px){
    .slideshow-page #header{
        position: relative;

    }
    .paragraph--type--split-introduction{
        position: relative;
    }
    .paragraph--type--split .left .field_titre,
    .paragraph--type--split-introduction .field_titre{
        font-size: 2.8rem;
        line-height: 30px;
        bottom: 0;
        padding-left: 10px;
    }
    .paragraph--type--split .left .field_titre{
        text-align: center;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        text-shadow: black 2px 4px 5px;
    }
    .paragraph--type--split .right,
    .paragraph--type--split .left{
        width: 100%;
    }
    .split-img, .split-introduction-img{
        height: 0;
        padding-bottom: 46.25%;
    }
    .paragraph--type--split .field_titre .moyen-titre{
        font-size: 0;
        color: transparent;
    }

    .paragraph--type--split .left:after {
        content: '';
        background-image: url('../images/arrow-open.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        bottom: 10px;
        width: 100%;
        height: 12px;

    }
    .paragraph--type--split.open .left:after {
        background-image: url('../images/arrow-close.png');
    }
    .split-video{
        position: relative;
        width: 100%;
    }
    .split-video .youtubeimg:after{
        padding-left: 25%;
        background-position: calc( 67%);
    }
    .arrowUp.left:after{
        bottom: 60px;
    }

    .paragraph--type--split .right{
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        padding: 0;
    }
    .paragraph--type--split .right.active{
        padding: 0 20px;
        margin: 40px 0;
    }
}

/* Ticket #16335 : passer le loader en-dessous des images. */
.bx-wrapper .bx-loading.bx-loading {
  z-index: -1;
}
