/* =========================================
sidebar
========================================= */

#sidebar {
	font-family: 'Montserrat',sans-serif;
}

/* pub-sidebar */
#sidebar .block-rf-pub {
	width: 300px;
	background-color: #dcdcdc;
	text-align: center;
	padding: 5px 5px 30px;
	margin-bottom: 15px;
	box-shadow: none;
}
#sidebar .block-rf-pub .block {
	box-shadow: none;
	margin: 0;
}
#sidebar .block-rf-pub span {
	color: #a8a8a8;
	font-family: "arial",sans-serif;
	font-size: 11px;
	line-height: 30px;
	text-transform: uppercase;
}


/* bloc dernieres videos */
#sidebar .dernieres-videos {
	background-color: #808080;
	color: #fff;
}
#sidebar .dernieres-videos h2 {
	color: #CCCCCC;
/*	font-family: 'Montserrat',sans-serif;*/
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 15px;
}
#sidebar .dernieres-videos figure {
	display: none;
	height: 268px;
	position: relative;
}
#sidebar .dernieres-videos figure.actif {
	display: block;
}
#sidebar .dernieres-videos figure a:after {
	display: block;
	height: 50px;
	width: 50px;
	background: url("../img/video-play-50.png") no-repeat left top #e2007a;
	position: absolute;
	content: "";
	top: 65px;
	left: 130px;
}
#sidebar .dernieres-videos figure img {
	border: 4px solid #000000;
}
#sidebar .dernieres-videos figure figcaption {
	bottom: 0;
	display: block;
/*	font-family: 'Montserrat',sans-serif;*/
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
	max-height: 80px;
	overflow: hidden;
	padding: 0 15px;
	position: absolute;
}
#sidebar .dernieres-videos figure figcaption p {}
#sidebar .dernieres-videos figure figcaption span.date {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	display: block;
}
#sidebar .dernieres-videos .content ul {
	background-color: #676767;
	background-image: -o-linear-gradient(#484848 0px, #676767 15px, #676767 60px, #575757 75px);
	background-image: -ms-linear-gradient(#484848 0px, #676767 15px, #676767 60px, #575757 75px);
	background-image: -moz-linear-gradient(#484848 0px, #676767 15px, #676767 60px, #575757 75px);
	background-image: -webkit-linear-gradient(#484848 0px, #676767 15px, #676767 60px, #575757 75px);
	background-image: linear-gradient(#484848 0px, #676767 15px, #676767 60px, #575757 75px);
	display: block;
	height: 60px;
	padding-top: 15px;
}
#sidebar .dernieres-videos .content ul li {
	display: block;
	float: left;
	height: 51px;
	position: relative;
}
#sidebar .dernieres-videos .content ul li.actif:after {
	background-color: #808080;
	border-radius: 100% 0 0;
	content: "";
	display: block;
	height: 13px;
	left: 49px;
	position: relative;
	top: -70px;
	width: 13px;
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sidebar .dernieres-videos .content ul li a {
	display: block;
	position: relative;
}
#sidebar .dernieres-videos .content ul li a:after {
	background: url("../img/video-play-17.png") no-repeat left top #e2007a;
	content: "";
	display: block;
	height: 17px;
	left: 48px;
	position: absolute;
	top: 18px;
	width: 17px;
}
#sidebar .dernieres-videos .content > a {
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: "arial", sans-serif;
	line-height: 18px;
	padding-right: 15px;
	text-align: right;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
#sidebar .dernieres-videos .content > a:hover {
	text-decoration: none;
	color: #e2007a;
}


/* bloc social nous suivre */
#sidebar #block-rf-social-nous-suivre {
	background-color: #E5E5E5;
	border: 5px solid #FFFFFF;
}
#sidebar #block-rf-social-nous-suivre h2 {
/*	font-family: 'Montserrat',sans-serif;*/
	font-size: 16px;
	color: #999;
	line-height: 45px;
	padding: 0 15px;
}
#sidebar #block-rf-social-nous-suivre ul {
	font-size: 0;
	padding: 0 15px 20px;
}
#sidebar #block-rf-social-nous-suivre ul li {
	display: inline-block;
	font-size: 1rem;
	margin-right: 8px;
	vertical-align: top;
}
#sidebar #block-rf-social-nous-suivre ul li:last-child {
	margin-right: 0;
}
#sidebar #block-rf-social-nous-suivre ul li a {
	display: block;
	height: 31px;
	background-image: url("../img/icones-social-25.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -999px;
	color: transparent;
	font-size: 0;
}
#sidebar #block-rf-social-nous-suivre ul li.facebook a {
	width: 24px;
}
#sidebar #block-rf-social-nous-suivre ul li.twitter a {
	background-position: -33px 0;
	width: 28px;
}
#sidebar #block-rf-social-nous-suivre ul li.instagram a {
	background-position: -70px 0;
	width: 26px;
}
#sidebar #block-rf-social-nous-suivre ul li.googleplus a {
	background-position: -108px 0;
	width: 25px;
}
#sidebar #block-rf-social-nous-suivre ul li.soundcloud a {
	background-position: -140px 0;
	width: 32px;
}
#sidebar #block-rf-social-nous-suivre ul li.dailymotion a {
	background-position: -180px 0;
	width: 21px;
}
#sidebar #block-rf-social-nous-suivre ul li.itunes a {
	background-position: -209px 0;
	width: 28px;
}
#sidebar #block-rf-social-nous-suivre ul li.spotify a {
	background-position: -245px 0;
	width: 27px;
}
#sidebar #block-rf-social-rf-fil-twitter iframe {
	height: 510px !important;
}

