
:root{
    --br : 50px;
}

html{
    scroll-behavior: smooth;
    color: var(--mainColor);
}

#backImage{
    mix-blend-mode:normal;
    filter: blur(0px);
}

#getMenu{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: fixed;
    right: 0;
    margin: 1vw;
    height: 2vw;
    z-index: 100;
    width: 2vw;
}

.menuLong{
    width: 90vw;
}
.menuShort{
    width: 25vw;
}

#getMenu span{
    display: block;
    width: 100%;
    height: 18%;
    transition: .2s;
    border-radius: 10px;
    
}
.getMenuOff span{
    background-color: var(--mainColor);
}


#mainTitle{
    display: block;
    font-family: var(--ndfont);
    text-transform: uppercase;
    position: fixed;
    font-size: 8vw;
    cursor: default;
    font-family : troubleIn;
    line-height: .9;
    width: 98%;
    color: var(--mainColor);
    top: 0;
    margin: 0 1vw;
    transition: .3s;
    margin-top: 5vw;
}

.sect{
    position: relative;
}

#mainTitle .tblock{
    display: block;
    text-align-last: justify;
}

#mainTitle .tblock:first-of-type{
    text-align-last: center;
}

/*
.b{
    transition: 5s filter;
}

.b:hover{
    transition: .1s;
    filter: blur(15px);
}*/

#nav{
    display: flex;
    position: fixed;
    top: 0;
    font-size: var(--fontInter);
    flex-wrap: nowrap;
    justify-content: space-between;
    left: 0;
    width: 98%;
    margin: 1vw 1vw;
}

#nav a{
    cursor: pointer;
    transition: .2s;
}

#nav a:hover{
    filter: blur(2px);
}

#wrapContent{
    display: block;
    position: relative;
    backdrop-filter: blur(.8rem);
    -webkit-backdrop-filter: blur(.8rem);
    padding: 0;
    margin-top: 20vw;
}

#wrapContent h3{
    display: block;
    position: sticky;
    top: 0;
    width: calc(100% - 2vw);
    z-index: 3;
    text-align-last: left;
    left: 0;
    font-family: trouble;
    text-transform: uppercase;
    font-size: 1.3vw;
    padding: 1vw 1vw .8vw 1vw;
}

#dernierNum{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 1vw;
    height: max-content;
}

#imLast{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: fit-content;
}
#imLast img{
    display: block;
    border-radius: var(--br);
    max-width: 30vw;
    margin: 0 1vw;
    max-height: 50vh;
    width: auto;
    height: auto;
}


#infoLast{
    text-align: center;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    /*height: 50vh;*/
    justify-content: space-between;
    margin: 0 auto;
    vertical-align: top;
    width: max-content;
    min-width: 65vw;
}

#infoLast h2{
    font-size: var(--fontInter);
    text-align: center;
    margin: 0 auto;
    width: 70%;
}



#infLast{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin : 0 auto;
    text-transform: uppercase;
    font-size: var(--fontInter);
}


#dateLast{
    font-family: trouble;
}

#titleLast{
    display: block;
    font-family: trouble;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    font-size: var(--fontTitle);
    text-transform: uppercase;
}

.listeArticleLast{
    display: block;
    position: relative;
    width: 92%;
    padding: 10vh 4%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2vw 2vw;

}

#lastNumero h6{
    text-align: center;
    padding-top: 10vh;
    font-size: var(--textS);
    font-family: trouble;
    text-transform: uppercase
}

.multipleCat{
    padding-bottom: 0;
    padding-top: 5vh;
}
.multipleCat:last-of-type{
    padding-bottom: 10vh;
}

.articleLast{
    padding: 0 ;
    color: var(--mainColor);
    border-radius: 2vw;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    text-align: left;
    transition: .2s;
    font-size: calc(var(--textS)*.8);
}

.imgLastArt{
    display: inline-block;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    height: auto;
}

.infoLastArt{
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    height: auto;
}

.articleLast img{
    display: block;
    height:auto;
    margin: 0 auto;
    width: 100%;
}

.articleLast:hover{
    filter: blur(1px);
}

.articleLast h4::before{
    content: " ";
    display: block;
    line-height: 1.5;
    white-space: pre;
}

.articleLast h5::before{
    content: " ";
    display: block;
    white-space: pre;
}

.articleLast h5{
    font-family: trouble;
}


.articleLast:nth-of-type(3n){
    text-align: right;
}
.articleLast:nth-of-type(3n + 2){
    text-align: center;
}


.articleLast:nth-of-type(3n) .imgLastArt{
    margin: 0 0 0 auto;
}
.articleLast:nth-of-type(3n + 1) .imgLastArt{
    margin: 0 auto 0 0;
}

.articleLast:nth-of-type(3n) .infoLastArt{
    margin: 0 0 0 auto;
    padding-right: 1vw;
}
.articleLast:nth-of-type(3n + 1) .infoLastArt{
    margin: 0 auto 0 0;
    padding-left: 1vw;
}



/* ---------------------------- */



#previousNumero{
    text-align: justify;
    text-align-last: justify;
    padding-top: 3vw;
}

.prevNum{
    display: inline-block;
    width: 35%;
    text-align-last: auto;
    vertical-align: top;
    padding: 2vw;
    text-align: left;
    height: auto;
}



.prevNum:first-of-type{
    text-align: center !important;
    display: block;
    margin: 0 auto;
}

.prevNum:last-of-type{
    text-align: center !important;
    display: block;
    margin: 0 auto;
}

.prevNum:nth-child(even){
    text-align: right;
}

.prevNum:nth-child(odd){
    text-align: left;
}


.prevNum img{
    display: block;
    border-radius: var(--br);
    z-index: 10;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    max-height: 70vh;
    height: auto;
}

