@import url(https://fonts.googleapis.com/css?family=Monda|Roboto|Play|Cuprum|Orbitron);
@import url('https://fonts.googleapis.com/css?family=Saira+Semi+Condensed');
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {

	margin-bottom: 30px;
	padding-right:0px!important;
	font-family: 'Helvetica Neue', sans-serif;
/* 	background-color: #2a2a2a; */
	color:#fff;
	
	background: #222;
	padding-top: 25px;
	
	
}
a:hover {
	text-decoration: none;
}
body.with-header {
	padding-top: 52px;
}
.navbar-brand {
    padding: 8px 15px;
}
.navbar-nav .brand,
.nav-plateform .brand  {
	height: 34px;
}
.navbar-brand>img {
	height: 34px;
}
.nav-plateform {
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}
.nav-plateform li {
	float: left;
	margin-bottom: 15px;
}
.nav-plateform li a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    display: block;
    padding: 10px 15px;
}
.nav-plateform li.embed {
	padding: 0 15px;
}
li.embed iframe {
	width: 171px!important;
}
.navbar-inverse {
	background-color: #000;
}
.row-playlists .col {
	background-color: #000;
	padding: 25px;
	margin-bottom: 30px;
}
.row-playlists .col h2 {
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
	display: table;
	width: 100%;
	height: 80px;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 33px;
	padding: 0 15px;
}
.row-playlists .col h2 span {
	display: table-cell;
	vertical-align: middle;
}
.row-playlists .col .h3 {
	margin-bottom: 25px;
	text-align: center;
	font-weight: 200;
}
.playlists-plateform {
	background-color: #434343;
	
	width: 100%;
	
}
.row-playlists-plateform {
	padding: 20px 25px;
	border-bottom: 1px solid #555;
	cursor: pointer;
	display: table;
	float: none;
	width: 100%;
	margin: 0;
}
.row-playlists .img-responsive {
	margin: 0 auto;
}
.row-playlists-plateform:hover {
	background-color: #333;
}
.row-playlists-plateform:hover .col-right a {
	color:#f90;
}
.row-playlists-plateform .col-left,
.row-playlists-plateform .col-right {
	display: table-cell;
	float: none;
	vertical-align: middle;
	padding: 0;
}
.row-playlists-plateform .col-left img {
	margin: 0 auto;

}
.row-playlists-plateform .col-right {
	text-align: right;
}
.row-playlists-plateform .col-right a {
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
}


