/* Theme */
/* @font-face{
    font-family: "Neuton";
    src: url(https://reine-music.com/css/font/Neuton/Neuton-Regular.ttf);
}
@font-face{
    font-family: "Bodoni";
    src: url(https://reine-music.com/css/font/Bodoni/TrueType/Bodoni-24-Book.ttf);
} */
@font-face{
    font-family: "Avenir Next Condensed";
    src: url(https://reine-music.com/css/font/Avenir_Next_Condensed.ttc);
}
@font-face{
    font-family: "Avenir_Next_LT_Pro_Ultra_Light";
    src: url(https://reine-music.com/css/font/Avenir-Next-LT-Pro-Ultra-Light_FontYukle/Avenir_Next_LT_Pro_Ultra_Light.ttf);
}
@font-face{
    font-family: "Clarika";
    src: url(https://reine-music.com/css/font/Wild_Edge-Clarika_Pro_Geometric_Hairline.otf);
}
*::-webkit-scrollbar{
    width: 0;
}
/* *{
    text-align: end!important;
} */
a{
    color: rgb(255, 255, 255);
    text-shadow: #fff 0 0 5px;
    text-decoration: none;

    transition: .3s ease;
    cursor: pointer;
}
a:hover{
    text-shadow: #fff 0 0 15px;
    /* font-size: 120%; */
    /* line-height: 80%; */
}
/* Navigation */
.budy.flash{
    opacity: 0;
    overflow-y: hidden;
}
#language{
    font-variant-caps: small-caps;
    font-size: 80%;

    margin-right: 2%;

    /* animation: appear 1.5s ease 5s forwards;
    animation-fill-mode: both; */

    cursor: pointer;

    display: inline;
}
.loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);

    font-style: italic;
    font-variant-caps: titling-caps;
    text-align: center;

    visibility: hidden;
    opacity: 0;

    /* color: #000; */
    color: #1a0b00;

    text-shadow: #0005 0 0 5px;

    transition: opacity ease 3s;
}
.loader.show{
    visibility: visible;
    opacity: 1;
}
/* Content ------------------- */
/* Body & initial container */
body{
    font-size: 225%;
    font-family: "Clarika";
    /* font-family: sans-serif; */
    text-decoration: wavy;
    margin: 0;
    color: #000;

    width: 100vw;
    /* height: 100%; */
    overflow-x: hidden;
    cursor: default;

    transition: opacity ease 1s;
}
.budy{
    animation-name: flash;
    animation-duration: 2.5s;
    animation-timing-function: ease;

    /* position: fixed;
    top: -.5vh;
    left: -.5vw; */

    width: 100vw;
    max-width: 100vw;
    /* overflow-x: hidden; */
    min-height: 100vh;
    /* height: calc(100vh - 2em); */
    padding-bottom: 2em;

    z-index: 50;
    filter: blur(0px);

    transition: opacity ease 1s;
}
/* Structure ----- */
/* else */
#eitr{
    /* position: fixed;
    top: 70%;
    left: 60%;
    transform: translate(-50%, 0%); */
    margin-top: 5.5%;

    /* width: fit-content; */
    text-align: center!important;
    color: #fff;
    font-weight: lighter;
    /* font-family: sans-serif; */
    font-family: "Avenir_Next_LT_Pro_Ultra_Light";

    transition: transform 1s ease, font-size 1s ease;

    animation: appear 3s ease 2s forwards;
    animation-fill-mode: both;

    cursor: pointer;

    /* font-variant-caps: petite-caps; */
    text-transform: uppercase;
}
#eitr:hover{
    transform: scale(1.2);
    /* font-size: 125%; */
}

