@import url(//fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);

body {
	font-family: 'Dosis', sans-serif;
	background: rgba(50, 36, 60, 0.2)!important;
	background-color: #7f5d99;
	color : #000000;
}

html {
	margin:0; 
	padding:0; 
}

h1 {
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
	text-align : center;
	text-transform: uppercase;
}


h2, h4, h5, h6 {
	font-family: 'Yanone Kaffeesatz', 'sans-serif';
	font-weight: 300;
	text-align : center;
	text-transform: uppercase;
}

h3 {
	font-family: 'Yanone Kaffeesatz', 'sans-serif';
	font-weight: 300;
	text-transform: uppercase;
	text-align : center;
}

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

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

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

.container {
	padding-top : 50px;
	background-color: #7f5d99;
	margin-left:0px;
	margin-right:0px;
	width:100%;
}

.accueil {
	height: 100vh;
	background: url(../img/banner.png); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #7f5d99;	
	background-size: 60%;
}

#footer {
	color: #FFFFFF;
/*
	-webkit-filter: blur(0.5px);
	-moz-filter: blur(0.5px);
	-o-filter: blur(0.5px);
	-ms-filter: blur(0.5px);
	filter: blur(0.5px);
*/
}
#banner img {
	width: 100%;
	margin-top : 50px;
	position : relative;
}


.navbar {
	font-family: 'Yanone Kaffeesatz', 'sans-serif';
	font-size : 20px;
	color : #FFFFFF;
	background-color: #360d56;
	padding-left : 30px;
	padding-right : 50px;
}


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

.navbar > li > a:hover{
	background: #7f5d99;
	color: #fff;
}

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

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

.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-youtube:hover{
	color: #ec5538
}


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

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

.videos {
	border-top : 2px solid yellow;
}


.navbar-toggle {
	color : #CC3333;
}

.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 {
    width:100%;
    float:left;
    text-align:center;
}

.contact-section {
	margin: auto;
}

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

.videoWrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	padding-bottom: 40px;
}

.videosGrid {
	max-width: 1000px;
	background-color: #7f5d99;
	margin: auto;
}



.liensMusiqueBox a {
	text-align : center;
}


.liensMusique {
	width : auto;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}



.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #FFFFFF;
	background-color: #360d56;
	border: #360d56;
}

.btn { 
	background-color:#7f5d99; 
	color:#000000; 
	border : 1px solid #000000;
} 

