/************************************************
##                                             ##
##                    SLIDER                   ##
##                                             ##
*************************************************/

#home .main_slider {
    width:100%;
    overflow:hidden
}

#home .slider {
    position: relative;
    max-width:1200px;
    height:420px;
    margin:0 auto;
}

#home .slider .slide .bg {
    display: block;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:0;
    background-size:cover;
    background-position:center center;
}

#home .slider .slide .metainfos {
    display:inline-block;
    position:relative;
    top:40px;
    left:55px;
    background-color:rgba(255,255,255,0.75);
    z-index:2;
}

#home .slider .slide h1 {
    display: inline-block;
    font-family: "NeoSans";
    font-size:42px;
    font-weight: 400;
    z-index:1;
    padding:20px 20px 10px 20px;
}

#home .slider .slide h1 .last {
    font-family: "NeoSans";
    font-size:53px;
    font-weight:500;
    color:#db001b;
}

#home .slider .slide h2 {
    display:block;
    margin-top:0px;
    padding:0px 20px 20px 20px;
    font-family: "Titillium Web";
    font-weight:400;
    font-size:22px;
    color:#db001b;
    z-index:1;
    line-height:1.4;
}

#home .slider .slide p.description {
    width:350px;
    font-family: "Lato";
    font-weight: normal;
    font-size:13.8px;
    padding:0 20px 20px 20px;
    line-height: 1.3;
    z-index:1;
}

#home .slider .slide .controls {
    position: absolute;
    bottom:40px;
    left:55px;
}

#home .slider .container_slide .slide {
    float:left;
    position: relative;
    width:1180px;
    height:420px;
    margin:0;
    padding:0;
    overflow: hidden;
}


#home .slider .slide_control_left {
    position:absolute;
    top:0px;
    left:-950px;
    background:url('../images/slider_shadow_left.png');
    background-color:rgba(255,255,255,0.7);
    background-position:center right;
    background-repeat:repeat-y;
    width:1000px;
    height:420px;
    z-index: 1;
}

#home .slider .slide_control_right {
    position: absolute;
    top:0px;
    right:-950px;
    background:url('../images/slider_shadow_right.png');
    background-color:rgba(255,255,255,0.7);
    background-position:center left;
    background-repeat:repeat-y;
    width:1000px;
    height:420px;
    z-index: 1;
}

#home .slider .container_slide {
    width:1200px;
    height:420px;
    padding:0;
    margin:0 auto;
}
#home .slider .slide_control_left a {
    position: absolute;
    top:190px;
    right:11px;
    display: block;
    width:27px;
    height:39px;
    background-image: url('../images/slider_arrow_left.png');
    background-repeat: no-repeat;
}

#home .slider .slide_control_right a {
    position: absolute;
    top:190px;
    left:15px;
    display: block;
    width:27px;
    height:39px;
    background-image: url('../images/slider_arrow_right.png');
    background-repeat: no-repeat;
}

#home .slider .btn.emission {
        width:200px;
}

#home .slider .btn.emission:after {
    position: absolute;
    top:0;
    content:"";
    background-image:url('../images/slider_btn_plus.png');
    background-repeat:no-repeat;
    background-color:#464646;
    background-position: center center;
    padding:22px 23px 23px 23px;
    margin-left:13px;
}

#home .slider .btn.replay {
    width:183px;
    margin-right: 20px;
}

#home .slider .btn.replay:after {
    position: absolute;
    top:0;
    content:"";
    background-image:url('../images/slider_btn_play.png');
    background-repeat:no-repeat;
    background-color:#990013;
    background-position: center center;
    padding:22px 23px 23px 23px;
    margin-left:16px;
}

/************************************************
##                                             ##
##                   REPLAYS                   ##
##                                             ##
*************************************************/

#home .replays {
    position: relative;
    height:980px;
    padding-top:50px;
}

#home .replays .filtres a {
    color:#000;
    text-decoration: none;
    font-family: "Titillium Web", sans-serif;
    font-weight:400;
    font-size:19px;
    padding-bottom:1px;
    background-position: left center;
    height:25px;
}

#home .replays .filtres a.recents {
    background-image: url('../images/replay_horloge.png');
    background-repeat: no-repeat;
    padding-left:35px;
    vertical-align: middle;
}

