body {
	background-color: #c3b091;
}
/**
***TYPOGRAPHIE
**/
@font-face{
    font-family: 'new garden';
    src: url('/fonts/ngarden_trial___-webfont.eot');
    src: url('/fonts/ngarden_trial___-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ngarden_trial___-webfont.woff2') format('woff2'),
         url('/fonts/ngarden_trial___-webfont.woff') format('woff'),
         url('/fonts/ngarden_trial___-webfont.ttf') format('truetype'),
         url('/fonts/ngarden_trial___-webfont.svg#newgarden') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'capsuularegular';
    src: url('/fonts/capsuula-webfont.eot');
    src: url('/fonts/capsuula-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/capsuula-webfont.woff2') format('woff2'),
         url('/fonts/capsuula-webfont.woff') format('woff'),
         url('/fonts/capsuula-webfont.ttf') format('truetype'),
         url('/fonts/capsuula-webfont.svg#capsuularegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'kravitz thermalregular';
    src: url('/fonts/kravt___-webfont.eot');
    src: url('/fonts/kravt___-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/kravt___-webfont.woff2') format('woff2'),
         url('/fonts/kravt___-webfont.woff') format('woff'),
         url('/fonts/kravt___-webfont.ttf') format('truetype'),
         url('/fonts/kravt___-webfont.svg#kravitz_thermalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'kravitz extra thermalregular';
    src: url('/fonts/kravet__-webfont.eot');
    src: url('/fonts/kravet__-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/kravet__-webfont.woff2') format('woff2'),
         url('/fonts/kravet__-webfont.woff') format('woff'),
         url('/fonts/kravet__-webfont.ttf') format('truetype'),
         url('/fonts/kravet__-webfont.svg#kravitz_extra_thermalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'monofontoregular';
    src: url('/fonts/monofonto-webfont.eot');
    src: url('/fonts/monofonto-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/monofonto-webfont.woff2') format('woff2'),
         url('/fonts/monofonto-webfont.woff') format('woff'),
         url('/fonts/monofonto-webfont.ttf') format('truetype'),
         url('/fonts/monofonto-webfont.svg#monofontoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/**
***HEADER (image, titre et barre de navigation)
**/
header#header {
	height: 720px;
	position: relative;
}
header#header h1 {
	display:block;
	width:100%;
	text-align:center;
	position: absolute;
	bottom: 0;
	font: bold 22px/22px "capsuularegular", Tahoma, Geneva, sans-serif;
	white-space: nowrap;
	z-index: 2;
}
header#header h1 span#titre {
	font: bold 66px/66px "new garden", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
header#header h1 a {
	color: #fff;
	text-decoration:none;
}
header#header img {
	z-index: 1;
}
nav#menuPrincipal {
	text-transform: uppercase;
}
@media (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}
.affix {
	top: 0;
	width: 100%;
	z-index:8675310;
}
.affix + .container-fluid {
	padding-top: 70px;
}
header#header {
	height: 422px;
	background: url(/images/bandeaux/aLaVieLaMort_petite.jpg) no-repeat center scroll;
	background-position: center top;
	background-size: cover;
}
@media (orientation:portrait) and (max-width: 768px) {
  header#header {
	 height: 422px;
     background: url(/images/bandeaux/aLaVieLaMort_petite.jpg) no-repeat center scroll;
	 background-position: center top;
	 background-size: cover;
  }
  header#header h1 {
    font-size: 16px;
	line-height: 16px;
	white-space: pre;
  }
  header#header h1 span#titre {
    font-size: 55px;
	line-height: 55px;
  }
  .affix {
	  width: 100%;
  }
}
@media (min-width: 768px) {
  header#header {
	 height: 422px;
     background: url(/images/bandeaux/aLaVieLaMort_petite.jpg) no-repeat center scroll;
	 background-position: center top;
	 background-size: cover;
  }
  header#header h1 {
    font-size: 24px;
	line-height: 24px;
	white-space: nowrap;
  }
  header#header h1 span#titre {
    font-size: 60px;
	line-height: 60px;
  }
  header h2 {
	font-size: 40px;
	line-height: 40px;
  }
  div[id$="sidebar"] section > h2:first-child {
	  font-size: 24px;
  }
  .navbar {
	  border-radius: 0;
  }
  .affix {
	  width: inherit;
  }
}
@media (min-width: 992px) {
  header#header {
	 height: 546px;
     background: url(/images/bandeaux/aLaVieLaMort.jpg) no-repeat center scroll;
	 background-position: center top;
	 background-size: cover;
  }
  header#header h1 {
    font-size: 32px;
	line-height: 32px;
	white-space: nowrap;
  }
  header#header h1 span#titre {
    font-size: 80px;
	line-height: 80px;
  }
  header h2 {
	font-size: 48px;
	line-height: 48px;
  }
  .affix {
	  width: inherit;
  }
}
@media (min-width: 1200px) {
  header#header {
	 height: 658px;
     background: url(/images/bandeaux/aLaVieLaMort.jpg) no-repeat fixed;
	 background-position: 50% 0;
  }
  header#header h1 {
	font-size: 40px;
	line-height: 40px;
	white-space: nowrap;
  }
  header#header h1 span#titre {
    font-size: 96px;
	line-height: 96px;
  }
}
/**
***CONTENU PRINCIPAL
**/
@media (min-width: 768px) {
	main {
		margin: 50px 0;
	}
}
.main {
	padding:0;
	background-color: #FFF;
}
main img {
	width: 100%;
	height: auto;
}
header h2 {
	font: normal 36px/36px "kravitz extra thermalregular", Tahoma, Geneva, sans-serif;
	color: #69C;
	text-transform: uppercase;
	border-bottom: 1px solid #69C;
	margin-top: 10px;
}
div[id^="contenuPrincipal"] section > h2 {
	font-family: "kravitz thermalregular",Tahoma,Geneva,sans-serif;
	color:#69C;
	border-bottom: 1px solid #69C;
	margin-top: 50px;
}
div[id^="contenuPrincipal"] h3 {
	font: 36px "capsuularegular", Tahoma, Geneva, sans-serif;
	padding-top:15px;
	line-height:1.1;
}
.badge a, .label a {color: #fff}
/**
***BARRES LATÉRALES
**/
div[id$="sidebar"] section {
	margin-bottom: 50px;
}
div[id$="sidebar"] section > h2{
	font-family: "kravitz extra thermalregular",Tahoma,Geneva,sans-serif;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #69C;
	text-transform: uppercase;
}
div[id$="sidebar"] section > h2 a {
	display: block;
	color: #69C;
}
div[id$="sidebar"] section > h2 a:hover {
	text-decoration: none;
	color: #C60;
}
ul#hebergement li {
	margin-bottom: 10px;
}
/**
***CAROUSEL BOOTSTRAP
**/
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  	width: 100%;
 	margin: auto;
}
.carousel-inner > .item > .carousel-caption h3 {
	font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.carousel-inner > .item > .carousel-caption a {
	color: #fff;
}
.carousel-inner > .item > .carousel-caption a:hover {
	text-decoration: none;
}
.carousel-inner > .item > .carousel-caption {
	text-shadow: 0 2px 4px rgba(0, 0, 0, .8);
}
/**
***EÉLÉMENTS PAGES D'ACCUEIL
**/
#slider {
	margin-top: 30px;
}
div#slider + h4 {
	margin-top: 50px;
}

