/*
Theme Name:		Jazz

*/
/*liens inactifs*/


/***************************************/
/*   New clean style
/***************************************/
*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*
.site-header{
  background: #000;
}
*/
.uppercase
{
text-transform: uppercase;
}

.image-responsive{
  display: block;
  width: 100%;
}

.header-radio{
  width: 80px;
}

.nav a:active{
  color: white;
}




.textwidget h1{
  background: #dc241f;
  color: white;
  font-size: 28px;
  display: inline-block;
  padding: 2px 20px 2px 4px !important;
  margin-bottom: 20px;
}

.textwidget h2{
  font-weight: bold;
  margin-bottom: 10px;
}

.textwidget h3{
  font-weight: bold;
}


/***************************************/
/*    Basic Layout
/***************************************/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.site-content{
  background: #FFF;
  color: #000;
  margin-bottom: 20px;
}

.l-container{
  width: 1100px;
  margin: auto;
}


.site-content:before,
.site-content:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.site-content:after {
    clear: both;
}

.padded{
  padding: 20px;
}

.left-content, .right-sidebar{
  float: left;

}


.left-content{
  width: 73%;
  padding: 15px;
}

.right-sidebar{
  width: 27%;
}




/***************************************/
/*     List for one city
/***************************************/
.jn-event-title{
  display: block;
  border-bottom: 1px #000 solid;
}

.jn-event-title > h1{
  font-size: 18px;
}
.jn-event-hour{
  color: #dc241f;
  font-weight: bold;
}

.jn-event-title .left-black-arrow:before{
  top: 10px;
}

.jn-event-title > p{
  font-size: 12px;
}

.jn-event-title:hover{
  text-decoration: none;
}
.jn-event-title:hover h1{
  color: #dc241f;
}
.jn-event-details{
  padding-top: 15px;
}



/***************************************/
/*    Sidebar
/***************************************/
ul#sidebar{
  list-style: none;
}



/***************************************/
/*    Navbar
/***************************************/
.navbar{
  margin-bottom: 0px;
}

.navbar .nav > li > a{
  padding: 10px 18px !important;
  position: relative;
}

.navbar .nav > li > a:before{
    content: '/';
    font-size: 20px;
    color: white;
    position: absolute;
    left: -2px;
    top: 10px;
}
.navbar .nav > li:first-child > a:before{
  display: none;
}

.redbloc{
  background: #dc241f;
  color: white;
}


.sub-menu{
  /*display: block;*/
  background: black !important;
}

.sub-menu li a{
  color: white;
  line-height: 2em;
}




/***************************************/
/*    Actu en home page
/***************************************/

.white-title{
  display: inline-block;
  background: black;
  color: white;
  padding: 3px 20px 2px 20px !important;
  margin-bottom: 15px;
}

.black-container{
  background: black;
  margin-bottom: 20px;
  padding: 15px 0;
}

.jn-actu{
  display: block;
  background: white;
  color: black;
  width: 23%;
  margin: 1%;
  float: left;
  padding: 10px;
}

.jn-actu h1 a{
  color: #dc241f;
  font-weight: bold;
  padding-bottom: 10px !important;
  margin-bottom: 0px;
}

.plus-btn{
  display: block;
  background: url('images/plus.png');
  width: 20px;
  height: 20px;
  background-size: cover;
  float: right;
}
.plus-btn:hover{
  background: url('images/plus-red.png');
  background-size: cover;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}




.intro-text{
  position: relative;
/*   max-height: 100px; */
  overflow: hidden;
  margin-bottom: 10px;
}
/*

.intro-text:after{
  content: '';
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  -webkit-box-shadow: inset 0 -5px 20px rgba(255,255,255,1);
     -moz-box-shadow: inset 0 -5px 20px rgba(255,255,255,1);
          box-shadow: inset 0 -5px 20px rgba(255,255,255,1);
}
*/


.red-bg-title{
  background: #dc241f;
  color: white;
  font-size: 28px;
  display: inline-block;
  padding: 2px 10px !important;
  margin-bottom: 20px;
}


.red-bg-title a{
color: white
}

.paris-events{
  width: 50%;
  float: left;
  padding-right: 5px;
}

.other-events{
  width: 50%;
  float: left;
  padding-left: 5px;
}

.jn-event-home-title h1{
  padding-bottom: 0 !important;
  font-size: 18px;
  line-height: 1.3em;
}

.jn-event-home-title p{
  color: #333;
}


.left-header{
  float: left;
  width: 92%;
}

.right-header{
  float: left;
  width: 8%;
}


.btn-more{
  display: block;
  background: #dc241f;
  height: 15px;
  margin-bottom: 20px;
}

.arrow-down{
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}

