@font-face {
    font-family: 'HelveticaNeue_mod';
src: url('fonts/HelveticaNeue.eot') format('eot'),
     url('fonts/HelveticaNeue.svg') format('svg'),
     url('fonts/HelveticaNeue.ttf') format('truetype'),
     url('fonts/HelveticaNeue.woff') format('woff');
}

body{
    background-color: #edefed;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "HelveticaNeue_mod";
}

html, p, a, ul, li{
    font-family: "HelveticaNeue_mod";
}

h1{
    color: #B51C1A;
    font-size: 23px;
    font-weight: bold;
    margin-top: 5px;
    text-transform: uppercase;
}

h1.black{
    color: #333;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
    text-align: justify;
    text-transform: none;
}

h2{
    text-transform: uppercase;
    color: #990000;
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: bold;
}

a, a:hover, a:active, a:focus, a:visited{
    text-decoration: none;
    border: none;
    outline: medium none;
    color: #333;
    letter-spacing: 1.4px;
}

i{
    margin: auto 10px;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.cacher{
    display: none;
}

.invisible{
    visibility: hidden;
}

.relatif{
    position: relative;
}

.image_full_background{
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat; 
    width: 100%;
    height: 90px;
}

.links_social_cont{
    top: 5px;
    right: 5px;
}

header{
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #fff;
}
.image_top{
    max-height: 90px;
}

#sliderBandeauPub_container, #sliderBandeauPubMob_container{
    height: 100px;
}
#sliderBandeauPubMob_container{
    margin-bottom: 10px;
    position: relative;
    margin: 10px auto;
}

.menu{    
    padding: 0;
}

.menu li{
    display: inline-block;
    max-width: 170px;
    width: 24%;    
}
.menu li a{
    font-weight: bold;
    color: #B51C1A;
    font-size: 17px;
}
.menu li a:hover,.menu li a.actif{
    border-bottom: 2px solid #B51C1A;
}

.menu_bottom li{
    max-width: none;
    text-align: center;
}

.le_direct{
    width: 130px;
}

.search_input{
    width: 130px;
    margin-top: 1px;
}

.search_item{
    float: left; 
    width: 25px;
}

.back_black {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 998;
}

.bandeau_pubs{
    background-color: #ccc; 
    max-width: 728px; 
    width: 100%;
    height: 90px;
    margin: 0 auto;
}

.ligne_rouge_top{
    width: 100%; 
    height: 16px; 
    border-top: 2px solid #B51C1A; 
    background-color: #fff
}
.ligne_rouge_bottom{
    width: 100%; 
    height: 2px; 
    background-color: #B51C1A;
    margin: 20px 0;
}

.slide_index_cont{
    height: 300px;
    width: 100%;
    background-color: #B51C1A;
}
.slide_index{    
    height: 300px;
    width: 100%;
}
.slide_index div{
    background-color: #B51C1A;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.slide_index_item{
    height: 323px;
    width: 100%;
}

.pre_titre_icone{
    max-height: 35px;
    margin-right: 10px;
    float: left;
}

.panel_blanc, .panel_rouge, .panel_noir{
    background-color: #fff;
    border: 1px solid #dadada;
    padding: 10px;
    width: 100%;
    position: relative;
}

.panel_rouge{
    background-color: #B51C1A;    
}

.panel_noir{
    background-color: #333333;
}

.panel_blanc h3{
    margin-top: 6px;
}

.panel_rouge h3, .panel_noir h3{
    color: #fff;
    text-align: center;
    margin: 8px 0;
    font-size: 26px;
    text-transform: uppercase;
}

.panel_blanc_contain{
    margin-top: 12px;
    position: relative;
    min-height: 575px;
    width: 100%;
}

.item_player_cont{
    margin-top: 10px;
}

