.invisible{
    color: transparent !important;
    pointer-events: none;
}
#getNav{
    color:transparent;
    pointer-events: none;
}

#backHome{
    text-decoration: none;
}

.current{
    text-decoration: underline 1px solid black;
}

.objet{
    display: block;
    position: relative;
    margin: 0 1.5vw;
}

#projets{
    margin-top: 1.1rem;
}

h1{
    display: block;
    position: sticky;
    font-size: 1.1rem;
    margin-left: 65vw;
    padding: 1.5vw;
    justify-content: space-between;
    padding-bottom: 0;
    overflow: visible;
    height: 3rem;
    top: 0;
}

h1 span{
    vertical-align: top;
    display: inline-block;
}

h1 span:first-of-type{
    width: 15%;
}

h1 span:last-of-type{
    width: 80%;
}

.textPro{
    height: 0 !important;
    overflow: visible;
    margin-right: 1.5vw;
    top: 1.5vw;
    position: relative;
    display: block;
    margin-left: 66.5vw;
}



.item{
    margin-top: -3rem;
    margin-bottom: -1.5vw;
}

.im img{
    width: 100%;
    display: block;
    height: auto;
}

.hor{
    width: 65vw;
}

.vert{
    width: 37.5vw;
}


.txt{
    display: block;
    position: relative;
}

.tl{
    margin: 10vw;
}

.tn{
    margin: 10vw 5vw;
    max-width: 40rem;
}

.tc{
    margin: 10vw 7.5vw;
    margin-right: 20vw;
    column-count: 2;
    column-gap: 5rem;
    
}

@media (orientation:portrait){

    #projets{
        margin-top: 2rem;
    }


    h1{
        display: block;
        position: sticky;
        font-size: 1.2rem;
        margin-left: 0vw;
        padding: 2rem 0 0 0;
        margin-bottom: 0;
        height: auto;
        top:0;
        margin-top: 0;
    }
    
  
    h1 span:first-of-type{
        width: 15%;
    }
    
    h1 span:last-of-type{
        width: 80%;
    }
    
    .textPro{
        height:auto !important;
        top: unset;
        position: relative;
        margin-right: 0;
        display: block;
        margin-top: 1.75rem;
        margin-bottom: 0;
        margin-left: 0;
    }
    
    .item{
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .hor{
        width: 100%;
    }
    
    .vert{
        width: 55%;
    }

    .objet{
        margin: 0 15px;
    }
    
    .tn{
        margin: 0;
        max-width: 100%;
        margin-top: 2.5rem;

    }

}