/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#1f2833;
/*	background: url(../img/header.png);
	background-size: 35%;
	background-repeat: no-repeat;*/
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.fa-2{
	font-size: 1.2em;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#1f2833;
	text-decoration:none;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Old Firefox */
	-webkit-transition: 0.5s; /* Safari & Chrome */
	-o-transition: 0.5s; /* Opera */
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
	color:#ff9a00;
}
input:focus {
/*	outline:0;
	border:1px solid #04A4CC;*/
}
h1, h2, h3, h5, h6{
	text-transform: uppercase;
}
p, li{
	font-size: 1.6em;
}
.no-margin{
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.4em;
}
.padding-arround{
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
}
body{
	position: relative;
}
#wpwrap #adminmenuwrap #adminmenu .no-show{
	display: none;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.headphone{
	position: absolute;
	bottom: 210px;
	z-index: 1;
	display: none;
}
/* wrapper */
.wrapper {
	max-width:1000px;
	width:95%;
	margin:0 auto;
	position: relative;
	z-index: 2;
}
/* header */
.header {
}
/* logo */
.logo {
	text-align: right;
	padding-top: 15px;
}
.logo h1{
	color: #fff;
}
.logo-img {

}
.header-wrapper {
	/*background-color: #ff9a00;*/
	background-color: #fff;
	height: 43px;
	-moz-box-shadow: 0px 2px 2px 0px #3a3c37;
	-webkit-box-shadow: 0px 2px 2px 0px #3a3c37;
	-o-box-shadow: 0px 2px 2px 0px #3a3c37;
	box-shadow: 0px 2px 2px 0px #3a3c37;
	z-index: 10000;
	position: fixed;
	width: 100%;
}
.header-content{
	background-color: #202934;
	margin-top: 44px;
	position: relative;
	z-index: 2;
}
.header-content .wrapper{
	position: relative;
}
.header-content-wrapper{
	position: absolute;
	right: 0;
}
.page .header-content-wrapper h1{
	background-color: transparent;
}
.header-img{
}

/* nav */
.nav{
	text-transform: uppercase;
}
.nav ul li a{
	font-weight: bolder;
}

/* emissions du jour */
.event{
	background-image: url("../img/background-bloc.png");
	color: #1f2833;
	position:relative;
	z-index: 1;
	/*border-top-right-radius: 0.7em;
	border-top-left-radius: 0.7em;*/
	border-radius: 0.7em;
	margin-top: 30px;
}
.event h2{
	margin:0;
	text-transform: uppercase;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
.event ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
}
.event ul li{
	margin-bottom: 5px;
	font-size: 1.3em;
}
.event-n{
	color: #fff;
	background-color: #ff9900;
	padding: 3px;
}
.event-now{
	display: inline-block;
	width: 230px;
	vertical-align: top;
}
.event h2{
	background-color: #ff9a00;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 8px 5px 13px;
	border-top-right-radius: 0.3em;
	border-top-left-radius: 0.3em;
	font-size: 1.5em;
	height: 32px;
	font-size: 19px;
}
.event-now h3{
	margin: 0 0 10px 0;
	text-transform: uppercase;
	background-color:#1f2833;
	color: red;
	padding: 5px;
	text-align: right;
}
.event-excerpt h4{
	text-transform: uppercase;
	color:#ff9900;
	text-align: right;
	margin: 5px;
}
.event-excerpt h5{
	color: #fff;
	text-align: right;
	margin: 0 5px 7px 0;
	font-size: 12px;
}
.event-excerpt{
	background-color: #626971;
	padding: 5px;
	color: #fff;
}

