html{
    scroll-behavior: smooth;
}


body{
    margin: 0 auto;
    background-color: var(--mainColor);
    color: var(--ndColor);
    scroll-behavior: smooth;
    overflow-x: hidden;
}

sup{
    line-height: 0;
    text-decoration: none;
    font-size: .6em;
}
/* HEADER  */

#header{
    display: block;
    position: fixed;
    top: 0;
    padding: 1vw;
    width: 98vw;
    z-index: 3;

    left: 0;
    text-transform: uppercase;
    transition: .2s;
}

.hIntro{
    background-color: transparent;
    color: var(--ndColor);
}

.hText{
    background-color: var(--ndColor);
    color: var(--mainColor);
}

#header div{
    display: inline-block;
    vertical-align: top;
    transition: .2s;
}

#revueTitle{
    text-align: justify;
    text-align-last: justify;
    width: 25vw;
    font-family: trouble;
}

.rtIntro{
    font-size: var(--fontInter);
}

.rtText br{
    display: none;
}

.rtText{
    font-size: 1.2vw;
}

#numNum{
    font-size: 1.2vw;
    margin: 0 var(--smallMarge);
}

#numTitle{
    font-family: trouble;
}

.ntIntro{
    font-size: var(--fontInter);
    width: 25vw;
    text-align: center;
    margin: 0 20vw;
}

.ntText{
    font-size: 1.2vw;
    width: 60vw;
    margin: 0;
    text-align: left;

}

#getMenu{
    display: flex;
    flex-direction: column;
    position: fixed;
    justify-content: space-between;
    top: 0;
    right: 0;
    transition: .2s;
    margin: 1vw;
    cursor: pointer;
    z-index: 5;
}


.gmIntro{
    height: 2vw;
    width: 2vw;
}

.gmIntro span{
    background-color: var(--ndColor);

}

.gmText{
    height: 1.2vw;
    width: 1.2vw;
}

.gmText span{
    background-color: var(--mainColor);

}

.getMenuOn span{
    background-color: var(--mainColor);
}



/* INTRODUCTION */


#wrapHead{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
}


#infoArticle{
    display: block;
    position: absolute;
    bottom: 0;
    padding: 1vw;
    left: 0;
}

#infoArticle img{
    border-radius: 30px;
    max-width: 45vw;
    max-height: 60vh;
    width: auto;
    height: auto;
    margin-bottom: var(--smallMarge);
    display: block;
}

#infoArticle div{
    display: inline-block;
    vertical-align: top;
}

#blocTitre{
    width: 55vw;
}

#blocTitre h3{
    margin-top: .75vw;
    width: 80%;
}

#auteur{
    width: 30vw;
}

#infoArticle h1{
    display: block;
    font-size: var(--fontTitle);
   
    text-transform:uppercase;
    font-family: trouble;
}

#infoArticle h2,h3{
    font-size: var(--fontInter);

}
#lang{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    max-width: 18vw;
    margin: 1vw;
}

#lang div{
    margin-bottom: 1vw;
}

.multLang{
    font-size: var(--fontInter);
    font-family: trouble;
    text-transform: uppercase;
}

.multLang:first-of-type::after{
    content : " - "
}





/*   ----- ARTICLE ------ */ 

#articleContent{
    display: block;
    scroll-behavior: smooth;
    position: relative;
    background-color: var(--rdColor);
    color: var(--mainColor);
    font-size: var(--textS);
    text-align: justify;
    line-height: 1.25;
    padding: calc(var(--smallMarge) * 2) 26vw;
}

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

#articleContent p:first-of-type{
    text-indent: 0;
}

#articleContent h1{
    display: block;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: trouble;
    font-size: var(--fontInter);
}

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

#articleContent h2{
    display: block;
    padding: calc(var(--smallMarge)/1.5) 0;
    font-family: trouble;

}

#articleContent h5{
    display: block;
    font-family: trouble_adelphe;
    text-align: left;
    font-size: .95em;
    margin-left: calc(var(--smallMarge) * 3);
    margin-right: calc(var(--smallMarge));
    padding-top: 0;
}

