@charset "utf-8";
/*
Theme Name: New Morning
Version: 1.0
Author: New Morning
Author URI: http://www.newmorning.com
*/

/* FONTS
-----------------------------------------------------------------------------*/
@font-face {
	font-family: "font-lsf";
	src: url("../fonts/font-lsf.eot");
	src: url("../fonts/font-lsf.eot?#iefix") format("embedded-opentype"), url("../fonts/font-lsf.ttf") format("truetype"), url("../fonts/font-lsf.svg#font-lsf") format("svg"), url("../fonts/font-lsf.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('fonts/Oswald-Light.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf') format('truetype'); 
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: 'icomoon-ultimate';
	src: url('fonts/icomoon-ultimate.eot');
	src: url('fonts/icomoon-ultimate.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon-ultimate.ttf') format('truetype'), url('fonts/icomoon-ultimate.woff') format('woff'), url('fonts/icomoon-ultimate.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="new-"], [class*=" new-"] {
	font-family: 'icomoon-ultimate';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.new-before:before {
	content: "\e088";
}
.new-after:before {
	content: "\e086";
}
[data-icon]:before {
	font-family: "font-lsf";
	content: attr(data-icon);
	font-style: normal;
	font-weight: normal;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
[class ^="icon-"]:before, [class *=" icon-"]:before {
	font-family: "font-lsf";
	font-style: normal;
	font-weight: normal;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-arrow-left:before {
	content: "a";
	font-size: 1.3em;
}
/* GENERAL
-----------------------------------------------------------------------------*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	color: #2B282C;
	font-family: OpenSans,arial,sans-serif;
	background-color:#eaeaea;
	background: #eaeaea url(images/bg_background.png) repeat-y center top;	
}

a:link, a:visited {
	text-decoration: none;
	color: #2B282C;
}
a:hover, a:active {
	color: #EE3B33;
}
.clear-all {
	clear: both;
}
.left {
	float: left;	
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.full {
	width:100%;
}

.blink {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 0.75s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 0.75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.separateur {
	width: 100%;
	overflow: hidden;
	padding: 120px 20px;
	float: left;
	clear: both;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-top: 10px solid #FFF;
	border-left: 10px solid #FFF;
	text-align: center;
}

.separateur2 {
	width: 100%;
	height: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 0;
	background: url('images/striped.png') top left repeat;
	border-right: 10px solid #FFF;	
}

label {
	font-size: 0.8em;
	margin-bottom: 4px;
	text-transform: uppercase;
	float: left;
	clear: left;
}
fieldset {
	border: 1px solid #999;
	padding: 20px;
	margin-bottom: 32px;
	text-align: left;
}
legend {
}

/* RESPONSIVE
-----------------------------------------------------------------------------*/
header div.nav-responsive{
	display:none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
}

nav#nav-responsive {
	display:none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #232b2d;
	width: 260px;
	text-align: left;
}

nav#nav-responsive.pull{
	display:block;
}

nav#nav-responsive > ul > li > ul {
	margin-top: 20px;
	padding-bottom: 20px;
}

nav#nav-responsive a.text-menu {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	padding: 12px 30px;
}

nav#nav-responsive a.text-menu:hover {
	background-color: #EE3B33;
}

nav#nav-responsive > ul > li > form  {
	padding: 19px 30px;
}

nav#nav-responsive > ul > li > form input {
	color: #fff;
	width: 100%;
	height: 40px;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 7px 10px;
	background-color: rgba(255,255,255,0.15);
	border: 0px solid rgba(255,255,255,0.2);
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
	border-radius: 3px;
	background-image: url(../images/search.png);
	background-size: 20px 20px;
	background-position: right;
	background-repeat: no-repeat;
}

#container.pull{
	-webkit-transform: translate(260px,0);
	-moz-transform: translate(260px,0);
	-ms-transform: translate(260px,0);
	-o-transform: translate(260px,0);
	transform: translate(260px,0);
	-webkit-transition: 500ms; /* older webkit */
	-webkit-transition: 500ms;
	-moz-transition:500ms;
	-o-transition: 500ms;
	transition: 500ms;
	-webkit-transition-timing-function: cubic-bezier(0.680, 0, 0.265, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-moz-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	-o-transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
	transition-timing-function: cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

#player-responsive{
	display:none;
}

/* STRUCTURE
-----------------------------------------------------------------------------*/

#container {
	width: 100%;
	max-width:1000px;
    margin-top: 55px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	-webkit-transition: all 200ms linear; /* older webkit */
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	background-color:#FFF;
}

header {
	float: left;
	text-align: left;
	width: 100%;
}

#main {
    overflow: auto;
    clear: both;	
}
#content {
	float:left;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
}
#content.full {
	width:100%;
    margin-bottom: 10px;
}

#news {
    width: 100%;
    height: 245px;	
}

#news > div{
    width: 100%;
    height: 225px;	
}

#news > div.affiche.left > ul > li > div{
	background-color: black;
	color: white;
	font-style: italic;
	padding: 20px;
	height:294px;
	line-height: 200px;
    text-align: center;
	font-size:1.2em;
}
#news > div.affiche.left > ul > li > div > a{
	color:#FFF;
}
#news > div.affiche.left > ul > li > div > a:hover{
	color:#EE3B33;
}


#content.page {
	width:70%;
}
#side {
	width:30%;
	float:left;
	padding-right:10px;
}


/* STRUCTURE : FOOTER
-----------------------------------------------------------------------------*/

.footer-row {
    clear: both;
    width: 100%;
}

.footer-wrap {
	margin-top: 25px;
	background-color: #222;
	overflow: auto;
	max-width: 1000px;
}

.footer-gutter {
    padding-left: 10px;
    padding-right: 10px;
}

.main-footer {
    padding: 20px;
	text-align: left;
}


.footer-col3 {
    width: 25%;
	float: left;
    clear: none;	
}

.main-footer .list {
    list-style: none;
    padding: 0;
    height: 250px;
}

.main-footer .list-title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
	text-transform: uppercase;
}

.main-footer .list .item {
    line-height: 20px;
    font-size: 14px;
    padding: 5px 0;
}
.main-footer .list .item .link {
    color: #ffffff;
}

.main-footer .sp {
    display: block;
    margin: 10px 0;
}

.sp-btn-android {
    background-image: url(http://newmorning.com/images/google-play-badge.png);
    width: 175px;
    height: 53px;
	background-size: cover;
}
.sp-btn-apple {
    background-image: url(http://newmorning.com/images/facebook-store-badge.png);
    width: 175px;
    height: 53px;
	background-size: cover;
}
.sp {
    display: inline-block;
    text-indent: -312rem;
    font-size: 0;
}

.footerSocial {
	clear: both;
    padding-left: 10px;
	font-size: 13px;
    line-height: 1em;
	margin-bottom: 15px;
    overflow: auto;	
}

.footerSocial > span {
	margin-right: 5px;
	float: left;
	color: #FFF;
}

.footerSocial ul li {
    float: left;
}

.footerSocial ul li .icon.facebook a {
    background: #395B9B url(images/social-icon-facebook_14px_trans.png) 0 0 no-repeat;
}

.footerSocial ul li .icon.twitter a {
    background: #46C9F3 url(images/social-icon-twitter_14px_trans.png) 0 0 no-repeat;
}

.footerSocial ul li a {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    cursor: pointer;
    text-indent: -100000px;
}


footer {
	clear: both;
	width: 100%;
	color: #888;
	font-size: 0.70em;
	margin-top: 10px;
	text-align: center;
}
footer a:link, footer a:visited {
	color: #888;
	font-weight: normal;
	text-decoration: none;
}
.powered a{
	color: #888;
	font-size: 0.70em;
}

#browser{
	height: 40px;
    background-color: #222222;
    overflow-x: hidden;
    overflow: visible;
    position: fixed;
    bottom: 0;
    z-index: 999;
    color: #fff;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    line-height: 45px;
    font-size: 1.5em;
    text-align: center;
}

#browser a {
    color: #fff;	
}

/* STRUCTURE : HEADER : LOGO
-----------------------------------------------------------------------------*/
header div#logo {
	text-align: center;
}
header div#logo img {
	width: 300px;
}
header div#badge {
	float:right;
}
/* STRUCTURE : HEADER : NAVIGATION
-----------------------------------------------------------------------------*/
nav {
	clear:both;
	margin-bottom: 10px;
}
#nav-full{
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;	
    margin-top: 25px;
	margin-bottom: 10px;
}
#nav-social li, #nav-main li, #nav-secondary li, #nav-tertiary li {
	display: inline;
}
#nav-social {
    text-align: center;
}
#nav-main {

}
#nav-main a {
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 1.0em;
	text-transform: uppercase;
	margin-right: 1px;
	color: #fff;
	background-color: #000;
	font-weight: 700;
}
#nav-main a:hover {
	background-color: #EE3B33;
	color: #FFF;
}
#nav-main .selected {
	background-color: #EE3B33;
}
#nav-full > nav{
	margin-top:25px;
}
#nav-secondary {
	height: 35px;
	text-align: center;
}
#nav-secondary li {
	display: inline-block;
	position: relative;
    margin-right: 10px;
	font-size: 0.9em;
	text-transform:uppercase;
	color:#000;
}

