:root {
    --bleu: #2b5194;
    --gris: #F5F6F8;
    --blanc: #fff;
}

html {
    font-size: 100%;
    height: 100%;
}

body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    height: 100%;
    background-color: var(--bleu);
    color: #333645;
    margin: 0;
}

a, .btn-default {
    color: var(--bleu);
    margin: 10px 0;
}

a:hover{
    /* color: #2ec3f0; */
}

a, a:hover{
    text-decoration:none;
}

.fa {
    margin-right: 5px;
}

.fa-play {
    width: 15.98px;
}

h1 {
    font-size:1.1em;
    padding:15px;
    margin:0px;
    color: var(--bleu);
}

h2 {
    font-size:1em;
    padding:0px;
    /*margin:0;*/
    color: var(--bleu);
}

section h1 {
    margin:0px 0px 1px;
    font-size:1.4em;
    text-transform: uppercase;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

section article h1 {
    margin-bottom: 1px;
    text-transform: uppercase;
    /* font-size:1.1em; */
}

header {
    width:100%;
    color:#e4eeff;
}

.content {
    overflow: auto;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.blue { color: blue; }
.orange { color: orange; }
.green { color: green; }
.red { color: red; }


#header {
    max-width:1050px;
    margin:0px auto;
    text-align: center;
}

#connexion {
    width:100%;
    text-align:right;
    padding:3px;
    margin-bottom:10px;
    font-size:0.9em;
    color:#97b6ed;
    background-color: #fff;
}

#connexion div {
    max-width:1050px;
    margin:0 auto;
}

#connexion a {
    font-size:0.9em;
    color:#4683ee;
}

#connexion a:hover {
    font-size:0.9em;
    color:#97b6ed;
}

#banner p {
    padding:0px;
    margin:0px;
}

#logo img {
    width:auto;
    /* height:100%; */
    border: none;
}

#frequences {
    float: right;
    height: 90%;
    margin-right: 100px;
    margin-bottom: 10px;
}

#header .value {
    font-weight:bold;
}

#header .value span {
    color:#99B1DD;
    font-weight:normal;
}

.ecouter {
    padding-top:5px !important;
}

.bouton {
    color:#f2f5f9;
    padding:10px 20px !important;
    font-size:0.8em;
    text-transform:uppercase;
    font-weight:bold;
    border-radius: 6px;
    background-color: #2EC2EF;
    margin: 0;
    display: inline-block;
}

.bouton:hover {
    /* 						background-color:#2EC2EF; */
    color:var(--bleu);
}

nav {
    width:100%;
}

#nav {
    max-width:1050px;
    margin:0 auto;
}

#middle {
    width:100%;
    padding: 2px 0px;
    background-color: var(--gris);

}

.breadcrumbs {
    max-width:1050px;
    margin: 0 auto 2px;
    padding:10px;
    background: #fff;
    color: #999999;
    font-weight: bold;;
}

#main {
    max-width:1050px;
    margin:0px auto;
}

#main p {
    text-align:justify;
}

#left {
    padding:0px 0px 10px 0;
}

#left .dailynews, article > div {
    padding: 15px;
    background-color: #fff;
}

#left div:last-child, #left p:last-child, #left article:last-child {
    /*border-radius: 0 0 6px 6px;*/
    margin-bottom: 2px;
    display: flow-root;
}

.block {
    background-color: var(--gris);
}

.block h2 {
    /* background-color: #fff; */
    /*border-radius: 6px 6px 0 0;*/
    padding: 15px;
    margin-bottom: 1px;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.block h2:not(first) {
    margin-top: 0px;
}

.block > div {
}


#article h2, .dailynews h2 {
    border-bottom: 1px solid #DEDEDE;
    line-height: 30px;
    margin-bottom: 10px;
}

#content p {
    padding:1px 0px;
}

#article .presentation img {
    width: 100%;
    margin-bottom: 10px;
}

/* Player */
.img_player {
    margin: 5px;
    vertical-align: -10px;
    width: 20px;
}

