/*////////////////////////////////////////////////////////////
// Webradio de la ville de Pontorson - Par Yohan DAUPHIN
////////////////////////////////////////////////////////////*/

.icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    font-size: 30px;
	fill: #0f5ab5
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
body,
html {
    height: 100%;
}
body {
    background: #FFFFFF;
	opacity: 1.0;
    position: relative;
	background: url(https://radio.pontorson.eu/images/DjMouton.webp) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Roboto';
}
.player,
.player__album:before,
.player__play svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.player.play .player__timeline {
    -webkit-transform: translateY(-90%);
    -ms-transform: translateY(-90%);
    transform: translateY(-90%);
	-webkit-box-shadow: 5px 5px 19px 9px rgba(0,0,0,0.32); 
	box-shadow: 5px 5px 19px 9px rgba(0,0,0,0.32);
}
.player.play .player__last {
	height: 170px;
	bottom: -57px;
	opacity: 1.0;
    -webkit-transform: translateY(65%);
    -ms-transform: translateY(65%);
    transform: translateY(65%);
	-webkit-box-shadow: 5px 5px 19px 9px rgba(0,0,0,0.32); 
	box-shadow: 5px 5px 19px 9px rgba(0,0,0,0.32);
}
.player.play .music_last {
	opacity: 1.0;
}

.player.play .player__album:after {
    -webkit-box-shadow: 0 30px 28px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 30px 28px -10px rgba(0, 0, 0, 0.2);
}
.player.play .player__album {
    top: -65px;
	left: -10px;
}
.player.play .pause {
    display: inline-block;
}
.player.play .play {
    display: none;
}
.player__album {
    width: 112px;
    height: 112px;
    margin-right: 22px;
    position: relative;
    top: -50px;
}
.player__album:before {
    content: "";
}
.player__album,
.player__album:after,
.player__album:before,
.player__albumImg {
    -webkit-border-radius: 20% 10%;
    border-radius: 20% 10%;
	border: 1px solid #656565;
	box-shadow: 0 -5px 5px -5px #333;
	top: -65px;
	left: -10px;
}
.player__album:after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	position: absolute;
}
.player__albumImg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: none;
}
.player__albumImg.active-song {
    display: block;
	top: 0px;
	left: 0px;
}
.player__bar,
.player__controls,
.player__play,
.player__prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.player__bar {
    background: #fff;
    padding: 10px 25px;
    height: 100px;
	width: 360px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
	background: url(https://radio.pontorson.eu/images/fond_lecteur.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    z-index: 3;
	-webkit-box-shadow: 5px 5px 19px 9px rgba(0,0,0,0.32); 
	box-shadow: 5px 5px 19px 9px rgba(0,0,0,0.32);
}
.player__controls,
.player__play,
.player__prev {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.player__play,
.player__prev {
    cursor: pointer;
    height: 80px;
    width: 80px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-right: 3px;
}
.player__prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.player__next:hover,
.player__play:hover,
.player__prev:hover {
	background: #ffffff91;
}
.player__play:hover svg,
.player__prev:hover svg {
	fill: #0f5ab5
}
.player__play {
    position: relative;
}
.player__play svg {
    font-size: 20px;
}
.player__play svg.pause {
    display: none;
}
.player__next,
.player__play,
.player__timeline {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.player__next {
    cursor: pointer;
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-left: -8px;
    height: 80px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.player__next:hover svg {
    fill: #fff;
}
.player__last {
    background: #fff6fb;
	opacity: 0.0;
    height: 100px;
	width: 360px;
    position: absolute;
    bottom: 0px;
	left: 0px;
    right: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	background: url(https://radio.pontorson.eu/images/fond_10dernieres.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.player__timeline {
    background: #fff6fb;
    height: 95px;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
	padding-left: 127px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	background: url(https://radio.pontorson.eu/images/fond_titres_musiques.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.player #playhead,
.player__timeline,
.player__timelineBar {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.player__timelineBar {
    background: #e7e7e7;
    margin-top: 13px;
    width: 95%;
    height: 4px;
    position: relative;
}
.player #playhead {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fd6d94;
}
.player__author {
    line-height: 1;
    font-weight: 700;
    margin-bottom: -2px;
    margin-top: 5px;
	margin-right: 5px;
	color: #000000;
}
.player__song {
	margin-right: 5px;
    line-height: 1.2;
    font-size: 12px;
    color: #000000;
}
.music__next {
    line-height: 1.2;
	margin-top: -10px;
	margin-right: 5px;
	font-style: italic;
    font-size: 8px;
    color: #09435f;
}
#informations__webradio {
    width: 12px;
    height: 24px;
	top: 140px;
	left: 2px;
    position: relative;
	z-index: 10;
}
#sound__bar {
	position: absolute;
	float: right;
	text-align: right;
    width: 84px;
    height: 84px;
	right: 0px;
	opacity: 0.0;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.infos__webradio {
	line-height: 1.3;
	top: 115px;
	left: 15px;
	width: 230px;
	font-style: italic;
    font-size: 10px;
    color: #452907;
	position: relative;
	z-index: 10;
}
.music_last_title {
    line-height: 1;
	font-weight: bold;
	font-size: 10px;
	margin-top: 4px;
	margin-left: -4px;
	margin-right: -4px;
    color: #000000;
}
.music_last {
    line-height: 1;
	font-style: italic;
    font-size: 10px;
    color: #000000;
	opacity: 0.0;
	margin-top: -9px;
	margin-left: -4px;
	margin-right: -4px;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.vert-align-titre{
	position: relative;
	top: 12%;
}
.headline-titre {
    font-weight: 600;
	margin: 5px;
	color: white;
}
.headline-titre-sous {
    font-weight: 400;
	margin-top: -14px;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #74adfa;
}
.headline-actuellement {
	line-height: 1;
    font-weight: 200;
	font-size: 9px;
	margin: 5px;
	font-style: italic;
	color: white;
}
.titre-container {
    -webkit-box-align: center;
    align-items: center;
    background-color: black;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(46,46,46,1) 100%);
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    min-height: 30px;
    position: relative;
    z-index: 10;
}

.headline-credit{
	font-weight: 400;
	font-size: x-small;
	width: 100%;
	margin: 0px auto;
	margin-top: 5px;
	color: white;
}
.credit-container{
	background-color: black;
	text-align: center;
	width: 100%;
	height: 50px;
	opacity: 0.80;
	position: fixed;
	left: 0;
	bottom: 0;
}
.radio-fermee {
    background-color: white;
	opacity: 0.0;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
    z-index: 500;
	-webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mouton_danse {
	bottom: 0px;
	right: 2px;
	width: 150px;
    height: 167px;
	position: fixed;
    z-index: 50;
}
.fa {
  padding: 0px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 2px 0px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  color: #3B5998;
}

.fa-youtube {
  color: #bb0000;
}

.fa-instagram {
  color: #f40083;
}

.fa-globe {
  color: #ff6600;
}

.fa-map-signs {
  color: #00b489;
}