#home .replays .filtres a.consultes {
    background-image: url('../images/replay_oeil.png');
    background-repeat: no-repeat;
    padding-left:35px;
    vertical-align: middle;
}

#home .replays .filtres a.actif {
    font-weight:bold;
}

#home .replays .filtres {
    height:20px;
    padding-top:10px;
    margin-top:10px;

}

#home .replays .filtres li {
    display: inline-block;
    text-align: right;
    padding-left:30px;
}

#items_replay .replay {
    overflow: hidden;
    margin-bottom:10px;
}

#items_replay .replay .legende {
    display: block;
    background-color: #db001b;
    padding:13px 22px 13px 22px;
    height:51px;
    overflow:hidden;
}

#items_replay .grid_8.replay .legende {
    padding:35px 30px 46px 30px;
    height:78px;
    overflow:hidden;
}

#items_replay .replay a {
    color:#fff;
    text-decoration: none;
}

#items_replay .replay h3 {
    font-family: "NeoSans", sans-serif;
    font-weight:100;
    font-size:34px;
    padding-bottom:8px;
}

#items_replay .replay.grid_4 h3 {
    font-size:16px;
    padding-bottom:6px;
}

#items_replay .replay p {
    font-family: "Titillium Web", sans-serif;
    font-size:13px;
    color:#ddd;
}

#items_replay .grid_8.replay p {
    font-size:21px;
}

#items_replay {
    margin-top:40px;
}

#items_replay .replay img {
    width:290px;
    height:164px;
}

#items_replay .replay.grid_8 img {
    width:590px;
    height:333px;
}

#home .replays .grid_4 .btn_play {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-35px;
    margin-top:-51px;
    width:70px;
    height:42px;
    background-size:15px 21px;
}

#home .replays .grid_8 .btn_play {
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-50px;
    margin-top:-85px;
}

#home .replays .btn.morereplays {
    margin-right:35px;
    width:165px;
    background-color:#000;
}

#home .replays .btn.morereplays:after {
    position: absolute;
    top:0;
    content:"";
    background-image:url('../images/icon_play.png');
    background-repeat:no-repeat;
    background-color:#000;
    background-position: center center;
    background-size:12px 16px;
    padding:22px 23px 23px 30px;
    margin-left:0px;
}

#home .replays .replay:hover .btn_play {
    border-bottom:4px solid #fff;
    transition: border-bottom 0.2s ease;
    -webkit-transition: border-bottom 0.2s ease;
    -o-transition: border-bottom 0.2s ease;
}

#home .replays .replay:hover .legende {
    background-color:#5d5d5d;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
}


/************************************************
##                                             ##
##              COUPS DE COEURS                ##
##                                             ##
*************************************************/

#home .coupsdecoeurs {
    position:relative;
    width:100%;
    height:630px;
    padding-top:59px;
    background-color:#db001b;
    background-image: url(../images/coupsdecoeurs_bg.jpg);
    background-position: center center;
    background-size: cover;
}

#home .coupsdecoeurs .grid_8.coupcoeur {
    background-color:#fff;
    height:447px;
    overflow: hidden;
}

#home .coupsdecoeurs .grid_8 a {
    text-decoration: none;
}

#home .coupsdecoeurs .grid_8 .legende {
    color:#000;
    font-family: "NeoSans", sans-serif;
    font-weight:100;
    font-size:34px;
    line-height:1.2;
    display: block;
    padding:25px 30px 22px 30px;
}

#home .coupsdecoeurs .grid_8 .legende p {
    font-family: "Titillium Web", sans-serif;
    font-size:22px;
    margin-top:5px;
}

#home .coupsdecoeurs .grid_8 img {
    width:590px;
    height:333px;
}

#home .coupsdecoeurs .grid_8 .btn_play {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-50px;
    margin-top:-85px;
}

.btn.coupscoeurs {
    margin-right:40px;
    width:220px;
    background-color:#000;
}

.btn.coupscoeurs:after {
    position: absolute;
    top:0;
    content:"";
    background-image:url('../images/coupscoeurs_coeur.png');
    background-repeat:no-repeat;
    background-color:#000;
    background-position: center center;
    background-size:18px 21px;
    padding:18px 23px 27px 30px;
    margin-left:0px;
}