article .publisher {
    margin-bottom: 10px;
}

article.push {
    width: 100%;
}

article.push h1 {
    font-weight: bold;
    font-size: large;
}

article.push .published, article.push .desc {

}

article.push img {
    width: 100%;
    margin-bottom: 15px;
}

#page p {
    padding: 5px 0px;
    font-size:0.9em;
}

.searchWinner {
    background-color:#fff;
    padding:15px 15px 5px 15px;
    font-size:0.9em;
    /* line-height: 2em; */
    /*border-radius: 6px;*/
    margin-bottom: 2px;
    display: inline-block;
}

.searchWinner input {
    width: 110px;
    display: inline;
}

.searchplaylist {
    /*border-radius: 0 0 6px 6px;*/
    padding: 10px;
}

#search, #search:active, /*#sn, #sd,*/ .submit, .submit:active {
    background-color: #2b5294;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    padding: 9px 15px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.input-group-btn:last-child>.btn.submit, .input-group-btn:last-child>.btn.submit:active {
    margin-top: 2px;
    padding: 6px 10px;
    border-radius: 0px 6px 6px 0px;
    color: #fff;
}

.submit:hover {
    /* color: inherit; */
    background-color: #2EC2EF;
    color: #fff;
}

#search:hover /*, #sn:hover*/ {
    background-color: #2EC2EF;
    color: #fff;
}

/* #search */ 
liveQ {
    display:inline;
}

.loading { 
    background: url(../img/ajax/cloader.gif) no-repeat center center;
    width: 100%;
    height: 70px;
}

#resultats img {
    float:left;
}

.playlist /* , #resultats */ {
    /*border-radius: 6px !important;*/
}
#resultats p {
    padding-left:130px;
}

#resultats div {
    padding:10px;
    border-bottom: 1px solid #819CCD;
}

#resultats div:first-child {
    /*border-radius: 6px 6px 0 0;*/
}

#resultats .valeur {
    font-weight: bold;
}

#resultats .valeur span {
    color: var(--bleu);
    font-weight: normal;
}

#resultats .diffuse {
    font-weight: bold;
}

#resultats .yfa img {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.resultWinner {
    background: #fff;
    padding: 15px;
}

.resultWinner p {
    padding: 10px 0px 10px 110px;
    border-bottom: 1px solid #819CCD;
}

.resultWinner p span {
    font-weight: bold;
}

.resultWinner img {
    float: left;
    margin-top: 10px;
}

.top10 {
    padding: 10px;
    background: #fff;
    margin-bottom: 1px;
    color: var(--bleu);
}

.top10 .fa {
    margin: 0 10px;
}

.top10 img {
    float:left;
    margin-right: 15px;
}

.top10 p {
    padding-left:130px;
}

.top10 div {
    padding:10px;
    border-bottom: 1px solid #819CCD;
}

.top10 .value {
    /* 							color:white; */
    font-weight:bold;
}

.top10 .value span{
    color:var(--bleu);
    font-weight:normal;
}

.top10 .diffuse {
    font-weight:bold;
}

.top10 .yfa img{
    float:left;
    margin-top:10px;
    margin-right:5px;
}

.top10 .state {
    float:none;
    margin-left:5px;
}

.info {
    padding:15px;
    background-color: #fff;
    margin: 0 -2px 2px 0;
    display: inline-table;
    width: 49.75%;
    height: 490px;
}

.info:hover {
    cursor: pointer;
}

.info h1 {
    background: none;
    padding: 0;
}

.info.link:hover {
    background-color: #F5F8FA;
    /*cursor: pointer;*/
}

.info img {
    margin-bottom:10px;
    width: 100%;
}

.published {
    font-size:0.8em;
    font-style:italic;
    margin: 10px 0;
}

.desc{
    padding-top:5px;
}

#left .top {
    padding:5px;
    text-align:center;
    float:left;
    width:33.33%;
}

#left .top img {
    max-width:100%;
    height:auto;
}

#left .top a {
    margin-top: 0;
    display: inline-block;
}

