@font-face {
	font-family: 'montserrat_bold';
	src: url('../fonts/montserrat-bold-webfont.eot');
	src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.svg#montserrat_bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* =========================================
content
========================================= */
#content {
	font-family: 'Montserrat',sans-serif;
}

/* breadcrumbs */
#content ul.breadcrumbs {
	font-size: 13px;
	color: #999;
	margin-bottom: 15px;
}
#content ul.breadcrumbs li {
	display: inline;
	padding: 0 2px;
}
#content ul.breadcrumbs li:after {
	content: " >";
	display: inline-block;
	margin-left: 8px;
}
#content ul.breadcrumbs li:last-child:after {
	content: none;
}
#content ul.breadcrumbs li a {
	color: #999;
}
#content ul.breadcrumbs li a:hover {
	color: #e2007a;
	text-decoration: none;
}


/* bloc 2-1 */
#content .b2-1 {
	height: 285px;
	overflow: hidden;
	padding: 15px;
}
#content .b2-1 a {
	text-decoration: none;
}
#content .b2-1 img {
	float: left;
	margin: -15px 15px -15px -15px;
}
#content .b2-1 h1 {
/*	font-family: "Montserrat",sans-serif;*/
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 9px;
	-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;
	font-weight: bold;
}
#content .b2-1:hover h1 {
	color: #e2007a;
}
#content .b2-1.i-ecouter h1:after {
	content: "<)))";
	color: #e2007a;
	padding-left: 10px;
	background-color: yellow;
}
#content .b2-1 .chapo {
/*	font-family: "Montserrat",sans-serif;*/
	font-size: 13px;
	line-height: 18px;
}


/* groupe de blocs 1-1 */
#content .g1-1 {
	display: table;
}
#content .g1-1 .b1-1 {
	margin-right: 15px;
	float: left;
}
#content .g1-1 .b1-1:nth-child(even) {
	margin-right: 0;
}


/* bloc 1-1 */
#content .b1-1 {
/*	font-family: "Montserrat",sans-serif;*/
	padding: 15px;
	overflow: hidden;
	height: 285px;
	width: 285px;
}
#content .b1-1 a {
	text-decoration: none;
}
#content .b1-1 img {
	display: block;
	margin: -15px -15px 15px -15px;
}
#content .b1-1 .date {
	color: #E2007A;
	display: block;
	float: left;
	font-weight: bold;
	height: 51px;
	margin-right: 15px;
	margin-top: 57px;
	min-width: 41px;
	position: relative;
	text-align: center;
}
#content .b1-1 .date:before {
	background-color: #FFFF00;
	content: "";
	display: block;
	height: 52px;
	position: absolute;
	top: -57px;
	width: 41px;
}
/* pour couper proprement le texte entre deux lignes en débordement */
#content .b1-1 .texte {
	height: 110px;
	overflow: hidden;
}
#content .b1-1 h1 {
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	-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;
}
#content .b1-1.evenement h1 ,
#content .b1-1.titre h1 {
	/* 5 lignes * 27px hauteur de ligne = 108px hauteur de bloc */
	font-size: 25px;
	height: 108px;
	line-height: 27px;
	margin-bottom: 0;
	overflow: hidden;
}
#content .b1-1:hover h1 {
	color: #e2007a;
}
#content .b1-1 .chapo {
	font-size: 13px;
	line-height: 20px;
}


/* bloc 2-1 grange image */
#content .b2-1-image {
	height: 363px;
	position: relative;
}
#content .b2-1-image .texte {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	color: #FFFFFF;
/*	font-family: "Montserrat",sans-serif;*/
	font-size: 13px;
	left: 0;
	line-height: 18px;
	padding: 10px 15px;
	position: absolute;
	right: 0;
}
#content .b2-1-image .texte h1 {
	font-size: 25px;
	line-height: 1;
	margin-bottom: 5px;
	font-weight: bold;
	-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;
}
#content .b2-1-image a:hover .texte h1 {
	color: #e2007a;
}


/* bloc liste */
.liste.bloc {
	display: table;
	padding-top: 25px;
}

/* element  liste categorie */
#content .view-articles .views-row {
	padding-bottom: 1px;
}
#content .article-teaser {
	margin: 0 15px 25px;
	height: 177px;
	overflow: hidden;
	position: relative;
}
#content .article-teaser.video a:after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: url("../img/video-play-50.png") no-repeat scroll left top #e2007a;
	top: 62px;
	left: 133px;
}
#content .article-teaser a:hover {
	text-decoration: none;
}
#content .article-teaser img {
	margin-right: 15px;
	float: left;
}
#content .view-taxonomy .view-content,
#content .view-partenariats .view-content {
 padding-top: 15px;
 padding-bottom: 10px;
}
/* pour couper proprement le texte entre deux lignes en débordement */
#content .article-teaser .texte {
	height: 170px;
	overflow: hidden;
}
#content .article-teaser p.date {
	color: #999999;
	font-size: 13px;
	line-height: 12px;
	margin-bottom: 5px;
}
#content .article-teaser h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	-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;
}
#content .article-teaser a:hover h1,
#content .article-teaser h1 a:hover {
	color: #e2007a;
}
#content .article-teaser .chapo {
	line-height: 20px;
	font-size: 15px;
}
#content .view-articles .views-row-first article.article-teaser-4 {
  padding-top: 15px;
}

/* bloc liste categorie focus / 1er de la liste */
#content .article-teaser-1 {
	background-color: #000000;
	color: #FFFFFF;
	height: auto;
	margin: 0 0 25px;
	overflow: hidden;
/*	font-family: "Montserrat",sans-serif;
*/	position: relative;
}
#content .article-teaser-1 a {
	color: #fff;
}
#content .article-teaser-1 a:hover {
	text-decoration: none;
}
#content .article-teaser-1 .visuel {
	position: relative;
}
#content .article-teaser-1 .visuel img {
	float: none;
	margin: 0;
}
#content .article-teaser-1 .visuel .legende {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	left: 0;
	padding: 15px 30px 5px;
	position: absolute;
	right: 0;
}
.page-actualites #content .article-teaser-1 .visuel .legende{position: inherit;}
#content .article-teaser-1 .visuel .legende .date {
	color: #fff;
	font-size: 13px;
	line-height: 12px;
	margin-bottom: 5px;
}
#content .article-teaser-1 .visuel .legende h1 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	-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;
}
#content .article-teaser-1 a:hover .visuel .legende h1 {
	color: #e2007a;

}
#content .article-teaser-1 .chapo {
	padding: 30px 30px;
}
.page-actualites #content .article-teaser-1 .chapo{padding: 0 30px 30px}

	/* titre principal */
#content h1.titre-page {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 15px;
/*	padding: 30px 30px 0;*/
/*	font-family: "Montserrat",sans-serif;
*/}


/* bloc article principal */
#content article.article-principal {
	padding: 30px 30px 0;
	/*
	font-family: "Montserrat",sans-serif;
	*/
	font-size: 15px;
	position: relative;
}
#content article.article-principal h1.titre-page {
	font-size: 37px;
	font-weight: bold;
	line-height: 40px;
	/*margin-bottom: 15px;*/
	display: block;
}
#content article.article-principal .info {
	color: #808080;
	font-size: 13px;
}
#content article.article-principal .info .address a {
	color: #E2007A;
	display: inline-block;
	margin-top: 5px;
}
#content article.article-principal .podcast {
	position: relative;
}
#content article.article-principal .podcast .popup-holder {
	position: absolute;
	right: 0;
}
#content article.article-principal .podcast .popup-holder:hover {
  /*background-color: #DDD;*/
}
#content article.article-principal .podcast .popup-holder .link-podcast {
	background: url("../img/icone_podcast_noire.png") no-repeat scroll left center transparent;
	display: inline-block;
	line-height: 30px;
	padding: 0px 5px 0px 25px;
	margin-left: 10px;
	font-size: 15px;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-webkit-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
#content article.article-principal .podcast .popup-holder .link-podcast:hover{
	background: url("../img/icone_podcast_rose.png") no-repeat scroll left center transparent;
}

