
.breaking-news {
    display: block;
    background-color: #d21126;
    color: #fff;
    overflow: hidden;
}

.breaking-news .wrapper {
    position: relative;
}

.breaking-news .br-title {
    display: block;
    overflow: hidden;
    position: relative;
    font-weight: 200;
    text-transform: uppercase;
    color: #efc220;
    line-height: 46px;
    cursor: default;
}

.breaking-news .br-article-list {
    display: block;
    position: absolute;
    left: 130px;
    top: 0;
    right: 0;
    line-height: 46px;
    font-size: 12px;
    overflow: hidden;
}

.breaking-news .br-article-list:after, .breaking-news .br-article-list:before {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 100%;
    width: 100px;
    height: 100%;
    box-shadow: 5px 0 60px 40px #d21126;
    content: '';
}

.breaking-news .br-article-list:before {
    left: auto;
    right: 100%;
}

.breaking-news .br-article-list a {
    color: #c6c6c6;
    display: inline-block;
    line-height: inherit;
}

.breaking-news .br-article-list a:not(.post-title-comment) strong {
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    line-height: 14px;
    vertical-align: middle;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.breaking-news .br-article-list a:not(.post-title-comment):hover strong {
    border-color: #ccc;
}

.breaking-news .br-article-list a strong {
    display: inline-block;
    margin-left: 8px;
    color: #fff;
    font-weight: 400;
}

.breaking-news .br-article-list a.post-title-comment {
    color: #efc220;
    margin-left: 5px;
    display: inline-block;
    font-weight: 300;
}

.breaking-news .br-article-list a.post-title-comment i {
    padding-right: 3px;
    width: 19px;
}

.breaking-news .br-article-list a.post-title-comment:hover {
    color: #fff;
}

.breaking-news .br-article {
    display: inline-block;
    white-space: nowrap;
    margin-right: 24px;
    position: relative;
}

.breaking-news .br-article:before {
    display: block;
    position: absolute;
    content: '\f111';
    font-family: FontAwesome;
    font-size: 4px;
    padding-top: 1px;
    right: -15px;
    color: rgba(255, 255, 255, .2);
}

.breaking-news .br-article:last-child:before {
    display: none;
}

.breaking-news .br-article-list-inner {
    display: block;
    white-space: nowrap;
    position: relative;
}

.bloc_launcher {
    margin-left: 220px;
}

.bloc_launcher .direct {
    position: relative;
    float: left;
    display: block;
    width: 280px;
}

.bloc_launcher .direct .infos {
    position: relative;
    float: left;
    display: block;
    width: 380px;
    padding: 18px 0 0 0px;
}

.bloc_launcher .direct .infos .encart {
    position: relative;
    display: block;
    width: 170px;
    height: 25px;
    color: #d21126;
    font-size: 12px;
    /*background: #256dc1;*/

    border-radius: 2px;
    margin-bottom: 10px;
    padding: 5px 0 0 29px;
}

.bloc_launcher .direct .infos .encart .picto_direct {
    position: absolute;
    top: 0;
    left: 3px;
    width: 3px;
    height: 3px;
    background: #d21126;
    border-radius: 50%;
    vertical-align: middle;
    margin: 11px 15px 8px 9px;
    animation: fadein 2s 1s infinite alternate;
    -webkit-animation: fadein 2s 1s infinite alternate;
}

.bloc_launcher .direct .infos .encart .picto_direct:before, .bloc_launcher .direct .infos .encart .picto_direct:after {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 19px;
    height: 19px;
    border: 2px solid #d21126;
    border-radius: 50%;
    opacity: 0.3;
    content: "";
}

.bloc_launcher .direct .infos .encart .picto_direct:after {
    width: 11px;
    height: 11px;
    top: -4px;
    left: -4px;
    opacity: 0.6;
}

.bloc_launcher .direct .infos .horaire {
    color: #00123f;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.1px;
}

.bloc_launcher .direct .infos .animateur {
    display: block;
    width: 100%;
    line-height: 27px;
    color: #00123f;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
}

.bloc_launcher .direct .infos .emission {
    display: block;
    max-width: 300px;
    height: 40px;
    line-height: 20px;
    color: #67717e;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
}

.bloc_launcher .visuel {
    float: left;
    height: 179px;
    width: 240px;
    display: block;
    margin: 0 0 -15px 2px;
    overflow: hidden;
}

.bloc_launcher .visuel .visuel_cnt {
    display: inline-block;
    width: 176px;
    margin: 9px 0 0 10px;
}

.bloc_launcher .asuivre {
    float: left;
    width: 210px;
    padding-top: 80px;
}

.bloc_launcher .asuivre .encart {
    float: right;
    width: 55px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #00123f;
    border-radius: 2px;
    margin-bottom: 12px;
}

.bloc_launcher .asuivre .horaire {
    clear: both;
    color: #020733;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.bloc_launcher .asuivre .animateur {
    line-height: 18px;
    color: #00123f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.1px;
    text-align: right;
    overflow: hidden;
}