#dernieres_actus h3 {
	font-size: 18px;
	font-family: inherit;
}
#dernieres_actus a {
	display: block;
	color: #000;
}
#plugin-page, #widget-twitter {
	text-align: center;
	margin-top: 30px;
}
/**
***COUNTDOWN JS
**/
section#countDown h2 {
	font-size:60px;
	margin-top:30px;
	font-family:"capsuularegular",Tahoma,Geneva,sans-serif;
	line-height:50px;
	color: #000;
	border: none;
	text-transform: none;
}
section#countDown span {
	font-size:80px;
	color:#c3b091;
	font-family:"monofontoregular",Monaco,monospace;
	line-height:70px;
}
section#countDown span.big {
	font-size:100px;
	line-height:100px;
	color:#C60;
}
@media (min-width: 768px) {
	section#countDown h2 {
		font-size:24px;
		line-height:18px;
	}
	section#countDown span {
		font-size:44px;
		line-height:36px;
	}
	section#countDown span.big {
		font-size:52px;
		line-height:52px;
	}
}
@media (min-width: 992px) {
		section#countDown h2 {
		font-size:30px;
		line-height:24px;
	}
	section#countDown span {
		font-size:48px;
		line-height:38px;
	}
	section#countDown span.big {
		font-size:60px;
		line-height:60px;
	}
}
@media (min-width: 1200px) {
	section#countDown h2 {
		font-size:36px;
		line-height:30px;
	}
	section#countDown span {
		font-size:55px;
		line-height:44px;
	}
	section#countDown span.big {
		font-size:72px;
		line-height:72px;
	}
}
/**
***PAGE EDITION
**/
.nav-tabs , .nav-pills {
	font-weight: bold;
}
.nav-tabs {
	margin-top: 50px;
}
.nav-tabs.nav-justified > li > a {
	color: #9d9d9d;
}
.nav-tabs.nav-justified > li > a:hover {
	color: #c60;
}
.nav-tabs.nav-justified > li.active > a {
	color: #222;
}
@media (max-width: 1200px) {
	.nav-tabs.nav-justified > li > a , .nav-pills.nav-stacked > li > a {
		font-size: 12px;
	}
}
@media (max-width: 768px) {
	.nav-tabs.nav-justified > li > a , .nav-pills.nav-stacked > li > a {
		font-size: 24px;
		text-align: left;
	}
}
#horaire {
	margin: 30px 20px;
}
#horaire a {
	color: #222;
}
#horaire a:first-line {
	font-size: larger;
	color: #c60;
}
div[id$="programmation"] h3 {
	margin: 60px 0 0;
	border-top: 1px solid;
}
div[id$="programmation"] > article > header h4 {
	margin: 10px 0;
	line-height: 30px;
}
div[id$="programmation"] > article > header {
	margin-bottom: 50px;
}
div[id$="programmation"] > article > header .col-md-4 {
	text-align: left;
}
@media (min-width: 992px) {
	div[id$="programmation"] > article > header .col-md-4 {
		text-align: right;
	}
}
.btn.btn-tarif {
	margin: 10px 0;
	background-color: #c60;
	border-color: #c60;
}
.btn.btn-tarif:hover {
	background-color: #c50;
	border-color: #c50;
}
.modal-dialog {
	margin: 100px auto;
}
table#tarification {
	margin: 0px auto 20px;
	width:80%;
}
table#tarification th {
	margin: 0px;
	padding: 5px 5px 5px 0px;
	width: 35%;
	vertical-align: top;
	text-align: left;
}
table#tarification th {
	width: 75%;
	white-space: pre;
}
table#tarification td {
	margin: 0px;
	padding: 5px 0px;
	vertical-align: top;
	text-align: right;
	white-space: pre;
	color: #c60;
	font-weight: bolder;
}
table#tarification ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
table#tarification li {
	margin: 0px 0px 3px;
}
/**
***IFRAME RESPONSIVE (VIDEO,GOOGLEMAP,Etc…)
**/
div#google-map, div#player_soundcloud, div#blurb {
	padding-bottom: 75%;
}