#content article.article-principal .podcast .popup-holder a:hover {
	text-decoration: none;
}
#content article.article-principal .podcast .popup-holder .popup {
	position: absolute;
	right: 0;
	text-align: right;
	top: 27px;
}
#content article.article-principal .podcast .popup-holder .popup ul {
	margin: 0;
	padding: 0;
}
#content article.article-principal .podcast .popup-holder .popup ul li {
	padding: 0;
	margin: 0;
}
#content article.article-principal .podcast .popup-holder .popup ul li a {
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	line-height: 30px;
	padding: 0 15px;
	white-space: nowrap;
	width: calc(100% - 30px);
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-webkit-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
#content article.article-principal .podcast .popup-holder .popup ul li:first-child a {
	padding-top: 5px;
}
#content article.article-principal .podcast .popup-holder .popup ul li:last-child a {
	padding-bottom: 5px;
}
#content article.article-principal .podcast .popup-holder .popup ul li a:hover {
	color: #e2007a;
}
#content article.article-principal .emission {
	background-color: #555;
	color: #FFFFFF;
	font-size: 13px;
	margin: -30px -30px 30px;
	text-align: right;
}
#content article.article-principal .emission .date {
	float: right;
	line-height: 35px;
	padding-right: 30px;
}
#content article.article-principal .emission .podcast {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
	width: 80px;
}
#content article.article-principal .emission .podcast .popup-active .link-podcast ,
#content article.article-principal .emission .podcast .link-podcast:hover {
	background-color: #ddd;
	color: #000;
}
#content article.article-principal .emission figure {
	text-align: left;
}
#content article.article-principal .emission figure img {}
#content article.article-principal .emission figure figcaption a {
	color: #FFFFFF;
	display: inline-block;
	font-size: 17px;
	line-height: 35px;
	padding: 0 30px;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-webkit-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
#content article.article-principal .emission figure figcaption a:hover {
	color: #e2007a;
	text-decoration: none;
}
#content article.article-principal .emission .contact {
	display: inline-block;
	padding: 0 30px;
}
#content article.article-principal .emission .contact a {
	color: #ddd;
	display: inline-block;
	line-height: 30px;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-webkit-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
#content article.article-principal .emission .contact a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#content article.article-principal .ressource_principale {
	margin-bottom: 15px;
	text-align: center;
	clear: both;
}
#content article.article-principal .ressource_principale img {
	height: auto;
	/*margin-bottom: 5px;*/
	max-height: 500px;
	max-width: 100%;
	width: auto;
}
#content article.article-principal .ressource_principale object {
	max-width: 100%;
}
#content article.article-principal .ressource_principale .legende{
  color: #808080;
  text-align: right;
}
#content article.article-principal .text-blck .photo-legend {
  color: #808080;
}
#content article.article-principal .text-blck .visual a {
  text-decoration: none;
}
#content article.article-principal .text-blck .visual a .photo-legend {
  cursor: normal;
}
#content article.article-principal .pastille_select {
	background-color: #E2007A;
	color: #FFFFFF;
	display: inline-block;
/*	font-family: "Montserrat",sans-serif;*/
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
	margin-left: -30px;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	top: 0;
	white-space: nowrap;
}
#content article.article-principal .pastille_select:after {
	background-color: #E2007A;
	border-radius: 0 0 0 100%;
	color: #E2007A;
	content: ".";
	display: inline-block;
	margin-right: 3px;
	position: absolute;
	right: -21px;
	top: 0;
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	width: 45px;
}
#content article.article-principal .text-blck h2.chapo ,
#content article.article-principal .text-blck .prog_musical h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 30px;
}
#content article.article-principal .titre-court {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
  color: #808080;
}
#content article.article-principal .text-blck {
	margin-bottom: 30px;
	clear: both;
	position: relative;
}
#content article.article-principal .text-blck p {
	margin-bottom: 1em;
}
#content article.article-principal .text-blck img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}
#content article.article-principal .text-blck h2 {
  	font-size: 28px;
	line-height: 28px;
  	margin-bottom: 28px;
  	margin-top: 38px;
}
#content article.article-principal .text-blck h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 1em;
}
#content article.article-principal .text-blck h4 {}
#content article.article-principal .text-blck a {
	color: #E2007A;
}
#content article.article-principal .text-blck ul:not(.jp-controls) {
	margin: 15px 0;
	padding: 0 0 0 30px;
}
#content article.article-principal .text-blck ul li {
	margin-bottom: 5px;
}
#content article.article-principal .text-blck ul li:before {
	color: #E2007A;
	display: inline-block;
	font-size: 20px;
	line-height: 14px;
	padding-right: 5px;
	vertical-align: middle;
}
#content article.article-principal .text-blck ol {
	margin: 15px 0;
	padding: 0 0 0 30px;
}
#content article.article-principal .text-blck ol li {
	display: list-item;
	list-style-position: inside;
	list-style-type: decimal;
}
#content article.article-principal .text-blck blockquote {
	color: #808080;
	font-size: 17px;
	font-style: italic;
	line-height: 20px;
	margin: 15px 30px 15px 30px;
	position: relative;
	overflow: hidden;
}
#content article.article-principal .text-blck blockquote p {
	margin: 0;
}
#content article.article-principal .text-blck blockquote cite {
	font-style: normal;
	word-wrap: break-word;
	float: left;
	border-top: 2px solid #E2007A;
	padding-left: 140px;
	margin-top: 10px;
	padding-top: 8px;
	width: 73%;
}

blockquote cite em{
	display: block;
}
#content article.article-principal .text-blck blockquote cite:before {
	content:url(../img/picto_citation.png);
	margin-top: -11px;
	position: absolute;
	margin-left: -25px;
}
#content article.article-principal .text-blck iframe {
	max-width: 100%;
	margin: 15px 0;
}
#content article.article-principal .themes {
	color: #808080;
	margin: 30px 0;
}
#content article.article-principal .themes a {
	background-color: #F9CCE5;
	display: inline-block;
	font-size: 13px;
	margin: 0 5px 4px 0;
	padding: 2px 8px;
	-o-transition: all ease 0.1s;
	-ms-transition: all ease 0.1s;
	-moz-transition: all ease 0.1s;
	-webkit-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
#content article.article-principal .themes a:hover {
	background-color: #e2007a;
	color: #fff;
	text-decoration: none;
}
#content article.article-principal .liens-internes {
	background-color: #F4F4F4;
	margin: 0 -30px -1px;
	padding: 10px 0;
	overflow: hidden;
}
#content article.article-principal .liens-internes a {
	-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;
}
#content article.article-principal .liens-internes a:hover {
	text-decoration: none;
	color: #E2007A;
}
#content article.article-principal .liens-internes article.lire-aussi {
	background-color: #FFFFFF;
	float: left;
	height: 150px;
	margin-right: 9px;
	width: 209px;
}
#content article.article-principal .liens-internes h1 {
	margin: 10px 0 10px 30px;
	color: #808080;
	font-size: 20px;
	line-height: 10px;
}
#content article.article-principal .liens-internes article.lire-aussi:last-child {
	margin-right: 0;
}
#content article.article-principal .liens-internes article.lire-aussi figcaption {
	line-height: 16px;
	overflow: hidden;
	padding: 5px 10px 0;
	font-size: 14px;
	max-height: 3.5em;
}
#content article.article-principal .liens-internes article.lire-aussi img {
	width: auto;
	height: 90px;
	padding: 0px 0px 0px 10px;
}
#content article.article-principal .article-footer {
	margin-bottom: 30px;
	padding-bottom: 1px;
}
#content article.article-principal .article-footer .info {
	margin: 30px 0;
}
#content article.article-principal .article-footer .info > strong {
	font-size: 13px;
	font-weight: normal;
	display: block;
	margin-bottom: 15px;
}
#content article.article-principal .article-footer .info .address {
	background-color: #F4F4F4;
	border-left: 5px solid #E2007A;
	line-height: 1.2;
	padding: 10px 15px;
}
#content article.article-principal .article-footer .info .google_map {
	margin-bottom: 15px;
}
#content article.article-principal .article-footer .info .partenaire a {
	color: #e2007a;
}