#left .date {
    margin-top:5px;
}


#right {
    font-size:0.9em;
}

#right .block {
    margin-bottom: 5px;
}

#right .block > div {
    background-color: #fff;
}

#right .block-last_comments {
    cursor: pointer;
}

#right a {
    margin: 0;
}

#right h2 {
    margin:10px 0 1px;
    padding-bottom:10px;
    font-weight: bold;
}

#right h2:first-child {
    margin-top:0;
}

#right .block-twitter h2, #right .block-facebook h2 {
    z-index: +1;
    position: relative;
    border-bottom: 1px solid var(--bleu);
}

#right p {
    padding:10px;
    margin: 0 0 1px 0;
    background-color: #fff;
}

#right p:last-child, #right div:last-child {
    /*border-radius: 0 0 6px 6px;*/
}

#right p.min {
    padding:10px 15px;
    background-color: #fff;
}
#right p.min:last-child {
    /*border-radius: 0 0 6px 6px;*/
    margin-bottom: 10px;
}
#right p.min a {
    padding:0px !important;
}

#right p.min span {
    display:inline-block;
    width:70px;
}

#right p span.username {
    font-weight:bold;
    color: var(--bleu);
}

#right p span.ville {
    font-style: italic
        /* 						color: var(--bleu); */
}

#right p span.comment {
    font-style:italic
}

#right .block-dailynewsright > div {
    padding: 15px 15px 0;
    margin: 0;
}

#right .block-dailynewsright .date {
    line-height: 30px;
}

#right .block-last_comments p {
    cursor: pointer;
}

#right p a {
    display:block;
    padding-bottom:5px;
}

#right p.ecouter {
    /* 						margin-top:15px; */
    border-bottom:none;
    border-radius: 0 0 6px 6px;
    text-align: center;
}

#right p.ecouter a {
    display:inline;
}

.rss{
    text-align:justify;
}

.rss img{

    float:left;
    margin-right:5px;
}

#right .date{
    display:block;
    text-align:right;
    width:100%;
    font-style:italic;
    font-size:0.9em;
}

.noborder{
    border:none !important;
}

#right .top{
    text-align:center;
}

#right .top span{
    display:block;
    padding-top:5px;
}

#right .top img{
    max-width:80%;
    height:auto;
}
footer{
    width:100%;
    color:#e4eeff;
    padding:10px 0px 100px 0px;
    margin-bottom: 90px;
}

#footer{
    max-width:1050px;
    margin:0px auto;
    text-align:center;
}

#footer a{
    width:100%;
    color:#99b1dd;
}

#footer a:hover{
    color:#99B1DD !important;
}

/* Commentaire */
.block-origine_commentary > div {
    padding: 15px;
}

.commentary {
    padding:10px 0px;
    font-size:0.9em;
    border-bottom:1px solid #819CCD;
}

.commentary img {
    width:40px;
    float:left;
    margin:0 10px 0px 10px;
}

.commentary p {
    padding-left:60px;
}

/* Horoscope */
.horoscope div, .signe div {
    background: #fff;
    padding: 15px;
}

.signe img {
    display:block;
    margin:0 auto;
}

.signe h2 {
    margin: 15px 0;
    color:var(--bleu);
}

.signe p {

}

.zodiacale {
    display:block;
    margin:20px auto;
    width: 99%;
    max-width: 400px;
}

/* pagination */

div.paging {
    text-align:center;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 1px
}

div.paging span {

}

div.paging span a {

}

div.paging .current {
    color:white;
}

/* Carousel */

#banner{
    width:100%;
    position:relative;
    overflow:hidden;
    max-height:233px;
}

#carousel{
    margin:0 auto;
    max-width:1050px;
    position:relative;
    overflow:hidden;
    max-height:233px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
