﻿/* CSS Document */

@import url(../../fonts/radio-canada.css);

/*************** Reset *****************/
html, body {
	min-height:100%;
}

body {
	font-family: 'Radio-Canada', Arial, Helvetica, sans-serif;
	color: #333;
	background: black ;
}

a {
	color: #333;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.sagitta_vaga {
	color: red;
}

a:hover .sagitta_vaga:before {
	content: " ";
}

.last {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	float: right !important;
}

#supercontainer {
	background: #EDEDED url(../images/bg_body.jpg) no-repeat center top;
}

#wrapper {
	background: url(../images/bg_content_top.png) no-repeat 0 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 0 auto;
}

h1.post-title {
	font-weight: normal;
}

#content-full {
	background: #EDEDED;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content-full .post-meta {
	text-align: center;
	width: 100%;
}

#content-full .post-entry p {
	font-size: 16px;
	margin: 1.6em 1em;
}

#content-full .post-data {
	text-align: center;
}


#content-full h1 {
	font-size: 4em;
	text-align: center;
}

#content-full h2 {
	font-size: 3em;
	text-align: center;
}

#content-full h3 {
	font-size: 2.5em;
	text-align: center;
}

#content-full h4 {
	font-size: 2em;
	text-align: center;
}

#content-full h5 {
	font-size: 1.5em;
	text-align: center;
}

#content-full h6 {
	font-size: 1em;
	text-align: center;
}

img.entete-long-format {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.error404 a {
	color:#C00;
}

.navigation {
	clear: both;
}

::-webkit-input-placeholder {
	text-transform:uppercase;
}

::-moz-placeholder {
	text-transform:uppercase;
} /* firefox 19+ */

:-ms-input-placeholder {
	text-transform:uppercase;
} /* ie */

input:-moz-placeholder {
	text-transform:uppercase;
}

:focus::-webkit-input-placeholder {
	opacity:0.5;
}
:focus::-moz-placeholder {
	opacity:0.5;
} /* firefox 19+ */

:focus:-ms-input-placeholder {
	opacity:0.5;
} /* ie */

input:focus:-moz-placeholder {
	opacity:0.5;
}

/*************** Header *****************/

#header {
	margin: 0 auto;
}

.autreLangue a {
	display: block;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #EDEDED;
	background: url(../images/bg_lang.png) no-repeat left bottom;
	float: right;
}

.autreLangue a:hover, .autreLangue a.on {
	background-image: url(../images/bg_lang_o.png);
	color: #000;
	text-decoration: none;
}

.autreLangue a.ar {
	font-size: 125%;
}

/*************** Block Top-widget *****************/
#top-widget {
	padding: 0;
}

#top-widget #searchform {
	display: block;
}

#top-widget input[type="text"] {
	box-sizing: border-box;
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin: 0;
	outline: none;
	vertical-align: middle;
	width: auto;
}

#top-widget input.field {
	background: url(../images/bg_000_opa75.png);
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	float: right;
}

#top-widget input.field:focus {
	color: #FFF;
	text-transform: none;
}

#top-widget #searchsubmit {
	display: block;
	background: #000 url(../images/bt_recherche.png) no-repeat center;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	float: right;
}

/*************** Meteo *****************/


#top-widget {
	position: relative;
}


.meteo {
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-align: left;
	background: url(../images/bg_meteo.png) no-repeat -21px -17px;
}

.meteo:hover {
	color: #FFF;
	text-decoration: none;
}

#zh-CN .meteo {
	font-size: 14px;
	
}

.villes {
	background: #000;
	position:absolute;
	text-align: right;
	width: 58.5%;
	height: 102px;
	padding: 2px 0.5%;
	right: 0;
	top: 28px;
	z-index: 50;
	display: none;
}

.villes div{
	width: 25%;
	float: left;
}

.villes p{
	color: #999;
	margin: 0 0 2px;
	display: none;
}

.villes p a {
	color: #999;
}

.villes p a:hover {
	text-decoration: underline;
}

.world {
	display: block;
	position: absolute;
	right: 1%;
	bottom: 2%;
	color: #CCC;
	width: 25%
}

