.container-readseelisten{
    width: 100%;
    margin-top: 5.5em;
    display: inline-block;
}

.container-readseelisten .row-fluid{
    display: inline-block;
}

/* Overview page */

.container-readseelisten-overview .readseelisten-line{
    margin: 0;
    padding: 0;
}

.container-readseelisten-overview .readseelisten-line:after{
    content: "";
    display: inline-block;
    width: 100%;
}

.container-readseelisten-overview .readseelisten-line:not(.contain-filters) li{
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 3em 0;
    width: 23%;
}

.container-readseelisten-overview .readseelisten-line:not(.contain-filters) li:nth-child(4n){
    margin: 0 0 3em 0;
}

.container-readseelisten-overview .blog-item--summary .blog-item_date{
    font-family: 'TradeGothicLTStd';
    font-size: 1.5em;
    color: #000000;
    margin-top: 0.7em;
    display: inline-block;
    line-height: 1;
}

.container-readseelisten-overview .readseelisten-line .blog-item--summary a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #000000;
    padding-bottom: 1em;
}

.container-readseelisten-overview a:hover, .container-readseelisten-overview a:focus, .container-readseelisten-overview a:active {
    text-decoration: inherit;
    color: #000000;
}


.container-readseelisten-overview .blog-item--summary a:hover  , .container-readseelisten-overview .blog-item--summary a:focus, .container-readseelisten-overview .blog-item--summary a:active  {
    border-bottom: 1px solid #FF8F00;
}

.container-readseelisten-overview .blog-item--summary figure, .container-readseelisten-overview .blog-item--summary figure img{
    max-width: 100%;
    text-align: center;
}

.container-readseelisten-overview .blog-item--summary figure img{
    width: inherit;
}

.container-readseelisten-overview .blog-item--summary .blog-item_title{
    font-family: 'TradeGothicLTStd-Bold';
    color: #000000;
    text-transform: uppercase;
    font-size: 1.7em;
    line-height: 1.1;
    margin: 0.5em 0 0 0;
    white-space: pre-line;
}

.container-readseelisten-overview .blog-item--summary a:hover .blog-item_title, .container-readseelisten-overview .blog-item--summary a:active .blog-item_title, .container-readseelisten-overview .blog-item--summary a:focus .blog-item_title{
    color: #ff8f00;
}

/* filters */

.container-readseelisten-overview label.btn {
    float: left;
    border-radius: 0;
    box-shadow: inherit;
    border: 1px solid #727272;
    border-right: 0;
    transition: none;
    font-size: 1.1;
}

.container-readseelisten-overview label.btn.active{
    background: #727272;
    color: #fff;
}

.container-readseelisten-overview label.btn:last-child{
    border-right: 1px solid #727272;
}

.container-readseelisten-overview label.btn input[type=radio] {
    clip: rect(0,0,0,0);
    pointer-events: none;
    position: absolute;
}

.container-readseelisten-overview .filters{
    /*margin-top: 8em;*/
    padding-left: 0;
}


.container-readseelisten-overview .filters .filter-title{
    font-family: 'TradeGothicLTStd-Bd2';
    font-size: 1.3em;
}

.container-readseelisten-overview #badges{
    margin-bottom: 1em;
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding-left: 0;
}

.container-readseelisten-overview #badges .nb-notice{
    font-family: 'TradeGothicLTStd-Bd2';
    color: #333;
    font-size: 1.3em;
    margin-bottom: 0.2em;
}

.container-readseelisten-overview #badges button{
    max-width: 100%;
    font-family: 'TradeGothicLTStd';
    font-size: 1em;
    background: #727272;
    border: none;
    display: inline-block;
    color: white;
    padding: .3125rem .625rem;
    margin-bottom: .3125rem;
    margin-right: .3125rem;
    /*min-width: 33%;*/
}

.container-readseelisten-overview #badges button > span{
    display: inline-block;
    /*max-width: 92%;*/
    text-align: left;
    /*float: left;*/
}

.container-readseelisten-overview #badges .remove-filter{
    padding-left: 0.5em;
    font-weight: 700;
    font-size: 1em;
    /*width: 10%;*/
    text-align: center;
    float: right;
    line-height: 1;
}