.carousel-control{
    margin: 0;
}
.carousel-caption{
    left: 0 !important;
    right: 0 !important;
    bottom: 1px !important;
    padding: 6px !important;
}
.carousel-indicators{
    bottom: -16px;
    left: inherit;
    margin-left: 0;
    right: 0 !important;
    width:inherit;

}
.carousel-indicators li{
    margin: 3px;
    height: 13px;
    width: 13px;
    border-radius: 13px;
    background-color: #fff;
}
.carousel-indicators .active{
    margin: 3px;
    height: 13px;
    width: 13px;
    border-radius: 13px;
    background-color: #2EC2EF;
}
.carousel_loader{
    width:100%;
}

.carousel_loader_ajax {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-16px;
    margin-top:-16px;
}

/* Formulaire */
.required:after {
    content: " * ";
    color: red;
}

.trueform{
    margin:0px 10px;
}

.trueform label {
    width: 120px;
    margin: 10px 0;
}

.trueform .submit input {
    margin:10px 0;
    padding:5px;
}

/*.newform label{
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}*/

.newform .input {
    margin: 0 0 10px;
}

/* users */
.users>div {
    background: #fff;
    padding: 15px;
    /*border-radius: 0 0 6px 6px;*/
}
.users .input-group {
    margin-bottom: 10px !important;
}
.users p {
    padding:10px 10px;
}

.newlabel{
    display: inline-block;
    min-width: 150px;
    font-weight: bold;
    margin-bottom: 5px;
    /*margin-left:-10px;*/
    /*float: left;*/
}

/* Voix mystère */
.mysteryvoices {
    padding: 15px;
    background: #fff;
}
.mysteryvoices h2 {
    line-height: 30px;
    border-bottom: 1px solid;
}
.mysteryvoices label:after{
    content: " *";
    color: red;
}
.indice{
    border-bottom: 1px solid #819CCD;
    border-radius: 0 !important;
    padding: 10px;
    font-size:0.9em;
}

.indice img{
    float:left;
}

.indice h3{
    padding:0px 0 0px 74px;
}

.indice ul{
    padding:10px 0px 20px 74px;
}

/* Contact */
#contact-us h2 {
    color: var(--bleu);
    border-top: 1px solid var(--bleu);
    border-bottom: 1px solid var(--bleu);
    margin: -1px 0px 10px;
    border-radius: 0;
}

#contact-us .label{
    color:var(--bleu);
    font-weight:bold;
    display:inline-block;
    width: 130px;
    text-align: left;
    margin-left: 30px;
    font-size: 1em;
}

#contact-1 h2{
    color:var(--bleu);
    /* 		margin:15px 0px; */
}
.contact-form{
    padding: 15px;
}

/* WARNING */

.warning, .error, .success {
    padding: 10px 5px;
    font-style: italic;
}

.error, .warning {
    color: #D12F19;
}

