/*--------------------------------------------------------------
# SINGLE

For single post
ONLY for post type = post 
ADD your own stylesheet for custom post type single page 
OR, if it uses sames styles, add it to enqueue style function in functions.php 

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


.realisation-slider .owl-prev {
    top: calc(50% - 17px)!important;
    left: 10px!important;
    height: 35px!important;
    width: 18px!important;
    background: url('../img/real-slider.svg')!important;
    background-repeat: no-repeat!important;
    background-size: contain!important ;
}

.realisation-slider .owl-next {
    top: calc(50% - 17px)!important;
    right: 10px!important;
    height: 35px!important;
    width: 18px!important;
    background: url('../img/real-slider.svg')!important;
    background-repeat: no-repeat!important;
    background-size: contain!important ;
    transform: rotate(180deg)!important;
}

@media screen and (min-width: 1220px) {
    .realisation-slider .owl-next {
        right: -37px!important;
    }
    .realisation-slider .owl-prev {
        left: -37px!important;
    }
}