@font-face {
  font-family: "Proxima";
  src: url("../font/proxima/ProximaNova-Regular.otf");
}

* {
	padding: 0px;
	margin: 0px;
}

a:hover,
a:active,
a:focus,
input:hover,
input:active,
input:focus,
button:hover,
button:active,
button:focus {
  outline: 0;
}

html {
	background-color: #14151c;
}

.navbar {
	position: fixed;
	bottom: 0px;
	color: white;
	width: 100vw;
	height: 6vh;
	text-align: center;
	display: flex;
	background-color: #282b32;
}

.navbar i {
	line-height: 6vh;
	width: 33.33vw;
	height: 100%; 
	background-color: #282b32;
	transition: all 0.5s ease;
	font-size: 120%;
}

.navbar i:hover {
	background-color: #14151c;
	font-size: 140%;
	cursor: pointer;
}

.navbar .active {
	background-color: #14151c;
}

.player audio {
	visibility: hidden;
	bottom: -50vh;
	position: fixed;
}

.menu {
	position: fixed;
	z-index: 0;
	opacity: 0;
	width: 100vw;
	height: 86vh;
	transition: all 0.5s ease;
	text-align: center;
}

.local {
	overflow-y: scroll;
	display: grid;
	top: 7vh;
	height: 79vh !important;
}

.radioButton {
	width: 20vh;
	height: 20vh;
	z-index: 1;
	position: relative;
	transition: all 0.5s ease;
}

.containerButtons {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

.radioButton:hover {
	transform: scale(0.9);
	z-index: 0;
	cursor: pointer;
}

.sonlocal {
	color: white;
	background-color: #14151c00;
	border: none;
	border-bottom: solid 1px #282b32;
	cursor: pointer;
	padding: 1vh;
	transition: all 0.5s ease;
	font-family: "Proxima";
	font-size: 125%;
	color: #ffffff4f;
}

.sonlocal:hover {
	padding: 2vh;
	background-color: #282b32;
	color: white;
}

.fa-play-circle:before {
	position: relative;
	float: right;
	right: 7vh;
}

.fa-pause:before {
	position: relative;
	float: right;
	right: 7vh;
}

iframe {
	height: 86vh;
	width: 100vw;
}

.sonlocal .chiffre {
	float: left;
	width: 2vw;
	padding-right: 2vw;
}

.sonlocal .titre {
	float: left;
	padding-left: 2vw;
}

.local .info {
	height: 7vh;
	width: 100vw;
	position: fixed;
	top: 0px;
	color: #ffffff4f;
	line-height: 7vh;
	border-bottom: solid 1px #282b32;
	background-color: #282b32;
}

.local .info .chiffre {
	float: left;
	width: 2vw;
	padding-right: 2vw;
	padding-left: 1vh;
}

.local .info .titre {
	float: left;
	padding-left: 2vw;
}

.playerTitle {
	font-family: "Proxima";
	font-size: 90%;
}

.barre {
	height: 1vh;
	position: fixed;
	bottom: 6vh;
	left: 0px;
	background-color: white;
	z-index: 1;
	width: 100vw;
}

.player {
	height: 7vh;
	width: 100vw;
	position: fixed;
	bottom: 7vh;
	background-color: #282b32;
	text-align: center;
	line-height: 7vh;
	color: white;
}

.player button {
	float: right;
	cursor: pointer;
	line-height: 7vh;
	width: 1vw;
	left: 1vw;
	position: relative;
	color: white;
	font-size: 150%;
}