.CAN {
	display: block;
	position: absolute;
	right: 20%;
	bottom: 2%;
	color: #CCC;
	width: 25%
}

#es-ES .CAN {
	right: 25%;
}
.world:hover, .CAN:hover {
	color: #FFF;
}

/*****************************/

#header a.logo {
	display: block;
	background: url(../images/logo_head_RCI.png) no-repeat left top;
	font-size: 0;
	line-height: 0;
	clear: both;
}

#ar #header a.logo {
	background: url(../images/logo/logo_ar.png) no-repeat right top;
}

#en-US #header a.logo {
	background: url(../images/logo/logo_en.png) no-repeat left top;
}

#es-ES #header a.logo {
	background: url(../images/logo/logo_es.png) no-repeat left top;
}

#es #header a.logo {
	background: url(../images/logo/logo_es.png) no-repeat left top;
}

#fr-FR #header a.logo {
	background: url(../images/logo/logo_fr.png) no-repeat left top;
}

#zh-CN #header a.logo {
	background: url(../images/logo/logo_zh.png) no-repeat left top;
}

/* menu principal */

.main-nav {
	background: url(../images/bg_000_opa85.png);
	clear: both;
	margin-bottom: 20px;
	text-transform: uppercase;
	width: 100%;
}

.main-nav a {
	font-size: 15px;
	font-weight: 400;
}

.rtl .main-nav a {
	font-size: 21px;
	font-weight: 400;
}

.main-nav .current-menu-item a, .main-nav a:hover {
	color: #F00;
	text-decoration: none;
}

/* menu principal mobile */
.main-nav-mobile {
	display: none;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.main-nav-mobile a {
	font-size: 15px;
	font-weight: 400;
}

.rtl .main-nav-mobile a {
	font-size: 18px;
}

.main-nav-mobile .current-menu-item a, .main-nav-mobile a:hover {
	color: #F00;
	text-decoration: none;
}

/* teasers autres langues */

.teasersAutreLangue {
	float: left;
	width: 100%;
}

.teasersAutreLangue div.wrap {
	float: left;
	position: relative;
}

.teasersAutreLangue img {
	margin:0;
}

.teasersAutreLangue img.phBrokenImage {
	top:-25px;
	position:relative;
}

.teasersAutreLangue .wrap div {
	display: block;
	background: #D80000 url(../images/bg_teasers_top.jpg) repeat-x top;
	color: #EDEDED;
	text-align: center;
	line-height: normal;
	position: absolute;
	overflow: hidden;
}

.teasersAutreLangue div.wrap.zh span,
.teasersAutreLangue div.wrap.ar span {
	font-size: 135%;
}

.teasersAutreLangue div.wrap.ar span {
	text-align: right;
}

.teasersAutreLangue .wrap div span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

/*************** Accueil *****************/

.home #wrapper {
	padding: 0;
	background: none;
}

.home .col-620 h3 {
	color: #000;
}

/* En vedette */

/* zone primaire */

.en-vedette-primaire .thumbnail {
	background-color: white;
}

.en-vedette-primaire .nlposts-caption {
	min-height: unset;
}

.en-vedette-primaire .nlposts-caption h3 {
	margin-top: 0;
}

.en-vedette-primaire .nlposts-caption h3 a {
	color: black;
}

/* zone secondaire */

.en-vedette-secondaire .thumbnail {
	background-color: white;
	min-height: 169px;
}

.en-vedette-secondaire .nlposts-caption h3 {
	margin-top: 0;
}

.en-vedette-secondaire .nlposts-caption h3 a {
	color: black;
}

.en-vedette-secondaire img.alignleft-on-desktop.wp-post-image {
	float: left;
	margin: 0 20px 0 0;
}

.en-vedette-secondaire img.alignright-on-desktop.wp-post-image {
	float: right;
	margin: 0 0 0 20px;
}

/* en vedette mobile */
@media only screen and (max-width: 520px) {
	.en-vedette-secondaire .thumbnail {
		min-height: unset;
	}
	.en-vedette-primaire .nlposts-caption {
		min-height: 130px;
	}
	.en-vedette-secondaire .nlposts-caption {
		min-height: 130px;
	}
	.en-vedette-secondaire img.alignleft-on-desktop.wp-post-image {
		float: none;
		margin: auto;
		width: auto;
	}
	.en-vedette-secondaire img.alignright-on-desktop.wp-post-image {
		float: none;
		margin: auto;
		width: auto;
	}
}

