/*
Made By :

888b     d888          888    888                       d8b
8888b   d8888          888    888                       Y8P
88888b.d88888          888    888
888Y88888P888  8888b.  888888 88888b.  888  888 888d888 888 88888b.
888 Y888P 888     "88b 888    888 "88b 888  888 888P"   888 888 "88b
888  Y8P  888 .d888888 888    888  888 888  888 888     888 888  888
888   "   888 888  888 Y88b.  888  888 Y88b 888 888     888 888  888
888       888 "Y888888  "Y888 888  888  "Y88888 888     888 888  888

From :

8888888888 .d88888b.  8888888b.  8888888888
888       d88P" "Y88b 888  "Y88b 888
888       888     888 888    888 888
8888888   888     888 888    888 8888888
888       888     888 888    888 888
888       888     888 888    888 888
888       Y88b. .d88P 888  .d88P 888
8888888888 "Y88888P"  8888888P"  8888888888
*/




html,body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

.overflow_y {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    max-height: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.overflow_x {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    max-height: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.overflow_y::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space /
    background: transparent;  / Optional: just make scrollbar invisible */
}

.overflow_x::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space /
    background: transparent;  / Optional: just make scrollbar invisible */
}

/* Fonts */
@font-face {
    font-family: 'Baron Neue';
    src: url('../../../fonts/BaronNeueBlack.ttf') format('truetype');
}
@font-face {
    font-family: 'Baron Neue regular';
    src: url('../../../fonts/BaronNeue.woff2') format('woff2'),
    url('../../../fonts/BaronNeue.woff') format('woff');
    font-weight: thin;
}
@font-face {
    font-family: 'Georgia';
    src: url('../../../fonts/GEORGIAB.ttf') format('truetype');
}
.baron {
    font-family: 'Baron Neue';
    text-shadow: 1px 1px 2px black;
}
.baron-regular {
    font-family: 'Baron Neue regular'
}
.georgia {
    font-family: 'Georgia';
    text-shadow: 1px 1px 2px black;
    font-weight: 100;
}

