div#containeur-audio {
    width: 350px;
    margin: auto;

}

div#control-container {
    /*    height: 280px;*/
    /*
    padding-top: 40px;
    padding-bottom: 40px;
*/
}

div#control-container::after {
    /*
    content: "";
    display: table;
    clear: both;
*/
}

div#play-pause-container {
    width: 100%;
    /*
    height: 230px;
    padding: 15px;
*/
}

div#play-pause-container div#play-pause {
    width: 200px;
    height: 200px;
    cursor: pointer;
    margin: auto;
}

div#play-pause-container div#play-pause.amplitude-playing {
    background: url("../../img/interface/pause.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

div#play-pause-container div#play-pause.amplitude-paused {
    background: url("../../img/interface/play.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

div#intro {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 30px;


    padding-top: 110px;
    /*    background-color: #242B33;*/
    /*    margin-bottom: 1px;*/
    width: 100%;
    margin: auto;
    color: #0000ff;
    /*
    line-height: 24px;
    position: relative;
*/
}

div#intro span.date {
    font-size: 16px;


}


div#list {
    /*    padding: 15px;*/
    /*    background-color: #242B33;*/
    /*    margin-bottom: 1px;*/
    cursor: pointer;
    width: 100%;
    margin: auto;
    /*
    line-height: 24px;
    position: relative;
*/
}

div#list div.amplitude-song-container {
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

div#list div.amplitude-song-container {
    color: #0000ff;
}

div#list div.amplitude-song-container:hover {
    color: #ec6667;
}

div#list div.amplitude-song-container:hover span {
    color: #ec6667;
}

div#list div.amplitude-song-container.amplitude-playing span {
    color: #ec6667;
}



div#list div.amplitude-song-container.amplitude-playing span.song-number-now-playing img.now-playing {
    display: inline-block;
}

div#list div.amplitude-song-container.amplitude-paused span.song-number-now-playing img.now-playing {
    display: none;
}

/*-------------------*/

.introduction.swiper-slide,
.fiche.swiper-slide {
    background: rgba(255, 255, 255, .0);
}

/*interface*/

#grandnombre-recherche.slide2 .btn_cartel,
#grandnombre-recherche.slide3 .btn_cartel,
#grandnombre-recherche.slide4 .btn_cartel,
#grandnombre-recherche.slide5 .btn_cartel,
#grandnombre-recherche.slide11 .btn_cartel,
#grandnombre-recherche.slide12 .btn_cartel,
#grandnombre-recherche.slide13 .btn_cartel,
#grandnombre-recherche.slide14 .btn_cartel,
#grandnombre-recherche.slide15 .btn_cartel {
    display: none;
}

.swiper-container.fiche.degrade_vert {
    overflow-y: hidden;

    width: 700px;
    height: 712px;
    padding-right: 0;
    padding-left: 0;
}

#grandnombre-recherche .cartel {
    z-index: 50px;

    width: 674px;
}

.intro-recherche {
    height: 1115px;
}

.swiper-container.grandnombre-recherche-sub1 {
    top: 0;
    left: 0;

    width: 650px;
    height: 651px;
    margin-top: 66px;
    margin-right: 0;
    margin-left: 66px;
}

.swiper-container.grandnombre-recherche-sub2 {
    top: 0;
    left: 0;

    width: 820px;
    height: 651px;
    margin-top: 66px;
    margin-right: 0;
    margin-left: 66px;

}

.swiper-slide.grandnombre-recherche {
    font-size: 18px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding-right: 30px;
}

.swiper-slide.grandnombre-recherche-sub1 {
    font-size: 18px;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 1115px;
    padding-right: 0px;
}

.swiper-slide.grandnombre-recherche-sub2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 1664px;
    padding-right: 0px;
}



.swiper-container.grandnombre-recherche.fiche {
    top: 0;
    left: 0;

    width: 674px;
    height: 712px;
    margin-top: 56px;
    margin-right: 0;
    margin-left: 68px;
}

.grandnombre_recherche .cartel {
    z-index: 50px;

    width: 674px;
}




.centrer-v {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.wrapper-titre--items.trame img {
    width: 465px;
}

.wrapper-titre--items.declencheur img {
    width: 414px;
}

.wrapper-titre--items.facilitateur img {
    width: 410px;
}

.wrapper-titre--items.cascade img {
    width: 347px;
}


.wrapper-titre--items.stimuli img {
    width: 205px;
}