#nav-secondary li:last-child {
  margin-right: 0;
}

#nav-secondary li:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
	margin-top: 5px
}


#nav-secondary li:hover:after, #nav-secondary li.selected:after {
	width: 100%;
	background: #ee3b33;
}




/* STRUCTURE : MAIN : NAVIGATION
-----------------------------------------------------------------------------*/
#navigation {
}
#nav-tertiary {
	text-align:left;
	background-color:#000;
	height: 40px;
	font-size: 0;
}

#nav-tertiary li {
	display: inline-block;
	margin:0;
	padding-left:1em;
	padding-right:1em;
	text-transform:uppercase;
	color:#FFF;
	line-height: 40px;
	font-size: 13px;
	text-align: center;
	min-width: 75px;
}
#nav-tertiary li:last-child {
	border:0;
}
#nav-tertiary a {
	color: #FFF;
}
#nav-tertiary li:hover{
	background-color: #FF0000;
	color: #FFF;
}



#nav-tertiary li.selected, #nav-tertiary div.selected {
	background-color: #FF0000;
	color: #FFF;
}
#sous-nav-tertiary {
	color:#FFF;
	text-align: left;
	background-color: #1688e1;
	padding: 10px 20px;
	position: relative;
	z-index: 99999999;
	display:none;
}
#sous-nav-tertiary p {
	padding:10px;
}
#sous-nav-tertiary span {
	padding:10px;
}
#sous-nav-tertiary a {
	color:#FFF;
}

#sous-nav-tertiary p:hover {
	background-color: #000;
}

#sous-nav-tertiary p.selected {
	background-color: #FF0000;
}

/* STRUCTURE : HEADER : SEARCH
-----------------------------------------------------------------------------*/
#recherche {
	position: relative;
    width: 280px;
	display: inline-block;
    float: right;
    margin-top: 10px;
}
.search {
	//margin-top: 4px;
	//bottom: 9px;
}
input, textarea {
	border: 0;
	outline: 0;
}
input, button, textarea, select, optgroup, option {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

#recherche > input.submit {
	position: absolute;
	width: 17px;
	height: 17px;
	top: 1px;
	left: 8px;
	cursor: pointer;
	z-index: 2;
	background-image: url(images/submit.png);
	background-color: #DADADC;
}
.submit {
	margin-top: 5px;
}
#rechercheSite {
	padding-left: 30px;
	width: 100%;
	height:30px;
	background-color: white;
	color: #B1B5B8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
#recherche-resultats {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 10px solid #FFF;
}

#recherche-resultats .resultats .contenu {
	margin:10px;
}
/* HOME
-----------------------------------------------------------------------------*/
.separateur {
	padding: 10px 20px;
}

.video-container {
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.next {
    clear: both;
	width: 300px;
    margin: auto;
}
.next .contenu {
    border: 1px solid #222;
    padding: 15px;
    text-align: center;
}
.next .contenu:hover {
	background-color: #ee3b33;
	color:#FFF;
}




/* PROGRAMMATION
-----------------------------------------------------------------------------*/
.ligne-programmation {
	width: 100%;
	height:210px;
	float: none;
	clear: both;
	border-right: 10px solid #FFF;	
	border-bottom: 10px solid #FFF;
	overflow: hidden;
    margin-top: 10px;
	margin-bottom: 10px;
}
.ligne-programmation.archive{
	height: 130px;
}

.ligne-programmation div.evenement{
	text-align: initial;
	margin-left: 10px;
    margin-top: 10px;
}
.ligne-programmation div.evenement div.date {
	font-size: 1.625rem;
	line-height: 2.375rem;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "Oswald-Light";
}
.ligne-programmation div.evenement div.date span.full, .ligne-programmation div.evenement div.date span.responsive{
	color:#000;
}
.ligne-programmation div.evenement div.date span.responsive{
	display:none;
}
.ligne-programmation div.evenement div.date.tonight, .ligne-programmation div.evenement div.date span {
	color: #EE3B33;;
}
.ligne-programmation div.evenement div.contenu {
	margin-top: 10px;
}

.ligne-programmation div.evenement div.contenu:hover div.img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.ligne-programmation div.evenement div.contenu a.item div.image {
	display: table-cell;
	width: 200px;
	white-space: nowrap;
	vertical-align: top;
	position: relative;
}

#content > section > div > div > a > div.image.archive{
	width:150px;
}


.ligne-programmation div.evenement div.contenu a.item div.image div.image-container {
	width: 100%;
	display: block;
	position: relative;
}
.ligne-programmation div.evenement div.contenu a.item div.image div.image-container div.bx-viewport{
	box-shadow:none;

}
.ligne-programmation div.evenement div.contenu a.item div.image div.image-container ul {
	padding: 0;
}
.ligne-programmation div.evenement div.contenu a.item div.image div.image-container div.img {
	margin: 0;
	padding: 0;
	transition: all 250ms linear;
	width: 200px;
	height:130px;
}

#content > div.titreArchive > span{
	margin-left: 15px;
}



.ligne-programmation div.evenement div.contenu a.item div.image div.image-container div.img.archive {
	height:100px;
}


.ligne-programmation div.evenement div.contenu a.item div.image div.image-container div#responsive.img {
	display:none;
}
.ligne-programmation div.evenement div.contenu a.item div.info {
	padding: 20px;
	display: table-cell;
	padding-top: 0;
}
.ligne-programmation div.evenement div.contenu a.item div.info div.formation {
	font-size: 1.6em;
	line-height: 40px;
	font-family: 'Oswald';
	font-weight: 400;
	display: block;
	clear: both;
	margin-bottom: 0;
}

#content > section > div > div > a > div.info > div.formation.archive{
		font-size: 20px;
}

.ligne-programmation div.evenement div.contenu:hover .ligne-programmation div.evenement div.contenu a.item div.info div.formation {
	color: #d30915;
}
.ligne-programmation div.evenement div.contenu a.item div.info div.formation-plus {
	font-size: 20px;
	line-height: 35px;
	font-family: 'Oswald';
	font-weight: 400;
	display: block;
	clear: both;
	margin-bottom: 0;
	color: #535353;
}
.ligne-programmation div.evenement div.contenu a.item div.info div.baseline {
	font-style: italic;
	min-height: 25px;
	font-size: 1.0em;
	color: #000;
}

#content > section > div > div.contenu > a > div.info > ul > li.alert {
	background-color: #d30915;
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #FFF;
	font-size: 0.7em;
	text-decoration: none;
	text-transform: uppercase;
	height: 22px;
	line-height: 20px;

}
.ligne-programmation div.evenement div.contenu a.item div.info li.complet {
	color: #d30915;
}
.ligne-programmation div.evenement div.contenu a.item div.info ul.infos {
	top: 0;
	margin: 0;
	padding: 10px 0 0 0;
	color: #000;
}
.ligne-programmation div.evenement div.contenu a.item div.info ul.infos li {
	float: left;
	width: auto;
	margin: 0 15px 0 0;
	padding: 0;
	border: 0;
	font-size: 1.1em;
	height: 25px;
}
.ligne-programmation div.evenement div.contenu a.item div.info ul.infos li i {
	margin-right: 6px;
}
.ligne-programmation div.evenement div.contenu a.item div.info ul.infos li .icon-clock {
	background: url('images/icon-saa641e80a7.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 24px;
	text-indent: -9000px;
	background-position: 0 -2927px;
}
.ligne-programmation div.evenement div.contenu a.item div.info ul.infos li .icon-tickets-black {
	background: url('images/icon-saa641e80a7.png') no-repeat;
	background-position: 0 -3142px;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 17px;
	text-indent: -9000px;
}
.ligne-programmation div.evenement div.contenu a.item span.voir {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	padding-right: 20px;
	color: #000;
	line-height: 0px;
}
.ligne-programmation div.evenement div.contenu a.item span.voir i.arrow {
	background: url('images/icon-saa641e80a7.png') no-repeat;
	background-position: 0 -1840px;
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	text-indent: -9000px;
	margin-left: 15px;
}
.ligne-programmation div.evenement div.contenu a.item span.voir i.arrow.archive {
	background: url('images/icon-saa641e80a7.png') no-repeat;
	background-position: 0 -2103px;
}

.ligne-programmation:last-child {
	border-bottom: 0;
}

/* ARCHIVE
-----------------------------------------------------------------------------*/
.ligne-archive {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 0.9em;
}
.ligne-archive div.date {
	width: 15%;
	float: left;
	clear: left;
}
.ligne-archive div.date div.container {
	height:100%;
	background: #fc7215;
	background: linear-gradient(to right, #fc7215 1%, #e20a16 100%);
	position: relative;
}
.ligne-archive div.date div.content {
	height: 100%;
	width: 100%;
	z-index: 1;
	line-height:65px;
	vertical-align:middle;
	text-align: center;
}
.ligne-archive div.date div.content h1 {
	font-weight: 400;
	color: #FFF;
	font-size: 1.0em;
}
.ligne-archive div.texte {
	width: 85%;
	height: 65px;
	float: left;
}
.ligne-archive div.texte div {
	background:#ccc;
	padding:5px;
	margin:0 auto;
	line-height:55px;
	text-align:left;
	z-index: 1;
	padding-left: 10px;
}

.ligne-archive div.texte span {
	width:85%;
	vertical-align:middle;
	display:inline-block;
	line-height:1.5em;
}

.ligne-archive div.texte div.content h2 {
	margin:0;
	padding:0;
	color: #000;
	font-size: 0.9em;
	text-transform:uppercase;
}
.ligne-archive div.texte div.content h2 span{
	font-size: 0.7em;
}
/* EVENEMENT
-----------------------------------------------------------------------------*/
#evenement {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 10px solid #FFF;
	overflow: hidden;
}
#evenement div#header {
	text-align:left;
	overflow:auto;
}
#evenement div#header div.date {	
    border-left: 5px solid #FF0000;
    padding-left: 10px;
    font-family: 'Oswald';
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
	font-size: 1.5em;
	text-transform: uppercase;
}
#header > div.after{
	float:right;
    margin-top: 10px;
    margin-bottom: 10px;	
}
#header > div.after > a > span, div.before.left > a > span, div.after.right > a > span{
    line-height: inherit;
	font-size: 1.8em;
	padding-left: 1px;
	padding-right: 1px;
}
#evenement > div.alerte {
	background-color: #d30915;
	color: #FFF;
	padding-left: 15px;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	margin-bottom:10px;
}
#evenement div#header div.nomEvenement {
	float: left;
}
#evenement div#header div.nomEvenement H1 {
	text-transform: uppercase;
	font-size: 1.9em;
}
#evenement section.prochainsConcerts {
	margin-top: 20px;
	margin-right: 20px;
	font-size:0.8em;
	height:30px;
}