/*Mobile devices (tablets/smartphones)*/
@media only screen and (hover: none) and (pointer: coarse){
    .music >p{
        margin-top: 4px !important;
    }
}
/*  Mobile  */
@media (max-width: 425px) {
    .playlist {
        min-width: 98%;
        margin-left: 1% !important;
        margin-right: 1% !important;
    }
    .sound_player{
        width: 50%;
        justify-content: left;
        margin-right: 0 !important;
    }
    .lecteur {
        bottom: 0;
    }
    .solid_player {
        border-radius: 0 !important;
        display: block !important;
        height: 140px !important;
    }
    .solid_player >div {
        width: 100% !important;
    }
    #sound_player_displayer {
        bottom: 128px;
    }
    #sound_player_displayer >div {
        margin-right: 0 !important;
    }
    .sound_player_container {
        bottom: 140px;
    }
    .filters {
        margin-left: 20px !important;
    }
    .volume {
        display: none !important;
    }
    .buttons >div {
        width: 19%;
        margin-left: 0;
        margin-right: 0;
    }
    .repeat>img,.play>img,.run_playlist>img {
        width: 100% !important;
    }
    .previous>img,.next>img {
        width: 70%;
    }
    .solid_player {
        width: 100%;
    }
    .musique >div>h3 {
        font-size: 20px !important;
    }
    .musique >div>img {
        width: 13%;
        margin-top: 6px;
        margin-left: 20px;
    }
    .sons >div>h3 {
        font-size: 20px !important;
        margin-top: 41px !important;
    }
    .sons >div>img {
        width: 13% !important;
        margin-top: 7px !important;
    }
    .margin-right {
        margin-right: 75px !important;
    }
    .margin-left {
        margin-left: 40px !important;
    }
    #wrong_browser_page >div {
        width: 90% !important;
    }
    #pannels {
        height: 1000px !important;
    }
    .mentions_legales {
        display: none;
        position: fixed !important;
        z-index: 13;
        left: 51%;
        bottom: 20px;
        max-width: 48%;
        text-align: center;
    }
    .mentions_legales >* {
        text-shadow: 4px 4px 16px #001e67;
    }
    .mentions_legales {
        margin-left: 8px;
        margin-right: 8px;
    }
    .info_block {
        width: 280px !important;
        height: 408px !important;
        background-size: cover;
        padding: 20px !important;
        margin: 0 calc((100vw - 320px) / 2) !important;
    }
    .presentation {
        font-size: 13px;
    }
    .infos_page {
        display: block !important;
    }
    .infos_page>p {
        width: 100% !important;
        font-size: 12px !important;
    }
    .infos_charly >ul {
        padding-left: 15px;
    }
}
@media (min-width: 426px) and (max-width: 640px){
    .solid_player{
        width: 80% !important;
    }
    .play>img, .repeat>img, .run_playlist>img {
        width: 90% !important;
    }
    .previous>img, .next>img {
        width: 96% !important;
    }
}
/*  Tablette  */
@media (min-width: 426px) and (max-width: 768px) {
    .solid_player{
        width: 75%;
    }
    .sound_player{
        width: 40%;
    }
    .playlist {
        min-width: 49%;
    }
    .mentions_legales {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .lecteur {
        bottom: 40px;
    }
    .volume {
        margin-right: 30px;
    }
    #sound_player_displayer {
        bottom: 98px;
    }
    .sound_player_container {
        bottom: 110px;
    }
    .sound_up{
        margin-left: 10%;
    }
    .filters {
        margin-left: 40px !important;
    }
    .margin-left {
        margin-left: 50px !important;
    }
}
/*  Laptop  */
@media (min-width: 769px) and (max-width: 1024px) {
    .solid_player{
        width: 60%;
    }
    .sound_player{
        width: 35%;
    }
    .playlist {
        min-width: 32%;
    }
    .mentions_legales {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .lecteur {
        bottom: 40px;
    }
    #sound_player_displayer {
        bottom: 98px;
    }
    .sound_player_container {
        bottom: 110px;
    }
    .sound_up{
        margin-left: 30%;
    }
    .margin-left {
        margin-left: 120px !important;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .solid_player{
        width: 50% !important;
    }
}
/*  Laptop L  */
@media (min-width: 1025px) and (max-width: 1440px) {
    .solid_player{
        width: 40%;
    }
    .sound_player{
        width: 25%;
    }
    .playlist {
        min-width: 24%;
    }
    .mentions_legales {
        right: 5px;
    }
    .mentions_legales >p {
        font-size: 13px !important;
    }
    .lecteur {
        bottom: 10px;
    }
    #sound_player_displayer {
        bottom: 68px;
    }
    .sound_player_container {
        bottom: 80px;
    }
    .sound_up{
        margin-left: 30%;
    }
    .margin-left {
        margin-left: 150px !important;
    }
}
@media (min-width: 1440px) and (max-width: 1620px) {
    .solid_player{
        width: 40% !important;
    }
}
/*  4K  */
@media (min-width: 1441px) {
    .solid_player{
        width: 30%;
    }
    .sound_player{
        width: 15%;
    }
    .playlist {
        min-width: 19%;
    }
    .mentions_legales {
        right: 10px;
    }
    .lecteur {
        bottom: 10px;
    }
    #sound_player_displayer {
        bottom: 68px;
    }
    .sound_player_container {
        bottom: 80px;
    }
    .sound_up{
         margin-left: 30%;
    }
    .margin-left {
        margin-left: 270px !important;
    }
}

/* Error Page */
#wrong_browser_page{
    background-image: url("../../../images/Background.png");
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#wrong_browser_page >div{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    width: 500px;
}
#wrong_browser_page >h3{
    color: white;
    font-size: 38px;
    font-family: "Baron Neue";
    width: 200px;
    margin: 50px auto 20px;
    text-align: center;
}
#wrong_browser_page >div>div {
    position: relative;
    padding: 40px;
    z-index: 1;
}
#wrong_browser_page >div>div>p {
    color: white;
    text-align: center;
    font-family: Georgia;
    font-size: 16px;
}
#wrong_browser_page >div>img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.image {
    background: red;
    margin: 0 auto;
    width: 200px;
    height: 200px;
}


/* Background */
.background-grinn-universe {
    background-image: url(../../../images/Background-bis.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
}

#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
}


/* NavBar */
.infos {
    margin-top: -15px;
    z-index: 50;
}
.infos>a>img {
    width: 6px;
    margin-left: 4px;
    margin-right: 5px;
}
.infos_desktop {
    color: white;
    text-decoration: none;
    user-select: none;
    text-shadow: 4px 4px 16px #001e67;
    cursor: pointer;
}
.infos_desktop:hover {
    color: #00E2FF;
}


