#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: relative;
    top: 0;
    right: 0;
    padding-right: 1.5vw;
    margin-left: 58.5vw;
    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: fixed;
    font-size: 1.1rem;
    bottom: 0;
    left: 0;
    padding: 1.5vw;
    width: 100%;
}

#getPortfolio{
    display: block;
    font-size: 1.1rem;
    z-index: 5;
    position: fixed;
    cursor: pointer;
    padding: 1.5vw 0;
    left: 27.5vw;
    text-decoration: 1px solid underline;
    top: 0;
}

#getPortfolio:hover{
    text-decoration: none;
}

#contact{
    display: block;
    position: fixed;
    top: calc(1vw + 1.1rem);
    padding: 1.5vw;
    font-size: 1.1rem;
}

@media (orientation:portrait){

    #about{
        position: relative;
        padding-right: 0;
        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: unset;
    }

    #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: 17vw;
        */
    }

    #contact{
    position: relative;
    top: 0;
    padding: 15px;
    padding-top: 4rem;
    font-size: 1.2rem;
}

    #contact p::after{
        display: none;
    }

#credits{
    display: block;
    position: relative;
    font-size: 1.2rem;
    margin-top: 0;
    padding:15px;
    padding-top: 3rem;
    width: unset;
}

#getPortfolio{
    font-size: 1.2rem;
    padding: 10px 15px;
    left: unset;
    right: 0;
}


}