/********* widgets *********/

.grid .menu {
	background-color: transparent;
}

.grid .menu li {
	float: none;
}

/********* Posts ***********/

.col-620 img.primeur {
	margin: 0;
}

.col-620 p.legende {
	display: block;
	background: #FFF;
	text-align: left;
	margin: 0;
}

figure {
	display: block;
	position: relative;
}

figure br, figure p {
	display: none;
}

figure.image figcaption br, figure.image figcaption p {
	display: block;
}

figure img {
	display:table-cell;
}

figure.align-center {
	margin: 20px auto;
}

figure.align-left {
	float:left;
}

figure.align-right {
	float:right;
}

figure.image figcaption {
	background: #FFF;
	color: #666;
	padding: 1% 2%;
	width: 96.22222222222%;
}

/********* sidebar home ***********/

.home .sidebar {
	background: none;
	margin: 0;
	padding: 0;
}

/********************/
.reso {
	width: 300px;
}

.reso .gen {
	background: url(../images/bg_reso.png) repeat-x;
	color: #FFF;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 1px;
}

.reso .gen a {
	font-weight: bold;
	color: #FFF;
}

.reso .gen img {
	display: inline;
	margin: 3px 10px;
}

/********************/

.aEcoute {
	width: 100%;
}

.aEcoute .emissionHebdo {
	background: url(../images/bg_ecoute.png) no-repeat top left;
}

.aEcoute .hebdo {
	color: #FFF;
	font-weight: bold;
}

#ar .aEcoute .emissionHebdo .hebdo {
	padding: 18px 14px 18px 0px;
}

#en .aEcoute .emissionHebdo .hebdo {
	padding: 24px 0 23px 104px;
}
#en-US .aEcoute .emissionHebdo .hebdo {
	padding: 24px 0 23px 104px;
}

#es .aEcoute .emissionHebdo .hebdo {
	padding: 22px 0 22px 88px;
}

#es-ES .aEcoute .emissionHebdo .hebdo {
	padding: 22px 0 22px 88px;
}

#fr .aEcoute .emissionHebdo .hebdo {
	padding: 14px 0 13px 95px;
}

#fr-FR .aEcoute .emissionHebdo .hebdo {
	padding: 14px 0 13px 95px;
}

#zh-CN .aEcoute .emissionHebdo .hebdo {
	padding: 22px 0 22px 100px;
}

.aEcoute .hebdo a {	
	color: white;
}


.aEcoute .hebdo .nom {
	text-transform: uppercase;
}

.aEcoute .all {
	background: #FFF;
	margin: 3px 0 1px;
	font-size: 13px;
}

.aEcoute .gen {
	background: #FFF;
}

.aEcoute .links {
	background: url(../images/bg_liens_radio.png) no-repeat left top;
	width: 100%;
	overflow: hidden;
}

