html, body{
    margin:0;
    padding:0;
}

body{
    /*background:#000;*/
}
p{
    padding: 0;
    margin: 0;
}


/*-----------FONTS----------- */
@font-face {
  font-family: "Ademain";
  src: url("fonts/Ademain.otf") format("opentype"), url("fonts/Ademain.eot") format("eot"), url("fonts/Ademain.woff") format("woff"), url("fonts/Ademain.woff2") format("woff2") ;
}

h1{
    font-family: "Ademain", sans-serif;
    font-size: 10em;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 0.8em;
}
.reg{
    font-family: parisine-std, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.reg-ital{
    font-family: parisine-std, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.bold{
    font-family: parisine-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.bold-ital{
    font-family: parisine-std, sans-serif;
    font-weight: 700;
    font-style: italic;
}



/*-----------HEADER----------- */


#logo{
  background: url('img/ratp-logo-1.png') no-repeat;
  background-size:contain;

/*
    width:19vw;
    height:19vw;
    margin: auto;
    padding-bottom:5vh;
    margin-top:5vh;
*/  
    width:13vw;
    height:13vw;
    position: absolute;
    bottom:1vw;
    right:1vw
}

header{
    margin: 0;
    padding: 0;
    width: 90vw;
    height: 8vh;
    padding: 5vw;
}

header a:first-child{
    width:25vw !important;
    float:left !important;
    margin-left: 0 !important;
}

header a{
    float: right;
    margin-left: 5vw;
    font-size: 3em;
    color: #fff;
    width: 7vw;
    height: 7vw;
    display: inline-block;
    text-decoration: none;
}
#infos-logo{
    width: 100%;
    height: 100%;
    background: url('img/about.svg') no-repeat;
    background-size: contain;
    display: block;  
}
#twitter-logo{
    width: 100%;
    height: 100%;
    background: url('img/twitter.png') no-repeat;
    background-size: contain;
    display: block;
    margin-top:3px;
}

#insta-logo{
    width: 100%;
    height: 100%;
    background: url(img/insta.png) no-repeat;
    background-size: contain;
    display: block;
}


/*--------------HOME------------*/
#title-warper{
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.text p{
    font-family: "Ademain", sans-serif;
  font-size:9em;
  color:#fff;
  text-align:center;
  margin:auto;
    padding-bottom: 5vh;
}

.text img{
    margin-top: 10vw;
    width: 23vw;
    display: block;
    margin: auto;
}
#play-button-warper{
    width:100vw;
    display: inline-block;
    cursor: pointer;
}
/*
#play-button-warper p {
    font-family: "Ademain", sans-serif;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 4em;
    letter-spacing: 0.1em;
    margin-bottom: 5vh;
    display: table;
    position: relative;
}
*/

#play-button{
    width: 20vw;
    height: 20vw;
    background: url('img/play.svg') no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
#play-text{
    font-family: "Ademain", sans-serif;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 4em;
    letter-spacing: 0.1em;
    /*margin-bottom: 5vh;*/
    display: table;
    position: relative;
}

/*-----------ABOUT-----------*/
#about-container{
    width:100vw;
    min-height:100Vh;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
    background:#000;
    z-index: 9999999999 !important;
    
}
.warp-txt{
    padding:5vw;
    margin-top: 8vw;
}
.t00{
    font-size: 6.2em;
    color: white;
    word-break: normal;
}

.t01{
    font-size: 5em;
    color: white;
    word-break: normal;
}
.t01-marg{ 
    font-size: 5em;
    color: white;
    padding-bottom: 0.4em;
    padding-top: 1.8em;
}
.t02{
  font-size: 2.5em;  
    color:#fff;
}
.t03{
  font-size: 1.8em;  
    color:#fff;
}
.t03 a{
    color:#fff;
}

.infos-title{
   font-weight:800;
    font-style: normal !important;
}
#close-about{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 5vw;
    left: 9vw;
    margin-bottom: 7vw;
    /*background: url("img/close.svg") no-repeat;
    background-size: contain;*/
}
#close-player{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 8vw;
    right: 4vw;
}
.close {
  position: absolute;
    z-index: 9;
}
.close:before, .close:after {
    position: absolute;
    content: ' ';
    height: 70px;
    width: 5px;
    background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

/*-----------PLAYING PAGE-----------*/
#warp{
    z-index: 2;
}
#video-warper{
    display:none;
    width:100vw;
    height:100vh;
    background:#000;
    position:fixed;
    top:0;
    left:0;
}
#video-warper video#video-element{
    opacity: 0;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: opacity 0.5s;
    z-index: 1;

}
#loader{
    width:400px;
    height: 400px;
    background: url("img/orientation.gif"), no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*--------------LEGALS------------*/
#legals{
    padding-left:5vw;
    padding-right:5vw;
    padding-bottom: 2vw;
    padding-top: 2vw;
}
.return p{
    font-family: 'parisine-std';
    color:#fff;
}
.homepage{
    padding-top: 3vh;
    padding-bottom: 10vw;
}
.homepage a{
    display: block;
    font-family: 'parisine-std';
    color: #fff;
    font-size: 3em;
}

/*--------------FOOTER------------*/
footer{
    display: flex;
    width:100vw;
    position: fixed;
    margin-top:8vh;
    bottom:2vh;
    justify-content:space-around;
    z-index: -1;
}
.link-footer{
    font-family: 'parisine-std';
    color:#fff;  
    font-size:2.2em;
}
/*--------------DESKTOP--------------*/

@media only screen   
and (orientation : landscape)   
and (min-device-width : 768px) { 

    header a{
        width: 2.5vw !important;
        height: 2.5vw !important;
        margin-left:2vw !important;

    }
    header {
            margin: 0;
    padding: 0;
    width: 96vw !important;
    height: 6vh !important;
    padding-top: 2vw !important;
    padding-left: 2vw;
}
    
    #logo {
    width: 10vw;
    height: 10vw;
    margin-top:0 !important;
    }
    
    #headphone{
        width:4vw !important;
        height:4vw !important;
    }
    
     /*--------hOME--------*/
/*
    .text p {
    font-size: 5em !important;
    }  
*/
    h1{
    font-size: 5em;
    line-height: 0.8em;
    }
    #play-button p {
    font-size: 2.5em !important;
    }
    /*-------PLAYING-PAGE---*/
    
    #num{
    font-size: 1.5em;
    }
    .container{
    top:30vh;
    }
    #play-button {
    width: 8vw;
    height: 8vw;
    background: url(img/play.svg) no-repeat;
    background-size: contain;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    #play-text{
    font-family: "Ademain", sans-serif;
    font-size: 3em;
    }
    #loader{
    width:200px;
    height: 200px;
    }
    #close-player {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 4vw;
    right: 4vw;
    }
    .close:before, .close:after {
    position: absolute;
    content: ' ';
    height: 45px;
    width: 5px;
    background-color: #fff;
    }
    /*--------ABOUT--------*/
    
    .warp-txt {
        padding: 10vw;
        margin-top: 4vw;
    }
    
    #close {
        width: 4vw;
        height: 4vw;
        top: 5vw;
        left: 12vw;
    }
    .t01-marg {
    font-size: 5em;
    color: white;
    padding-bottom: 0.3em;
    padding-top: 0.5em !important;
    }
    
    .t01 {
        font-size: 3em;
        color: white;
        word-break: normal;
    }
    
    /*-----FOOTER-----*/
    .link-footer {
    font-size: 1.2em;
}


}