/* Page d'une émission */
.event-descr{
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
.title-descr{
	bottom: 0;
	position: absolute;
	left: 0;
	text-align: left;
	background: white;
	z-index: 1;
	padding: 0 10px;
}
.title-descr h1{
	margin-bottom: 0;
}
.title-descr .excerpt{
	margin-top: 0;
}
/*.event-descr h1{
	position: absolute;
	z-index: 1;
	color: white;
	padding:20px 40px;
	top: 0
}
.event-descr .excerpt{
	position: absolute;
	z-index: 1;
	color: white;
	text-transform: uppercase;
	padding: 50px 40px;
	top: 0
}*/
.event-page{
	background-image: url("../img/background-bloc.png");
	padding: 1px 13px 13px 13px;
	border: 1px solid #eee;
	border-radius: 0.5em;
}
/* pagination */
.pagination{
	line-height: 40px;
	text-align: right;
	/*margin-right: 13px;
	margin-left: 13px;*/
	margin-top: 13px;
	border-top: 1px solid #1f2933;
	margin-left: 13px;
	margin-right: 13px;
}
.home-main .pagination ul{
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.pagination li{
	display: inline-block;
	width: 24px;
	height: 24px;
}
.page-numbers{
	background-color: #1f2933;
	padding: 4px 7px 4px 7px;
	color: #fff;
}
.page-numbers:hover{
	background-color: #ff9a00;
	color: #fff;
}
.page-numberss{
	background-color: #1f2933;
	padding: 4px 7px 4px 7px;
	color: #fff;
}
.page-numberss:hover{
	background-color: #ff9a00;
	color: #fff;
}
.load{
	margin-left: 50%;
	margin-top: 40%;
}
/* main */
main{
	display: inline-block;
	width: 600px;
	vertical-align: top;
	margin-bottom: 25px;
}
.main-emissions{
 	width: 100%;
 }
/* sidebar */
.sidebar {
	display: inline-block;
	width: 340px;
	float: right;
	/*margin-top: 30px;*/
}
.widget-podcast{
	margin-top: 30px;
}
.podcast-list{
	height: 60px;
	border-bottom: 1px solid;
}
.podcast-list p{
	float: left;
	margin-top: 8px;
	font-size: 1.3em;
}
.podcast-content{
	padding: 13px;
}
.widget_text{
	margin-top: 30px;
}

.clear{
	clear: both;
	height: 0;
	overflow: hidden;
}
.sidebar h3{
	background-color: #ff9a00;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 8px 5px 13px;
	border-top-right-radius:0.3em;
	border-top-left-radius:0.3em;
	margin: 0;
	font-size: 1.5em;
	height: 32px;
	font-size: 19px;
}
.widget-css{
	background-image: url("../img/background-bloc.png");
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-radius: 0.5em;
}
.widget-css-element{
	padding: 13px;
}
/* Sidebar emission */
.emission-widget p{
	width: 52%;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-left: 10px;
	font-size: 1.2em;
}
.widget-post{
	padding: 13px;
	border-bottom: 1px dotted #1e2834;
}
.widget-post h4{
	margin: 0;
}
.widget-post img{
	border-radius: 6px;
	margin-top: 15px;
	max-width: 100px;
}
/* footer */
.footer {
	background-color: #1e2834;
	position: relative;
	z-index: 2;
}
.span4{
	display: inline-block;
	width: 24%;
	color: #fff;
	vertical-align: top;
}
.span4 p{
	margin: 0;
	padding: 0;
}
.align-middle{
	/*vertical-align: middle;*/
	padding-left: 10px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.single article, .page article{
	padding-left: 13px;
	padding-right: 13px;
}
/*home*/
.extra_wrapper{
	display: inline-block;
	width: 74%;
	vertical-align: top;
	padding-left: 14px;
}
.current{
	background-color: #ff9a00;
}
.single .home-main h1, .signle .home-main h1 a{
	padding: 13px;
	margin: 0;
}
.page h1, .page h1 a, h2, h2 a{
	background-color: #1f2833;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 13px 5px 13px;
	border-top-right-radius:0.3em;
	border-top-left-radius:0.3em;
	margin: 0;
	height: 32px;
	font-size: 19px;
}
h2 a:hover{
	color: #ff9a00;
}
.home-main{
	background-image: url("../img/background-bloc.png");
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-radius: 0.5em;
	/*height: 572px;*/
}
.home-main #data-posts article:first-child{
	border-top: none;
}
#data-posts{
	/*height: 498px;*/
}
.excerpt{
	position: relative;
}

.excerpt img{
	border-radius: 6px;
}
.excerpt h3{
	margin-top: 7px;
}
.excerpt .view-article{
	right: 43px;
	bottom: 21px;
	position: absolute;
	font-size: 0.8em;
	font-weight: bolder;
}
.excerpt .read-more{
	right: 23px;
	bottom: 23px;
	position: absolute;
}
.emission{
	text-transform: uppercase;
	padding: 13px;
	list-style: none;
	margin: 0;
}
.home-main ul{
	list-style: none;
	text-transform: uppercase;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.home-main #post-116 ul{
	text-transform: none;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.page{
	/*padding-left: 13px;*/
	/*padding-right: 13px;*/
}
/* actualités */
.excerpt-actualites:first-child{
	border-top: none;
}
.excerpt-actualites{
	border-top: 1px dotted #202934;
	padding: 20px;
}
.excerpt-actualites h3{
	font-size: 1.7em;
}
.intro-actualites{
	background-color: #202934;
	border-radius: 0.5em;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
	padding: 15px;
	font-size: 15px;
}
/* émissions */
.emissions-lists{
	background-color: #202934;
	border-radius: 0.5em;
	margin-top: 20px;
	font-size: 1em;
}
.emissions-lists a{
	color: #fff;
}

.emissions-lists a:hover {
color: #ff9a00;
}
.emission-list{
	text-transform: uppercase;
	padding: 13px;
	list-style: none;
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.excerpt-emissions{
	/*text-transform: uppercase;*/
	margin-top: 25px;
	font-size: 12px;
}
.excerpt-emission{
	padding: 15px;
	background-image: url("../img/background-bloc.png");
	position: relative;
}
.excerpt-emission img{
	border-radius: 6px;
}
.excerpt-emission-content{
	display: inline-block;
	vertical-align: top;
	padding-left: 14px;
	width: 85%;
}
.excerpt-emission-content p{
	font-size: 1.4em;
	margin-top: 2px;
}
.excerpt-emission-content .emission-more{
	border-radius: 4px;
	background-color: #ff9a00;
	color: #fff;
	position: absolute;
	bottom: 14px;
	left: 173px;
	padding: 8px;
}
.excerpt-emission-content .emission-more:hover{
	background-color: #202934;
}
.excerpt-emissions{
	margin-top: 25px;
}
.emission-meta{
	position: absolute;
	bottom: 14px;
	right: 14px;
}
.emission-meta ul{
	padding: 0;
	margin: 0;
}
.emission-meta li{
	display: inline-block;
	margin-left: 5px;
}

/* contact */
.class-padding{
	padding: 30px;
}
.contact-content, .follow-content{
	background-image: url("../img/background-bloc.png");
	margin-top: 30px;
}
.form{
	display: inline-block;
	width: 72%;
	vertical-align: top;
	border-right: 1px solid #1f2833;
}
.info-contact{
	display: inline-block;
	width: 25%;
	float: right;
}
.infos p, .infos-tel p{
	margin: 0;
}
.infos-tel{
	background-color: #1f2833;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.infos-tel p{
	text-align: center;
}
.qr-code{
	position: relative;
	height: 80px;
	margin-top: 30px;
}
.qr-code-txt{
	color: #1f2833;
	font-size: 19px;
	position: absolute;
	bottom: 15px;
}
.qr-code-img{
	float: right;
}
.map, .logo-map{
	display: inline-block;
	height: 350px;
}
.logo-map{
	width: 30%;
	vertical-align: top;
	text-align: center;
	padding-top: 45px;
}
.map{
	width: 67%;
	float:right;
}
#creamap{
	height: 350px;
	margin: 0;
	padding: 0;
}

/* gallerie */

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
	ICONS
\*-------------------------------------*/
.list-icon{
	background-image: url("../img/icons/icon-actu-bar.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 21px;
	display: inline-block;
	margin-top: 1px;
}

.sound-icon{
	background-image: url("../img/icons/icon-emissions-bar.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: inline-block;
}
.sound-live-icon{
	background-image: url("../img/icons/icon-ecoute-live.png");
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-left: 8px;
	margin-top: -2px;
}

.ipod-icon{
	background-image: url("../img/icons/icon-podcast-bar.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 21px;
	display: inline-block;
}
.facebook-icon{
	background-image: url("../img/icons/mixcloud-icon.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: inline-block;
}
.google-icon {
background-image: url("../img/icons/icon-g+-footer.png");
background-repeat: no-repeat;
height: 24px;
width: 24px;
margin-top: 5px;
display: inline-block;
}


.facebook-icon-blue{
	background-image: url("../img/icons/icon-fb-emissions.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: inline-block;
}
.twitter-icon-blue{
	background-image: url("../img/icons/icon-twitter-emissions.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: inline-block;
}
.google-icon-blue{
	background-image: url("../img/icons/icon-g+-emissions.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: inline-block;
}
.conversation-icon{
	background-image: url("../img/icons/icon-facebook-bar.png");
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	display: inline-block;
}
.twitter-icon{
	background-image: url("../img/icons/icon-twitter-bar.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: inline-block;
	margin-top: 5px;
}
.class-right{
	float:right;
}
.read-more{
	background-image: url("../img/icons/icon-lire-article.png");
	background-repeat: no-repeat;
	height: 12px;
	width: 15px;
	display: inline-block;
}

/*------------------------------------*\
	FORMULAIRE
\*------------------------------------*/
fieldset{
	border:none;
}
.frm_primary_label{
	width: 25%;
	display: inline-block;
	font-size: 14px;
}
.frm_form_field{
	margin-top: 15px;
}
.frm_form_field input, textarea{
	line-height: 20px;
	border: 1px solid #dadada;
   border-radius: 0px!important;
   padding: 5px;
	width: 40%;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Old Firefox */
	-webkit-transition: 0.5s; /* Safari & Chrome */
	-o-transition: 0.5s; /* Opera */
	border-radius: 0.5em;
	font-size: 15px;
}
.frm_form_field input:focus, textarea:focus {
	/*outline: -webkit-focus-ring-color auto 0px;*/
	padding: 5px;
	width: 70%;
	outline: none;
   border-color: #ff9a00;
   box-shadow: 0 0 0 #ff9a00;
}
.frm_submit input[type=submit]{
	background-color: #ff9900;
	color: #fff;
	padding: 10px 20px 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 14px;
}
div.frm_submit {
	margin-left: 8px;
}
.frm_error{
	color: red;
	margin-left: 26%;
}
/*------------------------------------*\
	SLIDESHOW
\*------------------------------------*/
.caroufredsel_wrapper {
	position: absolute;
	top: 50%;
	margin-top: -85px;
	width: 88% !important;
	margin:auto!important;
	height: 95px!important;
}

#prev, #next{
	display: block;
	background-color: red;
	width: 5%;
	position: absolute;
	margin-top: -85px;
	height: 80px;
}
#carousel{
	height: 170px;
}
#carousel a {
	margin: 10px 5px;
	border: none;
	display: block;
	float: left;
	width: 130px;
}

#prev, #next {
	background: center center no-repeat #fff;
	width: 5%;
	cursor: pointer;
}
#prev:hover, #next:hover {
	background-color: #fff;
}
#prev {
	background-image: url( ../img/icons/gui-prev.png );
	left: 0;
}
#next {
	background-image: url( ../img/icons/gui-next.png );
	right: 0;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
/*@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}*/
@media only screen and (max-width: 570px) and (orientation : portrait){
	#data-posts .extra_wrapper{
		width: 50%!important;
	}
	#data-posts .extra_wrapper p{
		display: none;
	}
	.cp-container span{
		display: none;
	}
	.frm_form_field input, textarea{
		width: 70%;
	}
	#post-404 #img-404 h1{
		position: absolute;
		right: 12%;
		font-size: 1em;
		top: 10%;
		width: 24%;
	}
}
@media only screen and (max-width:630px) and (orientation : portrait){
	main{
		width: 100%;
	}
	#data-posts .extra_wrapper{
		width: 70%;
	}
	.excerpt-actualites h3 {
		font-size: 1.2em;
	}
	#post-404 #img-404 h1{
		position: absolute;
		right: 12%;
		font-size: 1em!important;
		top: 10%;
		width: 24%;
	}
}