#articleContent h5::after{
    display: block;
    white-space: pre;
    content: " ";
}

#articleContent h5 em{
    font-family: trouble_adelphe;
    font-style: normal;
}

#articleContent h6{
    display: block;
    font-size: var(--smallText);
    font-weight: bold;
}

#articleContent h6::after{
    display: block;
    white-space: pre;
    content: " ";
}


#articleContent a{
    text-decoration: 1px solid underline;
}

#articleContent iframe{
    width : 100% ;
    display : block;
    height: 50vh;
}

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

table{
    width: 100%;
    text-align: center;
    border: 1px solid var(--ndColor);
    margin-bottom: var(--textS);
}


th{
    font-family: trouble;
    padding: var(--smallMarge);
    border: 1px solid var(--ndColor);

}

td{
    border: 1px solid var(--ndColor);
    padding: calc(var(--smallMarge) / 2) 0;
}

#articleContent ul{
    text-align: left;
    font-family: trouble_adelphe;
    margin-left: calc(var(--smallMarge) * 3);
    margin-right: calc(var(--smallMarge));
    font-size: .95em;
    padding:  0;

}

#articleContent ul::after{
display: block;
content: " ";
white-space: pre;
}

#articleContent ul em{
    font-family: adelphe;
}


.footnotes{
    display: block;
    text-align: left;
    margin-top: var(--smallMarge);
    padding: calc(var(--smallMarge) * 1.5);
    background-color: var(--ndColor);
    font-size: calc(var(--textS) * .8);
}

.footnotes li{
    display: block;
}

.footnotes li p{
    display: contents;
}

.numbFoo{
    padding-right: var(--smallMarge);
}



.singleImage{
    margin: 0;
    display: block;
    position: relative;
}

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

.singleImage img{
    max-width: 100%;
    max-height: 65vh;
    display: block;
    margin: 0 auto;
    position: relative;
    width: auto;
    height: auto;
}

.carrousel{
    display: block;
    left: 0;
    overflow: visible;
    width: 100%;
    position: relative;
}

.diapo{
    display: block;
    position: absolute;
    width: 44vw;
    margin: 0 2vw;
    text-align: left !important;
    padding: 1vw 2vw;
}

.dpa{
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.arrow{
    display: block;
    position: absolute;
    font-family: sans-serif;
    top: 0;
    right: 0;
}

.diapo .footnote-backref{
    display: none;
}

#articleContent .diapo h2:first-of-type{
    padding-top: 0 !important;
    text-align: center;
}

.diapo .singleImage img{
    margin: 0 auto;
    max-width: 100%;
}

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

.slick-list{
    overflow: visible;
    width: 100%;
}

.slick-prev{
    display: block;
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 50%;
    opacity: 0;
    width: 35vw;
    transform: translate(-75%, -50%);
}
.slick-next{
    display: block;
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 50%;
    width: 35vw;
    opacity: 0;
    left: 100%;
    transform: translate(-25%, -50%);
}

.slick-arrow{
    border: none;
    transition: .2s;
    background-color: var(--ndColor);
    cursor: pointer;
    color: transparent;
   
}

.slick-arrow:hover{
    opacity: .3;
}

.carrousel img{
    max-width: 50vw;
    max-height: 70vh;
    width: auto;
    margin-right: 1vw;
    height: auto;
}

.reduceImg img{
    max-width: 30vw;
    max-height: 70vh;
    width: auto;
    margin-right: 1vw;
    height: auto;
}

.slick-slide{
    position: relative;
    height: 100%;
}

.slick-slide:hover .descImage{
    max-height: 100vh;
    padding: 1vw;
}

.descImage{
    display: block;
    padding: 0vw;
    opacity: 1;
    transition: .3s;
    max-height: 0vh;
    background-color: var(--ndColor);
    margin-right: 1vw;
    overflow: hidden;
    font-size: var(--smallText);
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 0;
}

