/**********************************
 * Slider "The Wall" (homepage)
 * 
 * Aditional style for
 * Chunk: swipperTplCard_wall (69)
 * http://dev.urbanspree.com/man/?a=element/chunk/update&id=69
 *
 * Comporte aussi des regles partagées pour The Wall (fullpages.js)
 * 
 */


 /* card width */
 #wall.slider-type01 .swiper-slide.card{
    width:750px;
    
}
#wall.slider-type01 .swiper-slide .card-img-top{
    width: 750px;
}


#wall.slider-type01 .swiper-slide .bl,
#fullpage .ct-wallinfo{
    position: absolute;
    bottom: 0;
    left: 0;
    padding:40px;
    background: #181717c2 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 10px;
    margin:20px;
}


#wall.slider-type01 .title,
#fullpage .title{
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
    text-transform: none;
    text-align: left;
}
#wall.slider-type01 .subtitle,
#fullpage .subtitle{
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 23px;
    font-weight: 800;
    text-transform: none;
    text-align: left;
}

#wall.slider-type01 a.more,
#fullpage a.more{
    color:#fff;
    text-decoration: none;
    text-align: left;
    font-weight: 800;
}

#wall.slider-type01 .list-group-item,
#fullpage .list-group-item {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}