/*************************
 * Style slider swipper
 * slider-type01 (pdoResource: &sliderType)
 * Homepage
 * Called in Chunk: pdowrapper_swipper_mega (53)
 * http://dev.urbanspree.com/man/?a=element/chunk/update&id=53
 * 
 * cards: 480 x 650
 * image : 480 x 460
 * 
 */

 /* Slider header : contient titre et bouttons de navi. */
 .slider-header{
    padding: 40px 0 20px 0;
 }
 /* titre du slider dans le header du slider */
h2.ct-slider-title{
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    padding: 0 0 0 0px;
    margin-bottom:0;
}

.slider-type01.swiper-container {
    width: 100%;
    height: 550px;/*prevoir shadow box 500 + 2*10*/
 }

.slider-type01 .swiper-wrapper {
    height:530px;
}



.slider-type01 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* shadow effects in web/assets/project/urbanspree/scss/custom-b5.scss */


/* card width */
.slider-type01 .swiper-slide.card{
    width:360px;
    background-color: #FBFBFB;
}


.slider-type01 .swiper-slide.card .card-body{
    padding:18px;
    overflow: hidden;
}

/*
.slider-type01 .swiper-slide img {
    display: block;
    width: 460px;
    height: 460px;
    object-fit: cover;
}*/
.slider-type01 .swiper-slide .card-img-top{
    width: 360px;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/*
.slider-type01 .col-img{
    width:740px;
}
*/


/* .slider-type01 (haut de page) */
.slider-type01 .title{
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}
/* top left : catégory, e.g. concert */
.slider-type01 .cat,
#fullpage .cat{
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size:14px;
    text-align: left;
    
}

/*
Product artwork cards
(data-restpl="27")
*/
.slider-type01 .swiper-slide[data-restpl="27"] .artist{
    font-size:14px;
}
.slider-type01 .swiper-slide[data-restpl="27"] .card-img-top{
    background-size: contain;
    border:transparent 20px solid;
    background-color: #fff;
}



/* bottom */
.list-group-b .list-group-item{
    border: 2px solid #000;
    padding: 0.16rem 0.6rem;
}
.list-group-b.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
}

/* bottom left :date, heure, price */
.slider-type01 .bl,
.slider-type01 .br,
#fullpage .list-group-bl{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size:14px;
}



/* price (bottom right) */


/* fonctionne si 1 el */
/*
.list-group-br.list-group-horizontal > .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
*/
.list-group-b.list-group-horizontal > .list-group-item:first-child:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/*
.slider-type01 .br{
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size:16px;
}
*/

/* cerd footer */
.slider-type01 .card-footer{
    border-top: none;
    background-color: transparent;
    padding:0 18px 18px 18px;
}


/* sliders controls (top) */
/* hide default swipper arrow fonts */
.slider-type01 .swiper-button-next:after, .swiper-button-prev:after{
    display:none;
}
.slider-type01 .swiper-button-prev,
.slider-type01 .swiper-button-next{
    width: 50px !important;
    height: 50px !important;
    box-shadow: 0px 0px 10px #b3b3b31a;
    border-radius: 40px;
}

/* X-Small devices (portrait phones, less than 576px) 
No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    /* bottom left :date, heure, price */
    .slider-type01 .bl, .slider-type01 .br{
        font-size:14px;
    }

}

/*  X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
    /* stick slider film strip to right */
    .slider-type01.swiper-container.rightstick,.slider-type02.swiper-container.rightstick {
        width: calc(((100% - 1140px) / 2) + 1140px);
        margin-right: 0 !important;
        padding-left: 10px !important;
    }
    /* bottom left :date, heure, price */
    .slider-type01 .bl, .slider-type01 .br{
        font-size:14px;
    }
    h2.ct-slider-title{
        padding: 0 0 0 8px;
    }

}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

        /* stick slider film strip to right */
        .slider-type01.swiper-container.rightstick,.slider-type02.swiper-container.rightstick {
            width: calc(((100% - 1320px) / 2) + 1320px);
            margin-right: -10px !important;
            padding-left: 0px !important;
        }

        /* bottom left :date, heure, price */
        .slider-type01 .bl, .slider-type01 .br{
            font-size:14px;
        }
        h2.ct-slider-title{
            padding: 0 0 0 0px;
        }
}



/**********************
 * 
 * Blog list
 * mettre dans un css séparés?
 * cf web/assets/project/urbanspree/scss/custom-b5.scss
 */
