body{
    background-color: var(--backC);
    color: var(--mainColor);
}

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

#nav{
    display: flex;
    position: relative;
    margin-top: 1vw;
    font-size: var(--fontInter);
    flex-wrap: nowrap;
    justify-content: space-between;
    left: 26vw;
    width: 70%;
    height: 5vw;
    margin-bottom: 0;
}

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

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

#wrapHead{
    display: block;
    position: sticky;
    width: 100%;
    top: 0vw;
}

#header{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 24%;
    text-transform: uppercase;
    font-family: trouble;
    height: max-content;
    text-align: justify;
    padding: 1vw;
    font-size: var(--fontInter);
    text-align-last: justify;
    padding-bottom: 1vw;
}

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


#getMenu span{
    display: block;
    width: 100%;
    height: 18%;
    transition: .2s;
    border-radius: 10px;
    
}

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

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

}

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

}

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

#wrapContent{
    padding: 0vw 26vw;
    position: relative;
    font-size: var(--textS);
    text-align: justify;
    line-height: 1.25;
}

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

#wrapContent h1{

    font-size: var(--fontInter);
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: trouble;
}




h1::after{
    display: block;
    content: " ";
    font-size: var(--textS);
    white-space: pre;
}

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

#wrapContent h6{
    text-align: left !important;
    font-weight: bold;
}

h6 a{
    font-weight: normal;
}

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

/*    LIEN DOC */ 

.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;
}

#logo_soutien{
    padding-bottom: 5vw;
}
#logo_soutien img{
    height: 4vw;
    width: auto;
    display: inline-block;
    margin-right: 1vw;
}

#creditsMentions{
    padding: 1vw 1vw;
    font-family: trouble;
    display: block;
    text-align: center;
    line-height: 1.2;
    position: relative;
}

#creditsMentions a{
    font-family: trouble_adelphe;
    font-size: 1.1em;
}

#mentions span{
    display: none;
}

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

#mentionsI:target{
    display: block !important;
}

@media (orientation:portrait) {

    #getMenu{
        margin: 2vw;
        width: 5.5vw;
        z-index: 5;
        cursor: pointer;
        height: 5.5vw;
    }

    #wrapHead{
        position: relative;
        top: 1.5vw;
    }


    #header{
        margin: 0 2vw;
        top : 1.5vw;
        position: sticky;
        width: 87%;
        font-size: 7.5vw;
        padding-bottom: 5vw;
    }

    #nav{
        display: none;
    }

    #wrapContent h1{
        display: block;
        font-family: trouble;
        width: 100%;
        margin: 0;
        text-transform: uppercase;
        font-size: calc(var(--fontTitle) * .7);
        text-align: center;
    }

    #wrapContent{
        margin: 5vw 0;
        text-align: left;
        padding: 0vw 5vw;
    }

    #logo_soutien img{
        height: auto;
        width: 20vw;
        vertical-align: middle;
        display: inline-block;
        margin: 2vw;
    }

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

    #creditsMentions{
        padding: 5vw 5vw;
        font-family: trouble;
        display: block;
        text-align: left;
        line-height: 1.2;
        position: relative;
        font-size: 3vw !important;
    }

    #mentions span{
        padding-bottom: 10vw;
    }

    #mentions p br{
        display: none;
    }
    
    
    
    

}