@media only screen and (max-width:815px) and (orientation : portrait){
	.event{
		display: none;
	}
	#data-posts .extra_wrapper{
		width: 70%;
	}
	.sky-mega-menu li a > .fa{
		width: 10px;
		font-size: 10px;
	}
	.footer .span4{
		display: block;
		width: 100%;
		padding-top: 5px;
	}
	.partner{
		display: none;
	}
	.header-content-wrapper{
		display: none;
	}
	.home .header-content-wrapper{
		display: inline-block;
	}
	.excerpt-emission-content{
		width: 100%;
		padding-left: 0;
		text-align: justify;
	}
	.excerpt-emission{
		text-align: center;
	}
	.emission-meta{
		position: relative;
	}
	.excerpt-emission-content .emission-more{
		bottom: 0px;
		right: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	#data-actualites .extra_wrapper{width: 54%;}
	.form{
		display: block;
		width: 100%;
		border-right: 0px;
	}
	.info-contact{
		display: block;
		float: none;
		width: 100%;
	}
	.logo-map{
		display: none;
	}
	.map{
		width: 100%;
		float: none;
	}
	#post-404 #img-404 h1{
		position: absolute;
		right: 12%;
		font-size: 1em;
		top: 10%;
		width: 24%;
	}
}
@media only screen and (max-width: 1010px) and (orientation : portrait){
	main{
		width: 100%!important;
	}
	.sidebar{
		width: 100%!important;
	}
	#post-404 #img-404 h1{
		position: absolute;
		right: 12%;
		font-size: 1.7em;
		top: 10%;
		width: 24%;
	}
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
h4 {
font-size: 14px;
}
i.twitter-icon.class-right {
margin-top: -1px;
}
i.facebook-icon.class-right {
margin-top: -1px;
}
i.ipod-icon.class-right {
margin-top: -1px;
}
._4s7c {
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
border-left: 1px solid #eee;
border-radius: 0.5em;
}
img.alignnone.size-full.wp-image-111 {
border-radius: 5px;
}
.read-more {
	color:	#ff9a00;
	margin-top: 5px;
	display: inline;
}