.arrow-up{
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
}



.left-black-arrow, .white-fleche-left{
  padding-left: 15px !important;
  position: relative;
}

.left-black-arrow:before, .white-fleche-left:before{
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
}

.white-fleche-left:before{
  border-color: transparent transparent transparent #fff;
}

.down-arrow:before{
  border-style: solid;
  border-width: 8px 7px 0px 7px;
  border-color: #000 transparent transparent transparent;
  margin-top: 3px;
  margin-left: -4px;
}




.remaining-list-city{
  margin-top: 15px;
  font-size: 18px;
  color: #dc241f;  line-height: 1.5em;
}

.remaining-list-city a{
  text-transform: uppercase;
  color: #dc241f;
  font-size: 18px;
  font-weight: bold;
}

.remaining-list-city a:hover{
  color: black;
  text-decoration: none;
}


.btn-newsletter{
  float: right;
  width: 125px;
}
.btn-newsletter > img{
  width: 100%;
  position: relative;
  left: -10px;
  top: -2px;
}

.right-header a img
{
  margin-top: 5px;
}




/***************************************/
/*   Liste stylisé pour les contenus
/***************************************/

.textwidget > ul{
  list-style: none;
  padding: 0;
}

.textwidget > ul > li a{
  color: #dc241f;
}

.textwidget > ul > li{
  position: relative;  
  line-height: 2.5em;

}

.textwidget > ul > li:before{
  content: '';
  display: inline-block;
  position: absolute;
  left: -17px;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #dc241f;
}


.thumbnail{
  text-align: center;
  line-height: 1.6em;
}

h2.fs13{
  font-weight: bold;
}







body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  background-color: #dc241f;

}
html, body, .wrap { height: 100%; }
body > .wrap { height: auto; min-height: 100%; }
a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}



.category-coups-declat #primary a,.category-libres-penseurs #primary a,.page-template-liste-festival-php #primary a{
  color: #fff;
  text-decoration: none;
}
.category-coups-declat #primary a:hover,.category-libres-penseurs #primary a:hover,.page-template-liste-festival-php #primary a:hover{
  color: #dc241f;
  text-decoration: none;
}


.modal-body {
	color:#000;
}
.center{
	text-align:center;
}

li.inactif a{
color:#9c9d9f
}
/* =Elements
-------------------------------------------------------------- */

blockquote cite:before {
    content: '\2014 \00A0';
}

blockquote cite {
    color: #999999;
    display: block;
    font-size: 13px;
    line-height: 18px;
}

figure {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, .clear {
	clear: both;
}

p{
	line-height:21px;

}

.c_black{
	color:#000;
}

.d_inlineb{
	display:inline-block;
}

.page h1{
	padding-bottom:25px;
}

.jn-actu h1
{
	padding-bottom:5px;
}
.jn-actu p
{
  line-height: 20px;
  }
  
/* =Classes + commun
-------------------------------------------------------------- */

.assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.container {
	margin-top: 18px;
}

.bg{
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(images/sprite.png);
	background-repeat:no-repeat;
}

/*header*/
#branding{
	margin-bottom:60px;
}
.logo_row{
	margin-bottom:20px;
}
.topnav{
	padding-top:43px;
}

a.player{
text-transform:uppercase;
text-decoration:none;
	padding:5px 63px 2px 47px;
	background:url(images/sprite.png) no-repeat right top;



}
a.player:hover{
 	background-position:right -37px;

}

h1{
	font-size:22px;
}

.fs13{
	font-size:13px;
	line-height:18px;
}

.retour{
	text-align:right;

}
.retour a{
	font-weight:500;
	font-size:18px;
	line-height:27px;
	padding-left:25px;
	background:url(images/sprite.png) no-repeat 0px -153px;
	text-decoration:none;

}
.retour a:hover{

	text-decoration:underline;

}

/* =menu
-------------------------------------------------------------- */
.navbar-inner .container{
margin-top:15px;}


.navbar .nav > li > a {
  float: none;
  padding: 10px 18px 5px 17px;
  line-height: 19px;
  color: #fff;  /*modif*/
  text-decoration: none;
font-weight:500; /*modif*/
text-transform:uppercase;

}
b.caret{
	display:none;
}
li#menu-item-9 a,li#menu-item-796 a{
	padding-left:0px;
}
li#menu-item-259 a{
	padding-right:0px;
}
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    background: white;
}

a.menu:after, .dropdown-toggle:after {
  content: none;
}

/*Pre accueil*/
.page-template-page-accueil-php .col2home h2{
	font-weight:500;
	font-size:17px;
}
.page-template-page-accueil-php .col2home p{
	border-bottom:2px solid #fff;
	padding:20px 0px;

}

