body {
    margin: 0;
    padding: 0;
}

#player {
    position: relative;
    font-family: "Gotham-Medium";
    background-color: #C10059;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    min-width: 470px;
    width: 100%;
}

#player #radioStream {
    display: none;
}

#player #cover-zone {
    float: left;
    width: 145px;
    height: 145px;
    overflow: hidden;
}

#player #cover-zone #pochette {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#player #cover-zone #pochette img {
    position: relative;
    width: 146px;
    height: 146px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    user-select: none;
}

#player #controls-zone .controls-button {
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#player #controls-zone .like-button-zone {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Retirer le display: none quand les likes seront disponibles */
#player #controls-zone .like-button-zone #like-button,
#player #controls-zone .like-button-zone #dislike-button {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    left: -16px;
    border-radius: 30px;
    background-color: white;
    cursor: pointer;
}

#player #controls-zone .like-button-zone #like-button.voteDisabled,
#player #controls-zone .like-button-zone #dislike-button.voteDisabled {
    opacity: 0.7;
}

#player #controls-zone .like-button-zone #like-button.voteDisabled:hover,
#player #controls-zone .like-button-zone #dislike-button.voteDisabled:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

#player #controls-zone .like-button-zone #like-button svg,
#player #controls-zone .like-button-zone #dislike-button svg {
    overflow: visible;
    width: 13px;
    height: 13px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

#player #controls-zone .like-button-zone #like-button svg path,
#player #controls-zone .like-button-zone #dislike-button svg path {
    fill: #C10059;
}

#player #controls-zone {
    float: left;
    position: relative;
    z-index: 30;
    height: 100%;
}

.play-pause-button svg {
    width: 30px;
    height: 30px;
    margin-left: 8px;
    margin-top: 8px;
}


.play-pause-button svg path {
    fill: #C10059;
}

#player #controls-zone #play-pause-zone {
    position: relative;
    left: -22.5px;
    width: 45px;
    height: 43px;
}

#player #controls-zone #play-pause-zone #btnPlay,
#player #controls-zone #play-pause-zone #btnStop,
#player #controls-zone #play-pause-zone #loading
 {
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 30px;
    cursor: pointer;
}

#player #controls-zone #play-pause-zone #loading,
#player #controls-zone #play-pause-zone #btnStop {
    display: none;
}

#player #buttons-zone {
    position: relative;
    float: left;
    width: calc(100% - 190px);
    height: 145px;
}

#player #buttons-zone .section {
    position: relative;
    width: 100%;
    height : 48px;
}

#player #buttons-zone .section #radio-title-zone {
    font-family: "Gotham-Book";
    font-size: 13px;
    padding-top: 20px;
    color: white;
    white-space: nowrap;
}

#player #buttons-zone .section #radio-title {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#player #buttons-zone .section #popup-button-zone {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    padding-top: 10px;
    padding-right: 10px;
}

#player #buttons-zone .section #popup-button-zone #btnPopup {
    cursor: pointer;
}

#player #buttons-zone .section #popup-button-zone #btnPopup #zoom-icon path {
    fill: white;
}


#player #buttons-zone .section #titrage {
    display: block !important;
    color: white;
    height: 100%;
    width: calc(100% - 10px);
}

#player #buttons-zone .section #titrage #titre {
    display: block;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 4px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#player #buttons-zone .section #titrage #artiste {
    display: block;
    font-family: "Gotham-Book";
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-text-transform: uppercase;
    text-transform: uppercase;
}

#player #buttons-zone .section #bottom-zone {
    position: relative;
    width: 100%;
    height: 35px;
    margin-top: 4px;
}

#player #buttons-zone .section #bottom-zone #volume-zone {
    float: left;
    height: 100%;
    width: 95px;
    margin-right: 15px;
}

#player #buttons-zone .section #bottom-zone #volume {
    display: none;
}

#player #buttons-zone .section #bottom-zone #volume-zone #mute-button-zone {
    float: left;
    height: 100%;
    width: 25px;
}

#player #buttons-zone .section #bottom-zone #volume-zone #mute-button-zone #mute-button {
    margin-top: 4px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

#player #buttons-zone .section #bottom-zone #volume-zone #mute-button-zone #mute-button #volume-up-icon {
    width: 100%;
    height: 100%;
}

#player #buttons-zone .section #bottom-zone #volume-zone #mute-button-zone #mute-button #volume-up-icon path {
    fill: white;
}

#player #buttons-zone .section #bottom-zone #volume-zone #mute-button-zone #mute-button #volume-off-icon {
    width: 100%;
    height: 100%;
}

#player #buttons-zone .section #bottom-zone #volume-zone #mute-button-zone #mute-button #volume-off-icon path {
    fill: white;
}

#player #buttons-zone .section #bottom-zone #volume-zone #mute-button-zone #mute-button.muted #volume-up-icon {
    display: none;
}

#player #buttons-zone .section #bottom-zone #volume-zone #mute-button-zone #mute-button:not(.muted) #volume-off-icon {
    display: none;
}

#player #buttons-zone .section #bottom-zone #volume-zone #slider-zone {
    float: left;
    width: 70px;
    height: 100%;
}

