:root{
    --fontSize : 1.7vw;
}

#cross{
    display: none;
    position: fixed;
    height: 3vw;
    width: auto;
    top: 3vh;
    right: 3vh;
    z-index: 11;
    cursor: pointer;
}

#whitebg{
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: calc(100vh - 5vw);
    background-color: white;
    z-index: 10;
}

#changeImg{
    display: none;
    position: fixed;
    cursor: pointer;
    left: 1vw;
    font-family: caslon;
    bottom: 5.5vw;
    user-select: none;
    font-size: var(--fontSize);
    z-index: 50;
    font-size: 1.2vw;
}

#descript{
    display: block;
    font-family: rounded;
    font-size: .9vw;
}

#imgNumber{
    font-variant-numeric: oldstyle-nums; /* <numeric-figure-values> */
    margin-left: 2vw;
}



#listEntretiens{
    position: relative;
    display: block;
    font-size: 1.1vw;
    line-height: 1.2em;
    z-index: 3;
    right:0;

}

#listEntretiens a{
    display: block;
    padding: 1vh 0;
    border-bottom: 1px solid black;
}



#introEntre{
    position: sticky;
    display: block;
    top: 0;
    z-index: 12;
    padding: 1vh 2vh 0 2vh;
    font-size: var(--fontSize);
    font-family: Caslon;
    left: 0;
    width: 66vw;
    background-color: white;

    box-shadow: 0px 25px 35px white,0px 25px 35px white,0px 25px 35px white,0px 25px 35px white,0px 25px 35px white,0px 25px 35px white;
}

#textEntre{
    display: block;
    position: relative;
    padding: 7.5vh 34vw 15vh 2vh;
}

#textEntre p{
    margin-left: 5vw;
    font-family: Caslon;
    font-size: var(--fontSize);
    text-align: left;
    text-indent: -5vw;
}


#textEntre h3,h4{
    font-family: Caslon;
    font-size: var(--fontSize);
    display: block;
    text-align: center;
}

#textEntre .quest, h3{
    display: block;
    padding-right: 45%;
}

#textEntre .answer, h4{
    display: block;
    padding-left: 45%;
}

.imgBlock{
    display: block;
    width: 100%;
    text-align-last: justify;
    padding: 5vh 0;

}

.imgBlock img{
    max-height: 40vh;
    margin: 0;
    text-align: left;
    left: 0;
    width: auto;
    display: inline-block;
    vertical-align: top;

}

.imgBlock del{
    position: absolute;
    display: inline-block;
    font-family: Caslon;
    right: 34vw;
    text-align: center;
    text-align-last: center;
    transform-origin: top right;
   transform: rotate(-90deg) translate(0, -100%);
    vertical-align: top;
    max-width: 40vh;
}

#topNav{
    border-bottom: 1px solid black;
}





@media (orientation: portrait) {


    #nav{
        left: 0;
        right: unset;
        height: 100vh;
        top: 0;
        overflow-y: scroll;
        transition: .2s;
        position: fixed;
        display: block;
        width: 100vw;
        padding-right: unset;
        font-size: 2vh;

    }

    #listEntretiens{
        font-size: 2.8vh;
        line-height: 1.2em;
        padding: 0 3vw;
        text-align: left;
        padding-bottom: 15vh;
    }

    #listEntretiens a{
        border-bottom: 1px solid black;
        border-top: unset;
    }

    #introEntre{
        position: sticky;
        display: block;
        top: 0;
        padding: 3vw;
        font-size: 2.8vh;
        padding-right: 20vw;
        width: 100%;
    }
    
    #textEntre{
        display: block;
        position: relative;
        padding: 7.5vh 3vw 20vh 3vw;
    }

    #textEntre p{
        margin-left: 5vw;
        font-size: 2.8vh;
        text-indent: -5vw;
    }

    #textEntre p::after{
        content: ' ';
        white-space: pre;
        display: block;
    }


    #textEntre h3,h4{
        font-size: 2.8vh;
        text-align: center;
    }
    
    #textEntre .quest, h3{
        display: block;
        padding-right: 0;
    }
    
    #textEntre .answer, h4{
        display: block;
        padding-left: 0;
    }

    .imgBlock{
        display: block;
        width: 100%;
        text-align-last: justify;
        padding: 3vw;
        padding-bottom: 5vw;
    
    }
    
    .imgBlock img{
        max-height: unset;
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        left: 0;
        display: block;
        
    
    }
    
    
    .imgBlock del{
        position: relative;
        display: block;
        text-align: center;
        right: unset;
        text-align-last: center;
        padding-top: 3vw;
        transform-origin: top right;
        transform: rotate(0) translate(0, 0);
        max-width: 100%;
    }
    

}