.page-template-page-accueil-php .col2home p:last-child{
	border-bottom:0px;

}

/*echo*/
.page-template-page-echos-php h2{
	padding-bottom:30px;
}


/* =Page
-------------------------------------------------------------- */

#page {
	background-color: #000;
	margin-right: -20px;
	padding: 20px 0;
}

.page-header {
	margin: 0 0 18px;
}

.entry-content {
	margin-bottom: 18px;
}


.page-header,
.entry-content {
	word-wrap: break-word;
}

.post-password-form legend {
	font-size: inherit;
}

.entry-attachment {
	margin-bottom: 36px;
}

.entry-attachment figure {
	display: table;
	margin: 0 auto;
}


/*fastival*/
.festival_desc {
margin-top:-5px;
}
.festival_desc p{
	font-size:15px;
	font-weight:500;
	text-align:justify;
}

.single-festival #primary{
	padding-top:30px;
}
 .cols{
	padding-top:36px;
}
.col h2, .col h3{
	font-size:21px;
	font-weight:500;
	line-height:24px;
}
.col{
	border-top:2px solid #fff;
	padding-top:15px;

}
#primary .col a:first-child{
	color:red;
	text-decoration:none;
}

.col_content{
	padding-top:25px;
}

#primary .modal-header a.close{
	font-size:34px;
	font-weight:normal;
	color:#c5383e;
}

.modal p{
	text-align:justify;
}
/*ecouter voir*/
.header-video{
	height:80px;
}
.category-7 .modal, .category-5 .modal{
	width:600px;


}
.center_video{
	margin:0 auto;
	width:500px;
}
.header_video .close{
	float:none;
}
.header_video{
	text-align:right;
}

 /*toules les archives*/
.block_ville{
	border-top:2px solid #fff;
}
.block_ville h2{
font-size:18px;
padding:12px 0px 24px;
}
.page-template-liste-festival-php  h1{
	padding-bottom:24px;
}

.page-template-liste-festival-php .thumbnails a {
	text-decoration:none;
	}

/*partenaires*/
.page-id-321 h2{
	font-size:18px;
	padding-top:10px;
	padding-bottom:20px;
	border-top:2px solid #fff;
}


/* =Images
-------------------------------------------------------------- */

.thumbnail > img {
	width: 100%;
}

header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* =Footer
-------------------------------------------------------------- */
.footer{
  padding: 10px;
  background: #000;
}
.footer .bg{
	float:left;
	margin-right:22px;
}
.contact{
	width:31px;
	height:24px;
	background-position:0px -213px;

}
.contact:hover{
	background-position:0px -244px;
}

.nl{
	width:20px;
	height:24px;
	background-position:0px -286px;

}
.nl:hover{
	background-position:0px -330px;
}

.partenaire{
	width:41px;
	height:25px;
	background-position:0px -375px;

}
.partenaire:hover{
	background-position:0px -418px;
}

.ml{
	width:24px;
	height:23px;
	background-position:0px -462px;

}
.ml:hover{
	background-position:0px -506px;
}
.fb{
	width:22px;
	height:22px;
	background-position:0px -550px;

}
.fb:hover{
	background-position:0px -595px;
}

.homepicto{
	width:19px;
	height:24px;
	background-position:0px -76px;

}
.homepicto:hover{
 	background-position:0px -114px;

}
/* =WordPress Core
-------------------------------------------------------------- */

/*
.alignnone {
    margin: 5px 20px 20px 0;
}
*/

.aligncenter, div.aligncenter {
    display:block;
    margin: 0 auto 20px;
}

.alignright {
    float:right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 0 20px 20px 0;
}

a img.alignright {
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	padding: 0 9px 9px;
	text-align: center;
}

.wp-caption .wp-caption-text {
	padding-top: 9px;
}

.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.aligncenter {
    text-align: center;
}

.sticky {}
.bypostauthor {}

.artiste_liste{
	font-size: 16px;
	line-height: 2em;
}

.artiste_liste:after{
	content: ', '
}

.edito p{
	line-height: 17px;
    font-size: 14px;
    color: #333;
}

.artiste_liste:last-of-type:after{
	content: '.'
}

.justify{
	text-align: justify;
}

.bolded{
	font-weight: bold;
}


/* =Responsiveness
-------------------------------------------------------------- */

@media (max-width: 480px) {
	.container {
		width: auto;
		padding: 0 5px;
	}
}
@media (max-width: 768px) {
	#site-generator {
		float: none;
		margin-top: 5px;
	}
	textarea[class*="span"] {
		height: auto;
	}

@media (min-width: 1200px) {
	#page {
		margin-right: -30px;
	}
	.wp-caption {
		display: table;
	}
}