/* commentaires */
#content #block-rf-core-ext-commentaire-facebook {
	padding: 20px 30px;
}
#content #block-rf-core-ext-commentaire-facebook .title-commentaires {
/*	font-family: "Montserrat",sans-serif;*/
	font-size: 15px;
	margin-bottom: 20px;
}
#content #block-rf-core-ext-commentaire-facebook .title-commentaires .fb_comments_count {
	background-color: #E2007A;
	border-radius: 10px;
	color: #FFFFFF;
	display: inline-block;
	line-height: 20px;
	margin-left: 5px;
	padding: 0 10px;
}

/* formulaire générique */
#content form {
	padding: 30px 30px 0;
/*	font-family: "Montserrat",sans-serif;*/
	font-size: 13px;
	position: relative;
}
#content form#user-login {
	padding: 30px;
}
#content form h1.titre-page {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 15px;
}
#content form label {
	color: #888888;
	display: inline-block;
	line-height: 24px;
	padding-right: 10px;
	text-align: right;
	width: 170px;
}
#content form .description {
	color: #888888;
	font-style: italic;
	margin-left: 190px;
}
#content form .form-textarea-wrapper {
	display: inline-block;
}
#content form textarea ,
#content form input[type="text"] ,
#content form input[type="password"] {
	border: 1px solid #CCCCCC;
	display: inline-block;
	float: none;
	padding: 3px 5px;
	width: 300px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content form .form-actions {
	overflow: hidden;
	text-align: center;
}
#content form .form-actions input[type="submit"] {
	display: inline-block;
	float: none;
}
#content form .mention {
	color: #777;
	font-size: 13px;
}
#content form .txt-fip {
	color: #e2007a;
}
#content form .newsletter {
	color: #777;
	font-size: 13px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#content form .adresses {
	overflow: hidden;
	margin: 0 -30px;
	padding: 30px 30px 1px;
	background-color: #eee;
}
#content form .adresses h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 20px;
}
#content form .adresses p {
	float: left;
	margin: 0 20px 20px 0;
	width: 270px;
}
#content form .adresses a {
	color: #e2007a;
}
#contact-site-form .form-item input.error,
#contact-site-form .form-item textarea.error,
#contact-site-form .form-item select.error {
  border: 2px solid red;
}

/* slider homepage */
#content #block-rf-mea-slider-homepage {
	background-color: transparent;
	box-shadow: none;
}
#content .lightslider {
	position: relative;
}
#content #slider-mea {
	margin-bottom: 45px;
	height: 412px;
	background-color: #f3f3f3;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
#content #slider-mea .slide {
	height: 412px;
}
#content #slider-mea .slide h1 {
	background-color: #000000;
	color: #FFFFFF;
	display: table-cell;
	font-size: 19px;
	height: 50px;
	line-height: 20px;
	overflow: hidden;
	padding: 0 15px;
	text-overflow: ellipsis;
	-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;
	vertical-align: middle;
	width: 615px;
	position: relative;
}
#content #slider-mea .slide a:hover h1 {
	color: #E2007A;
	text-decoration: none;
}
#content #slider-mea .slide object {
	height: 363px;
	width: 645px;
}
#content #slider-mea .slide figure {
	position: relative;
	height: 412px;
}
#content #slider-mea .slide figure figcaption {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 50px;
	color: #FFFFFF;
/*	font-family: "Montserrat",sans-serif;*/
	font-size: 15px;
	left: 0;
	line-height: 18px;
	padding: 10px 15px;
	position: absolute;
	right: 0;
}
#content #selecteur-mea {
	bottom: -25px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

/* home decouvrir */
#block-views-decouvrir-block-selection-livre .oeuvre-teaser-2 ,
#block-views-decouvrir-block-album-classique .oeuvre-teaser-2 ,
#block-views-decouvrir-block-album-jazz .oeuvre-teaser-2 {
	margin: 0 0 15px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	overflow: hidden;
	padding: 15px;
	height: 285px;
}
#block-views-decouvrir-block-selection-livre .oeuvre-teaser-2 img ,
#block-views-decouvrir-block-album-classique .oeuvre-teaser-2 img ,
#block-views-decouvrir-block-album-jazz .oeuvre-teaser-2 img {
	float: left;
	margin: -15px 15px -15px -15px;
}
#block-views-decouvrir-block-selection-livre .oeuvre-teaser-2 a:hover h1 ,
#block-views-decouvrir-block-album-classique .oeuvre-teaser-2 a:hover h1 ,
#block-views-decouvrir-block-album-jazz .oeuvre-teaser-2 a:hover h1 {
	color: #E2007A;
	text-decoration: none;
}
#block-views-decouvrir-block-selection-livre .oeuvre-teaser-2 .chapo ,
#block-views-decouvrir-block-album-classique .oeuvre-teaser-2 .chapo ,
#block-views-decouvrir-block-album-jazz .oeuvre-teaser-2 .chapo {
	font-size: 13px;
	line-height: 18px;
}

/* album de la semaine */
#content .view-decouvrir .oeuvre-teaser-2 {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 15px;
	height: 285px;
}
#content .view-decouvrir .oeuvre-teaser-2 img {
	float: left;
	margin: -15px 15px -15px -15px;
}

/* liste album de la semaine */
body.page-decouvrir-selection-fip #content .view-decouvrir ,
body.page-decouvrir-livre #content .view-decouvrir ,
body.page-decouvrir-album-classique #content .view-decouvrir ,
body.page-decouvrir-album-jazz #content .view-decouvrir {
/*	padding: 0 15px 15px;*/
}
body.page-decouvrir-selection-fip #content .view-decouvrir .oeuvre-teaser-2 ,
body.page-decouvrir-livre #content .view-decouvrir .oeuvre-teaser-2 ,
body.page-decouvrir-album-classique #content .view-decouvrir .oeuvre-teaser-2 ,
body.page-decouvrir-album-jazz #content .oeuvre-teaser-2 {
/*  padding: 0 15px 15px;*/
/*	background-color: #dcdcdc;*/
}
body.page-decouvrir-selection-fip #content .view-decouvrir .oeuvre-teaser-2 a ,
body.page-decouvrir-livre #content .view-decouvrir .oeuvre-teaser-2 a ,
body.page-decouvrir-album-classique #content .view-decouvrir .oeuvre-teaser-2 a ,
body.page-decouvrir-album-jazz #content .oeuvre-teaser-2 a {
/*  color: #fff;*/
}
#content .view-decouvrir .oeuvre-teaser-2 a:hover h1 {
	color: #e2007a;
}
#content .view-decouvrir .oeuvre-teaser-2 a:hover {
	text-decoration: none;
}
#content .view-decouvrir .oeuvre-teaser-2 .chapo {
	font-size: 13px;
	line-height: 18px;
}

/* lightbox galerie gallery photo */
#content .text-blck .gallery_photo {
	background-color: #EEEEEE;
	color: #FFFFFF;
	min-height: 100px;
	position: relative;
}
#content .text-blck .gallery_photo img {
	margin-bottom:0 !important;
}
#content .text-blck .gallery_photo .gallery-title {
	background-color: rgb(63,63,63);
	background-color: rgba(63, 63, 63, 0.75);
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}
#content .text-blck .gallery_photo ul.content.gallery {
	margin: 0;
	padding: 0;
}
#content .text-blck .gallery_photo ul.content.gallery li a {
	display: block;
}
#content .text-blck .gallery_photo ul.content.gallery li{
	list-style: none;
}
#content .text-blck .gallery_photo ul.content.gallery li a:after {
  background: url("images/icon_gallery.png") no-repeat scroll center center transparent;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
  transition: opacity ease 0.3s;
}
#content .text-blck .gallery_photo ul.content.gallery li a:hover:after {
  opacity: 1;
}
#content .text-blck .gallery_photo ul.content.gallery li a.lightbox_hide_image {
  display: none;
}

/* Asset Galleries */
#content ul.gallery {
  list-style: none;
  padding: 0;
}
#content ul.gallery li {
  list-style: none;
}
#content ul.gallery .lightbox_hide_image {
  display: none;
}
#content ul.gallery li:before {
  content: none;
}

