/* utilisateur */

.a_gauche.slide1 .btn_chapitre {
    display: block;
}


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

/*interface*/

#biographie.slide1 .btn_cartel {
    display: none;
}

.biographie.swiper-slide {
    background: #00f;
}

.swiper-container.biographie-sub1 {
    display: inline-block;
    float: left;

    width: 365px;
    height: 688px;
    margin-top: 80px;
    padding-left: 172px;

}

.swiper-container.biographie-sub2 {
    display: inline-block;
    float: left;

    width: 365px;
    height: 688px;
    margin-top: 80px;
    padding-left: 172px;
    padding-left: 17px;
}

.swiper-slide.biographie-sub1 {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: 3117px;

    text-align: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

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

.swiper-slide.biographie-sub2 {
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: 846px;

    text-align: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

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