#description{
    display: none;
}

#backHome{
    text-decoration: none;
}

p::after{
    display: block;
    content: " ";
    white-space: pre;
}

#projet{
    display: none;
}

h1::after{
    display: block;
    content: " ";
    white-space: pre;
}


#about{
    position: fixed;
    top: 0;
    padding-right: 40vw;
    height: 100vh;
    overflow-y: scroll;
    margin-left: 25vw;
    width: 40vw;
}

#about p:first-of-type{
    margin-top: 1.5vw;
}

#about p:last-of-type{
    padding-bottom: 10vh;
}

#cv{
    display: block;
    position: relative;
    margin-right: 2vw;
    line-height: 1.2;
    margin-left: 66.5vw;
    margin-top: 1.5vw;
    font-size: 1.1rem;
    padding-bottom: .5vw;
}

#cv p:last-of-type::after{
    display: none;
}


#credits{
    display: block;
    position: absolute;
    font-size: .9rem;
    text-transform: uppercase;
    bottom: .5vw;
    left: 0;
    width: 100%;
    transform: translate(-90%, 0);
}

@media (orientation:portrait){

    #about{
        position: relative;
        padding-right: 0;
        padding-top: 4rem;
        height: unset;
        overflow-y: unset;
        margin: 0 15px;
        width: auto;
    }

    #about p:last-of-type::after{
        display: none;
    }

    #about p:last-of-type{
        padding-bottom: 4rem;
    }

    #cv{
        display: block;
        position: relative;
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        margin: 0 15px;
        padding-bottom: 0;
    }

    #credits{
        position: relative;
        bottom: unset;
        margin-top: 2rem;
        left: 0;
        width: unset;
        padding-bottom: calc(19vw + 15px ) ;
        transform: unset;
    }

    #projet{
        display: block;
        position: fixed;
        top: unset;
        bottom: 0;
        left: 0;
        text-align: center;
        padding: 0;
        padding-bottom: 15px;
        font-size: 18.5vw;
    }

}