/*** TEMPLATE 1 */
.template1.mentionFeeds{
    width:100%;
}
.template1.mentionFeeds .article{
    width:33%;
    float: left;
    padding: 5px;
    border: 1px solid #e2e2e2;
    position:relative;
}
.template1.mentionFeeds .imgContainer{
    /*height: 223px;*/
    overflow-y: hidden;
}

.template1.mentionFeeds .article a{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.template1.mentionFeeds .article a:hover{
    color: #DC3545;
}

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

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

.template1.mentionFeeds .article h3{
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: white;
    max-height: 52px;
    background-color: #DC3545;
    padding: 5px;
    margin-bottom: 0px;
    
}
.template1.mentionFeeds .article a:hover h3{
    /*color: #DC3545;*/
}


.template1.mentionFeeds .article .date{
    /*position: absolute;
    right: 5px;
    top:5px;
    background-color: #DC3545;
    */
    /*color: white;*/
    font-family: Roboto, Arial, Helvetica, sans-serif;
    /*font-size: 12px;*/
    color: #707070;
    font-size: 9px;
    /*padding: 2px;*/
}

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

.source a{
    color: #DC3545;
}
.source a:hover{
    color: #DC3545;
    font-weight: bold;
}

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

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

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

.template2.mentionFeeds .article a{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.template2.mentionFeeds .article a:hover{
    /*color: #DC3545;*/
}

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

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


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

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

.template2.mentionFeeds .bandeau .source a{
    /*color: white;*/
    color: black;
}

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


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

.template2.mentionFeeds .article h3{
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: #DC3545;
    /*color: black;*/
    color: white;
    /*height: 55px;*/
    text-decoration: none;
    padding: 5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.template2.mentionFeeds .article a:hover h3{
    /*color: #DC3545;*/
}

.templatesansimage.mentionFeeds .article a {
    color: inherit;
    text-decoration: none;
    position: relative;
}

.templatesansimage.mentionFeeds .article h3{
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} 

.templatesansimage.mentionFeeds .article h3:after{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -3px;
    background-color: currentColor;
    transition: width 0.3s ease;
}

.templatesansimage.mentionFeeds .article h3:hover::after {
    width: 100%;
}

.templatesansimage.mentionFeeds .article .date{
    color: #707070;
    padding: 5px;
    font-size: 14px;
}
.templatesansimage.mentionFeeds hr{
    background-color: black;
    margin-top:5px;
    margin-bottom:5px;
    height: 1px;
}

@media only screen and (max-width: 768px){
    .template1.mentionFeeds .article,
    .template2.mentionFeeds .article{
        width:50%;
        /*float: none;*/
        padding: 5px;
        border: 1px solid #e2e2e2;
        position:relative;
    }

    .template1.mentionFeeds .imgContainer,
    .template2.mentionFeeds .imgContainer{
        /*height: 161px;*/
        overflow-y: hidden;
    }
    .template1.mentionFeeds .article h3{
        /*font-size: 2vw;*/
        /*font-size: 18px;*/
        font-size: clamp(1rem, 2vw, 1.5rem);
        max-height: 46px;
    }
    
}
@media only screen and (max-width: 500px){
.template1.mentionFeeds .article,
    .template2.mentionFeeds .article{
        width:100%;
        float: none;
    }
}