/* Mobile NavBar */
.infos_mobile {
    color: white;
    text-decoration: none;
    user-select: none;
    text-shadow: 4px 4px 16px #001e67;
    cursor: pointer;
}


/* Informations */
.cross {
    position: absolute;
    right: 30px;
    top: 40px;
    transform: translate(0, -50%);
    height: 26px;
    width: 29px;
    cursor: pointer;
    user-select: none;
}
.cross>span {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}
.cross-top {
    transform: translate(0, 0px) rotate(-45deg);
}
.cross-bottom {
    transform: translate(0, 0) rotate(45deg);
}
.info_block {
    position: absolute;
    color: white;
    top: 50px;
    width: 347px;
    height: 511px;
    padding: 30px;
    margin: 0 calc((100vw - 407px) / 2);
    background-image: url("../../../images/Block.png");
    z-index: 500;
    display: none;
}
.info_block >div>img {
    width: 140px;
}
.infos_charly {
    display: flex;
    flex-wrap: wrap;
}
.infos_charly >ul {
    list-style-type: none;
    margin-top: 50px;
}
.infos_charly >ul>li>a {
    text-decoration: none;
    color: white;
    transition-duration: 0s !important;
}
.infos_charly >ul>li>a:hover {
    color: #00E2FF;
}
.infos_charly >ul>li>a>img {
    width: 20px;
    margin-bottom: -4px;
    margin-right: 5px;
}
.infos_page {
    display: flex;
    justify-content: space-between;
}
.infos_page >p {
    width: 48%;
    font-size: 15px;
}
.linkedin:hover img {
    content: url("../medias/images/linkedin_hover.svg");
}
.youtube:hover img {
    content: url("../medias/images/youtube_hover.svg");
}


/* ToggleBar */
.sons_musique{
    display: flex;
    justify-content: space-between;
    margin-bottom: -80px;
}

.sons_musique >div>div{
    display: flex;
}

.sons_musique >div>div>h3{
    font-size: 48px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.8);
}
#musique {
    margin-top: 15px;
    cursor: pointer;
}
#musique >div>h3{
    margin-top: 27px;
}
#musique >img{
    margin-left: -8px;
    top: 68px;
    opacity: 0;
    z-index: 0;
    position: absolute;
    transform: scaleX(-1);
}

.sons >div>img{
    margin: 0 20px -10px 25px;
    width: 27%;
}

#sons >div>h3{
    margin-top: 40px;
    padding-left: 20px;
}
#sons{
    cursor: pointer;
}
.sons >div>h3{
    transition-duration: 0s;
}
#sons:hover >img{
    opacity: 1;
}
#sons:hover >div>h3{
    color: #FFFFFF;
    text-shadow: 4px 4px 16px #00E2FF;
}
#sons:hover >div>img{
    content: url('../medias/images/right-arrow_big_light.svg');
    transform: translateX(40px);
}
#sons >div{
    z-index: 1;
    position: relative;
}
#sons >img{
    top: 68px;
    position: absolute;
    right: 0;
    opacity: 0;
}

#musique:hover >img{
    opacity: 1;
}
#musique:hover >div>h3{
    color: #FFFFFF;
    text-shadow: 4px 4px 16px #00E2FF;
}
#musique:hover >div>img{
    content: url('../medias/images/left-arrow_big_light.svg');
    transform: translateX(-40px);
}
#musique{
    cursor: pointer;
}
.musique >div>h3{
    transition-duration: 0s;
}
#musique >div{
    z-index: 1;
    position: relative;
}
#musique >div>img{
    margin-left: 40px;
    padding-right: 20px;
}

.margin-right{
    margin-right: 150px;
}
.margin-left{
    margin-left: 190px;
}
.inactive{
    pointer-events: none;
    user-select: none;
}
.active{
    pointer-events: auto;
    user-select: none;
}
.show{
    display: flex;
}
.hide{
    display: none;
}

/* Filters / Pannels */
.filters >*{
    color: #FFFFFF;
    font-size: 12px;
}

.filters {
    margin-left: 10%;
    user-select: none;
}

.filters >p{
    margin: 5px;
    user-select: none;
}

.filters_buttons{
    display: flex;
    flex-wrap: wrap;
}

.filters_buttons >button>p{
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
    transition-duration: 0s;
    padding-top: 1px;
}

.filters_buttons >button>img{
    transition-duration: .5s;
    padding-top: 1px;
    padding-left: 2px;
}