.twitter-footer:hover{
	cursor: pointer;
	color:	#ff9a00;
}

div#recent-posts-3 {
margin-top: 7px;
}

/* footer */
.footer .social-follow a{
	padding: 4px 0 0 35px;
	color: white;
	display: block;
	font-size: 1.4em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.footer .social-follow .facebook-footer:hover{
	background-image: url("../img/icons/icon-facebook-footer-hover.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: inline-block;
	color: #ff9a00;
}
.footer .social-follow .twitter-footer:hover{
	background-image: url("../img/icons/icon-twitter-footer-hover.png");
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	display: inline-block;
	color: #ff9a00;
}
.footer .social-follow .google-footer:hover {
background-image: url("../img/icons/icon-g+-footer-hover.png");
background-repeat: no-repeat;
height: 24px;
width: 24px;
display: inline-block;
color: #ff9a00;
}
.event-excerpt p {
background-color: #1f2833;
border-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 10px;
margin-right: 10px;
}
.event-excerpt p a {
color: #fff;
padding-left: 10px;
}
.event-excerpt p:hover {
background-color: #ff9a00;
border-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: 10px;
margin-right: 10px;
}
.padding-arround ul {
margin-right: 10px;
}

p.description {
background: none;
font-size: 12px;
}

p.description:hover {
background: none;
}
div.podcast-list h4 {
margin-top: 6px;
margin-bottom: 8px;
}
.ssba, .ssba a {
padding-bottom: 10px;
}
ul.padding-arround {
font-size: 0.9em;
font-weight: bolder;
}
.uiStream .uiStreamMessage {
color: #1e2834;
}
.info-contact h3 {
font-weight: bolder;
font-size: 1.6em;
}
#img-404{
	position: relative;
}
#img-404 h1{
	position: absolute;
	right: 117px;
	top: 70px;
}