.subInfo{
    display: block;
    text-align-last: justify;
    width: 100%;
    z-index: -2;
    text-transform: uppercase;
    font-size: var(--fontInter);
}

.subInfo span{
    display: inline-block;
}


.titlePrev{
    font-size: var( --fontTitleLess);
    text-transform: uppercase;
    font-family: trouble;
    margin: 2vw 0;
    display: block;
}

.prevNum h2{
    font-size: var(--fontInter);
    display: block;
    margin: 1vw 0;
}

.prevNum:first-of-type h2{
    margin: 1vw 15% !important;
}

.prevNum:last-of-type h2{
    margin: 1vw 15% !important;
}


.prevNum:nth-child(even) h2{
    margin-left: 30%;
    margin-right: 1%;
}

.prevNum:nth-child(odd) h2{
   margin-right: 30%;
   margin-left: 1%;

}

/* ---------------------------- */

#presentation{
    background-color: var(--backC);
}

#textPresentation{
    padding: calc(var(--smallMarge) * 2) 26vw;
    font-size: var(--textS);
    text-align: justify;
    line-height: 1.25;
}

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

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


#textPresentation p:last-of-type{
    text-indent: 0;
}


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

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

}

#bibliographie h2{
    font-family: trouble;
    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;
}




/* -- CURRENT NUM --   */

#currentNum{
    display: block;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    z-index: 100;
    transition: .3s;
    width: 100vw;
    pointer-events: none;
    height: 100vh;
}

#imgCurrent{
    display: block;
    border-radius: var(--br);
    position: absolute;
    width: 35%;
    height: auto;
    top: 0;
    left: 0;
}

#currentListArt{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1vw;
    font-size: calc(var(--textS) * .7);
    color: var(--mainColor);
    width: 20%;
}

#currentInfo{
    display: block;
    position: absolute;
    top: 0;
    width: 22%;
    font-size : var(--textS);
    padding: 1vw;
    line-height: 1.2;
    color: var(--mainColor);
    font-family: trouble;
}

#currentInfo h1{
text-transform: uppercase;
}

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

#currentInfo h2{
    font-family: adelphe;
}

#currentInfo h3{
    text-transform: uppercase;
}

.artT{
    display: block;
}

.artA{
    display: block;
    font-style: italic;
    padding-bottom: var(--textS);
    text-align: right;
}




/* lang */

#lang{
    display: block;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    cursor: pointer;
    font-family: trouble;
    font-size: var(--textS);
}


@media (orientation:portrait){

    html{
        overflow-x: hidden;
    }

    #getMenu{
        margin: 2vw;
        height: 5.5vw;
        z-index: 100;
        width: 5.5vw;
    }

    #nav{
        display: block;
        position: fixed;
        top: 0;
        font-size: var(--fontTitleLess);
        left: 0;
        width: 98%;
        margin: 3vw 3vw;
    }
    
    #nav a{
       display: block;
    }

    #mainTitle{
        font-size: 7.5vw;
        width: 94%;
        top: 0;
        margin: 0 3vw;
        margin-top: 40vw;
    }

    #wrapContent{
        backdrop-filter: blur(.8rem);
        -webkit-backdrop-filter: blur(.8rem);
        margin-top: 56vw;
    }


    #wrapContent h3{
        width: calc(100% - 6vw);
        font-size: var(--fontInter);
        padding: 3vw 3vw 3vw 3vw;
    }


    /*  LAST NUMERO */

    #dernierNum{
        display: block;
    }

    #imLast{
        display: block;
        width: 100%;
        margin-left: 0;
        padding-bottom: 5vh;
    }
    #imLast img{
        display: block;
        max-width: 90%;
        max-height: 50vh;
        margin: 0 5vw;
    }
    
    #infoLast{
        text-align: center;
        display: block;
        width: 100%;
        height: max-content;
    }

    #infLast{
        width: 90%;
    }

    #titleLast{
        margin: 5vw auto;
        width: 90%;
    }


    .listeArticleLast{
        position: relative;
        width: 96%;
        padding: 3vw;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3vw;
    }

    .articleLast{
        padding: 3vw 3vw;
        text-align: center !important;
        border-radius: 3vw;
        margin: 0 auto !important;
        transition: .2s;
        font-size: var(--textS);
    }

    .imgLastArt{
        margin: 0 auto !important;
    }

    .infoLastArt{
        margin: 0 auto !important;
    }


    
  
    
    .articleLast h5::before{
        content: " ";
        display: block;
        white-space: pre;
    }
    
    .articleLast h5{
        font-family: trouble;
    }
    
    
    .articleLast:nth-of-type(3n){
        text-align: center;
    }
    .articleLast:nth-of-type(3n + 2){
        text-align: center;
    }
    


    /* PREVIOUS NUM */


    .prevNum{
        display: block;
        width: 80%;
        margin: 0 auto;
        padding:  5vh 0;
        text-align: left;
        height: auto;
    }
    
    
    .prevNum:first-of-type{
        text-align: center !important;
        display: block;
        margin: 0 auto;
    }
    
    .prevNum:nth-child(even){
        text-align: center !important;
    }
    
    .prevNum:nth-child(odd){
        text-align: center !important;
    }

    .prevNum:first-of-type h2{
        margin: 1vw 15% !important;
    }
    
    .prevNum:nth-child(even) h2{
        margin: 1vw 15% !important;
    }
    
    .prevNum:nth-child(odd) h2{
       margin: 1vw 15% !important;
    
    }


    #textPresentation{
        padding: 2vw 5vw;
        font-size: var(--textS);
        text-align: justify;
        line-height: 1.15;
    }


#lang{
   
    bottom: 4vw;
    right: 4vw;
    font-size: var(--smallMarge);
}


}