#player #buttons-zone .section #bottom-zone #volume-zone #slider-zone #slider {
    margin-top: 13px;
}

#player #buttons-zone .section #bottom-zone #volume-zone #slider-zone #slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    height: 2px;
    border: none;
    border: none;
    background: none;
    background-color: rgba(0,0,0,0.25);
}

#player #buttons-zone .section #bottom-zone #volume-zone #slider-zone #slider .ui-slider-range.ui-widget-header.ui-corner-all.ui-slider-range-min {
    background-image: none;
    background-color: white;
}

#player #buttons-zone .section #bottom-zone #volume-zone #slider-zone #slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all .ui-slider-handle.ui-state-default.ui-corner-all {
    display: none;
}

#player #buttons-zone .section #bottom-zone #volume-zone #slider-zone:hover #slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all .ui-slider-handle.ui-state-default.ui-corner-all {
    display: block;
    border: none;
    background: none;
    background-color: white;
    border-radius: 100px;
    height: 10px;
    width: 10px;
    top: 0px;
    margin-top: -4px;
    margin-left: -5.5px;
    outline: none;
    cursor: pointer;
}

#player #buttons-zone .section #bottom-zone .button-zone {
    display: block;
    float: left;
    height: 100%;
    width: 35px;
}

#player #buttons-zone .section #bottom-zone .button-zone #btnDownload {
    display: block;
    height: 20px;
    width: 20px;
    padding: 3px;
    border-radius: 50px;
    margin-left: 5px;
    cursor: pointer;
}

#player #buttons-zone .section #bottom-zone .button-zone #btnDownload #download-icon {
    width: 18px;
    height: 18px;
    margin-left: 1px;
    margin-top: 1px;
}

#player #buttons-zone .section #bottom-zone .button-zone #btnDownload #download-icon path {
    fill: white;
}

#player #buttons-zone .section #bottom-zone .button-zone #share-button {
    height: 20px;
    width: 20px;
    padding: 3px;
    border-radius: 50px;
    cursor: pointer;
}

#player #buttons-zone .section #bottom-zone .button-zone #share-button #share-icon {
    width: 16px;
    height: 16px;
    margin-left: 1px;
    margin-top: 2px;
}

#player #buttons-zone .section #bottom-zone .button-zone #share-button #share-icon path {
    fill: white;
}

#player #buttons-zone #bottom-zone .button-zone #share-button.activated {
    background-color: rgba(255,255,255,0.75);
}


#player #buttons-zone .section #bottom-zone #hd-zone {
    float: left;
    display: block;
    height: 100%;
    width: 55px;
}

#player #buttons-zone .section #bottom-zone #hd-zone #hd-button {
    display: none;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 8px;
}

#player #buttons-zone .section #bottom-zone #hd-zone #hd-button #hd-icon {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "Gotham-Bold";
    text-align: center;
    font-style: italic;
    font-size: 11px;
}

#player #listeners-count {
    margin-top: -7px;
    margin-left: 20px;
    float: left;
    font-size: 11px;
    font-family: "Gotham-Book";
}
#player #listeners-count svg {
    width: 18px;
    height: 23px;
}
#player #listeners-count span.listeners-count {
    top: -7px;
    position: relative;
    margin-left: 2px;
}

.hd {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: rgba(0,0,0,0.25);
}

.hd.on {
    color: white;
}

/* Zone de partage */

#share-zone {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 180px;
    margin-top: 1px;
    width: 275px;
    height: 143px;
    transition: opacity 0.2s linear;
    background-color: #C10059;
    z-index: 5;
}

#share-zone #share-top {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

#close-share.close-button {
    position: absolute;
    display: none;
    opacity: 0;
    top: 2px;
    right: 2px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    transition: opacity 0.2s linear;
    z-index: 100;
}

#close-share.close-button svg {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#close-share.close-button svg path {
    fill: white;
}

#share-zone #share-buttons-title, #share-zone #share-code-title {
    width: 100%;
    height: 13px;
    text-align: center;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
}

#share-zone #share-buttons-title {
    position: relative;
    top: 10px;
}

#share-zone #share-code-title {
    margin-bottom: 10px;
}

#share-zone #share-buttons-zone {
    width: 100%;
    height: 32px;
    padding-left: 62px;
    margin-bottom: 14px;
}

#share-zone #share-buttons-zone .share-button {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-right: 27px;
    border-radius: 50px;
}

#share-zone #share-code-zone {
    width: 100%;
    height: 25px;
    text-align: center;
}

#share-zone #share-code-zone input {
    border: none;
    height: 25px;
    width: 220px;
    border-radius: 50px;
    padding: 0;
    padding-left: 8px;
    color: black;
}

/* Loader */

#loading .loader {
    position: relative;
    left: 10px;
    top: 10px;
    border: 2px solid #FFFFFF; /* Light grey */
    border-top: 2px solid red; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-moz-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-o-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.dldisabled {
    opacity: 0.5;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    cursor: default !important;
}

.dldisabled:hover {
    opacity: 0.5;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    cursor: default !important;
}