#evenement div.prochainsConcertsHeader {
	float:left;
}
#evenement div.prochainsConcertsContent {
	float:left;
}
#evenement div.prochainsConcertsContent div {
	float:left;
	margin-left:10px;
}
#evenement section.anciennesDates {
	margin-top: 20px;
	font-size:0.8em;
    line-height: 1.5em;
    background-color: #FAFAFA;
    padding: 5px;	
}



#evenement div.anciennesDatesHeader {
}

#evenement section.anciennesDates > div > span a {
    color: #EE3B33;
}




#evenement > section.social{
	text-align:center;
	min-height: 15px;
}

#evenement section.ticket {
	margin-top:15px;

}
#evenement div.ticketHeader {
	text-transform:uppercase;
	font-weight: 400;
	font-size: 0.9em;
	text-align:center;
	background-color:#fc7215;
	color:#FFF;
	line-height:25px;
}
#evenement div.ticket {
	margin-left: 10px;
	margin-top: 25px;
}
#evenement div.evenementTicket {
	margin-top: 5px;
	overflow:auto;
	text-align: center;
}



#evenement div.evenementTicket div.ticketTexte {
	width: 100%;
	padding:10px;
	font-size: 0.8em;
	color: #000;
	
}
#evenement div.evenementTicket div.ticketTexte div.store {
	margin-top: 10px;
	display: inline-block;
	width:150px;
}
#evenement div.evenementTicket div.ticketTexte div.store div.logo {
	float: left;
	width:25%;
}
#evenement span.button a {
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #FFF;
	border: 1px solid #222;
	color: #EE3B33;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#evenement span.button a:hover {
	background-color:#EE3B33;
	color:#FFF;
}
#evenement div.reservation {
	margin-left: 10px;
	margin-top: 25px;
}
#evenement div.reservationContenu {
	margin-top: 15px;

	margin-bottom:20px;
	overflow:auto;

}
#evenement div.reservationContenu div.cadreInfoCommande {
	padding: 10px;
	font-size: 0.9em;
	color: #FFF;
	margin-bottom: 10px;
	background-color: #EE3B33;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#main div.social {
	margin-bottom:15px;
}

#tickandlive-widget-iframe{
	height: 965px;
}



/* EVENEMENT : RESERVATION
-----------------------------------------------------------------------------*/
#evenement div.reservationContenu div.formulaire {
	background-color: #F5F5F5;
	padding: 20px;
	color: #222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	min-height: 255px;
}
#evenement div.reservationContenu div.formulaire fieldset {
	border: 1px solid #CCC;
	padding: 5px;
}
#evenement div.reservationContenu div.formulaire fieldset div {
	margin: 10px;
	clear: both;
	overflow:auto;
}
#evenement div.reservationContenu div.formulaire fieldset div label {
	float: left;
	width: 30%;
	height: 25px;
	padding-top: 7px;
	text-align: right;
	margin-right: 1em;
	color: #666;
	font-size: 0.8em;
	display: block;
}
#evenement div.reservationContenu div.formulaire fieldset div span {
	float: left;
	width: 325px;
	font-size: 0.8em;
	margin-right: 15px;
	padding-top: 7px;
}
#evenement div.reservationContenu div.formulaire fieldset div.champ input[type=radio] {
	float: left;
	width: auto;
	margin-top: 8px;
	height: 16px;
	margin-right: 5px;
	border: 0;
}
#evenement div.reservationContenu div.formulaire fieldset div span.radio {
	width: 40px;
}
#evenement div.reservationContenu div.formulaire fieldset div.champ input[type=text] {
	border: 1px solid #DADADC;
	width: 60%;
	height: 2.0em;
	padding: 5px;
}
#evenement div.reservationContenu div.formulaire fieldset div.champ select {
	float: left;
	font-size: 0.9em;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
}
#evenement div.reservationContenu div.formulaire fieldset div.champ span.calculPrix {
	width: auto;
	font-size: 0.9em;
	margin-right: 5px;
	margin-left: 5px;
}
#evenement div.reservationContenu div.formulaire fieldset div.submit {
	clear:both;
	margin-top:20px;
	text-align:center;
	overflow:inherit;
}
#evenement div.reservationContenu div.formulaire div.required {
	font-size: 0.8em;
	clear:both;
}
#evenement div.reservationContenu div.erreur {
	border: 1px dotted #F00;
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#evenement div.reservationContenu div.erreur ul {
	list-style: disc;
	margin-top:10px;
	padding-left: 20px;
	color: #F00;
	font-size:0.9em;
}
#evenement div.reservationContenu fieldset {
	font-size: 0.9em;
}
#evenement div.reservationContenu fieldset legend {
	color: #F00;
	padding: 0px 20px;
	text-transform: uppercase;
}
#evenement div.reservationContenu fieldset div {
}
#evenement div.reservationContenu fieldset label {
	clear: left;
	float: left;
	width: 13em;
	text-align: right;
	margin-right: 1em;
	margin-bottom: 4px;
	text-transform: uppercase;
}
#evenement div.reservationContenu fieldset span {
	float: left;
	width: 13em;
	text-align: left;
	margin-right: 1em;
	margin-bottom: 4px;
	text-transform: uppercase;
}
#evenement div.reservationContenu div.formSubmit {
	width: 50%;
	float: left;
}
#evenement div.reservationContenu input[type="submit"] {
	background-color:#FFF;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #222;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 2.0em;
	padding: 5px;
}
#evenement div.reservationContenu input[type="submit"]:hover {
	background-color:#EE3B33;
	color:#FFF;
}
#evenement div.reservationContenu fieldset ul.reservation {
	margin-top:20px;
	margin-left:25px;
}
#evenement div.reservationContenu fieldset ul.reservation li {
	list-style:disc;
}
#evenement div.navigation {
	float: right;
	font-size:1.7em;
	padding-right:20px;
}

#evenement div#header span {
	display:block;
}
#evenement div#left div.date {
	background: linear-gradient(to right, #fc7215 1%, #e20a16 100%);
}
#evenement section.ligne-evenement {
	padding-bottom:10px;
	margin-bottom:10px;
	overflow:auto;
}

#evenement section.ligne-evenement div#full > h2 > div {
	font-size: 1.625rem;
	line-height: 2.375rem;
	font-weight: 300;
	text-transform: uppercase;
	font-family: "Oswald-Light";
	color: #EE3B33;
}

#evenement section.ligne-evenement div#full {
	width: 100%;
	float: left;
	text-align:left;
	border-left: 1px solid #CCC;
	padding-left:10px;
}

#evenement section.ligne-evenement div#full > div.texte{
    font-size: 0.8em;
}

#evenement section.ligne-evenement div#left {
	width: 15%;
	float: left;
	text-align:left;
}
#evenement section.ligne-evenement div#right {
	width: 85%;
	float: left;
	border-left: 1px solid #CCC;
	text-align:left;
	padding-left:10px;
	padding-right:20px;
}
#evenement section.ligne-evenement div#left img {
	width: 90%;
}
#evenement section.ligne-evenement div#right h2 div.titre {
	text-transform:uppercase;
	font-weight: 400;
	font-size: 1.3em;
}
#evenement section.ligne-evenement div.baseline {
	font-size: 1.0em;
	color: #EE3B33;
}
#evenement section.ligne-evenement div#right div.texte {
	margin-top:10px;
	font-size:0.9em;
	text-align: justify;
}
#evenement div.premierepartie {
	text-transform:uppercase;
	font-size: 0.9em;
	text-align:center;
	padding: 5px;
	background-color: #1688e1;
	color:#FFF;
}
#evenement section.ligne-formation.premiere-partie {
	margin-bottom: 15px;
}
#evenement section.ligne-formation {
	margin-bottom:15px;
	overflow:auto;
	text-align:left;
	border: 1px solid #CCC;
	border-top: none;
	padding:10px;	
}
#evenement > section.ligne-formation > div.img{
	height: 350px;
	background-color: white;
	background-size:cover;
}
#evenement > section.ligne-formation > div.img.responsive{
	display:none;
}
#evenement section.ligne-formation div#left {
	width: 150px;
	float: left;
	text-align:left;
}
#evenement section.ligne-formation div#left img {
	width: 95%;
}
#evenement section.ligne-formation div#right {
	width: 75%;
	float: left;
	border-left: 1px solid #CCC;
	text-align:left;
	padding-left:10px;
	padding-right:20px;
}