/* liste des emissions */
/*#content .view-rf-emissions {
	padding: 15px;
}*/
#content .view-rf-emissions article.rubrique_emission {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 15px;
	background-color:#fff;
}
#content .view-rf-emissions article a:hover {
	text-decoration: none;
}
#content .view-rf-emissions article img {
	float: left;
	margin-right: 15px;
}
#content .view-rf-emissions article h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	transition: all 0.2s ease 0s;
}
/* icones podcaste */
.bloc-podcast {
	color: #000;
	float: right;
	margin-top: -20px;
}
.diffusion-header .bloc-podcast {
	margin-top: 0;
}
#content .view-rf-emissions article .bloc-podcast {
	font-size:13px;
	margin-top: 10px;
	color: #999999;
	float: left;
}
.bloc-podcast > span  {
	float:left;
	margin-right: 5px;
}
.bloc-podcast .podcast_itune {
	float:left;
	margin-right: 10px;
}
#content .view-rf-emissions article .bloc-podcast .podcast_itune {
	margin-right: 15px;
}
.bloc-podcast .podcast_itune a {
	background: url("../img/itunes-noir.png") no-repeat;
}
#content .view-rf-emissions article .bloc-podcast .podcast_itune a {
	background: url("../img/itunes.png") no-repeat;
}
#content .view-rf-emissions article .bloc-podcast .podcast_itune a:hover,
.bloc-podcast .podcast_itune a:hover {
	background: url("../img/itunes-fip.png") no-repeat;
}
.bloc-podcast .podcast_rss {
	float:left;
}
.bloc-podcast .podcast_rss a {
	background: url("../img/rss-noir.png") no-repeat;
}
#content .view-rf-emissions article .bloc-podcast .podcast_rss a {
	background: url("../img/rss.png") no-repeat;
}
#content .view-rf-emissions article .bloc-podcast .podcast_rss a:hover,
.bloc-podcast .podcast_rss a:hover {
	background: url("../img/rss-fip.png") no-repeat;
}
.bloc-podcast a{
	padding-left: 19px;
}
#content .view-rf-emissions article .bloc-podcast a{
	color: #999999;
}
#content .view-rf-emissions article .bloc-podcast a:hover,
.bloc-podcast a:hover {
	color: #E2007A;
}
/* fin icones podcaste */
#content .view-rf-emissions article a:hover h1 {
	color: #e2007a;
}
#content .view-rf-emissions article .date-diffusion {
	color: #999999;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
}
#content .view-rf-emissions article .chapo {
	font-size: 15px;
	line-height: 20px;
}

/* page video */

/* 1ere video */
#content .view-video-nodes .firstvid object {
	display: block;
	width: 100%;
}
/* la minute improvisée */
#content #block-views-video-nodes-block-1 {
	background-color: #ddd;
	padding: 10px 15px;
}
#content #block-views-video-nodes-block-1 h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 20px;
	margin-top: 5px;
	transition: all 0.2s ease 0s;
}
#content #block-views-video-nodes-block-1 .view-content {
	overflow: hidden;
	margin: 0 -15px 0;
}
#content #block-views-video-nodes-block-1 .view-content .views-row {
	background-color: #FFFFFF;
	float: left;
	margin-right: 9px;
	width: 209px;
}
#content #block-views-video-nodes-block-1 .views-row:last-child {
	margin-right: 0px;
}
#content #block-views-video-nodes-block-1 .views-field-field-video-principale img {}
#content #block-views-video-nodes-block-1 .views-field-title h2 {
	font-size: 15px;
	font-weight: normal;
	height: 75px;
	line-height: 15px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 10px 10px 0;
	transition: all ease 0.2s;
}
#content #block-views-video-nodes-block-1 a:hover .views-field-title h2 {
	text-decoration: none;
	color: #e2007a;
}
#content #block-views-video-nodes-block-1 .more-link a {
	display: inline-block;
	font-size: 12px;
	margin: 10px 0 0;
	transition: all ease 0.2s;
}
#content #block-views-video-nodes-block-1 .more-link a:hover {
	text-decoration: none;
	color: #e2007a;
}
/* liste blocks */
#content #block-views-video-nodes-block {
	padding: 10px 15px;
}
#content #block-views-video-nodes-block h2 {
	color: #888888;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 10px;
}
#content #block-views-video-nodes-block .view-content a:hover {
  text-decoration: none;
  color: #E2007A;
}
#content #block-views-video-nodes-block .view-content {
	overflow: hidden;
	font-size: 0;
}
#content #block-views-video-nodes-block .view-content .views-row {
	font-size: 16px;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 300px;
}
#content #block-views-video-nodes-block .view-content .views-row:nth-child(even) {
	margin-right: 0;
}
#content #block-views-video-nodes-block .view-content .views-row img {
	width: 100%;
	height: auto;
}
#content #block-views-video-nodes-block .view-content .views-row .recadrer-img.low img {
	margin-top: -28px;
}
#content #block-views-video-nodes-block .view-content .views-row .date {
	color: #999999;
	font-size: 12px;
	line-height: 12px;
}
#content #block-views-video-nodes-block .view-content .views-row h2 {
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 20px;
	font-weight: normal;
}
#content #block-views-video-nodes-block .view-content .views-row article {
  position: relative;
}
#content #block-views-video-nodes-block .view-content .views-row a.video:after{
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("../img/video-play-50.png") no-repeat scroll left top #e2007a;
  top: 62px;
  left: 125px;
}

/* page 404 */
body.page-page-non-trouvee #block-system-main {
	box-shadow: none;
	background-color: transparent;
}
#fip_page_404 {
	text-align: center;
}
#fip_page_404 h1 {
	background: url("../img/404fip.png") no-repeat scroll center bottom transparent;
	padding-bottom: 274px;
	margin-bottom: 20px;
}
#fip_page_404 #liens_404 a {
	color: #E2007A;
	display: inline-block;
	padding: 6px;
}

/* page sortir */
.content-sortir {
	padding: 30px;
}
.content-sortir #rf-evenement-ext-sortir-filter-form {
	padding: 0 0 30px;
	text-align: center;
}
.content-sortir #rf-evenement-ext-sortir-filter-form .form-item-select-region {
	display: inline-block;
	margin: 0;
}
.content-sortir #rf-evenement-ext-sortir-filter-form .form-item-select-region label {
	width: auto;
}
.content-sortir #rf-evenement-ext-sortir-filter-form input[type="submit"] {
	margin-left: 20px;
}
.content-sortir #quicktabs-rubrique_sortir {
	border: medium none;
	margin: 0 -30px -30px;
	padding: 0;
	font-family: 'Montserrat',sans-serif;
}
.content-sortir #quicktabs-rubrique_sortir ul.ui-tabs-nav,
#content .tabs ul.tab-links {
	background-image: linear-gradient(to bottom, #484848 0px, #676767 15px, #676767 30px, #575757 55px);
	/*background-image: none;*/
	border: medium none;
	border-radius: 0;
	padding: 10px 10px 0;
}
.content-sortir #quicktabs-rubrique_sortir ul.ui-tabs-nav li,
#content .tabs ul.tab-links li {
	background-color: #ddd;
	background-image: none;
	border: medium none;
	border-radius: 0;
	margin-right: 10px;
	transition: all ease 0.2s;
}
.content-sortir #quicktabs-rubrique_sortir ul.ui-tabs-nav li:hover,
#content .tabs ul.tab-links li:hover {
	background-color: #eee;
}
.content-sortir #quicktabs-rubrique_sortir ul.ui-tabs-nav li.ui-tabs-selected,
#content .tabs ul.tab-links li.active {
	background-color: #FFFFFF;
	padding: 0;
}
.content-sortir #quicktabs-rubrique_sortir ul.ui-tabs-nav li a,
#content .tabs ul.tab-links li a {
	color: #000;
	font-size: 15px;
}
.content-sortir #quicktabs-rubrique_sortir ul.ui-tabs-nav li.ui-tabs-selected a,
#content .tabs ul.tab-links li.active a {
	color: #000;
}
.content-sortir #quicktabs-rubrique_sortir .ui-tabs-panel {
	padding: 0;
}
.content-sortir #quicktabs-rubrique_sortir .views-row {
	margin: 15px;
}
.content-sortir #quicktabs-rubrique_sortir .article-teaser-4 {
	margin: 0;
}
.content-sortir #quicktabs-rubrique_sortir .category {
	background-color: #CCC;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	padding: 0 15px;
}
.content-sortir #quicktabs-rubrique_sortir .texte {
	height: 150px;
}
.content-sortir #quicktabs-rubrique_sortir .ui-widget-content a {
	color: #000;
	transition: all ease 0.2s;
}
.content-sortir #quicktabs-rubrique_sortir .ui-widget-content h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	transition: all 0.2s ease 0s;
}
.content-sortir #quicktabs-rubrique_sortir .ui-widget-content a:hover h2 {
	color: #e2007a;
}
.content-sortir #quicktabs-rubrique_sortir .ui-widget-content .chapo {
	font-size: 15px;
	line-height: 20px;
}

