
#banniere{
	background-image:url(../images/banniere.jpg);
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:100%;
}

#logo{
	width: 400px;
	height: 200px;
	position: center;
	margin-left:  30%;
	margin-top:  50px;
	margin-bottom: 50px;
}


p{
	margin : 2px;
}

body{
	background-color: #1a1918;
        margin-left: 5%;
        margin-right: 5%;
}

#presentation{
	font-size: 20px;
	color: white;
	font-family: 'Oranienbaum', arial;
	margin-top: 30px;
	width: 65%;
}


/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 1.1em;
	font-family: 'Oranienbaum', arial;
}

.codrops-demos a {
	display: block;
	float: left;
	clear: both;
	margin: 0.5em 0.5em 0.5em 1.9em;
	padding: 1em 1.1em;
	width: 280px;
	outline: none;
	color: #fff;
	background: #d46115;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	opacity: 0.6;
}

#scheduleTable, #scheduleTh {
	border: 1px solid #d46115;
}

#scheduleTable{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 15px;

}

#scheduleTh {
	margin: 0 auto;
	background-color: #d46115;
}

#infos{
	margin: 0 auto;
	font-size: 20px;
	color: white;
	font-family: 'Oranienbaum', arial;
	width: 65%;
	margin-top: 30px;
}

.menuDescription{
	background-color: #d46115;
	color: white;
	width: 100%;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

#album{
    margin-top: 30px;
}

.picture{
    width:200px;
    height:200px;
       
}

.picture2{
       max-width: 100%;
       
}

.modal-dialog-lg{
    width: 60%;
}

#bannerCarousel{
 height: 500px;
 width: 100%;
 position: relative;
 
}


.abanner {
    height: 500px;

}

.carousel-item {
    text-align: center;
    height: 100%;

}

#blurbackground{
    background-image: url('../images/banniere.jpg');
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 
  filter: blur(10px);
  z-index: -1;
}

/* Home brand*/
#title{
margin-left: 15%;
margin-top: 25px;
}

.fire{
transform: translate(0, 10px);
float:left;
}

/* Brand animation */
.ml11 {
  font-weight: 700;
  font-size: 5.5em;
  color: white;
  font-family: 'Oranienbaum', arial;
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}




.ml11 .letter {
  display: inline-block;
  line-height: 1em;
}


/* Brand animation */
.ml11bis {
  font-weight: 700;
  font-size: 2em;
  color: #d46115;
  font-family: 'Oranienbaum', arial;
  text-align: center;
}

.ml11bis .text-wrapperbis{
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11bis .letterbis {
  display: inline-block;
  line-height: 1em;
}