#evenement section.ligne-formation div.titre {
	font-weight: 400;
	font-size: 1.2em;
    text-align: center;
	margin-bottom: 10px;
    margin-top: 10px;
    background-color: #FAFAFA;
}

#evenement section.ligne-formation div.titre h2 {
	font-weight: 400;
	font-size: 2em;
	padding-bottom: 5px;

}
#evenement > section.ligne-formation > div.contenu > div.baseline {
	font-style: italic;
	padding-bottom:10px;
	text-align:center;
	font-size: 1.1em;
}
#evenement section.ligne-formation div.titre div.genre {
	color: #B1B5B8;
	font-size: 0.9em;
	padding-bottom:10px;
}

#evenement section.ligne-formation div.contenu {
	background-color: white;
	color: black;
	text-align:justify;
	font-size: 0.9em;
}

#evenement section.ligne-formation div.texte {
	font-size:0.9em;
	text-align: justify;
}
#evenement section.ligne-formation div.biographieTexte {
	font-size:0.9em;
	margin-top:10px;
	text-align: justify;
}
#evenement section.ligne-formation div.biographieTexte span.link{
	font-size:0.9em;
}
#evenement section.ligne-formation div.lineup {
	margin-top:10px;
	font-size: 0.8em;
	line-height: 1.5em;
	background-color:#FAFAFA;
	padding:5px;
}

#evenement section.ligne-formation div.lineup a {
	color: #EE3B33;
}

#evenement section.ligne-formation div.liens {
	margin-top:10px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#evenement section.ligne-formation div.video {
	margin-top:10px;
}
#evenement section.ligne-formation section.galerie {
	margin-top:20px;
	border-top: 1px solid #CCC;
	padding-top:20px;
	font-size:0.9em;
}
#evenement section.ligne-formation section.galerie div.envoyer {
	text-align:center;
	font-size:0.9em;
}
#evenement section.ligne-formation section.galerie div.voir {
	text-align:center;
	font-size:0.9em;
}
/* ARCHIVES
-----------------------------------------------------------------------------*/
#nav-tertiary.nav-archive div#anneeArchive {
	float:left;
	line-height:40px;
	background-color: #FF0000;
	color: #FFF;
	padding-left: 0.8em;
	padding-right: 0.8em;
	font-size: 0.9em;
	text-align: center;
}
#nav-tertiary.nav-archive div.swiper-container {
	width: 100%;
	height:40px;
	font-size: 13px;
}
#nav-tertiary.nav-archive div.swiper-wrapper {
margin-left: 72px;
line-height: 2.0em;
z-index:-1;


}
#nav-tertiary.nav-archive div.swiper-slide {
margin: 0;

font-size: 0.9em;
text-transform: uppercase;
color: #FFF;
    line-height: 40px;
    height: 40px;
    width: 50px;
    text-align: center;	


}

/* GALERIES
-----------------------------------------------------------------------------*/
#galeries {
	clear:both;
	margin-top:10px;
	border-right: 10px solid #FFF;	
}
#galeries div.bloc_contenuGaleries {
	margin-top: 10px;
	overflow:auto;
}
#galeries div.bloc_contenuGaleries_contenu {
	width:235px;
	float:left;
	border: 1px solid #DADADC;
	padding: 1%;
	margin-bottom:1%;
	margin-right: 5px;
	height:280px;
}
#galeries div.bloc_contenuGaleries_contenu:hover {
	background: linear-gradient(to right, #fc7215 1%, #e20a16 100%);
}
#galeries div.last {
	margin:0;
}
#galeries div.bloc_contenuGaleries_photos, div.bloc_contenuGaleries_texte {
	text-align: center;
	padding: 1px;
}
#galeries div.bloc_contenuGaleries_photos .photo {
	height:190px;
}
#galeries div.bloc_contenuGaleries_texte {
	text-align: center;
	font-family: 'Indie Flower', cursive;
	font-size:1.2em;
	line-height:65px;
	margin: 0 auto;
}
#galeries div.bloc_contenuGaleries_texte span {
	vertical-align: middle;
	display: inline-block;
	line-height: 1.2;
}
#galeries div.bloc_contenuGaleries_texte a {
	color:#000;
}
#inline {
	border: 1px solid #DADADC;
	padding:1%;
}
#inline h2 {
	color:#EE3B33;
	font-size:1.5em;
	margin-bottom:25px;
}
#inline p {
	margin-bottom:10px;
}
#inline p a {
	font-size:0.9em;
}
/* INFORMATIONS
-----------------------------------------------------------------------------*/
.maps {	
	float:left;
}

#side-informations {
	float:left;
	text-align:left;
	width: 30%;
	padding-right: 10px;
	font-size:0.9em;
}
#side-informations h1 {
	color:#EE3B33;
	font-size:1.5em;
	margin-left: 5px;
}
#side-informations div.adresse {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}
#side-informations div.transports {
	padding-left: 5px;
	margin-top:10px;
	font-size: 0.9em;
}

#side-informations div.transports span {
	font-weight: 700;
}

#side-informations div.infos {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	font-size: 0.9em;
}
#side-informations div.separateur {
	padding: 5px;
	border-right:0;
	border-left: 0;
	float:none;
}
#side-informations div.equipe {
	margin-top:10px;
	margin-left:5px;
}
#side-informations div.equipe div.titre {
	color: #EE3B33;
}
#side-informations div.equipe div.contenu {
	margin-bottom: 10px;
	color: #000;
}
/* HISTOIRE
-----------------------------------------------------------------------------*/
#histoire {	
	border: 10px solid #FFF;
	text-align: justify;
	font-size: 0.9em;
	color: #000;
}
#histoire .citationHistoire {
	font-size: 1.9em;
	font-style: italic;
	font-weight: bold;
}
#histoire .citationAuteurHistoire {
	font-size: 0.7em;
}
#histoire p {
	clear:both;
	margin-top:10px;
}
#side-histoire {
	float:left;
	width: 30%;
	padding-right: 10px;
	font-size:0.9em;
}
#side-histoire .imageHistoire {
	margin-top:95px;
	margin-bottom:50px;
	text-align: center;
}
#side-histoire .imageHistoire span {
	font-size: 0.8em;
	font-style: italic;
}
#side-histoire .exposition {
	border: 1px solid #DADADC;
	padding: 5%;
	margin: auto;
	width: 80%;
	background-color:#000;
	color:#FFF;
}
#side-histoire .exposition span.credits {
	font-size: 0.8em;
	color: #999999;
}
#side-histoire .exposition p {
	margin-top:10px;
}
#side-histoire .exposition a {
	color:#FFF;
}
#side-histoire .exposition a:hover {
	color:#EE3B33;
}
#histoire div.album {
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: auto;
}
#histoire div.album div.album_contenu {
	width: 24%;
	float: left;
	border: 1px solid #DADADC;
	padding: 1%;
	margin-bottom: 5px;
	height: 205px;
	margin-right:1%;
}
#histoire div.album div.album_contenu.last {
	float: right;
	margin:0;
}
#histoire div.album div.album_contenu_photo, div.album_contenu_texte {
	text-align: center;
	padding: 1px;
	background-color: #FFF;
}
#histoire div.album div.album_contenu_photo div {
	background-color: #000;
	background-repeat: no-repeat;
	height: 150px;
	background-size: cover;
	margin:auto;
}
#histoire div.album div.album_contenu_texte {
	text-align: center;
	font-family: 'Indie Flower', cursive;
	font-size: 1.0em;
	line-height: 35px;
	margin: 0 auto;
}
#histoire div.album div.album_contenu_texte span {
	vertical-align: middle;
	display: inline-block;
	line-height: 1.2;
}
#side-histoire .albums div {
	float:left;
	font-size: 0.8em;
	font-style: italic;
	padding:10px;
	width:270px;
}
/* NEWSLETTER
-----------------------------------------------------------------------------*/
#newsletter {
	width: 100%;
	float: left;
	clear: both;
	border-right: 10px solid #FFF;	
	border-bottom: 10px solid #FFF;
	overflow: hidden;
}
#newsletter div.contenu {
	margin-bottom: 20px;
	overflow: auto;
}
#newsletter div.contenu div.info {
	padding: 10px;
	font-size: 0.9em;
	color: #FFF;
	margin-bottom: 10px;
	background-color: #EE3B33;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#newsletter div.contenu div.info_formulaire{
	display: block;
    min-height: 200px;
    height: auto;	
}
#newsletter > div > div.info_formulaire > div{
	display: inline-block;
    margin-left: 50px;
    margin-top: 50px;
    vertical-align: top;	
}