/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
/*----- Tabs -----*/
#page-title .tabs {
	width:40% !important;
	display:inline-block;
}
/*----- Tab Links -----*/
.tab-links:after {
  display:block;
  clear:both;
  content:'';
  height: 0;
  visibility: hidden;
}
.tab-links li {
  float:left;
  list-style:none;
}
.tab-links a {
  padding: 0.5em 1em;
  display:inline-block;
}
.tab-links a:hover {
  background:#CCCCCC;
  text-decoration:none;
  color:#E2007A;
}
.tab-links li.active a, li.active a:hover {
  background:#fff;
  color:#4c4c4c;
}
/*----- Content of Tabs -----*/
.tab-content {
  padding:15px;

  border-radius:3px;
  box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
  background:#fff;
}
.tab {
  display:none;
}
.tab.active {
  display:block;
}

/* Page emission */
#content article.emission-full .ressource_principale{
	margin-top: 15px;
}
#content article.emission-full .ressource_principale .legende,
#content article.emission-full .emission-header.ressource_principale .legende
{
	background-color: #ddd;
	padding: 7px 7px 7px 16px;
	position: relative;
	text-align: left;
}

#content article.emission-full .info,
#content aside.emission-header .info  {
	margin-bottom: 12px;
	margin-top: 7px;
}
#content article.emission-full .titre-page,
#content aside.emission-header .titre-page {
  margin-bottom: 0px;
}
#content aside.emission-header .titre-page a:hover{
  text-decoration: none;
}
.node-type-emission #content .tabs .section-area h2,
.node-type-emisaison #content .tabs .section-area h2{
  margin-bottom: 15px;
}
#content aside.emission-header {
  margin-bottom: 15px;
}

/* Emission : Fip session live */
article.fip_session_live {
	margin-left: -15px;
}
.view-display-id-block_fip_session_live {
	background-color: #B2B2B2;
	display: table;
	font-size: 0;
	margin: 0 15px 15px;
	padding-bottom: 15px;
	box-shadow: none;
	padding-top: 15px;
}

.view-display-id-block_fip_session_live .views-row {
	display: inline-block;
	font-size: 1rem;
	margin: 0 15px 0 -15px;
	vertical-align: top;
	height: 285px;
	overflow: hidden;
	padding: 15px;
	width: 285px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}
.view-display-id-block_fip_session_live .views-row .fip_session_live {
	padding: 0 15px;
}
#content .view-display-id-block_fip_session_live .views-row article.fip_session_live  img {
  display: block;
  margin: -15px -15px 15px;
  float: none;
}
.view-display-id-block_fip_session_live .views-row .fip_session_live .texte {
  height: 110px;
  overflow: hidden;
}
.view-display-id-block_fip_session_live .views-row .fip_session_live .texte h1 {
  font-size: 19px;
  line-height: 20px;
  transition: all 0.2s ease 0s;
}
.view-display-id-block_fip_session_live .views-row .fip_session_live a:hover .texte h1 {
  color: #e2007a;
}
.view-display-id-block_fip_session_live .views-row .fip_session_live .texte .chapo {
  font-size: 13px;
  line-height: 20px;
}

.view-display-id-block_fip_session_live .views-row:nth-child(even) {
	margin: 0 -15px 0 0;
}
.view-display-id-block_fip_session_live .diffusion a:hover {
	text-decoration: none;
}
.view-display-id-block_fip_session_live .diffusion img {
	display: block;
	margin: -15px -15px 15px;
}
.view-display-id-block_fip_session_live .diffusion .texte {
	height: 110px;
	overflow: hidden;
}
.view-display-id-block_fip_session_live .diffusion .texte h1 {
	font-size: 19px;
	line-height: 20px;
	transition: all 0.2s ease 0s;
}
.view-display-id-block_fip_session_live .diffusion a:hover .texte h1 {
	color: #e2007a;
}
.view-display-id-block_fip_session_live .diffusion .texte .chapo {
	font-size: 13px;
	line-height: 20px;
}

.page-emissions #block-system-main.block{
	background-color: transparent;
	box-shadow: none;
}


/* Diffusion */
#content aside.diffusion-header .ressource_principale .arrow-left:before{
	left: 0px;
	top: 28px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0,0,0,0);
	border-right-color: #000000;
	border-width: 5px;
	margin-top: -15px;
}
#content aside.diffusion-header .ressource_principale{
	margin-top: 14px;
}
#content aside.diffusion-header .ressource_principale .legende,
#content aside.emission-header .ressource_principale .legende
{
	background-color: #ddd;
	padding: 7px 7px 7px 16px;
	position: relative;
	text-align: left;
}
#content aside.diffusion-header .ressource_principale .legende div,
#content aside.emission-full .ressource_principale .legende div
{
	display: inline ;
}
#content aside.diffusion-header .ressource_principale .legende .contact {
	text-align: left;
}
#content aside.diffusion-header .ressource_principale .legende a:hover,
#content aside.diffusion-header .ressource_principale .legende .contact a:hover,
#content aside.diffusion-header .ressource_principale .legende .podcast .popup-holder a.link-podcast:hover,
#content article.emission-full .ressource_principale .legende a:hover,
#content article.emission-full .ressource_principale .legende .contact a:hover,
#content article.emission-full .ressource_principale .legende .podcast .popup-holder a.link-podcast:hover
{
	color: #E2007A;
	text-decoration: none;
}
#content aside.diffusion-header .ressource_principale .legende .contact a,
#content aside.emission-full .ressource_principale .legende .contact a
{
	color: #000;
}
#content aside.diffusion-header .ressource_principale .legende div.contact:before {
	content: "";
	border-right: 2px solid #000;
	margin-right: 13px;
	margin-left: 11px;
}
#content aside.diffusion-header .ressource_principale .legende .podcast  {
	float:right;
}
#content aside.diffusion-header .ressource_principale .legende .podcast .popup-holder
{
	background: none;
	position: relative;
	float: right;

}
#content article.emission-full .ressource_principale .legende .podcast .popup-holder{
	top: -20px;
}
#content aside.diffusion-header .ressource_principale .legende .podcast .popup-holder .link-podcast,
#content article.emission-full .ressource_principale .legende .podcast .popup-holder .link-podcast{
	line-height: 20px;
	border:none;
	color: #000;
}
#content article.diffusion-full .prog-blck {
	display: table;
	width: 100%;
}
#content article.diffusion-full .prog-blck .prog-holder {
  float: left;
  padding: 5px 0;
  width: 100%;
  border-bottom: 3px solid #E2007A;
  margin-bottom: 30px;
}
#content article.diffusion-full .prog-blck .prog-holder a.expire-label {
  text-transform:uppercase;
  font-weight:bold;
  cursor: pointer;
}
#content article.diffusion-full .prog-blck .prog-holder a.expire-label:before {
  background-image: url("../img/video-play-50.png");
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  -ms-background-size: 25px 25px;
  -o-background-size: 25px 25px;
  background-size: 25px 25px;
  display: inline-block;
  content: "";
  height: 25px;
  width: 25px;
  margin-right: 15px;
  vertical-align: text-bottom;
}
#content article.diffusion-full .prog-blck .prog-holder em {
  color:#555;
}
#content article.diffusion-full .prog-blck .podcast{
  float: right;
  margin-bottom: 10px;
}
#content article.diffusion-full .prog-blck .podcast .popup-holder{
  background-color: #fff;
  border-bottom: 3px solid #555;
}
#content article.diffusion-full .prog-blck .podcast .link-podcast {
  color: #000;
  border-right: none;
  background-position: right center;
  padding: 3px 25px 3px 15px;
}