.error,
.notice,
.warning,
.success,
.message { padding: .8em; margin: 1em 0; border: 2px solid #ddd;}
.error, .warning { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4;}
.notice,
.message { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a { color: #D12F19; }
.notice a,
.message a { color: #817134; }
.success a { color: #529214; }
.important { color: #D12F19; }


/* -- Begin social sharing buttons
------------------------------------------------------------- */
.addthis{
    /* 		background: #fff; */
    padding: 15px;
    /*border-radius: 6px !important;*/
    margin-bottom: 2px;
    color: var(--bleu);
    font-weight: bold;
    text-align: center;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.dailynews .addthis {
    background: none;
}
.ss-share {
    padding-left: 0;
    list-style: none;
    display: inline;
}

.ss-share-item {
    display: inline;
    margin-right: 0.5em; 
}

.ss-share-link {
    /* crude button styles */
    text-decoration: none;
    /* 	  color: #444; */
    font-weight: bold;
    padding: .5em .75em .5em 1.2em;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px; }
.ss-share-link:hover, .ss-share-link:active, .ss-share-link:focus {
    color: #8a1534;
}

/*
        [class*="ico-"] {
          display: inline-block;
          background-size: 16px 16px;
          background-repeat: no-repeat;
          background-position: 10px center;
        }
*/

.ico-facebook {
    color:#45619D;
}

.ico-twitter {
    color:#2ec3f0;
}

.ico-google {
    color: #DC4A39;
}


/* full clearfix */
/* add to floating elements which shall clear floating after themselves */
* html .clearfix {
    height: 1%; /* IE5-6 */
}

*+html .clearfix {
    display: inline-block; /* IE7not8 */
}

.clearfix:after { /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#left #recaptcha div {
    line-height: normal;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.sitemap {
    background: #fff;
    border-radius: 6px !important;
}

.sitemap ul {
    padding: 15px;
}

.node-body {
    background: #fff;
    padding-bottom: 15px;
    border-radius: 6px !important;
}

.node-body p, .node-body h2, .node-body h3, .node-body h4, .node-body ul {
    padding: 0 15px;
}

.block-facebook {
    background: #fff;
    /*border-radius: 6px;*/
}

.block-facebook iframe {
    padding: 10px 18px;
}

.block-facebook iframe {
    width: 99%;
}

.fb_iframe_widget {
    vertical-align: -4px;
}

/* Galeries */

#left header.galerie{
    border-radius: 6px 6px 6px 6px;
}
#left header h1{
    border-radius: 6px 6px 0 0;
}


#left header.galerie p{
    padding:15px;
    color:#333645;
    background-color:white;
}

#left .container{
/*    min-width:214px;
    float:left;
    margin:10px 0px;
*/
    width: 200px;
    float: left;
    margin: 10px 0 10px 15px;
    background-color: var(--bleu);
    padding: 12px 25px;
    border-radius: 22px;
    text-align: left;
}
}

#left article.galerie{
    position:relative;
    background-color:white;
    width:194px;

    margin:auto;
    border-radius: 6px 6px 6px 6px;
    border:1px solid #e0e0e0;
    cursor:hand;
    cursor:pointer;
}

#left article.galerie:hover{
    border:1px solid black;
}

#left div.galerie{
    background-color:white;
    border-radius: 6px 6px 6px 6px;
}

#left div.aff_galerie{
    border-radius: 0px 0px 6px 6px !important;
}

#left article.galerie .titre {
    padding:5px 10px;
    margin:0px;
    overflow:hidden;
    height:25px;
    line-height:20px;
    text-align:center;
}

#left article.galerie .published {
    text-align:center;
    padding:0px;
}

#left article.galerie .preview {
    padding:5px;
    margin:10px 10px 0px 10px;
    width:172px;
    height:132px;
    border:1px solid #9c9c9c;
    /* background-color:#d6d6d6; */
    background-color:white;
    position:relative;
}
/*
#left article.galerie .lapinou{
        margin:10px !important;
}
*/

#left article.galerie .preview div {
    background-color:#d6d6d6;
    width:160px;
    height:120px;
    border-radius:0px;
    overflow:hidden;
}

#left article.galerie .preview span.description{
    display:none;
}

#left article.texte .preview span.description{
    display:block;
    text-align:justify;
    padding:5px;
    color:black;
    font-size: 0.8em;
    line-height: 1.5em;
}

#left article.galerie span.media_box{
    height: 85px;
    /* overflow: hidden; */
    position: absolute;
    text-align: center;
    top: -4px;
    width: 85px;
    z-index: 0;
}

#left article.galerie span.media_label:before {
    border-color: #293750 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -3px;
    left:0px;
    content: ".";
    height: 0;
    position: absolute;
    text-indent: -5000px;
    transform: rotate(225deg);
    width: 0;
}

#left article.galerie span.media_label{
    background: none repeat scroll 0 0 var(--bleu);
    color: #FFFFFF;
    display: block;
    font: 700 14px/12px Arial,Helvetica,sans-serif;
    left: -11px;
    padding: 9px 0 7px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    text-transform: uppercase;
    top: 16px;
    /* transform: rotate(-45deg); */
    width: 91px;
    z-index: 1;
}

#article_media{

    text-align:center;

}

#media_wrapper{
    margin:0px auto;
    width:100%; max-width: 436px; height:100%;
}

#media{
    position:relative;
    padding-top: 56%;
}