#newsletter div.contenu div.formulaire {
	color: #222;
	min-height: 200px;
    width: 525px;
    margin: auto;
	background-color: #F5F5F5;	
}
#newsletter div.contenu div.formulaire fieldset {
	border: none;
	padding: 5px;
}
#newsletter div.contenu div.formulaire fieldset div {
	margin: 10px;
	clear: both;
	overflow: auto;
}
#newsletter div.contenu div.formulaire fieldset div label {
	float: left;
	width: 30%;
	height: 25px;
	padding-top: 7px;
	text-align: right;
	margin-right: 1em;
	color: #666;
	font-size: 0.8em;
	display: block;
}
#newsletter div.contenu div.formulaire fieldset div.champ input[type=radio] {
	float: left;
	width: auto;
	margin-top: 8px;
	height: 16px;
	margin-right: 5px;
	border: 0;
}
#newsletter div.contenu div.formulaire fieldset div span.radio {
	width: 40px;
}
#newsletter div.contenu div.formulaire fieldset div span {
	float: left;
	width: 60%;
	font-size: 0.8em;
	margin-right: 15px;
	padding-top: 7px;
}
#newsletter div.contenu div.formulaire fieldset div.champ input[type=radio] {
	float: left;
	width: auto;
	margin-top: 8px;
	height: 16px;
	margin-right: 5px;
	border: 0;
}
#newsletter div.contenu div.formulaire fieldset div.champ input[type=text] {
	border: 1px solid #DADADC;
	width: 60%;
	height: 2.0em;
	padding: 5px;
}
#newsletter div.contenu div.formulaire fieldset div.submit {
	clear: both;
	margin-top: 20px;
	text-align: center;
	overflow: inherit;
}
#newsletter div.contenu input[type="submit"] {
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #222;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 2.0em;
	padding: 5px;
}
#newsletter div.contenu input[type="submit"]:hover {
	background-color:#EE3B33;
	color:#FFF;
}
#newsletter div.contenu div.formulaire div.required {
	font-size: 0.8em;
	clear: both;
}
#newsletter div.contenu div.erreur {
	border: 1px dotted #F00;
	padding: 10px;
	text-align: left;
	font-size: 0.9em;
	margin-bottom: 10px;
    width: 525px;
    margin: auto;	
}
#newsletter div.contenu div.erreur ul {
	list-style: disc;
	margin-top: 10px;
	padding-left: 20px;
	color: #F00;
	font-size: 0.9em;
}
#newsletter div.contenu fieldset {
	font-size: 0.9em;
}
#newsletter div.contenu fieldset label {
	clear: left;
	float: left;
	width: 13em;
	text-align: right;
	margin-right: 1em;
	margin-bottom: 4px;
	text-transform: uppercase;
}
#newsletter div.contenu fieldset span {
	float: left;
	width: 13em;
	text-align: left;
	margin-right: 1em;
	margin-bottom: 4px;
	text-transform: uppercase;
}
#newsletter div.contenu div.formSubmit {
	width: 50%;
	float: left;
	text-align: center;
}
#newsletter div.contenu ul {
	list-style-type:disc;
	margin-left: 25px;
	margin-top: 10px;
}
#newsletter div.contenu ul li {
	margin-top: 5px;
}

#side-playlist-videos{
	margin-bottom: 10px;
	padding-bottom:10px;
}
#side-playlist-videos h2, #side-radio h2, #side-newsletter h2 {
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 2px solid #25304f;	
}
#side-radio, #side-newsletter{
	margin-bottom: 10px;
	padding-bottom:10px;
}

#side-newsletter .contour-champs {
  text-align: left;
  border-radius: 2px;
  border: 1px solid #cccccc;
  padding: 5px;
  margin: 0;
}

#side-newsletter .champs {
  padding: 5px;
  font-size: 15px;
  line-height: 25px;
  height: 25px;
  margin: 0;
  border: 0;
  color: #98a6b9;	
  width: 75%;
}

#side-newsletter input.submit {
  line-height: 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 7px 10px 7px;
  display: inline-block;
  background-color: #25304f;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 0;
}

/* PARTENAIRES
-----------------------------------------------------------------------------*/
#partenaires {
	width: 100%;
	text-align:left;
	clear: both;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
}
#partenaires div.partenaireHeader {
	border-bottom: 1px solid #999999;
	margin-top: 45px;
}
#partenaires div.partenaireHeader div.nom {
	font-size: 1.0em;
	text-transform: uppercase;
}
#partenaires div.partenaireContenu {
	margin-bottom: 20px;
}
#partenaires div.partenaireContenu ul {
	margin-top: 25px;
}
#partenaires div.partenaireContenu ul li {
	display:inline;
	list-style-type: none;
	margin-right: 20px;
}
/* ESPACE PRO
-----------------------------------------------------------------------------*/
#espacePro {
	width: 65%;
	text-align:left;
	float: left;
	clear: both;
	border-right: 10px solid #FFF;
	border-left: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
}
#espacePro .photoHd {
	border: 1px solid #DADADC;
	padding: 10px;
	margin: auto;
	min-height:266px;
}
#espacePro .photoHd h1 {
	color:#EE3B33;
	font-size:1.5em;
	margin-bottom:25px;
}
#espacePro .photoHd form {
	width:75%;
	margin:auto;
	background-color: #F5F5F5;
	padding: 20px;
	color: #222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#espacePro .photoHd form fieldset {
	margin:0;
}
#espacePro .photoHd form fieldset div label {
	padding-top: 7px;
	text-align: right;
	margin-right: 1em;
	color: #666;
	font-size: 0.8em;
	display: block;
	line-height: 30px;
	white-space: nowrap;
}
#espacePro .photoHd form fieldset div.champ input[type=text] {
	border: 1px solid #DADADC;
	height: 2.0em;
	padding: 5px;
}
#espacePro .photoHd form input[type="submit"]:hover {
	background-color: #EE3B33;
	color: #FFF;
}
#espacePro .photoHd form input[type="submit"] {
	margin-left:10px;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #222;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 2.0em;
}
#espacePro .photoHd .date {
	border-bottom: 1px solid #DADADC;
	text-align:center;
	padding:2px;
	font-size:1.2em;
}
#espacePro .photoHd .evenement .evenementContenu {
	margin-bottom:25px;
	padding:5px;
}
#espacePro .photoHd .formation H2 {
	margin-top:10px;
	font-size:1.2em;
}
#espacePro .photoHd .formation .photosPresse {
	margin-top:10px;
	margin-left:10px;
}
#side-espacePro {
	float:left;
	width: 30%;
	padding-right: 10px;
	font-size:0.9em;
}
#side-espacePro h1 {
	color:#EE3B33;
	font-size:1.5em;
	margin-bottom:25px;
	text-align:left;
}
#side-espacePro .fiches {
	border: 1px solid #DADADC;
	padding: 10px;
	margin: auto;
	margin-bottom:10px;
}
#side-espacePro .logos {
	border: 1px solid #DADADC;
	padding: 10px;
	margin: auto;
}
#side-espacePro .fiches p, #side-espacePro .logos p {
	margin-top:25px;
}
/* SIDE
-----------------------------------------------------------------------------*/
#side-app {
    margin-top: 10px;
}

#side-app > div.titre{
	text-transform:uppercase;
	font-size: 1.0em;
	margin-bottom: 25px;
	text-align:center;	
    letter-spacing: 1px;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 300;
    overflow: hidden;

}	
	
	
	
}

#side-app > div.logo{
	float: left;
	width: 50px;
}

#side-app > div.texte{
	float: left;
	font-size: 0.8em;
	width: 220px;
	margin-left:10px;
}
#side-app > div.store{
	clear:both;
	margin-top:20px;
	text-align: center;
	margin-bottom:10px;
}
#side-app > div.store > a > img{
	margin:5px;
}
#side-webcam {
	margin-top: 20px;
}
#side-webcam > div{
	text-transform:uppercase;
	font-size: 0.9em;
	margin-bottom: 20px;
	text-align:center;
}
#side-twitter {
	min-height:300px;
	margin-top: 20px;
	border-top: 2px solid #25304f;
	padding-top: 15px;
}
#side-twitter > div{
	text-transform:uppercase;
	font-size: 0.9em;
	margin-bottom: 20px;
	text-align:center;
}
#side-facebook {


}
#side-facebook > div{
	text-transform:uppercase;
	font-size: 0.9em;
	margin-bottom: 20px;
	text-align:center;
	margin-top: 20px;
}
#side-instagram {
	border: 0px;
	margin-bottom: 10px;
	height: 278px;
	width: calc(100% - 2px);
	border: 1px solid #e8e8e8;
	display: block;
	padding: 10px;
	background: rgb(255, 255, 255);	
}

#side-instagram .ehByline {
  font-weight: 700;
  position: relative;
  text-align:left;
}

#side-instagram .ehInfo {
  padding-left: 40px;
  white-space: nowrap;
}

#side-instagram .ehInfoUsername {
  font-size: 14px;
  max-width: 44.7732%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
  vertical-align: middle;
}

#side-instagram .ehAvatar {
  border-radius: 16px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  overflow: hidden;
}