/* Page Selection */
#content article.article-principal .liens-internes article.oeuvre-album-selection {
  background-color: #FFFFFF;
  float: left;
  height: 310px;
  margin-right: 9px;
  width: 209px;
}
#content article.article-principal .liens-internes article.oeuvre-album-selection:nth-child(3n) {
  margin-right: 0;
}
#content article.article-principal .liens-internes article.oeuvre-album-selection .content {
  text-align: center;
}
#content article.article-principal .liens-internes article.oeuvre-album-selection .date,
#content article.article-principal .liens-internes article.oeuvre-album-selection .label {
  color:#777;
}

/* nav entre sélections */
#content article.article-principal .nav-selection,
#block-system-main .pagination-titres{
	padding-bottom: 30px;
	display: table;
	width: 100%;
	white-space: nowrap;
	clear: both;
}
#block-system-main .pagination-titres {
	padding: 0 30px 30px;
	width: calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
}
#content article.article-principal .nav-selection .precedent,
#block-system-main .pagination-titres .precedent{
	display: table-cell;
	width: 33%;
	text-align: left;
}
#content article.article-principal .nav-selection .precedent a,
#block-system-main .pagination-titres .precedent a {
	text-decoration: none;
	color: #ccc;
}
#content article.article-principal .nav-selection .precedent a:before,
#block-system-main .pagination-titres .precedent a:before {
	content: "<";
	padding-right: 10px;
	color: #ccc;
}
#content article.article-principal .nav-selection .courant,
#block-system-main .pagination-titres .courant {
	display: table-cell;
	text-align: center;
	width: 34%;
}
#content article.article-principal .nav-selection .courant span,
#block-system-main .pagination-titres .courant span {
	background-color: #E2007A;
	color: #fff;
	padding: 0 20px;
}
#content article.article-principal .nav-selection .suivant,
#block-system-main .pagination-titres .suivant {
	display: table-cell;
	width: 33%;
	text-align: right;
}

#content article.article-principal .nav-selection .suivant a,
#block-system-main .pagination-titres .suivant a {
	text-decoration: none;
	color: #ccc;
}
#content article.article-principal .nav-selection .suivant a:after,
#block-system-main .pagination-titres .suivant a:after {
	content: ">";
	padding-left: 10px;
	color: #ccc;
}
#block-system-main .pagination-titres .suivant a,
#block-system-main .pagination-titres .precedent a {
	cursor:pointer;
}

#pub-ftv-top, #pub-bottom {
	text-align: center;
	padding-top: 20px;
}

#content .submenu-sitemap {
    padding-left: 45px;
}

#content .niv1-sitemap {
	padding-left: 20px;
	list-style: disc outside none;
}

#content .submenu-sitemap a:hover,
#content .niv1-sitemap a:hover{
	color: #e2007a;
}

#content .sitemap{
	padding: 10px;
}

#content .niv1-sitemap > li {
    margin-top: 8px;
}


/* recherche titres diffusés */
#block-system-main #fip-titres-diffuses-form-page {
	padding: 30px 30px 0;
}

#block-system-main .no-result {
	clear: both;
	padding-bottom: 60px;
	text-align: center;
}
#block-system-main #fip-titres-diffuses-form-search-date {
	float: left;
	padding: 0;
	margin-bottom: 30px;
	border-right: 3px solid #ccc;
}
#block-system-main #fip-titres-diffuses-form-search-artist {
	float: left;
	padding: 0;
	margin-bottom: 30px;
}
#block-system-main #fip-titres-diffuses-form-search-artist:after {
	content: "";
	display: table;
	clear: both;
}

#edit-date-filters {
	background-color: #e8e8e8;
	height: 90px;
	padding: 30px 0 15px 30px;
	position: relative;
	width: 345px;
}
#edit-date-filters legend {
	left: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
}
#edit-date-filters .fieldset-wrapper input[type="text"] {
	background-color: #fff;
	border: medium none;
	font-family: inherit;
	padding: 0.2em 0.5em;
	text-align: center;
	width: auto;
}
#edit-date-filters .fieldset-wrapper .form-item-select-jour {
	display: inline-block;
}

#replace_textfield_div .pagination-titres .ajax-progress-throbber {
  display: none;
}

#edit-date-filters .fieldset-wrapper input[type="submit"] {
	background-color: #000;
	border: medium none;
	color: #fff;
	display: block;
	font-family: inherit;
	padding: 0.2em 2em;
	position: absolute;
	right: 90px;
}
#edit-select-artist .fieldset-wrapper input[type="submit"],
#edit-date-filters .fieldset-wrapper input[type="submit"] {
	cursor:pointer;
}

#edit-select-artist {
	background-color: #e8e8e8;
	height: 90px;
	padding: 30px 0 15px 37px;
	position: relative;
	width: 230px;
}
#edit-select-artist legend {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
}
#edit-select-artist .fieldset-wrapper .form-item-artist-name {
	display: block;
}
#edit-select-artist .fieldset-wrapper input[type="text"] {
	background-color: #fff;
	border: medium none;
	font-family: inherit;
	padding: 0.2em 0.5em;
	width: 200px;
}
#edit-select-artist .fieldset-wrapper input[type="submit"] {
	background-color: #000;
	border: medium none;
	color: #fff;
	display: block;
	font-family: inherit;
	padding: 0.2em 2em;
	position: absolute;
	right: 30px;
	text-transform: uppercase;
}

/* recherche titres diffusés cruiser*/
form#fip-titres-diffuses-cruiser-form-search-date {
	background-color: #e8e8e8;
    padding: 15px;
    position: relative;
}

form#fip-titres-diffuses-cruiser-form-search-date legend{
	margin-bottom: 16px
}

form#fip-titres-diffuses-cruiser-form-search-date .fieldset-legend {
	font-size: 26px;
	font-weight: bold;
}

form#fip-titres-diffuses-cruiser-form-search-date label[for="edit-select-radio"] {
	color: black;
	width: inherit;
	vertical-align: bottom;
	width: 85px;
	text-align: left;
	padding-right: 0;
	float: left;
	margin-bottom: 8px;
}

form#fip-titres-diffuses-cruiser-form-search-date #edit-select-radio {
	float: left;
	margin-bottom: 15px;
}

form#fip-titres-diffuses-cruiser-form-search-date input {
	display: none;
}

form#fip-titres-diffuses-cruiser-form-search-date .form-item.form-type-radios {
	white-space: nowrap;
}


form#fip-titres-diffuses-cruiser-form-search-date .form-item.form-type-radio {
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 0;
}

form#fip-titres-diffuses-cruiser-form-search-date .form-item.form-type-radio {
	font-size: 0px;
	padding-right: 9px;
}

form#fip-titres-diffuses-cruiser-form-search-date .form-item.form-type-radio label {
	color: inherit;
    display: inline;
    padding: 0;
    text-align: left;
    width: inherit;
}

form#fip-titres-diffuses-cruiser-form-search-date .form-item.form-type-radio input+.field-suffix  img{
	width:60px;
	height:60px;
	cursor: pointer;
	padding-right: 0;
	opacity: 0.5;
}

form#fip-titres-diffuses-cruiser-form-search-date .form-item.form-type-radio input:checked+.field-suffix img{
	opacity: 1;
}

form#fip-titres-diffuses-cruiser-form-search-date #edit-date-filters {
	height: inherit;
    padding: 0;
    width: 100%;
    background-color:inherit;
    margin-top: 25px;
    position: relative;
}