/* bloc mea */
#sidebar .bloc-mea-sidebar {}
#sidebar .bloc-mea-sidebar figure {
	background-color: #000000;
	height: 310px;
}
#sidebar .bloc-mea-sidebar figure img {}
#sidebar .bloc-mea-sidebar figure figcaption {
	background-color: #000000;
	color: #FFFFFF;
/*	font-family: 'Montserrat',sans-serif;*/
	font-size: 20px;
	height: 100px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 15px 0;
}


/* bloc google+ */
#sidebar #block-rf-social-rf-google-plus .content > div[id] {
	vertical-align: top !important; /* oui sale, mais on se bat contre le style appliqué en js… */
}


/* bloc mea */
#sidebar #block-views-mea-block-mea-sidebar {
	background-color: #000;
	height: 310px;
}
#sidebar #block-views-mea-block-mea-sidebar a {
	color: #fff;
}
#sidebar #block-views-mea-block-mea-sidebar a:hover {
	text-decoration: none;
}
#sidebar #block-views-mea-block-mea-sidebar figcaption {
	background-color: #000000;
	color: #FFFFFF;
/*	font-family: 'Montserrat',sans-serif;*/
	font-size: 20px;
	font-weight: bold;
	height: 115px;
	line-height: 23px;
	overflow: hidden;
	padding: 10px 15px 0;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
#sidebar #block-views-mea-block-mea-sidebar a:hover figcaption {
	color: #e2007a;
}


/* bloc podcasts */
#sidebar #block-fip-hook-bloc-podcast .content a {
	background: url(../img/podcast.jpg) no-repeat 0 0 transparent;
	width: 310px;
	height: 90px;
	display: block;
}
#sidebar #block-fip-hook-bloc-podcast a h2 {
	color: #999999;
	display: inline-block;
	margin-left: 15px;
	margin-top: 15px;
}
#sidebar #block-fip-hook-bloc-podcast a h2:before {
	background: url(../img/icone_podcast_rose.png) no-repeat 0 0 transparent;
	content: "";
	display: inline-block;
	height: 18px;
	vertical-align: top;
	width: 20px;
}
#sidebar #block-rf-evenement-ext-block-jeux > h2 {
	display: none;
}
#sidebar #block-rf-evenement-ext-block-jeux .content a {
	background: url(../img/bandeau-jeux-concours.png) no-repeat 0 0 transparent;
	width: 310px;
	height: 90px;
	display: block;
	text-decoration: none;
}
#sidebar #block-rf-evenement-ext-block-jeux .content a h2{
	font-size: 16px;
	color: #E2007A;
	margin-left: 20px;
	padding-top: 33px;
}

#sidebar .dernieres-videos figure a .img {
	width: 310px;
	height: 178px;
	overflow: hidden;
}
#sidebar .dernieres-videos figure a .img.low img {
	height: auto;
	margin-top: -28px;
}
#sidebar .dernieres-videos ul.tabset a .thumb_img {
	width: 86px;
	height: 48px;
	overflow: hidden;
	margin: 0 0 0 13px;
}
#sidebar .dernieres-videos ul.tabset a .thumb_img.low img {
	height: auto;
	margin-top: -9px;
}
.content_maradiodemain a {
	background: url(../img/maradiodemain.png) no-repeat 0 0 transparent;
	width: 310px;
	height: 249px;
	display: block;
	text-decoration: none;
}