.aEcoute .links a {
	float: left;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.sidebar .thePoll
{
	display:none
}

/********************/

.filsNouvelles {
	width: 100%;
}

.filsNouvelles .selector {
	width: 100%;
	overflow: auto;
}

.filsNouvelles .selector a {
	display: block;
	width: 50%;
	float: left;
	color: #FFF;
	background: url(../images/bg_fils_CBC-RC.png) no-repeat bottom;
	text-align: center;
	text-transform:uppercase;
}

.filsNouvelles .selector a:hover, .filsNouvelles .selector a.on {
	background: #FFF;
	text-decoration: none;
	color: #333;
}

.filsNouvelles .lesFils {
	position: relative;
	background: #FFF;
}

.filsNouvelles .lesFils .RC, .filsNouvelles .lesFils .CBC {
	background: #FFF;
	height: 290px;
	overflow-x: visible;
	overflow-y: scroll;
	padding: 0 10px;
	position: absolute;
	top: 10px;
	width: 280px;
	z-index: 10
}

.filsNouvelles .lesFils .CBC {
	z-index: 5;
}
.filsNouvelles a.clip {
	display: block;
	color: #333;
	border-bottom: 1px dotted;
}


.filsNouvelles span {
	display: block;
	color: #666;
	text-transform: uppercase;
}

.filsNouvelles a:hover {
	text-decoration: underline;
}

/******************** Sidebar gen*********************/


.sidebar {
	float: left;
	background: #EDEDED;
	margin: 0;
}

.sidebar .col-300 {
	width: 100%;
	margin: 0;
}

.sidebar div h4 {
	margin: 0 0 3px;
}

.sidebar div p {
	margin: 0;
}

/********************/

.recherche div {
	background: #FFF;
	padding: 0 0 10px 10px;
}

.recherche p {
	margin: 0;
	padding-top: 10px;
	text-transform: uppercase;
}

.recherche select {
	width: 80%;
}

.selecteurFils .selector {
	width: 100%;
	overflow: auto;
}

.selecteurFils .selector a {
	background: #900 url(../images/bg_reso.png) repeat-x bottom;
	color: #FFF;
	float: left;
	font-size: 11px;
	height: 20px;
	line-height: 12px;
	padding: 10px 0;
	text-align: center;
	text-transform:uppercase;
	width: 98px;
}

#ar .selecteurFils .selector a {
	float: right;
	font-size: 16px;
}

#zh-CN .selecteurFils .selector a {
	font-size: 16px;
}

.selecteurFils .selector a.mid {
	margin: 0 3px 0;
}

.selecteurFils .selector a:hover, .selecteurFils .selector a.on {
	background: #FFF;
	text-decoration: none;
	color: #666;
}

.selecteurFils a:hover {
	text-decoration: underline;
}

.selecteurFils .lesFils {
	background: #FFF;
	height: 300px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	position: relative;
}
.selecteurFils .lesFils .VC, 
.selecteurFils .lesFils .AL, 
.selecteurFils .lesFils .HL {
	background: #FFF;
	height: 290px;
	overflow-x: visible;
	overflow-y: scroll;
	padding: 0 10px;
	position: absolute;
	top: 10px;
	z-index: 10;
}
.selecteurFils .lesFils .AL {
	z-index: 5;
}

.selecteurFils .lesFils .HL {
	z-index: 5;
}

.selecteurFils .clip {
	color: #333;
	border-bottom: 1px dotted;
	display: block;
	line-height: 14px;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.selecteurFils span {
	color: #666;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

/*************** Footer *****************/

#footer {
	display: block;
	color: #FFF;
	margin: 0;
	max-width: none;
	background: #000;
	padding: 0;
	clear: both;
	width:100%;
}

#footer-wrapper {
	overflow: visible;
	position: relative;
}

#footer-wrapper .grid.col-940 {
	overflow: auto;
}

#footer .bloc {
	float: left;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #C00;
	display: block;
}

#footer .bloc.b1 {
	padding: 0;
	color: #666;
}

#footer .bloc.b2, #footer .bloc.b4 {
	border-left: 1px solid #333;
}

#footer a.logo {
	display: block;
	background: url(../images/logo_head_RCI.png) no-repeat left top;
	font-size: 0;
	line-height: 0;
}

#footer a:hover {
	color: #C00;
}

#footer .scroll-top {
	display: block;
	color: #666;
	text-align: center;
	position: absolute;
	z-index: 100;
}

#footer .scroll-top:hover {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}

#footer h3 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#footer h5 {
	margin-bottom: 0.5em;
}

#footer .menu {
	background-color: transparent;
}

#footer .menu li {
	float: none;
}


/*************** Post.php *****************/


#content {
	background: #EDEDED;
	margin: 0;
}

#content.col-990noPaddingNoBackground {
	background:none;
}

.en-profondeur h1 {
	font-weight: normal;
	text-transform: uppercase;
}

#widgets {
	background: #EDEDED;
	margin: 0 !important;
	float: left;
}

.post *.post-title {
	margin: 0;
	line-height: normal;
}

.post-meta {
	color: #666;
	font-size: 14px;
	position: relative;
}

.post-entry a.medianet.button {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	display: block;
	text-shadow: none;
	clear: both;
	background: url(../images/btn_ecoutez.png) no-repeat left top;
	filter: none;/* Bug-fix IE 8: supplante rule dans base.css qui empechait l'affichage du background */
	border: none;
}

