/* Credit: http://www.templatemo.com */

/* How to do full page background image - http://css-tricks.com/perfect-full-page-background-image/ */
/* carasmo's comment to hide horizontal scroll bar https://github.com/twbs/bootstrap/issues/10711 */

body {
	background-color: #ae1c13;
}

a {
	color: #6d37c4;
	text-align: center;
}
a:hover, a:focus {
	color: #F66;
	text-align: center;
}

.templatemo_logo {
	margin-top: 10px;
	text-align: center;
}




.body_index {
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
}

.back_infos {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: center center;
}

.back_concerts {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: center center;
}

.back_bio {
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
}

.back_contact {
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
}

.back_porto {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: center center;
}

.flexslider { width: 99%; }

.img_left {	float: left; margin-right: 20px; margin-bottom: 15px; }
.imgl {border:1px solid #6A604F; padding:3px; background-color:#413d05;}
.imgl {float:left; margin:0 8px 8px 0; clear:left;}

h1 {
	text-align: center;
	color: #2d4181;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 52px;
}
h4 { color: #2d4181;}
h5 { color: #2d4181;}

li { 
font-family: Verdana, Geneva, sans-serif;
 color: #2d4181;
}

li.active a {
	background-color: rgba(255, 255, 255, 0.2);
	color: #8336cc;
}

nav {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

p {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	top: auto;
	vertical-align: top;
}
iframe, object, embed { width: 100%; border: none; margin-bottom: 20px; }

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dashed #000;
	margin: 1em 0;
	padding: 0;
	width: 95%;
}
article {
	margin-top: 6px;
	margin-bottom: 12px;
}

.black {
	color: #000;;
}

.form2 {
	background-color: #EED3C5;
}

.btn {
	border-radius: 0px;
}

.btn-primary {
	background-color: #A42F10;
	border-color: #F40000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active { 
	background-color: #e13916; 
	border-color: #c48c76; 
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #ae1c13;
	color:white;
}

.navbar-form { margin-bottom: 20px; }

.form-control { border-radius: 0px; }
.form-control:focus { 
	border-color: rgba(245, 91, 31, 0.8); 
	outline: 0; 
	-moz-box-shadow: 0 0 8px rgba(241, 50, 150, 0.6); 
	box-shadow: 0 0 8px rgba(241, 50, 150, 0.6) !important; 
}

.credit { padding-bottom: 9px; padding-top: 12px; background-color: #ae1c13; }

.container {  margin: 0 auto;  background-color: rgba(230, 200, 150, 0.9); }

.left-inner-addon { position: relative; }
.left-inner-addon input, .left-inner-addon textarea { padding-left: 30px; }
.left-inner-addon span { position: absolute; padding: 10px 12px;}

.float_r { float: right }
.img-thumbnail { border-radius: 0px; background-color: rgba(255, 255, 255, 0.2); border: none; }

#main-gallery_container {  background-color: rgba(0, 0, 0, 0.4);  text-align: center; }
#gallery_container {  background-color: rgba(0, 0, 0, 0.4);  text-align: center; }
#gallery_container .row { clear: both; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; }


#left_container {   text-align: center; }
#left_container li a {
	
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#left_container .compteur {
	color: white;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	bottom: 10px;
	height: 300px;
}

#right_container .row { clear: both; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; }
#right_container .col-md-7 { padding-left: 0px; }
#right_container .right_container_title {cursor:text;}
#right_container .right_container_title:hover {text-decoration:none; color:#a9441d;}

#right_container h2 {
	color: #a9441d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
}
#right_container h3 {
	color: #a9441d;
	font-size: 18px;
}

#templatemo_footer { color: #FFFFFF; font-size: 0.8em; text-align: center; font-family: Arial, sans-serif; }
#compteur_footer { color: #FFFFFF; font-size: 0.8em; text-align: right; font-family: Arial, sans-serif; }

@media only screen and (max-width: 480px) {
 article img { margin-bottom: 10px; }
 article .btn { margin-bottom: 20px; }
 h4, p { text-align: center; }
 .btn { margin: 0 auto; }
}

@media only screen and (min-width: 992px) {
  .container {  display: table; }
  #left_container { display: table-cell; height: 100%; }
  #right_container {  padding-top: 10px; display: table-cell;}
  .col-md-3, .col-md-9 { float: none; }
}

@media only screen and (max-width: 991px) {
  .container { display: block; }
  #left_container { display: block; height: auto; padding-top: 10px; padding-bottom: 20px; }
  #right_container { display: block; }
  #right_container .col-md-7 { padding-left: 15px; }
}