form#fip-titres-diffuses-cruiser-form-search-date #edit-date-filters .fieldset-wrapper .form-item-select-jour {
	margin: 0;
	padding: 0;
}

form#fip-titres-diffuses-cruiser-form-search-date label[for="edit-select-jour"] {
	color: black;
	width: inherit;
	vertical-align: bottom;
	width: 85px;
	text-align: left;
}

form#fip-titres-diffuses-cruiser-form-search-date #edit-date-filters .fieldset-wrapper input[type="submit"] {
	width: 80px;
	float: right;
	position: inherit;
	margin-right: 7px;
}

div#fip_titres_diffuses_results .no-result {
	clear: both;
	padding: 30px;
	padding-bottom: 0;
	text-align: center;
}

div#fip_titres_diffuses_results .list-song-search-display {
	margin-top: 30px;
    margin-left: 30px;
    font-size: 20px;
}

div#fip_titres_diffuses_results .list-song-search-display .bold {
	font-weight: bold;
}
div#fip_titres_diffuses_results .list-song-search-display .date-archives-antenne {
	text-transform: lowercase;
}
div#fip_titres_diffuses_results .list-song {
	padding: 30px;
	display: table;
}
div#fip_titres_diffuses_results .list-song:after {
	clear: inherit;
	content: "";
	display: table;
}
div#fip_titres_diffuses_results .list-song .jour {
	margin-bottom: 30px;
	clear: both;
}
div#fip_titres_diffuses_results .list-song .jour:after {
	clear: both;
	content: "";
	display: table;
}
div#fip_titres_diffuses_results .list-song .jour .lejour {
	display: block;
	font-family: inherit;
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 1em;
	color: #e2007a;
}
div#fip_titres_diffuses_results .list-song .jour .son {
	clear: both;
	margin-bottom: 15px;
	display: table-row;
}
div#fip_titres_diffuses_results .list-song .jour .son img {
	float: left;
	margin: 0 10px 15px 0;
}
div#fip_titres_diffuses_results .list-song .jour .son .heure {
	background-color: #eee;
	display: block;
	float: left;
	font-size: 0.9em;
	margin-right: 10px;
	padding: 0.1em 0.6em;
	width: 50px;
}
div#fip_titres_diffuses_results .list-song .jour .son .artiste {
	line-height: 1.2em;
	margin-left: 187px;
}
div#fip_titres_diffuses_results .list-song .jour .son .album {
	color: #777;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-left: 187px;
}

div#fip_titres_diffuses_results .list-song .son {
	clear: both;
	margin-bottom: 0;
	overflow: auto;
	display: table-row;

}
div#fip_titres_diffuses_results .list-song .son .texte {
	margin-left: 0;
}

div#fip_titres_diffuses_results .list-song .son .list-song-left {
	border-right: 1px solid #dcdcdc;
	display: table-cell;
	vertical-align:top;
}

div#fip_titres_diffuses_results .list-song .son .list-song-right {
	display: table-cell;
	padding-left: 18px;
	vertical-align:top;
	background: url(/sites/all/themes/custom/fip/img/sprite-titres-diffuses.png) no-repeat -173px -10px;
}

div#fip_titres_diffuses_results .list-song .son .list-song-right .texte,
div#fip_titres_diffuses_results .list-song .son .list-song-right .links {
	padding-left: 111px;
}

div#fip_titres_diffuses_results .list-song .son .list-song-right .links {
	padding-bottom: 20px;
}


div#fip_titres_diffuses_results .list-song .son .titre_date {
	background-color: inherit;
    display: block;
    float: left;
    font-size: 0.8em;
    margin-right: 0;
    padding: 0;
    width: 50px;
    position: relative;
    height: 100%;
    overflow: auto;
}
div#fip_titres_diffuses_results .list-song .son .titre_date .maintenant {
	color: #e2007a;
	left: 0;
	line-height: 1;
	position: absolute;
	text-align: right;
	top: 40px;
}
div#fip_titres_diffuses_results .list-song .son img {
	float: left;
	margin: 0 10px 20px 0;
	width: 100px;
	height: 100px;
}
div#fip_titres_diffuses_results .list-song .son .titre_artiste {
	line-height: inherit;
	font-size: 16px;
	line-height: 20px;
	font-weight: 200;
	text-transform: capitalize;
}

div#fip_titres_diffuses_results .list-song .son .titre_artiste a,
div#fip_titres_diffuses_results .list-song .son .titre_album a {
	text-decoration: none;
	border-bottom: 1px solid #e2007a;
}

div#fip_titres_diffuses_results .list-song .son .titre_artiste a:hover{
	border-bottom-style:solid;
}

div#fip_titres_diffuses_results .list-song .son .titre_title {
	line-height: inherit;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: capitalize;
}
div#fip_titres_diffuses_results .list-song .son .titre_album {
	color: #000;
	font-size: 13px;
	line-height: 20px;
	font-weight: 200;
	text-transform: lowercase;
	display: inline-block;
}
div#fip_titres_diffuses_results .list-song .son .titre_album:first-letter {
	text-transform: capitalize;
}

div#fip_titres_diffuses_results .links a,
div#fip_titres_diffuses_results .links > span {
	color:#ef2789;
	font-size: 0.8em;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}

div#fip_titres_diffuses_results .links a > span,
div#fip_titres_diffuses_results .links span > span {
	vertical-align: top;
	font-size: 13px;
	font-weight: 200;
}

div#fip_titres_diffuses_results .links > span {
	color:#c9c9c9;
}

div#fip_titres_diffuses_results .links a.itunes,
div#fip_titres_diffuses_results .links span.itunes-disabled {
	margin-left: 16px;
}

div#fip_titres_diffuses_results .links a.youtube:before {
	content: "";
	background: url(/sites/all/themes/custom/fip/img/sprite-titres-diffuses.png) no-repeat -12px -15px;
	width: 26px;
	left: -14px;
	top: -17px;
	height: 20px;
	display: inline-block;
}

div#fip_titres_diffuses_results .links a.itunes:before {
    content: "";
    background: url(/sites/all/themes/custom/fip/img/sprite-titres-diffuses.png) no-repeat -78px -16px;
    width: 44px;
    left: -14px;
    top: -17px;
    height: 20px;
    display: inline-block;
}

div#fip_titres_diffuses_results .links span.youtube-disabled:before {
	content: "";
	background: url(/sites/all/themes/custom/fip/img/sprite-titres-diffuses.png) no-repeat -12px -65px;
	width: 26px;
	left: -14px;
	top: -17px;
	height: 20px;
	display: inline-block;
}

div#fip_titres_diffuses_results .links span.itunes-disabled:before {
	content: "";
    background: url(/sites/all/themes/custom/fip/img/sprite-titres-diffuses.png) no-repeat -78px -66px;
    width: 44px;
    left: -14px;
    top: -17px;
    height: 20px;
    display: inline-block;
}

div#fip_titres_diffuses_results .pagination-titres .suivant a:after {
	content: "»";
	padding-left: 6px;
	color: #ef2789;
}

div#fip_titres_diffuses_results .pagination-titres .precedent a:before {
	content: "«";
	padding-right: 6px;
	color: #ef2789;
}

div#fip_titres_diffuses_results .pagination-titres .precedent a,
div#fip_titres_diffuses_results .pagination-titres .suivant a {
	text-decoration: none;
	color: #ef2789;
	font-size: 14px;
	padding: 10px;
}

div#fip_titres_diffuses_results .pagination-titres .precedent a:hover,
div#fip_titres_diffuses_results .pagination-titres .suivant a:hover {
	color: white;
	background-color: #f0288a;
}

div#fip_titres_diffuses_results .pagination-titres .precedent a:hover:before,
div#fip_titres_diffuses_results .pagination-titres .suivant a:hover:after {
	color: white;
	background-color: #f0288a;
}

#content article.article-principal .text-blck .field_prog_musical p {
	margin-bottom: 0em;
}

/*--*/