.item_player_liste{
    padding: 1px 3px 0 6px;
    background-color: #dadada;
    color: #333333;
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.item_player_liste:before{
    content: "";
}
.item_player_liste i{
    color: #999999;
}
.item_player_liste:hover,.item_player_liste_actif{
    background-color: #990000;
}
.item_player_liste:hover a, .item_player_liste:hover i, .item_player_liste_actif a, .item_player_liste_actif i{    
    color: #fff;    
}

.right_links{
    height: 30px;
    margin-top: 15px;
    width: 100%;
    padding-left: 35px;   
}

.icone_in{
    float: left;
    height: 30px;
    margin: 0 4px;
    width: 30px;
    cursor: pointer;
    background-color: rgba(72,71,71,1);
    background-position: 0 0;
    background-size: 100%;
    
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.icone_calendar{
    background-image: url('img/icone_calendar.jpg');
    position: absolute;
    left: 0;
    bottom: auto;
}
.icone_fb{
    background-image: url('img/icone_fb.jpg');
}
.icone_twitter{
    background-image: url('img/icone_twitter.jpg');
}
.icone_google{
    background-image: url('img/icone_google.jpg');
}
.icone_d{
    background-image: url('img/icone_d.jpg');
}

#open{
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.icone_in:hover{
    background-position: 0 -30px;
}

.icone_calendar_actif{
    background-image: none;
    background-color: rgba(72,71,71,0.5);
    height: 100%;
    padding: 19% 4% 4%;
    width: 99%;
    bottom: 0;
    z-index: 998;
}

.date_journal{
    color: #cc0028;
    /*float: left;*/
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-left: -35px;
    text-align: left;
    text-transform: uppercase;
    width: 114%;
}
.date_journal span{
    
}

.calendar_cont{
    width: 100%
}
/*------------------- Les dernieres vidéos ---------------------------*/

.dernieres_video_cont{
    width: 100%;
}

.dernieres_video_cont .row{
    margin-bottom: 5px;
}

.dernieres_video_item_cont{
    background-image: url('img/fond_default.jpg');
    /*background-image: url('img/video2.jpg');*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    height: 170px;    
    cursor: pointer;    
    width: 100%;
}

.slides_dernieresVideos{
    width: 100%;
    height: 530px;
}

derniere_video_item_1{
    
}

.bottom_titre{
    position: absolute;
    width: 100%;
    padding: 8px;
    background-color: #333;
    min-height: 54px;
    left: 0;
    bottom: 0;    
}
.bottom_titre h3{
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}

.revoir_emissions_cont{
    background-color: #dadada;
    border: 1px solid #cdcdcd;
    padding-top: 20px;
    padding-bottom: 20px;
}

.emission_plus_mob{
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    z-index: 999;
    max-width: 80px;
}
.emission_plus_mob img{
    width: 100%;
}

.slides_RevoirEmmission{
    width: 100%;
    height: 150px;
}

.fleche_revoir_emmissions{
    line-height: 150px;
}
.fleche_revoir_emmissions .fleche{
    width: 44px;
    height: 44px;
    background-image: url('img/fleche_left_fond.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    margin: 42px auto 0;
}
.fleche_revoir_emmissions .fleche_right{
    background-image: url('img/fleche_right_fond.jpg');
}
.fleche_revoir_emmissions .fleche:hover{
    background-position: 0 -44px;
}
.fleche_revoir_emmissions .fleche:active{
    background-position: 0 -88px;
}

.bottom_titre_revoir_emissions{
    background-color: #fff;
    bottom: 0;
    left: 0;
    min-height: 48px;
    padding: 6px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}
.bottom_titre_revoir_emissions h3{
    color: #333;
    font-size: 16px;
    margin: 0;
}

/* ------------------------------ Programme --------------------------*/
.slide_prog{
    height: 40px;
    width: 100%;
}

.index_prog_jour{
    overflow: hidden;
    height: 0px;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.index_prog_jour_active{
    height: auto;
}

.scrollY{
    overflow-y: scroll;
    height: 860px;
}

.texte_prog_jour_cont div, .texte_antenne_cont div{
    color : #444444;
    text-transform: uppercase;
    font-size: 18px;    
}
.texte_prog_jour_cont div:first-child, .texte_antenne_cont div:first-child{
    width: 70px;
    float: left;
}

.texte_antenne_cont div:first-child{
    text-align: right;
    padding-right: 10px;
}

.actif_texte_prog div{
    background-color: #B51C1A;
    color: #fff;
}

.telecharger{
    background-image: url("img/dl_fond.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border: 3px solid #B51C1A;
    color: #B51C1A;
    font-size: 24px;
    margin-top: 20px;
    padding: 3px 0 3px 11%;
    text-transform: uppercase;
}

/*---------------------------------- Les emissions -------------------*/
.emissions_panel_blanc_contain{    
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #dadada;
    background-color:  #fff;
    background-image: url('img/plus_emissions.png');
    background-repeat: no-repeat;
    background-position: right -63px;
    background-size: auto;
    cursor: pointer;
    -webkit-transition: border 0.3s ease-out 0s;
    -moz-transition: border 0.3s ease-out 0s;
    -o-transition: border 0.3s ease-out 0s;
    transition: border 0.3s ease-out 0s;
    position: relative;
}
.emissions_panel_blanc_contain:hover{
    border-color: #B51C1A;
    background-position: right -86px top 0;    
}

.emission_apercu_img{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: 145px;
    margin: 13px auto 0;
    max-width: 255px;
    width: 100%;
}

.emissions_txt{
    padding-top: 25px;
}

.emissions_txt p{
    font-size: 14px;
    max-width: 620px;
}

.emission_video_first{
    width: 100%;
    height: 410px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.play_fond{
    background-size: cover;
    background-position: center;
}

.play_button{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('img/play2.png');
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.play_button:hover{
    background-image: url('img/play2_hover.png');
}

.preview_button{
    bottom: 60px;
    left: 10px;
    width: 50px;
    height: 50px;
}

.emission_preview_container{
    background-color: #ccc;
    /*background-image: url('img/video10.jpg');*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    height: 170px;    
    cursor: pointer;    
    width: 100%;
}

/* -------------------------------- Publicité -----------------------------------*/
.rj_fond{
    background-color: #fff;
    background-image: url("img/rj_media.png");
    background-position: right 20px top 17px;
    background-repeat: no-repeat;
    background-size: auto 70%;
}

.pub_nous_contacter div{
    font-weight: bold;
}

.type_chrono{
    background-image: url('img/chrono.jpg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 35px;
    padding-left: 55px;
    margin-top: 10px;
}

.ekko-lightbox .modal-header{
    /*display: none;*/
}

.ekko-lightbox .embed-responsive-item div.controls {
     display: none;
 }

/* -------------------------------- Panel droite video --------------------------*/

.panel_droite{
    padding: 15px 30px;
}

.ligne_preview{
    margin-bottom: 20px;
    cursor: pointer;
    height: 95px;
    overflow-y: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.ligne_preview:hover{
    color: #B51C1A;
}
.ligne_preview:hover .fond_preview{
    border-color: #B51C1A;
}

.fond_preview{
    background-image: url('img/fond_default.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 95px;
    border: 3px solid #dadada;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.titre_preview{
    padding: 0 5px;
}
.titre_preview p{
    font-size: 15px;
    font-weight: 500;
}
.titre_preview p:hover{
    color: #B51C1A;
}

/*.plus_emissions{
    width: 86px;
    height: 63px;
    position: absolute;
    top: -15px;
    right: 0;
    background: url('img/plus_emissions.png') no-repeat center 0 / 100%;
    cursor: pointer;
}
.plus_emissions:hover{
    background-position: 0 -63px;
}*/

/*--------------------------------------------------------------------*/


.mentions_legales_cont a{
    color: #b51c1a;
}
.mentions_legales_cont a:hover{
    text-decoration: underline;
}

/*---------------------------- Contact -------------------------------*/

.contact_form input, .contact_form textarea {
    margin-bottom: 6px;
}

/*--------------------------------------------------------------------*/

/*----------------------------- Footer -------------------------------*/

.footer_link_cont{
    width: 20%;
    float: left;
}

.footer_link_cont a{
    color: #B51C1A;
    font-weight: bold;    
}

.footer_black{
    background-color: #333333; 
    width: 100%; 
    height: 90px;
    margin-top: 19px;
}

.footer_extra_links{
    background-color: #544F4F;
    width: 100%;
    padding: 3px 0;
}
.footer_extra_links p, .footer_extra_links a{
    color: #fff
}
.footer_extra_links a:hover{
    text-decoration: underline;
}

.footer_extra_links p {
	letter-spacing: 1.4px;
	padding-top: 5px;
}


.carousel-indicators{
    left: auto;
    width: auto;
    bottom: 0;
}
.carousel-indicators li{
    border-radius: inherit;
    border: 1px solid #8e8e8e;
    background-color: #ccc;
}       
.carousel-indicators .active{
    background-color: #B51C1A;
    border-color: #990000;
}


/*------------------- DatePicker -----------------------------*/
    .close{
        position: absolute;
        top: 5px;
        right: 5px;
        width: 40px;
        height: 40px;
        background-image: url('img/close.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        z-index: 999;
        opacity: .8;
    }
    .ui-datepicker-title{font-size: 22px;}
    .ui-datepicker { width: 100%; min-height: 420px; padding: .2em .2em 0; display: none; }
    .ui-datepicker-month{text-transform: uppercase;}
    .ui-datepicker table {width: 100%; height: 100%; font-size: 28px; border-collapse: collapse; margin:0 0 .4em; }
    .ui-state-highlight {color: #454545;}
    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { background-color: #B51C1A;border: 1px solid #c5c5c5;color: #fff}

        /*--------------------------------------------------------------------*/

        @media only screen and (min-width: 320px) and (max-width: 767px) {
            header{
                padding-top: 10px;
                background-color: #333;
            }
            
            .image_top {
                left: 7px;
                position: absolute;
                z-index: 999;
            }

            #dLabel{
                height: 50px;
                margin-bottom: 9px;
                width: 50px;
            }

            .dropdown-menu{
                left: -100%;
                width: 200%;
            }
            .dropdown-menu > li > a{
                font-size: 18px;
                padding: 10px 20px;
            }
            
            .image_full_background{
                background-size: 100% auto;
                margin-top: 20px;
            }
            
            .slide_index_item{
                height: 150px;
            }

            #journalIndex{
                height: 200px;
            }

            .bandeau_pubs{
                max-width: 320px;
                height: 100px;
            }

            .bottom_titre h3 {
                font-size: 13px;
            }
            
            .panel_blanc_contain{
                min-height: inherit;
                margin-bottom: 20px;
            }
            
            .panel_blanc, .panel_rouge, .panel_noir{
                margin-left: -3%;
                margin-bottom: 20px;
                width: 106%;
            }
            
            .liste_videos{
                min-height: 600px;
            }
                        

            .dernieres_video_item_cont{
                margin: 0 auto 9px;
                max-width: 300px;
            }

            .fleche_revoir_emmissions .fleche{
                background-size: 100% auto;
            }

            .fleche_revoir_emmissions .fleche_left{
                background-image: url('img/fleche_left.jpg');

            }

            .fleche_revoir_emmissions .fleche_right{
                background-image: url('img/fleche_right.jpg');
            }

            .menu li {
                text-align: center;
                width: 49%;
                height: 50px;
            }

            .slide_index_cont{
                height: 200px;
            }

            .slide_index{
                height: 150px;
            }
            .slide_index div{
                background-size: auto 100%;
            }            
            
            .icone_calendar_actif{
                height: 56%;
            }
            .ui-datepicker-title{
                font-size: 17px;
            }
            
            .ui-datepicker table{
                font-size: 13px;
            }
            
            .ligne_preview{
                margin: 0 auto;
                width: 90%;
                max-width: 300px;
                height: auto;
            }
            
            .fond_preview{
                background-size: 100% auto;
                background-position: center center;
                height: 140px;
            }
            
            /* a corriger  */
            .revoir_emissions_cont{
                display: none;
            }
            
            .emissions_panel_blanc_contain{
                background-image: none;
            }
        }
        @media only screen and (min-width: 320px) and (max-width: 500px) {
            .panel_blanc, .panel_rouge, .panel_noir{
                margin-left: -6%;
                width: 112%;
            }   
            
            .slide_index div{
                background-size: 100% auto;
                background-color: transparent;
            }
            
            .slide_index_cont{
                height: 150px;
            }

            .slide_index{
                height: 130px;
            }            
            
            .emissions_panel_blanc_contain{
                background-image: none;
            }
            
            .telecharger{
                font-size: 17px;
            }
            
        }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
            i {
                margin: 0 2px 0 0;
            }

            .image_top{
                max-width: 100%
            }
            
            .slide_index div{
                background-size: 100% auto;
                background-color: transparent;
            }
            
            .menu li a{
                font-size: 15px;
            }
            
            .le_direct{
                width: 110px;
            }
            
            .search_input{
                width: 118px;
            }
            
            .search_item{
                /*display: none;*/
            }
            
            #journalIndex{
                height: 200px;
            }
            
            .carousel-indicators{
                bottom: 20px;
            }
            
            .revoir_emissions_item{
                width: 18.2%;
            }
            
            .fleche_revoir_emmissions .fleche{
                width: 100%;
            }

            .bottom_titre h3 {
                font-size: 13px;
            }
        }
        @media only screen and (min-width: 992px) and (max-width: 1280px) {
            .search_item{
                /*display: none;*/
            }
            
            #journalIndex{
                height: 260px;
            }
            
            .revoir_emissions_item{
                width: 18.6%;
            }

            .bottom_titre h3 {
                font-size: 13px;
            }                        
        }
        @media only screen and (min-width: 1281px) {
            .search_input{
                width: 130px;
            }
        }


        
        
        
        
        
        
        
        
        
        
        
        
        
    .jssorb05 {
        position: absolute;
    }
    .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
        position: absolute;
        /* size of bullet elment */
        width: 16px;
        height: 16px;
        background-image: url(./img/b05canal.png);
        background-repeat: no-repeat;
        overflow: hidden;
        cursor: pointer;
    }
    .jssorb05 div { background-position: -7px -7px; }
    .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -67px -7px; }
    .jssorb05 .av { background-position: -67px -7px; }
    .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }                  