/*** TEMPLATE 1 */

.template1.fluxRss{
    width:100%;
}

.template1.fluxRss .article{
    padding: 0px;
    border-bottom: 1px solid #333;
    position:relative;
    margin-bottom: 20px;
    height: 205px;
}

.template1.fluxRss .article:last-child{
    margin-bottom: 0px;
}
.template1.fluxRss .article .imgContainer{
    height: 158px;
    overflow-y: hidden;
}

#content-container .template1.fluxRss .article  a{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #ffd25c;
}

#content-container .template1.fluxRss .article a:hover{
    background-color: #ffb502;
}

.template1.fluxRss .article img{
    -webkit-transition:.3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.template1.fluxRss .article img:hover{
    webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);    
}

/*.template1.fluxRss .article h3{*/
#page-wrapper .template1.fluxRss .article h3{
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #2d3342;
    height: 36px;
    background-color: #ffd25c;
    padding: 5px;
    line-height: 26px;
    word-break: break-all;
    overflow: hidden;
}
.template1.fluxRss .article a:hover h3{
    /*background-color: #ffb502;*/
}

.template1.fluxRss .article .date{
    position: absolute;
    right: 0px;
    top:0px;
    background-color: #ffd25c;
    /*color: white;*/
    color: #333;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px;
}

.template1.fluxRss .source{
    font-size: 12px;
}

/*** TEMPLATE 2 */
.template2.fluxRss{
    width:100%;
}

.template2.fluxRss .article{
    width:33%;
    float: left;
    /*border:1px solid black;*/
    padding: 5px;
    border: 1px solid #e2e2e2;
    position:relative;
}

.template2.fluxRss .imgContainer{
    height: 223px;
    overflow-y: hidden;
}

.template2.fluxRss .article a{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #ffd25c;
}

.template2.fluxRss .article a:hover{
    background-color: #ffb502;
}

.template2.fluxRss .article img{
    -webkit-transition:.3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.template2.fluxRss .article img:hover{
    webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);    
}


.template2.fluxRss .bandeau{
    /*background-color: #DC3545;*/
    background-color: #F3F0F0;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    display: block;
}

.template2.fluxRss .bandeau .source{
    width: 50%;
    float: left;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
}

.template2.fluxRss .bandeau .source a{
    color: white;
    color: black;
}

.template2.fluxRss .bandeau .date{
    width: 50%;
    float: right;
    text-align: right;
    color: white;
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    /*padding: 5px;*/
}


.template2.fluxRss .source a:hover{
    color: white;
}
    


.template2.fluxRss .article h3{
    /*
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    */
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: black;
    height: 65px;
    padding: 5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.template2.fluxRss .article a:hover h3{
    color: #DC3545;
}


@media only screen and (max-width: 991px){

    .template1.fluxRss .article,
    .template2.fluxRss .article{
        width:100%;
        float: none;
        padding: 0px;
        border: 1px solid #e2e2e2;
        position:relative;
    }

    .template1.fluxRss .imgContainer,
    .template2.fluxRss .imgContainer{
        height: 161px;
        overflow-y: hidden;
    }

    .template1.fluxRss .article h3{
        font-size: 12px!important;    
    }

    .template1.fluxRss .article .imgContainer{
        height: auto;
    }
    .template1.fluxRss .article{
        height: auto;
    }
}