#side-instagram .iImage {
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}


#side-instagram .ehCallToAction {
  position: absolute;
  right: 8px;
  top: 10px;
}




#side-instagram .EmbedButton {
  font-weight: 600;
  border: 1px solid #2b5a83;
  box-sizing: border-box;
  color: #2b5a83;
  font-size: 14px;
  height: 28px;
  line-height: 26px;
  padding: 0 11px;
}

#side-instagram .EmbedFooterBrand {
  height: 40px;
  position: absolute;
  right: 4px;
  top: 0;
  width: 80px;
  
  
  background-image: url("https://instagramstatic-a.akamaihd.net/bluebar/9ba8070/images/embed/embed-assets.png");
  background-repeat: no-repeat;
  background-position: -8px -8px;



  margin: 5px auto 5px;  
}
#side-instagram .side-instagram-photos {
	margin-top:15px;
	text-align: center;

}

#side-instagram img {
	border: 1px solid #ccc;
	padding: 3px;
}
























#photos {
	clear:both;
	margin-top:10px
}
#photos div.bloc_contenuGaleries {
	margin-top: 10px;
	overflow:auto;
}
#photos div.bloc_contenuGaleries_contenu {
	width:49.5%;
	float:left;
	border: 1px solid #DADADC;
	padding: 1%;
	margin-bottom:5px;
}
#photos div.last {
	float:right;
}
#photos div.bloc_contenuGaleries_photos, div.bloc_contenuGaleries_texte {
	text-align: center;
	padding: 1px;
}
#photos div.bloc_contenuGaleries_texte {
	text-align: center;
	font-family: 'Indie Flower', cursive;
	font-size:1.2em;
	line-height:65px;
	margin: 0 auto;
}
#photos div.bloc_contenuGaleries_texte span {
	vertical-align: middle;
	display: inline-block;
	line-height: 1.2;
	font-size:0.8em;
}
#photos div.bloc_contenuGaleries_texte a {
	color:#000;
}
#video {
	margin-top:10px;
}
* iframe, embed, object {
	max-width: 100%;
	border-radius: 4px;
    border: 1px solid #e8e8e8;	
}
video {
	max-width: 100%;
	height: auto;
}
/* VIDEOS
-----------------------------------------------------------------------------*/
#main section#videos{
	text-align: left;
}
#main section#videos div.videoYoutube{
	overflow:auto;
	margin-bottom:10px;
}
#main section#videos div.videoYoutube div.thumb{
	float:left;
	margin-right: 10px;
}
#main section#videos div.videoYoutube div.thumb a {

}
#main section#videos div.videoYoutube div.thumb a img {
	width:250px;
}

#main section#videos div.videoYoutube div.contenu{
	display: inline;
}
#main section#videos div.videoYoutube div.contenu div.titre{
	font-size: 20px;
	line-height: 40px;
	font-family: 'Oswald';
	font-weight: 400;
}
#main section#videos div.videoYoutube div.contenu div.description{
	margin-top:5px;
	font-size:0.9em;
}

/* RADIO
-----------------------------------------------------------------------------*/
#radio-bar{
    width: 100%;		
	height: 50px;
	background-color: #222222;
	overflow-x: hidden;
	overflow: visible;
	position: fixed;
	top: 0;    
	z-index: 999;
	color: #fff;
    overflow: hidden;
}

#radio-bar > div {
    margin: auto;
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;	
}

#radio-bar .directs .first {
	width: 180px;
	padding-left: 10px;
	margin-right: 35px;
	background-color: #005ca7;
	line-height: 35px;
	height: 35px;
	text-align: left;
	position: relative;
	cursor: pointer;
}
#radio-bar .directs li {
	color: #fff;
	line-height: 40px;
	font-size: 15px;
	text-transform: uppercase;
	float: left;
}

#radio-bar .directs li {
	float: left;
	display: block;
	text-align: center;
}

#diffusion-audio{
    clear: both;
    background-color: #000;
    height: 125px;
    color: white;
    border-top: 1px solid #FFF;
    overflow: hidden;	
}

#diffusion-audio > div > a > div.image{
    width: 225px;
    float: left;	
}

#diffusion-audio > div > a > div.info{
	height:125px;
	color: white;
    padding: 10px;
	text-align: center;
	font-family: 'Oswald';
	font-size:1.5em;
}

#diffusion-audio > div > a > div.info > div.titre{
    margin-top: 10px;
}

#top-player-new {
    background-repeat: no-repeat;
    background-position: left 0;
    background-image: url("../newmorningradio/images/logo.jpg");
    background-size: 50px 50px;
    padding-left: 50px;
    border-left: none!important;
}

#top-player>a>li {
    display: inline-block;
    text-align: center;
    height: 50px;
    color: #fff;
	float:left;
	margin-right:10px;
}

#top-player>li>a {
    color: #fff;
}

#top-player>a>li>div#artistetitreRadio {
	height: 20px;
    font-size: 14px;
    text-align: left;
    margin-top: 8px;
}
#top-player>a>li>div#programmationRadio {
    height: 17px;
    font-size: 10px;
    text-align: left;
}

.jp-audio{
	float:left;
}

div.jp-interface ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

ul.jp-controls li.player {
	display: inline;
	float: left;
	margin-right: 5px;
	margin-left: 5px;	
}

a.jp-play.mini, a.jp-pause.mini {
	width: 20px;
	height: 20px;
}
ul.jp-controls a.jp-play.bar, ul.jp-controls a.jp-pause.bar {
	width: 200px;
	height: 35px;
	text-transform: uppercase;
	text-indent: inherit;
	color: #fff;
	text-align: left;
}

a.jp-play, a.jp-pause {
	width: 40px;
	height: 40px;
}
.jp-play.bar {
	background: url("../newmorningradio/images/play_bar.png") no-repeat right;
}
.jp-pause.bar {
	background: url("../newmorningradio/images/stop_bar.png") no-repeat right;
}

.jp-play.mini {
	background-image: url("../newmorningradio/images/play_mini.png");
}
.jp-pause.mini {
	background-image: url("../newmorningradio/images/stop_mini.png");
}

.jp-play {
	background-image: url("../newmorningradio/images/play.png");
}
.jp-pause {
	background-image: url("../newmorningradio/images/stop.png");
}



#info-mobile{
    text-align: center;
    color: white;
    background-color: #535353;
    font-size: 0.8em;
    line-height: 30px;
    text-transform: uppercase;
	display:none;
}

i.icon-clock {
	background: url('images/icon-saa641e80a7.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 24px;
	text-indent: -9000px;
	background-position: 0 -2927px;
	margin-right: 6px;
	margin-left: 20px;
}


#shows{
	border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	margin-bottom:25px;
}

#main section#radio{
	border-bottom: 10px solid #FFF;
}

#main section#radio > div.contenu{
	float:left;
	width:70%;
    margin-top: 10px;
}
#main section#radio > div.contenu > section#side-app{
	display:none;
	text-align: center;	
}

#main section#radio > div > div.banner > a > figure > img{
	width:100%;
}

#main section#radio > #side.side-radio{
	margin-top:10px;
	border-left: 10px solid #FFF;
}

#onairwidget-widget-6{
	margin-top:20px;
}

.qw-widget-title {
    border-color: #ff5252;
}
.qw-widget-title {
    clear: both;
    font-size: 1.0em;
    line-height: 1em;
    padding: 0 0 12px 0;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 300;
    margin: 0 0 3px 0;
    overflow: hidden;
    border-bottom: 2px solid #999;
    margin-bottom: -10px;
	text-align: center;
}
.qw-widget-title {
    border-color: #ff5252;
}
aside.widget > div, aside.widget > p, aside.widget > ul {
    margin: 0 0 1px 0;
    width: 100%;
    padding-left: 0;
}
aside, aside li, aside p {
    font-size: 14px;
    line-height: 1.7em;
}
.z-depth-1, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.widget .paper > .content {
    display: block;
    padding: 15px;
    margin: 10px 0 30px 0;
}
.qw-fancyborder.bottom {
    border-bottom: 3px solid #ddd;
}
.qw-fancyborder {
    border-color: #607d8b !important;
}
.qw-relative {
    position: relative;
}
.accentcolor {
    background-color: #ff5252 !important;
}
img.wp-post-image {
    display: block;
}
.qw-relative {
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
}
.qw-badge.top {
    top: 0;
}
.qw-badge.right {
    right: 0;
}
.qw-badge.right {
    padding-right: 7px;
    text-transform: uppercase;
}
.qw-badge {
    position: absolute;
    padding: 3px 0 3px 7px;
    z-index: 10;
    font-size: 12px;
}
.onairwidget .caption .qw-padded {
    padding: 10px 30px;
}
.qw-darkbg {
    background-color: rgba(51, 51, 51, 0.2) !important;
}

aside.widget .content > ul {
    margin: 0;
    padding: 0;
}