.filters_buttons >button{
    background: rgba(51, 202, 221, 0.45);
    box-sizing: border-box;
    box-shadow: 0 4px 4px rgba(17, 24, 89, 0.5), inset -3px -3px 7px #33CADD, inset 3px 3px 7px #33CADD;
    border-radius: 3px;
    margin-right: 11px;
    display: flex;
    cursor: pointer;
    transition-duration: .1s;
    font-family: Georgia;
    font-style: normal;
    text-shadow: 0 1px 1px #104B53;
    height: 20px;
    margin-bottom: 10px;
}

.enabled{
    border: 1px solid #B4F6FF;
    box-shadow: 0 4px 4px rgba(17, 24, 89, 0.5), inset -3px -3px 7px #33CADD, inset 3px 3px 7px #33CADD;
}

.disabled{
    border: 1px solid #3BB8C8;
    box-shadow: 0 4px 4px rgba(17, 24, 89, 0.5), inset -3px -3px 7px rgba(51, 202, 221, 0.5), inset 3px 3px 7px rgba(51, 202, 221, 0.5);
}

.disabled >img{
    transform: rotate(-45deg);
    opacity: 0.6;
}

.disabled >p {
    opacity: 0.6;
}

.enabled:hover {
    background: #33CADD;
}

.disabled:hover{
    border: 1px solid #B4F6FF;
}

.filters_buttons >button>img{
    margin-left: 5px;
    margin-top: 3px;
}

#pannels{
    position: relative;
    width: 100%;
    height: 900px;
    z-index: 0;
}
#pannel_musique{
    transition-duration: .1s;
}
#pannel_sons{
    transition-duration: .1s;
}
#pannel_musique, #pannel_sons{
    display: block;
    width: 100%;
    position: absolute;
}
.left {
    transform: translateX(-120%);
}
.right {
    transform: translateX(120%);
}
.display {
    transform: translateX(0);
}


/* page de chargement */
.loading {
    background: linear-gradient(179.96deg, rgba(51, 202, 221, 0.83) 0.03%, rgba(51, 202, 221, 0.58) 15.99%, rgba(51, 202, 221, 0) 56.97%, rgba(51, 202, 221, 0.26) 102.19%);
    display: flex;
    min-width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    height: 549px;
    border-radius: 5px;
    margin-top: 15px;
    user-select: none;
}
.loading >img {
    margin: auto;
    width: 100px;
    height: 100px;
    animation: loading_turn 1s infinite linear;
}

@keyframes loading_turn {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
}


/* Playlists */
.thematiques >div:first-of-type{
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: grab;
}

.drag-active {
    cursor: grabbing !important;
}

.playlist {
    display: inline-block;
    min-height:525px;
    background: linear-gradient(179.96deg, rgba(51, 202, 221, 0.83) 0.03%, rgba(51, 202, 221, 0.58) 15.99%, rgba(51, 202, 221, 0) 56.97%, rgba(51, 202, 221, 0.26) 102.19%);
    border-radius: 5px;
    border: 1px solid #358582;
    margin: 15px 0;
    margin-left: 0.45%;
    margin-right: 0.45%;
    user-select: none;
}

.playlist >button{
    background-color: Transparent;
    font-family: "Georgia";
    font-size: 12px;
    font-weight: bold;
    border: none;
    color: #FFFFFF;
    margin: 0 auto;
    text-decoration: underline;
    display: block;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

.playlist >h3{
    color: #FFFFFF;
    background: url("../../../images/Title-background 6.png");
    background-repeat: no-repeat;
    background-position: -7px;
    background-size: contain;
    font-size: 30px;
    text-shadow: 1px 1px 2px black;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 30px;
    margin-bottom: 0;
    margin-top: 15px;
    user-select: none;
}

#pannel_sons{
    height: 700px;
    top: 50px;
}
#pannel_musique{
    height: 700px;
    top: 50px;
}

.scroll_block {
    display: flex;
}

.scrollbar{
    margin-right: -7px;
    margin-top: 10px;
}

.musics{
    margin-left: 20px;
    margin-top: 20px;
    width: 100%;
    height: 390px;
}

.music {
    display: flex;
    font-family: "Baron Neue regular";
    text-shadow: 1px 1px 2px black;
    justify-content: space-between;
    background: rgba(51, 202, 221, 0.4);
    border: 1px solid #B4F6FF;
    box-sizing: border-box;
    width: 100%;
    box-shadow: inset -7px -7px 17px rgba(0, 226, 255, 0.6), inset 7px 7px 17px rgba(51, 202, 221, 0.6);
    border-radius: 4px;
    padding: 0;
    margin-bottom: 6px;
    cursor: pointer;
    user-select: none;
    transition-duration: .3s;
    pointer-events: initial;
}