#ar .post-entry a.medianet.button {
	background: url(../images/btn_ecoutez.png) no-repeat right top;
	padding-right: 160px;
	font-size: 30px;
}

.post-entry audio.medianet.mp3 {
	display: none;
}

.post-entry blockquote {
	background: #FFF;
	border: none;
	overflow: auto;
}

.post-entry blockquote p {
	font-style: normal;
}

.post-meta .courriel {
	display: none;
	text-align: center;
	color: #666;
	background: #FFF;
	border: 1px solid #CCC;
	position: absolute;
}

#respond {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.commentlist li {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.commentlist a {
	color: #C00;
}

.commentlist a:hover {
	color: #C00;
}

.report-typo {
	background: #FFF;
	border: 1px solid #ccc;
	height: auto;
	margin: 20px 0 0 0;
	overflow: auto;
	padding: 1%;
	width: 98%;
}

.report-typo h4 {
	margin: 18px;
}

.report-typo a {
	color: #C00;
}

/*************** Archives.php *****************/

.navigation {
	width: 98%;
	height: auto;
	padding: 1%;
	margin: 50px 0 40px;
	border: 1px solid #ccc;
	background: #FFF;
	overflow: auto;

}
.navigation a {
	color: #000;
	font-weight: bold;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation h4 {
	margin: 18px;
}

#content-archive {
	background: #EDEDED;
	margin: 0;
}

#content-archive .post {
	border-bottom: 1px dotted #ABABAB;
	width: 100%;
	overflow: auto;
}

#content-archive h1 {
	font-weight: normal;
	text-transform:uppercase;
}

#content-archive h1 span {
	color: #C00;
}


#content-archive h6 {
	font-weight: normal;
	text-transform:uppercase;
}

#content-archive h6 span {
	color: #C00;
}

#content-archive .surtitre, #content-archive .surtitre a {
	color: #666;
	margin: 0;
	text-transform:uppercase;
}

#content-archive .p404 h1 {
	margin: 0;
}

#content-archive .p404 h6 {
	color: inherit;
	font-weight: normal;
	text-transform:none;
	margin: 0;
}

#content-archive .post-entry {
	clear: none;
}

#content-archive .post-entry a {
	color:#C00;
}

#content-archive .post-entry a:hover {
	color:#F00;
}

#content-archive .post-meta {
	clear: none;
}

#content-archive .post img {
	margin: 0;
	float:left;
}

#content-archive .fill {
	margin: 0;
	float:right;
}

/*************** Archives.php/author *****************/

#content-archive .bio {
	background: #FFF;
	overflow: auto;
}

#content-archive .bio img {
	float: left;
	background: #FFF;
}

#content-archive .bio .wrap {
	float: left;
}

/**** Archives.php / description-archive ****/

.description-archive {
	background: #FFF;
	padding: 15px;
	margin: 0 0 25px;
}

/*************** page-en-profondeur.php *****************/

.en-profondeur h2 {
	color: #FFF;
	background: #000;
	font-weight: normal;
	margin: 0;
}

.en-profondeur a.wrap {
	display: block;
}

.en-profondeur #vedette {
	border-bottom: 3px solid black;
	overflow: auto;
}

.en-profondeur #conducteur {
	width: 100%;
	overflow: auto;
}

.en-profondeur #conducteur a.wrap {
	float: left;
	border: none;
	overflow: auto;
}

.en-profondeur #conducteur h2 {
	overflow: hidden;
}

.en-profondeur h3 {
	text-transform: uppercase;
	border-bottom: 2px solid black;
	clear: both;
}

.en-profondeur #src, .en-profondeur #cbc {
	width: 100%;
	overflow: auto;
}

.en-profondeur #src a.wrap, .en-profondeur #cbc a.wrap {
	float: left;
	border: none;
	overflow: auto;
}

.en-profondeur #src h2 {
	overflow: hidden;
}

/*************** search.php *****************/

#content-search {
	background: #EDEDED;
	margin: 0;
}

#content-search .post {
	border-bottom: 1px dotted;
	width: 100%;
}

#content-search h6 {
	text-transform:uppercase;*/
}

