#frontoffice {
    background-image: url(background.jpg);
}

/* Place pour la scrollbar */
.dgb_list .swiper-container {
    padding-bottom: 27px;
}

/* Boutton '<' '>' de la liste */
.notpopup.swiper-button-prev,
.notpopup.swiper-button-next {
    bottom: 66px;
}

.notpopup.swiper-button-next {
    left: 336px;
}
.notpopup.swiper-button-prev {
    left: 0;
}