div[id^="video"] {
 	padding-bottom: 56.25%;
}

div[id^="video"], div#google-map, div#player_soundcloud, div#blurb {
	position: relative;
	padding-top: 25px;
	height: 0;
}

div[id^="video"] iframe, div#google-map iframe, div#player_soundcloud iframe, div#blurb object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	overflow:hidden;
}
@media (max-width: 768px) {
	div#player_soundcloud {
		padding: 0;
		height: 400px;
	}
	div#player_soundcloud iframe {
		overflow: auto;
	}
}
/**
***PAGES "LE FESTIVAL"
**/
#envoiEmail {
	margin: 50px 0;
}
.equipe div.row {
	margin: 50px 0;
}
.equipe dd {
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.equipe div.row {
		padding: 0 5%;;
		font-size: larger;
	}
}
.partenaire a {
	display:inline;
	height:auto;
	line-height:normal;
}
@media (min-width: 768px) {
	.partenaire a {
		display:block;
		height:125px;
		line-height:125px;
	}
}
@media (min-width: 992px) {
	.partenaire a {
		display:block;
		height:180px;
		line-height:180px;
	}
}
@media (min-width: 1200px) {
	.partenaire a {
		display:block;
		height:225px;
		line-height:225px;
	}
}
.partenaire img {
	vertical-align: middle;
}
@media (min-width: 992px) {
	#newsletter, .col-sm-12.mentionLegales, .col-sm-12.erreur {
		padding: 0 10%;;
	}
}
/**
***FOOTER
**/
footer#footer {
	min-height: 422px;
	background: url(/images/footer/footerBgr_petit.jpg) no-repeat center;
	background-size:cover;
	position: relative;
	color: #fff;
}
@media (min-width: 768px) {
	footer#footer {
		margin-top: 100px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2),
       (min--moz-device-pixel-ratio: 2),
       (min-resolution: 2dppx),
       (min-resolution: 192dpi) {
	footer#footer {
		background: url(/images/footer/footerBgr_petit@2x.jpg) no-repeat center;
		background-size:cover;
	}		   
}
@media (min-width: 992px) {
	footer#footer {
		min-height: 546px;
		background: url(/images/footer/footerBgr.jpg) no-repeat center;
		background-size: cover;
	}
}
@media (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2),
       (min--moz-device-pixel-ratio: 2),
       (min-resolution: 2dppx),
       (min-resolution: 192dpi) {
	footer#footer {
		background: url(/images/footer/footerBgr@2x.jpg) no-repeat center;
		 background-size: cover;
	}		   
}
	   
@media (min-width: 1200px) {
	footer#footer {
		min-height: 658px;
	}
}

#contenuFooter {
	width: inherit;
	position: static;
	bottom: 0;
}
@media (min-width: 768px) {
	#contenuFooter {
		position: absolute;
	}
}
#contenuFooter h2 {
	font-family: "kravitz thermalregular",Tahoma,Geneva,sans-serif;
}
#contenuFooter a {
	color: #FFF;
}
/**
***SCROLL TO TOP
**/
#scrollToTop {
	position: fixed;
	right: 3%;
	bottom: 20px;
}
#scrollToTop a {
	display: block;
	text-align:center;
	width: 50px;
	font-size:14px;
	line-height: 30px !important;
	padding: 10px;
	border-radius: 50%;
	background: #c3b091;
	opacity: 0.9;
    filter: alpha(opacity=90);
	color: #fff;
	box-shadow: 0px 2px 4px #333333; 
}
@media (min-width: 768px) {
	#scrollToTop a {
		/*font-size:64px;*/
		background: #930;
		opacity: 0.66;
	    filter: alpha(opacity=66);
	}
}
@media (min-width: 992px) {
	#scrollToTop a {
	/*font-size:48px;*/
	}
}
#scrollToTop a:hover {
	text-decoration: none !important;
	opacity: 0.9;
    filter: alpha(opacity=90);
}