.music:hover {
    background: #33CADD;
    box-shadow: inset -7px -7px 17px rgba(0, 226, 255, 0.6), inset 7px 7px 17px rgba(51, 202, 221, 0.6);
}

.music.playing {
    background: rgba(228, 140, 59, 0.4) !important;
    box-shadow: inset -7px -7px 17px #EBBB5D, inset 7px 7px 17px #EBBB5D !important;
    border: 1px solid #FFE1BD;
}

#pannels>section>section>div>div>div>div>div>.playing>img:hover {
    content: url("../medias/images/hover_pause.svg");
}

#pannels>section>section>div>div>div>div>div>.playing>div>img:hover {
    content: url("../medias/images/hover_pause.svg");
}

.music >img{
    margin: 2px 5px;
    max-height: 34px;
}

.music >p{
    margin-left: 9px;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.scrolling_arrows{
    justify-content: center;
    display: flex;
    user-select: none;
}

.scrolling_arrows >img{
    margin-top: 3px;
}

.scrolling_arrows >p{
    color: white;
    margin: 0 16px 0 16px;
    font-size: 14px;
    font-family: "Baron Neue";
}
#pannels>section>section>div>div>div>div>.pause>div>img:hover {
     content: url("../medias/images/hover_play.svg") !important;
}
.music>img:hover {
    content: url("../medias/images/hover_play.svg");
}

.music>div>img:hover {
    content: url("../medias/images/hover_play.svg");
}

.music_play_button {
    display: flex;
}

.music_play_button >p {
    font-size: 14px;
    color: white;
    font-family: Georgia;
    font-style: italic;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-bottom: 0;
}

.music_play_button >img {
    max-height: 34px;
    margin: 2px 5px;
}

/* scrollbar */
.thumb {
    background-image: url("../medias/images/scrollbar_icon.svg");
    background-repeat: no-repeat, no-repeat;
    cursor: pointer;
    width: 44px !important;
    margin-right: 5px;
    height: 68px;
    touch-action: none;
}
#songs_playlists>.playlist>.scroll_block>.musics>.perspective-ctr>.thumb {
    right: -5px !important;
}
#sounds_playlists>.playlist>.scroll_block>.musics>.perspective-ctr>.thumb {
    right: -1px !important;
    margin-right: 1px;
}
.scroll_block>.musics {
    background-image: url('../medias/images/scrollbar.svg');
    background-repeat: no-repeat;
    background-position: right 0 top 0;
}
.scroll_block >div>div>div {
    width: 87%
}


/* Sound Player */
.sound_player {
    box-shadow: inset -7px -7px 17px #33CADD, inset 7px 7px 17px #33CADD;
    border: 1px solid #358582;
    background: rgba(40, 160, 190, 0.5);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 70px;
    margin-right: 117px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
    user-select: none;
}

.shown >div {
    display: flex !important;
}

#sound_player_displayer.shown >div>img {
    transform: rotateZ(0deg);
}

#sound_player_displayer.shown >div {
    box-shadow: inset -7px -7px 17px #12484f, inset 7px 7px 17px #12484f;
}

#sound_player_displayer>div:hover {
    border: 2px solid white;
    border-top: 0;
}

.sound_player >div>img {
    width: 20%;
    height: 50px;
    margin-top: 10px;
}

.sound_player :first-child {
    width: 80%;
    max-height: 100px;
    overflow: hidden;
    margin-right: 10px;
}

.sound_player >div>h3 {
    display: inline-block;
    padding-right: 2em;
    padding-left: 2em;
    white-space: nowrap;
    animation-duration: 8s;
    animation-name: defilement_title_start;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    font-size: 34px;
    margin-top: 12px;
    width: 400% !important;
}

.sound_player_container {
    justify-content: center;
    width: 100%;
    position: absolute;
    display: flex;
    z-index: 0;
    position: fixed;
}

#sound_player_displayer {
    justify-content: center;
    width: 100%;
    z-index: 10;
    display: flex;
    animation-duration: 0s;
    user-select: none;
    position: fixed;
}

#sound_player_displayer >div {
    box-shadow: inset -7px -7px 17px #33CADD, inset 7px 7px 17px #33CADD;
    border: 2px solid #33CADD;
    border-top: 0;
    height: 24px;
    width: 24px;
    border-radius: 14px;
    margin-right: 117px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    animation-duration: 0s;
}