/* Section */
section{
    /* height: 100%; */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

    transition: opacity 1s ease;
    z-index: 12;
}
section.hide{
    visibility: hidden;
    opacity: 0;
    display: none;
}
/* Section 1 | sect1 */
.text-aligner{
    display: grid;
    justify-items: center;
    justify-content: center;
    align-content: center;

    position: relative;
    /* top: 12.5%; */
    left: 60%;
    /* margin: 4% 0 0% 0; */

    transform: translate(-50%);
    height: 107vh;
    width: 35vw;
}
.sect1 h1{
    color: #fff;
    text-shadow: #fff 0 0 10px;
    font-size: 400%;
    font-weight: 100;
    letter-spacing: 5px;

    margin-block-start: 0;
    margin-block-end: 0.15em;

    font-style: italic;

    /* position: absolute;
    top: 20%;
    left: 15%; */
}
.rtext-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%);

    width: 50%;
    margin-bottom: 5%;
    
    text-align: center;
}
.text-aligner h1{
    margin-block-start: 0;
    margin-block-end: .25em;
}
.subtitle{
    font-size: 100%;
    width: 100%;
    font-variant-caps: petite-caps;
    margin: .5em 0 5% 0;
    text-align: center;
    color: #da9500;
    font-weight: bolder;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.text-aligner .flex{
    display: flex;
    flex-wrap: nowrap;
    width: 60%;
    margin: 0 auto;
    font-size: 90%;
}
.listennow-button{
    background: #fff5;
    color: #fff;
    padding: 0em;
    display: inline-block;
    white-space: nowrap;
    margin: 0em 0.1em;
    width: 100%;
    text-align: center;
    font-size: 80%;
    /* text-transform: uppercase; */
    font-variant: small-caps;
    color: rgb(0, 97, 84);
}
.listennow-button:hover{
    background: #fff8;
    color: #fff;
}
.underwebsite{
    margin: 1em auto 3em auto;
    padding: 0 0 1em 0em;
    width: 60%;
}
.text{
    /* position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */

    /* margin-top: -6em; */

    font-size: 150%;
    word-break: keep-all;
    line-break: normal;
    word-wrap: break-word;

    width: 100%;
    /* margin-bottom: 5%; */

    /* animation: appear 3s ease 2.5s forwards;
    animation-fill-mode: both; */

    /* width: fit-content; */
    text-align: left;
    margin: .5em auto 1.5em;
    color: #4b3026;

}
.music{
    margin: 4em 0 2em 0;

    width: 100%;

    /* opacity: 0;
    animation-name: appear;
    animation-delay: 3s;
    animation-duration: 2.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both; */

    text-align: center;
}
.song-list{
    width: 41%;
    word-break: keep-all;
    white-space: nowrap;
    margin: 0 0 0 2em;
    display: grid;
    align-items: start;
    justify-items: start;
}
audio {
    width:100%;
    height: 2em;
}

/* .link-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
} */
.link-box a{
    display: inline-block;
    text-align: center;
}
.link-box a:hover,  .media a:hover, .sidenav a:hover{
    transform: scale(1.2);
    margin: 0 .4em;
}
/* Background IMG */
.background{
    position: absolute;
    top: -10%;
    left: 0;

    min-width: 100vw;
    height: 110%;
    object-fit: cover;
    /* transform: scale(1.1); */
    filter: blur(.5px) brightness(100%);

    z-index: 11;

    animation-name: zoom;
    animation-duration: 2.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    /* animation-direction: alternate-reverse; */
}
.background::after{
        /* background: linear-gradient(to bottom, #fff0, #fff);
        content: "";
        display: block;
        position: relative;
        top: -100%;
        left: 0;
        min-height: 30%;
        min-width: 100%;
        z-index: 1; */

    content: "";
    display: block;
    position: relative;
    top: -100%;
    left: 0;
    background: linear-gradient(to top, #0000 1%, #000 40%);
    min-height: 30%;
    min-width: 100%;
    z-index: 1;
}
.logo{
    /* position: fixed;
    top: 15%;
    left:60%; */
    /* transform: translate(-50%); */

    margin: 0 auto;
    /* height: 100%; */
    width: 75%;

    z-index: -1;

    /* position: relative;
    left: 50%;
    transform: translateX(-50%); */

    /* filter: sepia(90%); */
}

/* Résaux Media */
.positioner_media-newsletter-box{
    position: absolute;
    top: 80%;
    left: 10%;

    width: 80%;
    /* height: ; */

    display: grid;
    grid-template-columns: 100% 25%;

    font-size: 60%;
}
.media{
    position: relative;
    top: initial;
    right: 0%;

    /* margin-top: 4.5%; */
    transform: translateX(-100%);

    /* font-size: 60%; */
    font-variant-caps: petite-caps;

    text-align: end!important;
    
    /* animation: appear 1.5s ease 4.5s forwards;
    animation-fill-mode: both; */
}
.rs.facebook, .rs.instagram, .rs.spotify, .rs.youtube{
    height: 25px;
    width: 25px;
    display: inline-block;

    padding: 3px;

    background-origin: content-box!important;

    background-repeat: no-repeat!important;
    background-size: 100%!important;

    border-radius: 50px;

    transition: all .5s ease-out;
    filter: brightness(200%) grayscale(100%)!important;
    z-index: 100;
}
.rs.facebook{
    background: url(https://reine-music.com/image/logo/reseaux/facebook.png);
}
.rs.instagram{
    background: url(https://reine-music.com/image/logo/reseaux/instagram.png);
    filter: invert(70%)!important;
}
.rs.spotify{
    background: url(https://reine-music.com/image/logo/reseaux/spotify.png);
    /* filter: grayscale(100%)!important; */
}
.rs.youtube{
    background: url(https://reine-music.com/image/logo/reseaux/youtube.png);
    /* filter: grayscale(100%)!important; */
}
.newsletter-box{
    position: relative;
    /* top: 80%; */
    /* left: 50%; */
    /* transform: translateX(-50%); */

    /* font-size: 60%; */
    text-align: center!important;
}
.newsletter_text{
    text-align: center!important;
    /* font-variant-caps: petite-caps; */
}
.newsletter-box input{
    background: #fff5;
    border: none;

    /* position: relative;
    left: 0%;
    top: 0; */
    /* transform: translateX(-50%); */
    margin: 0 auto;
    display: block;

    font-size: 100%;
    text-align: center!important;
    color: #fff;
    text-shadow: #fff 0 0 10px;
    font-family: "Bodoni";
}
.newsletter-box input:focus{
    border: none;
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}
.media-news_endpage-box a {
    color: #2c0a00;
}
.ad {
    opacity: .5;
    font-size: 80%;
    text-align: center;
    display: block;
    margin-top: 10px;
    /* color: #000; */
    color: #1a0b00;
}
/* Media for phones screens */
@media only screen and (min-width:0px) and (max-width:735px){
    body{
        /* font-weight: bolder; */
        max-width: 100vw;
        overflow-x: hidden;
    }
    /* Menu MySideNav */
    .sidenav, #mySidenav{
        width: 100%;
    }
    .sidenav div{
        top: 40%!important;
    }
    .positioner_openNav_language {
        /* flex-direction: initial!important; */
        /* left: 1%!important; */
    }
    .text-aligner{
        /* position: absolute; */
        /* margin: 25vh 0; */
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        height: 100vh;
        width: 80%;
    }
    .underwebsite {
        margin: 3em auto 0 auto;
        /* margin: 31vh auto 0em auto; */
        padding: 0 0 1em 0em;
        width: 95%;
        text-align: center;
    }
    .underwebsite .text{
        word-wrap: normal;
        /* white-space: nowrap; */
        font-size: 100%;
        text-align: center;
        width: 100%;
    }
    .sect1 h1{
        left: 50%;
        top: 10%;
        transform: translate(-50%, 150%);
        font-size: 325%;

        margin-block-start: 0;
        margin-block-end: 0;

        animation-name: title;
        animation-duration: 1.5s;
        animation-delay: 2.5s;
        animation-timing-function: cubic-bezier(0.63, 0.01, 0.44, 1.03);
        animation-iteration-count: 1;
        animation-fill-mode: both;    
    }
    #eitr{
        display: block;
        white-space: nowrap;
        filter: sepia(90%);
        margin-top: -2em;
        font-size: 90%;
    }
    .logo{
        /* top: 15%;
        left: 50%; */
        transform: translate(0);
        width: 100%;
        height: auto;
        margin-bottom: 3.5em;
        position: static;
        display: block;
    }
    .subtitle {
        font-size: 100%;
        width: 100%;
        font-variant-caps: petite-caps;
        margin: -24% 0 5% 0;
        /* transform: translateX(-44vw); */
        text-align: center;
        color: #da9500;
        font-weight: bolder;
    }
    .text-aligner .flex{
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        font-size: 90%;
        flex-direction: column;
        align-items: center;
    }
    .listennow-button{
        background: #fff5;
        color: #fff;
        padding: 0em;
        display: block;
        white-space: nowrap;
        margin: .35em 0.1em;
        width: 50%;
        text-align: center;
        font-size: 81%;
        /* text-transform: uppercase; */
        font-variant: small-caps;
        color: rgb(0, 97, 84);
    }
    
    .link-box{
        left: 0%;
        top: 50%;
        transform: translate(0%, -50%);
        position: fixed;

        max-height: initial;

        animation-duration: 1.5s;
        animation-delay: 3.2s;
    }
    .link-box a{
        display: block;
    }
    .newsletter_text a{
        font-size: 80%;
    }
    /* Background */
    img{
        animation-name: none;
        left: -130%;
        filter: blur(0px) brightness(100%)!important;
    }
    /* Section 2 */
    .sect2{
        font-size: 80%;
    }
    /* .sect2 .text{
        top: 37.5%;
        text-align: center!important;
        width: 90%;
    } */
    /* Media */
    .positioner_media-newsletter-box{
        top: 65%;
        grid-template-columns: 100%;
        grid-template-rows: 50% 50%;
        grid-row-gap: 10px;
    }
    .media{
        transform: translateX(0%);
        text-align: center !important;
        height: 40px;
    }

    /* Background */
    .background{
        position: absolute;
        top: -10%;
        /* left: -50%; */
        left: -35%;
        opacity: .8;
        /* width: 149%; */
    }
    
    /* animation | keyframes */
    @keyframes title{
        0%{
            /* top: -150%; */
            transform: translate(-50%, 100%);
        }
        100%{
            /* top: 10%; */
            transform: translate(-50%);
        }
    }
}
/* Animation | keyframes */
@keyframes flash {
    0%{
        filter: blur(2.5px)brightness(200%);
    }
    100%{
        filter: blur(0)brightness(100%);
    }
}
@keyframes zoom {
    0%{
        transform: scale(1.4);
        filter: blur(0.05px);
    }
    100%{
        transform: scale(1);
        filter: blur(0.05px);
    }
}
@keyframes appear {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.border.bottom, .border.top, .border.left, .border.right{
    background: #fff;
    position: fixed;
    z-index: 51;
    box-shadow: #fff 0 0 5px;
}
.border.bottom, .border.top{
    width: 100%;
    height: 2px;
    left: 0;
}
.border.left, .border.right{
    width: 2px;
    height: 100%;
    top: 0;
}
.border.right{right: 0;}
.border.top{top: 0;}
.border.left{left: 0;}
.border.border.bottom{bottom: 0;}

  