aside.widget ul li {
    list-style-type: none;
    border-bottom: 1px dotted #dedede;
    padding: 7px 0;
    margin: 0;
}
aside, aside li, aside p {
    font-size: 14px;
    line-height: 1.7em;
}
.qw-upcoming-item div.cbp-vm-image {
    width: 105px;
    float: left;
}
aside.widget ul li {
    padding-right: 12px;
    transition: padding-left 0.4s, background 0.4s;
    -moz-transition: padding-left 0.4s, background 0.4s;
    -webkit-transition: padding-left 0.4s, background 0.4s;
    -o-transition: padding-left 0.4s, background 0.4s;
	height: 70px;
}
.cbp-vm-image {
    display: block;
    margin: 0 auto;
}
.qw-upcoming-item a.cbp-vm-image img {
    width: 100%;
    height: auto;
}
.cbp-vm-image img {
    display: block;
    max-width: 100%;
	width:100px;
	height:55px;
}
.qw-upcoming-item h5 {
    margin: 0;
	font-size: 0.85em;
	line-height: 15px;
}
#onairwidget-widget-6 > div > div > div.caption.text-center > div > h5{
    text-rendering: optimizeLegibility;
    letter-spacing: 1px;
    font-size: 1.64rem;
    line-height: 1.804rem;
    margin: 0.82rem 0 0.656rem 0;
    font-weight: 400;
    color: #727272 !important;
	text-align: center;	
}
.grey-text {
    color: #9e9e9e !important;
}
aside.widget ul li h5 a {
    font-size: 1.0em;
}
#upcomingwidget-widget-6 > div > div > ul > li > div > span{
    font-size: 0.85em;
}
.canc, hr.canc {
    height: 1px;
    display: block;
    width: 100%;
    border: none;
    background: none transparent;
    margin: 0;
}
aside.widget ul li:last-child {
    border: none;
}







#main section#radio div.compteur{
	background-color:#000;
	color:#FFF;
	font-size:2.0em;
	line-height:100px;
	text-align:center;
	
}
#main section#radio div.video{
	background-color:#000;
	padding:25px;
	text-align: center;
}

#main section#navigation > div > figure > a > img{
	width:100%;
}


#nav-radio {
	text-align:left;
	background-color:#000;
	font-size: 0;
}

#nav-radio li {
	display: inline-block;
	margin:0;
	text-transform:uppercase;
	color:#FFF;
	line-height: 3.0em;
	min-width: 80px;
    text-align: center;	
	font-size: 13px;
	padding-left: 1em;
	padding-right: 1em;	
}
#nav-radio > li.selected {
	background-color: #FF0000;
}
#nav-radio > li > a:link, #nav-radio > li > a:visited,#nav-radio > li.selected > a:link, #nav-radio > li.selected > a:visited{
	color: #FFF;
}
#nav-radio > li:hover {
    background-color: #FF0000;
    color: #FFF;
}

#nav-tertiary li:last-child {
	border:0;
}
#nav-tertiary a {
	color: #FFF;
}
#nav-tertiary li:hover{
	background-color: #FF0000;
	color: #FFF;
}



#nav-tertiary li.selected, #nav-tertiary div.selected {
	background-color: #FF0000;
	color: #FFF;
}

div.podcasts-link {
	line-height: 20px;
    font-size: 15px;
    font-family: 'Oswald';
    margin-top: 5px;
	text-transform: uppercase;
	margin-right: 5px;
}
div.podcasts-link > a > img{
	margin-right:5px;
}


#main section#radio > div > div > div.podcasts-link {
	margin-top:20px;
	margin-bottom:10px;
}

#main section#radio > div.contenu > h2{
	border-left: 5px solid #FF0000;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 1.0em;
	font-family: 'Oswald';
	font-weight: 400;
	margin-top: 10px;
	margin-bottom:10px;
}

/* Emmission -----------------------------------------------------------------------------*/

#main section#radio > div.contenu > table.liste-invites{	
	margin-left: 15px;
	font-size: 0.9em;
}

#main section#radio > div > div.content_chroniqueur{
    margin-right: 10px;
	text-align:justify;
}


#main section#radio > div.contenu > div.chroniqueurs{
	margin-left:15px;
}

#main section#radio > div.contenu > div.chroniqueurs > div.jour{
  margin-bottom: 5px;
  font-style: italic;	
}

#main section#radio div.chroniqueurs-titre{
	margin-top:10px;
	text-align:left;
	font-size:1.2em;
	margin-bottom:10px;
	
}
#main section#radio div.chroniqueurs-content{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#main section#radio > div.chroniqueurs-content > div{
  margin-bottom: 10px;
  font-style: italic;
}

#main section#radio > div.chroniqueurs-content > ul{
	margin-bottom: 10px;
}

#main section#radio > div.chroniqueurs-content > ul{
	margin-left: 5px;
}

#main section#radio .chroniqueurs-liste li {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 0.7em;
  text-align:center;
}

#main section#radio .chroniqueurs-liste li img {
  border: 1px solid #ccc;
  padding: 3px;
}




#main section#radio div.chroniqueur{
	margin-top:10px;
	overflow: hidden;
	
}

#main section#radio div.banner_chroniqueur{
	float:left;
	margin-right: 10px;
}

#main section#radio div.content_chroniqueur {
	text-align: left;
}

#main section#radio div.content_chroniqueur .nom {
	font-size: 1.5em;
	font-family: 'Oswald';
	font-weight: 400;
	display: block;
	margin-bottom: 0;
	color: #000;
}

#main section#radio div.content_chroniqueur .chronique_nom {
	font-style: italic;
	margin-bottom: 10px;
}

#main section#radio div.content_chroniqueur .chronique_txt {
	font-size: 0.9em;
	text-align: justify;
    margin-right: 10px;
    margin-bottom: 10px;
}

#main section#radio div.biographie {
	clear: both;
	font-style: italic;
	font-size: 0.9em;
	border-left: 1px solid #999;
	padding-left: 10px;
	text-align: justify;
	margin-bottom: 10px;
	margin-right: 10px;
}


#main section#radio div.banner_podcasts{
	float:left;
	width: 35%;
}
#main section#radio div.podcasts {
	float:left;
	margin-left:1%;
	text-align: left;
	width:64%;
}

#main section#radio div.podcasts ul li.podcast {
	background-color:#eaeaea;
	margin-bottom:10px;
	height:80px;
	padding: 10px;
}

#main section#radio div.podcasts li button.play {
	width: 50px;
	height: 40px;
	background: url(../newmorningradio/images/play.png) no-repeat center;
	border:0;
	float:left;
	margin-right:10px;
	overflow:hidden;
	text-indent: -9999px;
}

#main section#radio div.podcasts li span.sous-titre {
	font-size:0.7em;
}


#podcasts > div{
	clear:both;
	height:80px;
	padding: 15px 0;
	background: url(images/dotted_white.png) bottom left repeat-x;
}

#podcasts > div > div.image{
	float:left;
	width:50px
}
#podcasts > div > div.nom{
	float:left;
	line-height: 40px;
	padding-left: 10px;
	font-size: 0.8em;	
}

#oldPodcasts{
	padding-left:10px;
	font-size:0.9em;
	padding-bottom: 15px;
}
#oldPodcasts > a > img{
	vertical-align: bottom;
	margin-left: 5px;
	margin-right: 5px;
}

/* Direct -----------------------------------------------------------------------------*/

#main section#radio > div > div.player{
	background-color:#4d4b4d;
}
#main section#radio > div > div.tracklist{
	margin-left:15px;
	font-size: 0.8em;
	padding: 10px;
}

#main section#radio > div > div.tracklist > div > div.datepicker-rk > div.day-rk > label, #main section#radio > div > div.tracklist > div > div.datepicker-rk > div.hour-rk > label{
    text-transform: none;
	float: none;
	font-size:1.0em;
}

#main section#radio > div > div.tracklist > div > div.datepicker-rk > div.day-rk > input, #main section#radio > div > div.tracklist > div > div.datepicker-rk > div.hour-rk > input{
	max-height: 25px;
	border: 1px solid #e8e8e8;
}
#main section#radio > div > div.tracklist > div > div.tracks-rk > table > thead > tr{
	text-transform: uppercase;
	
}

#main section#radio > div > div.tracklist > div > div.tracks-rk > table > tbody > tr > td.cover-rk > div > em{
	font-style:italic;
}

#main section#radio > div.contenu > div.song{
	clear:both;
	overflow: auto;
}

#main section#radio > div.contenu > div.song div.heure{
	float:left;
	background-color:#000;
	color:#FFF;
	padding:10px;
	width: 60px;
}
#main section#radio > div.contenu > div.song div.artistes{
	padding:7px;
	font-size: 0.9em;

}
#main section#radio > div.contenu > div.song div.titre{
	margin-left:10px;
	padding:10px;
}

#radio > div > div.fb-follow.fb_iframe_widget > span{
	margin-top: 10px;
	margin-left:15px;	
}

#radio > div > div.fb-follow.fb_iframe_widget.fb_iframe_widget_fluid > span{
	margin-top: 10px;
}

/* Emissions --------------------------------------------------------------------------*/

ul.liste-emissions {
    margin-top: 10px;
    /*text-align: center;*/
	margin-left:15px;
	list-style: none;
    padding: 0;
}

ul.liste-emissions > li.emission {
    padding: 0 10px 0 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-left: 0 !important;
    position: relative;
	list-style-type: none;
    width: 49%;
	text-align: center;
    margin-bottom: 5px;
}