/************************************************
##                                             ##
##                 ACTUALITES                  ##
##                                             ##
*************************************************/

#home .actus {
    position: relative;
    height:864px;
    background-color: #4099ff;
    padding-top:85px;
    background-image: url(../images/actus_bg.jpg);
    background-position: center center;
    background-size:cover;
}

#home .actus .titre .icon {
    margin-bottom:-7px;
}

#home .actus .bloc_tweet {
    position: relative;
    width:290px;
    height:140px;
    background-image: url(../images/actu_tweets_bg.png);
    overflow: hidden;
    margin-bottom:14px;
}

#home .actus .bloc_tweet .share {
    position: absolute;
    top:50px;
    display: block;
    width:50px;
    height:29px;
    background-image: url(../images/actu_tweets_share.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#home .actus .bloc_tweet .retweet {
    display: block;
    position: absolute;
    top:80px;
    width:25px;
    height:22px;
    padding-top:8px;
    padding-right:25px;
    background-image: url(../images/actu_tweets_retweet.png);
    background-repeat: no-repeat;
    background-position: 28px center;
    font-family: "Lato", sans-serif;
    color:#fff;
    text-decoration: none;
    font-size:12px;
    text-align:right;
}

#home .actus .bloc_tweet .favorite {
    display: block;
    position: absolute;
    top:111px;
    width:25px;
    height:21px;
    padding-top:8px;
    padding-right:25px;
    background-image: url(../images/actu_tweets_favorite.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    font-family: "Lato", sans-serif;
    color:#fff;
    text-decoration: none;
    font-size:12px;
    text-align:right;
}

#home .actus .bloc_tweet .text {
    position: relative;
    font-family: "Lato", sans-serif;
    font-size:12px;
    margin-top:55px;
    margin-left:60px;
    margin-right:10px;
    line-height: 1.3;
    color:#313131;
    max-height:63px;
    overflow: hidden;
}

#home .actus .bloc_tweet .date {
    position: absolute;
    bottom:5px;
    right:8px;
    font-family: "Lato", sans-serif;
    font-size:12px;
    font-style:italic;
    color:#969696;
}

#home .actus .grid_4.facebook {
    background-color:#fff;
    height:603px;
    background-image: url(../images/actus_fb_loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#home .actus .btn.twitter {
    margin-right:40px;
    width:220px;
    background-color:#000;
}

#home .actus .btn.twitter:after {
    position: absolute;
    top:0;
    content:"";
    background-image:url('../images/actu_icon_twitter.png');
    background-repeat:no-repeat;
    background-color:#000;
    background-position: center center;
    background-size:17px 14px;
    padding:22px 23px 23px 30px;
    margin-left:10px;   
}

#home .actus .btn.facebook {
    margin-right:50px;
    width:238px;
    background-color:#000;
}

#home .actus .btn.facebook:after {
    position: absolute;
    top:0;
    content:"";
    background-image:url('../images/actu_icon_facebook.png');
    background-repeat:no-repeat;
    background-color:#000;
    background-position: center center;
    background-size:9px 19px;
    padding:22px 23px 23px 30px;
    margin-left:9px;   
}

#home .actus .letelegramme {
	height: 603px;
	background-color:#fff;
	font-family:"Lato", sans-serif;
	color:#646464;
	line-height:1.4;
}

#home .actus .letelegramme .head_letelegramme {
	display:block;
	background-color:#e30613;
	background-image:url('../images/actu_telegramme.png');
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:56px;
}

#home .actus .letelegramme ul li {
	height:81px;
	overflow:hidden;
	padding:11px 21px;
	border-bottom:1px solid #e3e3e3;
}

#home .actus .letelegramme ul li.odd {
	background-color:#f9f9f9;
}

#home .actus .letelegramme ul li .date {
	font-size:12px;
	color:#bababa;
}

#home .actus .letelegramme ul li p {
	word-break:break-all;
	font-size:14px;
}

#home .actus .letelegramme ul li .tag {
	color:#db001b;
}

#home .actus .letelegramme .more {
	font-size:12px;
	text-transform:uppercase;
	padding-left:45px;
}