@media only screen and (max-width : 480px) {
    #recaptcha_challenge_image{
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    #recaptcha_response_field
    {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable .recaptcha_r1_c1,
    .recaptchatable .recaptcha_r3_c1,
    .recaptchatable .recaptcha_r3_c2,
    .recaptchatable .recaptcha_r7_c1,
    .recaptchatable .recaptcha_r8_c1,
    .recaptchatable .recaptcha_r3_c3,
    .recaptchatable .recaptcha_r2_c1,
    .recaptchatable .recaptcha_r4_c1,
    .recaptchatable .recaptcha_r4_c2,
    .recaptchatable .recaptcha_r4_c4,
    .recaptchatable .recaptcha_image_cell {

    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    height: auto !important;
    }

}

#post-404 h2, #post-404 h2 a{
	height: 50px;
	font-size: 34px;
	background-color: transparent!important;
	color: #1f2833;
}
#post-404 h2 a:hover{
	color: #ff9a00;
}
#post-404{
	margin-bottom: 45px;
}
.rejoins-nous img{
	display: inline-block;
}
.rejoins-nous .spitch{
	display: inline-block;
	width: 45%;
	padding: 7px;
}
.rejoins-nous p:first-child{
	margin-top: 0;
}
.rejoins-nous a{
	background-color: #1f2833;
	color: white;
	padding: 7px 11px 7px 11px;
	height: 31px;
	border-radius: 5px;
}
.rejoins-nous .link{
	display: inline-block;
	margin-top: -25px;
	float: right;
}
.rejoins-nous a:hover{
	background-color: #ff9a00;
	color: #1f2833;
	padding: 7px 11px 7px 11px;
	height: 31px;
}
.copyright{
	color: #fff;
	font-size:1em;
        margin-bottom: 10px;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	color:#ff9a00;
}
h3.partner {
font-size: 1.6em;
border-bottom: 1px dotted;
}
a.sitemap-link {
font-size: 1.6em;
display: block;
color: #fff;
}
a.sitemap-link:hover {
    color: #ff9a00;
}
.intro-actualites p {
text-align: center;
}
.widget-podcast.widget-css {
    display: none;
}