.media_responsive_galerie{
    width:100% !important;
    height:auto !important;
}

.mediaimg{
    width:100%;
    max-width:436px;
    margin:10px auto;
}

#media iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#media_description{
    text-align:justify;
    margin:20px 0px;
}

.pn{
    margin-top:10px;
    margin-bottom:0px !important;
}

.pn_p{
    float:left;
    width:50%;
    text-align:left;
    margin-bottom:10px;
    padding-right:20px;
}

.pn_p i{
    margin:0px;
}

.pn_n{
    float:right;
    width:50%;
    text-align:right;
    margin-bottom:10px;
    padding-left:20px;
}

.pn_n i{
    margin:0px;
}

/* correctif */

.pagination > li > a, .pagination > li.current, .pagination > li.disabled, .pagination > li > a {
    margin:0px;
}

.alert {
    border-radius: 6px !important;
}

/* PLAYER */
#alljackets {
    position: fixed; 
    left: 50%;
    width: 3000px;
    margin-left: -1500px;
}
.jacket {
    width: 120px;
    height: 120px;
    float: left;
}
.jacket img {
    width: 120px;
    height: 120px;
}

input[type=range]{
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: #ddd;
    border: none;
    border-radius: 4px;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 8px;
    background: #ddd;
    border: none;
    border-radius: 4px;
    margin-top: -5px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    background: #ddd;
    border: none;
    border-radius: 4px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FAE813;
    margin-top: -4px;
}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FAE813;
    margin-top: -4px;
}

input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FAE813;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}



/* TWITTER */
/*
.tw_stream{
    position:relative;
}

.tw_stream ul{
    position:relative;
}

.tw_stream ul li{
    padding: 12px 12px 10px 69px;
}

.tw_stream ul li time{
    color: #707070;
}

.tw_stream ul li div.tw_header{
    position:relative;
}

.tw_stream ul li div.tw_header img{
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    height: 48px;
    left: -57px;
    position: absolute;
    top: 0;
    width: 48px;
}

.tw_stream ul li div.tw_header a{

}

.tw_stream ul li div.tw_header a span.name{
    color: #292f33;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
}

.tw_stream ul li div.tw_header a span.username{
    color: #707070;
    line-height: 18px;
}

.tw_stream ul li div.tw_content{

}

.tw_stream ul li div.tw_content p{
    clear: both;
    margin: 0px 5px 0 0;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 16px;
    padding:5px 0 0 0px !important;
}

.tw_stream ul li div.tw_content p a{
    display:inline !important;
    padding:0px !important;
}

.tw_stream ul li div.tw_content img{
    display:block;
    margin: 10px 0 0;
    max-width: 100%;
}*/


#fancybox-close {
    top: -22px;
    right: -54px;
}

.player .jp-progress {
    height: 20px;
    width: 100px;
    background: #f5f5f5;
    display: inline-block !important;
    margin: 0px 5px;
    position: absolute;
    border: 1px solid var(--bleu);
    border-radius: 10px !important;
}   

.player .jp-play, .player .jp-pause, .player .jp-stop {
    color: #fff;
}

.player .jp-seek-bar {
  width: 0px;
  height: 100%;
  cursor: pointer; 
  border-radius: 0 !important;
}

.player .jp-play-bar {
  width: 0px;
  height: 100%;
  overflow: hidden;
  background-color: #C0C0C0;
  border-radius: 0 !important;
}

.player .jp-current-time, .player .jp-duration {
    width: 100px;
    position: absolute;
    color: #000;
    text-align: left;
    font-size: 0.9em;
}
.player .jp-current-time {
    margin: 2px 12px;
}

.player .jp-duration {
    margin: 2px 48px;
}

.player .jp-duration:before {
    content: "/ ";
}

#notification-icon {
    position:fixed;
    display:block;
    bottom:10px;
    right:10px;
    color:grey;
    z-index: 10001;
}
#notification-icon:hover {
    color: var(--bleu);
    cursor: pointer;
}

#notification-icon.active {
    color:red;
}