#leftcontent-container div.subtitle {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 23px!important;
}
#leftcontent-container .btn{
    font-size: 16px;
    font-weight: 500;
}
#leftcontent-container .btn:focus-visible ,#leftcontent-container .btn:focus{
    box-shadow: none!important;
    outline: 0!important;
    text-decoration: none!important;
}

.recent_item .nickname {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}
.recent_item .nickname:hover {
    text-decoration: underline;
}

.recent_item .comment-text {
    background: transparent;
    display: block;
    display: -webkit-box;
    max-height: 3.64rem;
    line-height: 20px!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}
.report-name{
    width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    max-height: 3em;
    margin-bottom: 2px;
}

#leftcontent-container .sidebar-comment-font-style:visited{
    color: #707070!important;
}
#leftcontent-container .sidebar-comment-font-style:visited:hover{
    color: #1C7DB7!important;
}
@-moz-document url-prefix() {
    .recent_item .comment-text {
        overflow: hidden;
        position: relative;
    }
}
.recent_item .no-decoration {
    text-decoration: none!important;
    color: inherit;
}
.recent_item .phone {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 60%;
    display: inline-block;
    overflow: hidden;
}
.recent-item-img{
    background-color: #f4f4f4;
    border-radius: 5px;
}
.report-title {
    font-weight: 700;
    font-size: 14px;
    color: #041c26!important;
}
.recent_item .report-title {
    white-space:nowrap;
}

.top_item_title ,.recent_item_title {
    margin-bottom: 5px;
    color: #5E6A74;
    font-size: 18px;
    font-weight: 700;
}
/* Modification pour la SIDEBAR */
.main_column_top a.btn {
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_column_top .site_link_indication {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    text-overflow: ellipsis;
}

.main_column_top .site_link_indication.primary {
    color: #428bca;
}

.main_column_top .site_link_indication.secondary {
    color: #d2322d;
}
.recent-item-img-anonym{
    width: 16px;
    height: 21px;
    background-color: #f4f4f4;
}
.sidebar-icons{
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 5px;
}
.svg-icon{
    position: relative;
    bottom: 2px;
}
.recent-comment-icons {
    padding: 10px 8px 8px 8px;
    background-color: #f4f4f4;
}


.color-1{
    background-color: #FEC82F;
}
.color-1:hover{
    background-color: #D4A025;
}
.color-2{
    background-color: #6B797F;
}
.color-2:hover{
    background-color: #828585;
}
.color-3{
    background-color: #E92F3E ;
}
.color-3:hover{
    background-color: #C82634;
}
.sidebar-comment-font-style{
    color: #041c26!important;
    font-weight: 400;
    font-size: 14px;
}

#best_reports_table tr,#recent_comments_container tr {
    border-bottom-width:1px!important;
    border-color: #e0e0e0;
    border-top-width:0px!important;

}
#best_reports_table tr:last-child,#recent_comments_container tr:last-child{
    border-bottom-width:0px!important;

}
#best_reports_table tr:last-child td,#recent_comments_container tr:last-child td{
    padding-bottom: 0px!important;
}
#best_reports_table td,#recent_comments_container td{
    border: none!important;
}
.report-score{
    color: #6B797F;
    font-weight: 500;
    margin: 0px 0px 6px;
}
.report-name:hover{
    text-decoration: underline;
}
.top-report-numbers {
    line-height: 40px;
    color: #FFFFFF!important;
    font-size: 25px;
    font-weight: 700;
    padding-right: 4px;
}
.top-report-numbers:hover ,.top-report-numbers:focus {
    color: #FFFFFF!important;
    text-decoration: none!important;
}

@media only screen and (min-width : 992px) and (max-width : 1200px) {
    .main-logo{
        width: 255px!important;
    }
}
@media only screen and (max-width : 576px) {
    .main-logo{
        width: 95%!important;
    }
}

@media only screen and (min-width : 320px) and (max-width: 401px) {
    .recent_item .nickname, #recent_comments_container .comment-text
    {
        width: 50%!important;
    }
}

@media only screen and (min-width : 401px) and (max-width: 501px) {
    .recent_item .nickname, #recent_comments_container .comment-text
    {
        width: 65%!important;
    }
}

@media only screen and (min-width : 501px) and (max-width: 601px) {
    .recent_item .nickname, #recent_comments_container .comment-text
    {
        width: 80%!important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
    #best_reports_table .report-title{
        width: 80%;
    }
}

#recent_comments_container table,
#best_reports_table
{
    table-layout: fixed;
}