#content-search .surtitre {
	color: #999;
	margin: 0;
	text-transform:uppercase;
}

#content-search .fill {
	margin: 0;
	float:right;
}

#content-search .p404 h1 {
	margin: 0;
}

#content-search .p404 h6 {
	color: inherit;
	font-weight: normal;
	text-transform:none;
	margin: 0;
}

#content-search .post-entry {
	clear: none;
}

#content-search .post-meta {
	clear: none;
}

#content-search .post img {
	margin: 0;
	float:left;
}

/* longs formats */

.entete-longs-formats-mobile {
	display: none;
	margin-left: auto;
	margin-right: auto;
}

.entete-longs-formats-desktop {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.nlposts-caption {
	background-color: white;
	min-height: 130px;
}

.nlposts-ulist-title {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.nlposts-ulist-title a {
	font-size: 1em;
	font-weight: 400;
}

/* reset megaposts widget css */

div.widget {
	margin-bottom: 0;
}

.footer-widget .widget ul.menu a, .footer-widget .widget_meta ul a {
	border-radius: 0;
	font-size: 15px;
	margin-bottom: 0;
	padding: 0;
	text-transform: none;
}

.grid .widget ul.menu a, .grid .widget_meta ul a {
	border-radius: 0;
	font-size: 15px;
	margin-bottom: 0;
	padding: 3px 10px 0 10px;
	text-transform: none;
}

/* SiteOrigin Page Builder widgets titles */
.sopb-widget-title {
	margin: 0 0 3px; /* ou 0 0 10px */
}

/* SiteOrigin Page Builder post carrousel widget titles */
#content-full .sow-carousel-item h3 {
	font-size: 15px;
}

/* shortcode ultimate tabs focus */
div.su-tabs-nav span:focus {
	outline: none;
}

/* page long format */
.nlposts-ulist-container .page-long-format .nlposts-ulist-thumbnail-litem .nlposts-caption {
	background-color: transparent;
	padding: 0px;
}

#content-full .page-long-format h3 {
	font-size: 24px;
	margin-top: unset;
}

.page-long-format h3 a {
	color: black;
	font-weight: 400;
}

/* page balados */

.nlposts-ulist-container .page-balado .nlposts-ulist-thumbnail-litem .nlposts-caption {
	background-color: transparent;
	padding: 0px;
}

#content-full .page-balado .nlposts-caption {
	min-height: unset;
}

#content-full .page-balado .nlposts-caption h3 {
	font-size: 15px;
	margin: 0;
}

.page-balado .nlposts-caption h3 a {
	color: black;
}

/* séries balado */

.nlposts-ulist-container .thumbnails > li {
	width: 100%;
}

.nlposts-ulist-container .serie-balado .nlposts-ulist-thumbnail-litem .nlposts-caption {
	background-color: transparent;
	border-bottom: lightgray solid 1px;
	padding: 0px;
}

.serie-balado .nlposts-caption h3 {
	margin-bottom: 1.25em;
	margin-top: 0;
}

.serie-balado .nlposts-caption h3 a {
	color: black;
}

.serie-balado img.alignleft-on-desktop.wp-post-image {
	float: left;
	margin: 0 20px 40px 0;
	width: 234px;
}

@media only screen and (max-width: 520px) {
	.serie-balado img.alignleft-on-desktop.wp-post-image {
		float: none;
		margin: auto;
		width: auto;
	}
}

.serie-balado img.alignright-on-desktop.wp-post-image {
	float: right;
	margin: 0 0 40px 20px;
	width: 234px;
}

@media only screen and (max-width: 520px) {
	.serie-balado img.alignright-on-desktop.wp-post-image {
		float: none;
		margin: auto;
		width: auto;
	}
}

.serie-balado a.medianet.button {
	margin: 0 0 20px 0;
}

/* message de commentaires fermés */

.fermeture-commentaires {
	background: #FFF;
	border: 1px solid #ccc;
	height: auto;
	margin: 20px 0 20px 0;
	overflow: auto;
	padding: 1%;
	width: 98%;
}

.fermeture-commentaires h4 {
	margin: 18px;
}

.fermeture-commentaires a {
	color: #C00;
}
