.wprogTec ul {
    list-style-type: none;
}
.wprogTec .lSSlideOuter .lSPager.lSpg > li:hover a, 
.wprogTec .lSSlideOuter .lSPager.lSpg > li.active a{
    background-color: #DC3545;
}
.wprogTec .item{
    width: 100%;
    height: 324px;
}
.wprogTec .relative{
    position: relative;
}
.wprogTec .gauche{
    float: left;
    width:50%;
    /*overflow: hidden;*/
}
.wprogTec .droite{
    float: right;
    width:50%;
    height: 324px;
    /*padding-left: 0px;*/
}
.wprogTec .clear{
    clear: both;
}

.wprogTec .image_container{
    /*width: 600px;*/
    width: 580px;
    height: 315px;
    overflow: hidden;
}
.wprogTec .image_container img{
    width:100%;
}
.wprogTec .dates{
    font-size: 28px;
    background-color: #DC3545;
    color: white;
    padding: 10px;
}
.wprogTec h2.titre{
    font-size: 24px;
    margin-top: 10px;
}
.wprogTec .titre a{
    color:#FB3333;
}

.wprogTec .titre a:hover{
    color: #DC3545;
    
}
.wprogTec .categories{
    color: #767676;
    font-size: 14px;
    margin-top: 10px;
}
.wprogTec .lieu{
    font-size: 14px;
    position: absolute;
    right: 5px;
    /*bottom: 5px;*/
    top:70px;
    color: #767676;
}

.wprogTec .extrait{
    max-height: 252px;
    height: auto;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    line-height: 1.68;
}

.tribe-events-schedule h2,
.tribe-events-schedule .tribe-event-date-start, 
.tribe-events-schedule .tribe-event-time{
    font-size: 18px;
}
.tribe_events-template-default #tribe-events-pg-template{
    padding: 0px 10px;
    max-width:none;
}

.tribe_events-template-default.single .wp-post-image{
    display: block;
}

.tribe_events-template-default .gauche{
    float: left;
    width:50%!important;
}

.tribe_events-template-default .droite{
    float: left;
    width:50%!important;
    padding-left: 10px;
    padding-right: 10px;
}


@media only screen and (max-width: 991px){
    .wprogTec .item{
        height: auto;       
    }

    .wprogTec .gauche{
        float: none;
        width:100%;
    }
    .wprogTec .droite{
        float: none;
        width:100%;
        height: auto;
    }
    .wprogTec .image_container{
        width: auto;
        height: auto;
    }
    .wprogTec .dates{
        font-size: 10px;
    }

    .wprogTec h2.titre{
        font-size: 14px;
        height: auto;
        margin-top: 5px;
    }

    .wprogTec .categories{
        font-size: 10px;
        margin-top: 5px;
    }
    .wprogTec .lieu{
        font-size: 10px;
        top:40px;
    }

    .wprogTec .extrait{
        max-height: auto;
        font-size: 10px;
    }

    .tribe_events-template-default .gauche{
        float: left;
        width:100%!important;
    }
    
    .tribe_events-template-default .droite{
        float: left;
        width:100%!important;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    
}