/**************
    Globals
***************/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,300,400,600');
html, body {
    height: 100%;
    margin: 0;
    width: 90%;
    background-color: black;
}
*{
    max-width: 100%;
}

.fa-instagram{
    margin-top: 2px;
}

.fa-phone{
    margin-top: 3.2px;
}

.title-lines {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.iconss {
    position: absolute;
    top: 60%;
    left:95%;
    transform: translate(-50%, -50%);
    width: 100%; 
    color: white;}

.iconss span {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    margin: 1%;
    opacity: 0.8;
}

#logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    z-index: 99;
    background-color: black;
}

#v1 {
    position: absolute;
    top: 87%;
    left: 90%;
    transform: translate(-50%, -50%);
    width: 60%;
    animation-duration: 3s;
    animation-name: slidein;
}

#v2 {
    position: absolute;
    top: 87%;
    left: 9.9%;
    transform: translate(-50%, -50%);
    width: 60%;
    animation-duration: 3s;
    animation-name: slide;
}
#entrer{
    color: white;
    text-decoration: underline;
    position: absolute;
    top: 70%;
    font-size: 2em;
    left: 49.5%;    
    text-align: center;
    transform: translate(-50%, -50%);
}

#vergoz{
    position: absolute;
    bottom: 0;
    left: 2px;
    text-decoration: none;
    color: white;
    opacity: 0.1;
}
#vergoz:hover{
    opacity: 0.7;
}

@keyframes slidein {
    from {
        left: 180%;
    }
    to {
        left: 90%;
    }
}

@keyframes slide {
    from {
        left: -100%;
    }
    to {
        left: 10%;
    }
}


@media only screen and (max-width: 600px) {
    .iconss {
        position: absolute;
        top: 60%;
        left: 70%;
        transform: translate(-50%, -50%);
        background-color: black;
        width: 100%; 
        color: white;
        font-size: 3rem;
        margin: 5%;}

    .iconss span {
        color: white;
        font-size: 3rem;
        margin: 5%;
        opacity: 0.8;
    }

    #logo {
        position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 70%;
            min-width: 60%;
            z-index: 99;
            background-color: black;
    }
}