.container-readseelisten-overview #badges .remove-filter svg{
    width: 0.625rem;
    display: inline-block;
    vertical-align: middle;
}

.container-readseelisten-overview .filters .filter-name-cat{
    font-size: 1.1em;
    color: #727272;
    /*margin: 1.5em 0;*/
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
}

.container-readseelisten-overview .filters input{
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    box-sizing: border-box;
}

.container-readseelisten-overview .filters label{
    font-family: 'TradeGothicLTStd';
    font-weight: inherit;
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 1em;
}

.container-readseelisten-overview .filters label::before {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: auto;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    padding-top: 2px;
    border: 1px solid #727272;
    font-size: 16px;
    color: #ff8f00;
    text-align: center;
    line-height: 1;
    background-color: #fff;
}

.container-readseelisten-overview .filters input[type=checkbox]:checked+label, .container-readseelisten-overview .filters input[type=checkbox]:checked+input[type=hidden]+label,
.container-readseelisten-overview .filters input[type=radio]:checked+label, .container-readseelisten-overview .filters input[type=radio]:checked+input[type=hidden]+label {
    color: #ff8f00;
}

.container-readseelisten-overview .filters input[type=checkbox]:checked+label::before, .container-readseelisten-overview .filters input[type=checkbox]:checked+input[type=hidden]+label::before,
.container-readseelisten-overview .filters input[type=radio]:checked+label::before, .container-readseelisten-overview .filters input[type=radio]:checked+input[type=hidden]+label::before {
    content: "\2713";
}

.container-readseelisten-overview .filters .filter-name{
    width: 80%;
    display: inline-block;
}

.container-readseelisten-overview .filters .filter-name:first-letter{
    text-transform: uppercase;
}

.container-readseelisten-overview .filters .filter-count{
    float: right;
}

.container-readseelisten-overview .container-readseelisten-block{
    padding: 0;
}

.readseelisten-line.contain-filters{
    margin-top: 0;
}

.readseelisten-line.contain-filters li{
    display: inline-block;
    width: 33.33%;
    margin: 0 0 3em 0;
    padding: 0 1%;
    min-height: 1px;
    float: left;
    position: relative;
    transform: translate(0px, 0px) scale(1);
}

@media screen and (max-width: 767px) {
    .container-readseelisten-overview .readseelisten-line.contain-filters > li{
        width: 50%;
    }

    .container-readseelisten-overview .filters{
        margin-bottom: 2em;
        padding: 0;
    }

    .container-readseelisten-overview .filters label{
        margin-bottom: 1em;
    }

    .container-readseelisten-overview .readseelisten-line:not(.contain-filters) > li{
        width: 31%;
    }

    .container-readseelisten-overview .readseelisten-line:not(.contain-filters) > li:nth-child(4n){
        margin: 0 2% 3em 0;
    }

    .container-readseelisten-overview .readseelisten-line:not(.contain-filters) > li:nth-child(3n){
        margin: 0 0 3em 0;
    }

}

@media screen and (max-width: 480px) {
    .container-readseelisten-overview .readseelisten-line:not(.contain-filters) > li{
        width: 48%;
    }

    .container-readseelisten-overview .readseelisten-line:not(.contain-filters) > li:nth-child(4n), .container-readseelisten-overview .readseelisten-line:not(.contain-filters) > li:nth-child(3n){
        margin: 0 2% 3em 0;
    }

    .container-readseelisten-overview .readseelisten-line:not(.contain-filters) > li:nth-child(2n){
        margin: 0 0 3em 0;
    }
}


/* Actu page*/

.container-readseelisten .title-readseelisten{
    width: 100%;
    margin-bottom: 2em;
}

.container-readseelisten .span9{
    padding-left: 0;
}

.container-readseelisten .blog-item__head__title{
    text-transform: uppercase;
    color: #ff8f00;
    font-family: 'TradeGothicLTStd-Bold';
    font-size: 3.4em;
    /*margin-top: 1em;*/
    margin-bottom: 1em;
    line-height: 1;
    white-space: pre-line;
    display: block;
}

.container-readseelisten .read-see-listen-date{
    color: #000000;
    font-size: 2em;
    white-space: normal;
    margin-bottom: 0;
    font-family: 'TradeGothicLTStd';
}