.descImage p::after{
    display: none !important;
}

/* ------------------------    Files            --------------------------  */

.audioB{
    display: block;
    text-align: justify;
    text-align-last: justify;
}

.audioC{
    background-color: var(--ndColor);
    padding: calc(var(--smallMarge) / 2);
}

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

.audioDesc{
    display: inline-block;
    text-align: left;
    font-size: .7em;
    text-align-last: left;
    width: 60%;
    vertical-align: middle;
    font-family: trouble_adelphe;
    margin-right: var(--smallMarge);
}

audio{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.embed-soundcloud::after{
    display: block;
    content: " ";
    white-space: pre;
}


.linkDoc{
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
   
}

.linkDoc a{
    display: block;
    color: var(--ndColor);
    transition: .2s;
    border-radius: 150px;
    background-color: var(--mainColor);
    padding: calc(var(--smallMarge) / 2 );
    text-decoration: none !important;
}

.linkDoc a:hover{
    color: var(--mainColor);
    background-color: var(--ndColor);
}

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


/* ------------------------    Bibliographie    --------------------------  */

#bibliographie{
    font-size: calc(var(--textS) * .8);

}

#bibliographie h2{
    cursor: pointer;
    padding-bottom: 0;
}

#bibliographie h2::after{
    display: none;
}

#bibliographie p:first-of-type::before{
    display: block;
    content: " ";
    white-space: pre;
}

#txtBibliographie{
    padding: 0 calc(var(--smallMarge) * 1);
    display: none;
}


.manualfootN {
    font-size:  calc(var(--textS) * .8);
    padding: 0 calc(var(--smallMarge) * 1);
    display: block;
    text-align: left;
  }



/* ------------------------    Footer     --------------------------  */


#footer{
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: var(--mainColor);
    color: var(--rdColor);
}

#auteurFoot{
    padding: 1vw;
    font-family: trouble;
    width: 45vw;
    line-height: 1.3;
    font-size: var(--textS);
}

#auteurFoot h1{
    text-transform: uppercase;
    color: var(--ndColor);
}

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


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

.dAuteur:last-of-type:after{
    display: none;
}

#redirection{
    width: 35vw;
    padding: 1vw;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

#links{
    font-family: trouble;
    display: block;
    font-size: calc(var(--textS) * .8);
}

#links a{
    display: block;
    color: var(--ndColor);
    padding: 1vw 0;
    cursor: pointer;
}

#links a::after{
    content: " →";
    font-family: adelphe;
}

#quote{
    display: block;
    line-height: 1.25;
    padding-top: 1vw;
    font-size: var(--textS);

}

#quote h4{
    display: block;
    color: var(--ndColor);
}

#quote h4::after{
    display: block;
    content: " ";
    white-space: pre;
}


/* ------------------------    SUBARTICLE     --------------------------  */

.SparTxt{
padding: .5vw 1vw;
border-radius: 100px;
}

#subArtNav{
    position: relative;
    display: block;
    width: 100vw;
    text-align: center;
    left: -27.5vw;
}

#subArtNav div .SparTxt{
    text-underline-position: under;
    text-decoration: 1px underline solid !important;
}

.sat{
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: var(--smallMarge);
    text-align: center;
    width: 25%;
    cursor: pointer;
    padding: var(--smallMarge);
    border-radius: 20px;
    height: auto;
    transition: .3s;
    background-color: var(--ndColor);
}

.Flevel{
    font-family: trouble;
    text-decoration: none !important;
}

.Slevel{
    padding: calc(var(--smallMarge) / 2);
    border-radius: 100px;
    margin-top: var(--smallMarge);
    display: block;
    text-decoration: none !important;
    background-color: var(--mainColor);
    color: var(--ndColor);
}

.sat:hover{
    color: var(--ndColor);
    background-color: var(--mainColor);
}

.sat:hover .Slevel{
    background-color: var(--ndColor);
    color: var(--mainColor);
}

