@charset "utf-8";
.modern-ticker {
    /*width: 99%;*/
    /*height: 20px;
    line-height: 30px;*/
    padding: 0px 0;
    position: relative;
    overflow: hidden;
}

.modern-ticker a {
    text-decoration: none;
}

.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mt-round {
    border-radius: 7px;
}

.mt-label {
    margin-right: 2px;
    padding: 0 8px 0 12px;
    float: left;
    color: #fff;
    border-right: 1px solid #6f6f6f;
}

.mt-round .mt-label {
    border-radius: 5px 0 0 5px;
}

.mt-news {
    height: 100%;
    overflow: hidden;
    float: left;
}

.mt-scroll .mt-news {
    background-color: transparent;
}

.mt-round .mt-news:first-child,
.mt-round .mt-news:first-child a {
    /*border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;*/
}

.mt-round .mt-news:last-child,
.mt-round .mt-news:last-child a {
    /*border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;*/
}

.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
}

.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}

.mt-news li {
    float: left;
    display: flex;
}

.mt-news .rubrique {
    font-size: 12px;
    text-transform: uppercase;
    color: #F5E348;
    margin: 4px 0 0 5px;
    font-family: 'Oswald', 'Arial', serif;
}

.mt-news a {
    font-size: 12px;
    padding: 0 10px 0 25px;
    margin-right: 2px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    /*border-right: 1px solid #6f6f6f;*/
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.mt-news a:hover {
    /*background:#4e4e4e;*/
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.up {
    color: #6ab725;
    font-weight: 700;
}

.down {
    color: #ed0000;
    font-weight: 700;
}

.zone-flash {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.bar-info {
    padding: 0 !important;
    margin: 0 !important;
    bottom: 0;
    width: 100%;
    z-index: 999;
    height: 30px;
    background: rgb(53, 53, 53);
}

.bar-info .zone-title {
    /* height: 35px; */
    background: #DF1420;
    /* width: 250px; */
    margin-right: 14px;
    position: relative;
    display: block;
    padding: 5px 18px 5px 7px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.bar-info .zone-title::after {
    color: #df1420;
    content: "\e8b5";
    font-family: fontello;
    font-size: 12px;
    position: absolute;
    right: -3px;
    top: 4px;
}

.bar-info .zone-title::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    height: 18px;
    position: absolute;
    right: -7px;
    top: 6px;
    width: 18px;
}

.mt-news i {
    /*font-size: 15px;*/
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    /*color:#fff;*/
}

.mt-hide {
    display: none;
}

.mt-controls {
    margin-left: 2px;
    height: 99%;
    position: absolute;
    right: 2px;
    background-repeat: no-repeat;
    background-position: -1000px;
}

.mt-next,
.mt-play,
.mt-prev {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    float: left;
}

.mt-prev {
    background-image: url(../images/prev.png);
}

.mt-next {
    background-image: url(../images/next.png);
}

.mt-pause {
    background-image: url(../images/pause.png);
}

.mt-play {
    background-image: url(../images/play.png);
}

.mt-round .mt-next {
    border-radius: 0 5px 5px 0;
}