ul.liste-emissions > li.emission > div.contenu{
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #ffffff !important;	
	position: relative;
	overflow: hidden;
	border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);	
}

ul.liste-emissions > li.emission > div > a.image{
    overflow: hidden;
	margin: 0;
	display: block;
}

ul.liste-emissions > li.emission > div > a.image img {
    display: block;
    max-width: 100%;
	height: auto;
	width: 100%;
}

ul.liste-emissions > li.emission > div > h3.titre{
    font-size: 1.3em;
    margin-top: 0;
    padding: 15px 0;
	color: #ffffff !important;
	background-color: #000 !important;
	margin: 0;
}

ul.liste-emissions > li.emission > div > div.heure{
    background-color: #1688e1 !important;
    margin: 0;
    padding: 10px 0;
    color: #ffffff !important;	
}
ul.liste-emissions > li.emission > div > div.detailPlus{
    background-color: #eaeaea !important;
    margin: 0;
    padding: 10px 0;
    color: #000 !important;	
	font-size: 0.8em;
}

ul.liste-emissions > li.emission > div > div.titre > span > i{
	color: #c0c0c0;
    top: 1px;
    position: relative;
	line-height: inherit;
	box-sizing: inherit;	
}

ul.liste-emissions > li.emission > div > div.details{
    max-width: 90%;
	min-height: 20px;
    margin: 15px auto 15px;
}

ul.liste-emissions > li.emission > div > a.plus{
	margin-bottom: 25px;
	color: #FFFFFF !important;
	background-color: #FF0000 !important;	
	background: #47a3da;
	padding: 10px 20px;
	border-radius: 2px;
	display: inline-block;
	transition: background 0.2s;		
}

/* Grille -----------------------------------------------------------------------------*/

#main section#radio div.grille-content{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top:10px;
}
#main section#radio > div.grille-content > div{
  margin-bottom: 10px;
  font-style: italic;
}

#main section#radio > div.grille-content > div.semaine{
	margin-bottom:20px;
	overflow: auto;
}

#main section#radio > div.grille-content > div.semaine > div.jour{
	width: calc(100% / 7);
	color: #FFF;
	background-color: #999;
    height: 2.15em;
    padding: 5px;
	font-size:0.7em;
	text-align:center;
	text-transform: uppercase;
	margin:0;
	float:left;
	border-right: 1px solid #DADADC;
}
#main section#radio > div.grille-content > div.semaine > div.selected{
	background-color: #005ca7;
}



#main section#radio > div.grille-content > div.semaine > div:nth-child(7){
	border:0;	
}

#main section#radio > div.grille-content > div.semaine > div.jour > a{
	color: #FFF;
}

#main section#radio > div > header{
	border-bottom: 2px solid #FF0000;
	float:none;	
}

#main section#radio > div > header > span {
    display: block;
    padding-bottom: .5rem;
    font-size: 1.0em;
    font-weight: 400;
    text-transform: uppercase;
}



#radio > div > div.programmation {
	width: 100%;
	clear: both;
	background: #fff;
	background: -moz-linear-gradient(left,#fff 2rem,#d1d1e5 2rem,#d1d1e5 2.2rem,#fff 2.2rem);
	background: -webkit-linear-gradient(left,#fff 2rem,#d1d1e5 2rem,#d1d1e5 2.2rem,#fff 2.2rem);
	background: linear-gradient(to right,#fff 2rem,#d1d1e5 2rem,#d1d1e5 2.2rem,#fff 2.2rem);
	font-size: 0.9em;
}

#radio > div > div > div.item {
	height: 45px;
}

#radio > div > div > div.item:last-child {
  height: 40px;
}

#radio > div > div > div > div.cell-time {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	padding-left: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-right: 0.5rem;
	margin: 0 auto;
	width: 65px;
}

#radio > div > div > div > div.cell-time > div.date {
	background: #fff;padding-bottom: 0.5rem;
}

#radio > div > div > div > div.cell-time > div.time {
	text-align:center;
}

div.cell-content {
	vertical-align: middle;
	width: calc(100% - 4.5rem);
	display: inline-block;
	border-bottom: .0625rem solid #d1d1e5;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;	
}

div.cell-content > div.cell-play {
	margin-right: 0.5rem;
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
}

div.cell-content > div > div.style_1 {
    background-color: #FF0000;
    color: white;
    padding: 3px;
	width: 60px;
    text-align: center;		
}
div.cell-content > div > div.style_2 {
    background-color: #999;
    color: white;
    padding: 3px;
	width: 60px;
    text-align: center;		
}
div.cell-content > div > div.style_3, div.cell-content > div > div.style_6 {
    background-color: #005ca7;
    color: white;
    padding: 3px;
	width: 60px;
    text-align: center;	
}
div.cell-content > div > div.style_4, div.cell-content > div > div.style_5 {
    background-color: #FF0000;
    color: white;
    padding: 3px;
	width: 60px;
    text-align: center;	
}

div.cell-content > span.infos {
	display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
div.cell-content > span > h2.title {

}
div.cell-content > span > div.subtitle {
	font-size: 0.7rem;
}

#main section#radio > div > section.ligne-programmation{
    margin-left: 5em;
    margin-top: 0.2em;
    width: 2px;
    background-color: #FF0000;
}



#main section#radio > div > section.ligne-programmation > div.post-schedule{
    padding-top: 1.5em;
}


#main section#radio > div > section.ligne-programmation > div > time{
	font-size: 1.2em;
	font-weight: 400;	
	margin-top: 20px;
	text-align: center;
	margin-left: -1.5em;
    text-transform: uppercase;
	background-color:#FFF;
}


#main section#radio > div > section.ligne-programmation > div > div::before{
	display: block;
	content: "";
	height: 6px;
	width: 6px;
	margin: 4px auto;
	border-radius: 100%;
	box-sizing: border-box;
	background-color: #FF0000;
}

#main section#radio > div > section.ligne-programmation > div > a {
	display: block;
	margin-top: 25px;
}

#main section#radio > div > section.ligne-programmation > div > a > img{
    float: left;
    max-width: 100%;
    height: auto;	
}


#main section#radio > div > section.ligne-programmation > div > div.chip{
	position: absolute;
	width: 14px;
	height: 14px;
	margin: 0 0 0 -6px;
	background-color: #FFF;
}







#main section#radio > div.grille-content > ul{
	margin-bottom: 10px;
}

#main section#radio .grille-liste li {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 0.6em;
	text-align:center;
	width: 137px;
	vertical-align: top;
	margin-bottom:10px;
}

#radio > div.grille-content > ul > li > table > tbody > tr > td{
	border: 1px solid #e8e8e8;
	vertical-align: middle;
	padding:5px;
}

#radio > div.grille-content > ul > li > table > tbody > tr > td.jour{
	background-color: #FF0000;
	color: #FFF;
	font-size:1.25em;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.heure{
	height:35px;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.couleurnew{
	background:#FF0000;
	color:#FFF;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.aroundmidnight{
	background:#996633;
	color:white;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.tellmeabedtimestory{
	background:#000;
	color:white;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.thebigblender{
	background:#D9D9D9;
	color:#000;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.unsoirauclub{
	background:#C0504D;
	color:#FFF;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.unsoirauclub > a{
	color:#FFF;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.anewmorning{
	background:#F79646;
	color:#000;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.thematique{
	background:#00B0F0;
	color:#000;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.chronique{
	background:#8064A2;
	color:#FFF;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.thegroovethejazzthefunky{
	background:#C4D79B;
	color:#000;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.classics{
	background:#FF99FF;
	color:#000;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.grooveintheheart{
	background:#FFFF99;
	color:#000;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.stillinbed{
	background:#92D050;
	color:#000;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.dj{
	background:#FF0;
	color:#000;
}
#radio > div.grille-content > ul > li > table > tbody > tr > td.onthefloor{
	background:#C00000;
	color:#FFF;
}

/* LIVE
-----------------------------------------------------------------------------*/

#radio-bar > div > div > a > div.info{
	float: left;
	margin-left: 10px;
	margin-right: 10px;	
	margin-top: 10px;
	font-size: 1.0em;
}

#radio-bar > div > div > a > div.info > div.titre > h2{
	font-size: 1.2em;
	margin-top: 10px;
}
#radio-bar > div > div > a > div.info > div.titre > div{
	margin-top: 20px;
	font-style:italic;
}

#live{
	margin-left: 10px;
}



#evenement div#header div.dateLive {
  font-size: 1.5em;
  text-transform: uppercase;
  float: left;
}

/* BLOG
-----------------------------------------------------------------------------*/
#blog{

}
#blog > article{
	overflow: auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	height:170px;
}
#blog > article > div.date{
	display:none;
}
#blog > article > div.image{
	float:left;
	width: 25%;
	height:94px;
	background: url(images/blog.png) no-repeat;
	background-size: contain;
}
#blog > article > div.image > a > div {
	margin-top: 5px;
	margin-left: 102px;
}
#num_jour {
	font-size: 1.1em;
	font-weight: 700;
}

#blog > article > div.contenu{
	float:left;
	width:75%;
}

#blog > article > div.contenu > div.titre > h2 {
    font-size: 1.1em;
    margin: 0 0 5px;
}
#blog > article > div.contenu > div.description{
	font-size:0.9em;
}