#block-system-main .list-song {
	padding: 30px;
}
#block-system-main .list-song:after {
	clear: both;
	content: "";
	display: table;
}
#block-system-main .list-song .jour {
	margin-bottom: 30px;
	clear: both;
}
#block-system-main .list-song .jour:after {
	clear: both;
	content: "";
	display: table;
}
#block-system-main .list-song .jour .lejour {
	display: block;
	font-family: inherit;
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 1em;
	color: #e2007a;
}
#block-system-main .list-song .jour .son {
	clear: both;
	margin-bottom: 15px;
}
#block-system-main .list-song .jour .son img {
	float: left;
	margin: 0 10px 15px 0;
}
#block-system-main .list-song .jour .son .heure {
	background-color: #eee;
	display: block;
	float: left;
	font-size: 0.9em;
	margin-right: 10px;
	padding: 0.1em 0.6em;
	width: 50px;
}
#block-system-main .list-song .jour .son .artiste {
	line-height: 1.2em;
	margin-left: 187px;
}
#block-system-main .list-song .jour .son .album {
	color: #777;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-left: 187px;
}

#block-system-main .list-song .son {
	clear: both;
	margin-bottom: 15px;
}
#block-system-main .list-song .son .texte {
	margin-left: 187px;
}
#block-system-main .list-song .son .titre_date {
	background-color: #eee;
	display: block;
	float: left;
	font-size: 0.9em;
	margin-right: 10px;
	padding: 0.1em 0.6em;
	width: 50px;
	position: relative;
}
#block-system-main .list-song .son .titre_date .maintenant {
	color: #e2007a;
	left: 0;
	line-height: 1;
	position: absolute;
	text-align: right;
	top: 40px;
}
#block-system-main .list-song .son img {
	float: left;
	margin: 0 10px 15px 0;
	width: 100px;
	height: 100px;
}
#block-system-main .list-song .son .titre_artiste {
	line-height: 1.2em;
	font-weight: bold;
}
#block-system-main .list-song .son .titre_album {
	color: #777;
	font-size: 0.8em;
	line-height: 1.2em;
}

/* Form Selection FIP */
#rf-selection-ext-selection-form {
  padding: 0 0 30px;
  text-align: center;
}
#rf-selection-ext-selection-form .form-item-select-month {
  display: inline-block;
  margin: 0;
}
#rf-selection-ext-selection-form .form-item-select-month label {
  width: auto;
}
#rf-selection-ext-selection-form input[type="submit"] {
  margin-left: 20px;
}
article.article-principal ul.rf_articles_links {
  list-style: disc outside none;
}

#content article.article-principal .text-blck > div > .visual,
#content article.article-principal .text-blck .video-wysiwyg .visual {
  margin-bottom: 15px;
}

.outbrain-separation{
	height: 10px !important;
	background-color: #F4F4F4 !important;
	width: 100% !important;
	border: none !important;
}
/** New sortir page **/
#content #page-sortir .article-teaser.mea {
	height: auto;
}
#content #page-sortir .article-teaser.teaser-responsive-list.mea a img {
	width: 100%;
	height: auto;
}
body.page-sortir #content .block,
body.page-jeux #content .block {
	background-color: transparent;
	box-shadow: none;
	margin-bottom: 0;
}
body.page-sortir #content .tabs,
body.page-jeux #content .tabs {
	display: inherit;
}
#page-sortir .baseline {
	padding: 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
#page-sortir .baseline .add-more {
	color: #CCC;
	cursor: pointer;
	background: white;
	width: 27px;
	height: 37px;
	text-align: center;
	float: right;
	border: 1px solid #e2e2e2;
	overflow: hidden;
	line-height: 38px;
	font-size: 22px;
}
#page-sortir .baseline .add-more.open {
	display: none;
}
#page-sortir .baseline .full-text {
	display: none;
}
#page-sortir .baseline .full-text, #page-sortir .baseline .truncate-text {
	width: 93%;
	float: left;
}
#page-sortir .filter-event {
	width: 100%;
	text-align: right;
	overflow: hidden;
}
#page-sortir .btn-filter-event {
	margin-bottom: 8px;
	cursor: pointer;
}
#page-sortir .btn-filter-event .display-filter,
#page-sortir .btn-filter-event .hide-filter {
	color: #999;
	font-size: 15px;
}
#page-sortir .btn-filter-event .op {
	font-size: 16px;
	font-weight: bold;
}
#page-sortir .btn-filter-event .display-filter:hover,
#page-sortir .btn-filter-event .hide-filter:hover {
	color: #000;
}
#page-sortir .btn-filter-event .hide-filter {
	display: none;
}
#page-sortir .filter-event {
	display: none;
}
#page-sortir .filter-event a {
	text-decoration: none;
	background-color: #CCC;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
	padding: 0 15px;
	float: left;
	margin-right: 15px;
}
#page-sortir .filter-event a:hover,
#page-sortir .filter-event a.active {
	color: #E2007A;
}
#page-sortir .filter-event a.reset {
	color: #ffffff;
}
#page-sortir .content-sortir {
	padding: 15px;
	background-color: #FFFFFF;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 15px;
}
#content #page-sortir .content-sortir .old-event {
	background-color: #B2B2B2;
	margin-bottom: 15px;
}
#content #page-sortir .content-sortir .old-event .txt {
	background-color: #E2007A;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	line-height: 45px;
	padding: 0 20px;
	position: relative;
	text-align: center;
	white-space: nowrap;
}
#content #page-sortir .content-sortir .old-event .txt:after {
	background-color: #E2007A;
	border-radius: 0 0 0 100%;
	color: #E2007A;
	content: ".";
	display: inline-block;
	margin-right: 3px;
	position: absolute;
	right: -25px;
	top: 0;
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	width: 45px;
}
#content #page-sortir .content-sortir .article-teaser {
	margin: 0 0 25px;
}
#page-sortir .content-sortir .article-teaser .category {
	background-color: #CCC;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 5px;
	padding: 0 15px;
}
#page-sortir .content-sortir .article-teaser .texte {
	height: 150px;
}
#page-sortir .content-sortir .article-teaser.mea .texte {
	height: auto;
}
#page-sortir .content-sortir .article-teaser .texte h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	transition: all 0.2s ease 0s;
}
#page-sortir .content-sortir .article-teaser .texte .chapo {
	font-size: 15px;
	line-height: 20px;
}
#page-sortir .content-sortir .article-teaser .sortir_image,
#content .article-teaser .partenaire_image {
	height: 177px;
	width: 315px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 15px;
}
#page-sortir .content-sortir .article-teaser .sortir_image .full {
	width: auto;
}
#page-sortir .content-sortir .article-teaser .sortir_image_mea {
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
#page-sortir .content-sortir .article-teaser .sortir_image .partenariat_fip,
#page-sortir .content-sortir .article-teaser .sortir_image_mea .partenariat_fip,
#content .article-teaser .partenaire_image .partenariat_fip {
	background-color: #E2007A;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	bottom: 0;
	right: 0;
}
#page-sortir .content-sortir .article-teaser .sortir_image .partenariat_fip:before,
#page-sortir .content-sortir .article-teaser .sortir_image_mea .partenariat_fip:before,
#content .article-teaser .partenaire_image .partenariat_fip:before	{
	background-color: #E2007A;
	border-radius: 0 0 0 0;
	color: #E2007A;
	content: ".";
	display: inline-block;
	margin-right: 3px;
	position: absolute;
	left: -16px;
	top: 0;
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	width: 30px;
}
/* Page event */
#content article.article-principal.event .partenariat_fip,
#content article.article-principal.page .partenariat_fip {
	background-color: #E2007A;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	white-space: nowrap;
	top: 0;
	left: 0;
}
#content article.article-principal.event .partenariat_fip:after,
#content article.article-principal.page .partenariat_fip:after {
	background-color: #E2007A;
	border-radius: 0 0 0 0;
	color: #E2007A;
	content: ".";
	display: inline-block;
	margin-right: 3px;
	position: absolute;
	right: -19px;
	top: 0;
	-o-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-moz-transform: skewX(-45deg);
	-webkit-transform: skewX(-45deg);
	transform: skewX(-45deg);
	width: 31px;
}