#contentSub{
    display: none;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    margin-left: -20vw;
    padding: 5vw 20vw;
    margin-bottom: 2vw;
    background-color: var(--ndColor);
}


#langM{
    display: none !important;
}


@media (orientation:portrait){

    html{
        overflow-x: hidden;
    }


    #langM{
        display: block !important;
        position:relative;
        top: 0;
        right: 0;
    }

    #lang{
        display: none;
    }

    #langM::before{
        display: block;
        content: " ";
        white-space: pre;
    }

    #articleContent{
        padding: 5vw;
        text-align: left;
    }

    /*  BOUTON MENU  */ 
    #getMenu{
        margin: 2vw;
    }

    .gmIntro{
        height: 5.5vw;
        width: 5.5vw;
    }




    .gmText{
        height: 5.5vw;
        width: 5.5vw;
    }

    #header{
        padding: 2vw;
    }

    #header div{
        display: unset;       
        transition: .2s;
        line-height: 1.2;
    }

    .rtIntro{
        font-size: 2.8vw;
    }

    .ntIntro{
        font-size: 2.8vw;
    }

    .rtText{
        font-size: 2.8vw;
    }

    .ntText{
        font-size: 2.8vw;
    }

    #numNum{
        display: none !important;
    }

    #numTitle{
        display: block !important;
        width: 90%;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }
    
    #revueTitle{
        display: block;
        width: 90%;
        font-family: trouble;
    }

    #revueTitle br{
        display: none;
    }

    #infoArticle{
        padding: 3vw;
    }

    #infoArticle img{
        border-radius: 30px;
        max-width: 100%;
        max-height: 70vh;
        width: auto;
        height: auto;
        margin-bottom: 3vw;
        display: block;
    }

    .linkDoc a{
        border-radius: 0px;
    }

    #blocTitre{
        width: 100%;
    }
    
    #blocTitre h3{
        width: 80%;
    }
    
    #auteur{
        width: 100%;
    }

    #auteur::before{
        display: block;
        content : " ";
        white-space: pre;
    }

  
    .arrow{
        right: 12.5vw;
    }
    

    .diapo{
        width: 70vw;
        margin: 0 5vw;
        padding: 0;
    }

    .carrousel img{
        max-width: 80vw;
        max-height: 60vh;
        margin-right: 5vw;
    }
    
    .reduceImg img{
        max-width: 80vw;
        max-height: 60vh;
        margin-right: 5vw;
    }

    .descImage{
        margin-right: 5vw;
    }

    .slick-slide:hover .descImage{
        max-height: 100vh;
        padding: 2vw;
    }
    
    .descImage{
        max-height: 100vh;
        overflow: hidden;
        padding: 2vw;
        width: calc(80vw - 4vw);
        position: relative;
    }
    
    .descImage p::after{
        display: none !important;
    }
    
    

    /* ------------------------    Footer     --------------------------  */


    #footer{
        display: block;
    }

    #auteurFoot{
        padding: var(--smallMarge);
        font-family: trouble;
        width: calc(100vw - 2*(var(--smallMarge)) );
        line-height: 1.2;
        font-size: var(--textS);
    }

    #redirection{
        width: calc(100vw - 2*(var(--smallMarge)) );
        padding: var(--smallMarge);
        flex-direction: column;
        justify-content: space-between;
        display: flex;
    }

    #quote h4::before{
        display: block;
        content: " ";
        white-space: pre;
    }


    /* ------------------------    SUBARTICLE     --------------------------  */

    #subArtNav{
        width: 90vw;
        text-align: center;
        left: 0;
    }

    .sat{
        display: block;
        margin: var(--smallMarge) 0;
        width: calc(100% - var(--smallMarge)*2);
    }

    #contentSub{
        display: none;
        border-radius: 0;
        width: 100%;
        margin-left: -5vw;
        padding: 5vw;
        background-color: var(--ndColor);
    }

    /* ------------------------    Files            --------------------------  */

    .audioDesc{
        display: block;
        font-size: 1em;
        width: 100%;
        margin-right: 0;
    }

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




}