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

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





/*-----------FONTS----------- */

.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('https://www.communicaid.fr/wp-content/uploads/2016/08/ratp-logo.png') no-repeat;
  background-size:contain;
    width:19vw;
    height:19vw;
    margin: auto;
    padding-bottom:5vh;
    margin-top:5vh;
}

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;
}
#insta-logo{
    width: 100%;
    height: 100%;
    background: url(img/insta.png) no-repeat;
    background-size: contain;
    display: block;
}


/*--------------HOME------------*/
.text p{
  font-size:7em;
  color:#fff;
  text-align:center;
  margin:auto;
    padding-bottom: 5vh;
}

.text img{
    margin-top: 10vw;
    width: 23vw;
    display: block;
    margin: auto;
}
#play-button{
    width:100vw;
    display: inline-block;
    cursor: pointer;
}
#play-button p {
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/*-----------ABOUT-----------*/
#about-container{
    width:100vw;
    min-height:100Vh;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
    background:#000;
    
}
.warp-txt{
    padding:5vw;
    margin-top: 20vw;
}
.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;
}
.infos-title{
   font-weight:800;
    font-style: normal !important;
}
#close{
    width:8vw;
    height:8vw;
    position: absolute;
    top: 5vw;
    left: 5vw;
    background: url("img/close.svg") no-repeat;
    background-size: contain;
    margin-bottom: 8vw;
}
/*-----------PLAYING PAGE-----------*/

#visual{
    display:none;
    width:100vw;
    height:100vh;
    background:#000;
    position:fixed;
    top:0;
    left:0;
    -webkit-animation: breathingcolor 8s ease-out infinite normal;
    animation: breathingcolor 8s ease-out infinite normal;
}

.container {
    width: 144px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    top: 35vh;
}
.container span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #fff;
     animation: Loading 2s infinite ease-in-out;
}
.container span:nth-of-type(2) { left: 30px; animation-delay: .2s; }
.container span:nth-of-type(3) { left: 60px; animation-delay: .4s; }
.container span:nth-of-type(4) { left: 90px; animation-delay: .6s; }
.container span:last-of-type { left: 120px; animation-delay: .8s; }

@keyframes Loading {
    0% { height: 20px; transform: translateY(0); background-color: #fff; }
    50% { height: 20px; transform: translateY(130px); background-color: #fff; }
    100% { height: 20px; transform: translateY(0); background-color: #fff; }
}

@keyframes breathingcolor {
  0% {
   background:#000;
  }
  25% {
   background:#191919;
  }
  60% {
   background:#424242;
  }
  100% {
  background:#000;
  }
}


/*--------------DESKTOP--------------*/


@media (min-width:1025px) { 

    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: 2vw !important;
    }
    #logo {
    width: 10vw;
    height: 10vw;
    }
    
    /*----ABOUT---*/
    
    .warp-txt {
        padding: 10vw;
        margin-top: 4vw;
    }
    
    #close {
        width: 4vw;
        height: 4vw;
        top: 5vw;
        left: 10vw;

    }
    
 .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;
    }

}
