@font-face {
  font-family: "MyOrator";
  src: url("../fonts/orator.otf");
  /*lalala*/
}

body {
	font-family: "Orator Std", "MyOrator", sans-serif;
	color : #000000;
	background: url(../img/fond.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html {
	margin:0; 
	padding:0; 
}

h1 {
	font-weight: 500;
	text-align : center;
	text-transform: uppercase;
	color : #000000;
}

h2, h4, h5, h6 {
	font-weight: 300;
	text-align : center;
	text-transform: uppercase;
}

h3 {
	font-weight: 300;
	text-transform: uppercase;
	text-align : center;
}

p {
	font-size: 20px;
	text-align : justify;
}

a {
	color : #CC3333;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	color : #000000;
}


a:focus, 
a:hover {
	text-decoration: none;
	outline: none;
	color : #000000;
}

.btn { 
	background-color:#000000; 
	color:#ffffff; 
	border : 1px solid #000000;
	display: block; 
} 

.btn:hover {
	background-color : #FFFFFF;
	color : #000000;
	border : 1px solid #000000;	
}

.container {
	padding-top : 50px;
	padding-left: 5%;
	padding-right: 5%;
	background: rgba(0, 0, 0, 0.2)!important;
	margin-left:0px;
	margin-right:0px;
	width:100%;
}

.accueil {
	height: 100vh;
	width: 300px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;

}

.accueil h1 {
	padding-top: 25vh;
	font-size: 60px;
}

.titreAccueil {
  	margin-left: 2%;
  	width: 350px;
	height: 100vh;
	text-align: center;
}

#footer {
	color: #000000;
}

#footer a {
	color: #000000;
}

#banner img {
	width: 100%;
	margin-top : 50px;
	position : relative;
}

.navbar {
	font-family: 'Orator Std', 'sans-serif';
	font-size : 20px;
	color : yellow;
	background-color: #000000;
	padding-left : 30px;
	padding-right : 50px;
	border-bottom : 1px solid #000000;
}


.navbar-brand {
	width : 200px;
	background: url(../img/logo.png) no-repeat;  
	background-size: 25%;
}

.navbar > li > a:hover{
	background: #FFFFFF;
	color: #000000;
}

.navbar-inverse .navbar-nav > li > a {
	color : #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color : #000000;
	background: #FFFFFF;
}

.pull-right {
	padding-top : 10px;
}

.social-icons a {
	font-size: 20px;
	color: #FFFFFF;
	padding-left : 10px;
	padding-top : 50px;
}

.social-icons .fa-facebook:hover {
	color: #3B5997;
}

.social-icons .fa-instagram:hover {
	color:#E1306C;
}

.social-icons .fa-snapchat-ghost:hover{
	color: #FFFF00;
}

.social-icons .fa-youtube:hover{
	color: #ec5538
}

.social-icons .fa-spotify:hover{
	color: #1ED760
}


.social-icons .fa-soundcloud:hover{
	color: #ec5538
}


.musicplayer {
	width : 310px;
	margin : auto;
}

.musicplayer-links {
	width : 160px;
	margin : auto;
}

.music {
	border-top : 2px solid #000000;
}


.navbar-toggle {
	color : #000000;
}

.url_form {
	display:none;
}

.media-item {
	width: 250px;
	margin:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.media-item img {
	width: 95%;
	padding : 5px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.media-item img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

.facebook {
	padding-top : 20px;
	width : auto;
	margin: auto;
	height : 600px;
}

.contact-section {
	margin: auto;
}

/* Newsletter */
.inf-main{ 
	padding: 1px 50px; 
} 
.inf-main 
.inf-content { 
	margin-top:13px;
} 

.inf-main h4, .inf-main label{ 
	font-weight:bold; 
} 

.inf-main .inf-input { 
	margin-bottom:7px; 
} 

.inf-main label { 
	display:block;
} 

.inf-main input{ 
	height:35px; 
	color:#999999; 
	border: 1px solid #E9E9E9; 
	padding-left:7px; 
} 

.inf-main .inf-input.inf-error label, 
.inf-main .inf-input.inf-error span.inf-message { 
	color: #cc0033; 
} 

.inf-main .inf-input.inf-error input{ 
	border: 1px solid #cc0033; 
} 

.inf-main .inf-input input { 
	width:100%;
} 

.inf-main .inf-input.inf-error span.inf-message { 
	display: block; 
} 

.inf-main .inf-submit { 
	text-align:right;
} 

.inf-main .inf-submit input{ 
	background-color:#000000; 
	color:#ffffff; 
	font-weight: normal; 
	height:auto; 
	padding:7px; 
	border : 1px solid #000000;
} 

.inf-main .inf-submit input:hover {
	background-color : #FFFFFF;
	color : #000000;
	border : 1px solid #000000;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  	margin-bottom: 20px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