#sound_player_displayer >div>img {
    width: 15px;
    transform: rotateZ(-45deg);
    margin-left: 1px;
    margin-top: 3px;
}


/* Song Player */
.volume >p{
    margin-left: 15px;
    margin-top: 23px;
    width: 50px !important;
    color: white;
    font-size: 18px;
    font-family: Georgia;
}

.playing >img{
    content: url("../medias/images/pause.svg");
}

.playing >div>img{
    content: url("../medias/images/pause.svg");
}

.play_sound >img{
    margin-top: 10px;
}

.play_sound>img {
    cursor: pointer;
}
.lecteur {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 3;
    user-select: none;
}
#volume >img{
    width: 35px;
    cursor: pointer;
}

.sound_down{
    margin-left: 10%;
}

.volume{
    display: flex;
}

.pause >img{
    content: url("../medias/images/play.svg");
}
.pause >img:hover {
    content: url("../medias/images/hover_play.svg") !important;
}

.pause >div>img{
    content: url("../medias/images/play.svg");
}
.pause >div>img:hover {
    content: url("../medias/images/hover_play.svg") !important;
}

.run_playlist{
    padding-top: 6px;
    padding-left: 3px;
    transition-duration: 0s;
}

.run_playlist >img {
    width: 54px;
}

.repeat{
    transition-duration: 0s;
}

.lecteur >div:first-of-type{
    display: flex;
    background-image: linear-gradient(to bottom, rgba(228, 140, 59, 0.5), rgba(228, 140, 59, 0.5)), url(../medias/images/player_background.png);
    border: 1px solid #FFE1BD;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset -7px -7px 17px #EBBB5D, inset 7px 7px 17px #EBBB5D;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 15px 0 20px;
    height: 70px;
}

.img_lecteur >img{
    margin-right: auto;
    margin-left: auto;
    height: 68px;
    border: 1px solid #104B53;
    filter: drop-shadow(6px 6px 12px #040725);
    border-radius: 4px;
}

.img_lecteur{
    position: fixed;
    bottom: 10px;
    width: 100%;
}

.lecteur >div>*{
    width: 50%;
    display: flex;
    justify-content: space-around;
}
.informations >div>*{
    font-style: normal;
    font-weight: bold;
    align-items: center;
    color: #FFFFFF;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4), 0 2px 1px #071442;
}

.informations >div>p{
    font-size: 16px;
    margin: 0;
    padding-top: 15px;
}

.informations >div>h3{
    font-size: 34px;
    margin: 0;
    padding-top: 10px;
}

.informations div:first-of-type {
    max-width: 100%;
    max-height: 100px;
    overflow: hidden;
    margin-right: 10px;
}

#player_title {
    display: inline-block;
    padding-right: 2em;
    padding-left: 2em;
    white-space: nowrap;
    animation-duration: 8s;
    animation-name: defilement_title;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

@keyframes defilement_title {
    0% {
        transform: translateX(43%);
    }
    10% {
        transform: translateX(-10%);
    }
    30% {
        transform: translateX(-10%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.buttons >*{
    width: 19%;
    margin: auto;
    text-align: center;
}

.buttons >div>img{
    cursor: pointer;
}
.buttons {
    width: 100%;
}
.play, .repeat, .run_playlist {
    width: 100%;
}
.previous, .next {
    width: 70%;
}

.loop_song_true >img{
    content: url("../medias/images/repeat_true.svg");
}

.run_playlist_song_true >img{
    content: url("../medias/images/run_playlist_true.svg");
}

.nothing_played {
    flex-wrap: wrap;
}
.nothing_played >.description {
    display: none !important;
}
.nothing_played :first-child>h3 {
    animation-name: defilement_title_start !important;
}

@keyframes defilement_title_start {
    0% {
        transform: translateX(43%);
    }
    10% {
        transform: translateX(-7%);
    }
    30% {
        transform: translateX(-7%);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* Mentions Légales */
.mentions_legales {
    position: absolute;
    user-select: none;
}
.mentions_legales>a {
    color: white;
    margin-left: 10px;
    margin-top: 15px
}


/* General */
.color-white {
    color: #fff;
}

.color-blue {
    color: #B4F6FF;
}

h1 {
    font-size: 25px;
}

h1 span {
    font-size: 15px;
}

* {
    transition: all 1s linear;
}