.blend-mode {
    mix-blend-mode: difference;
}


.nav-link {
    font-size: 4rem;
    /* background-color: black; */
}

/* new  nav */

.link-nav-jpo-selected {
    display: flex;
    padding: 4px;
    align-items: center;
    border-radius: 9999px;
    border: 0.2rem solid #ffffff;
    mix-blend-mode: normal !important; 
}



.link-nav-jpo-default {
   
    width: fit-content;
    padding: 4px;
    align-items: center;
    border-radius: 9999px;
    border: 0.2rem solid rgba(255, 255, 255, 0);
    mix-blend-mode: normal !important; 
}


.link-nav {
    display: flex;
    padding: 1.5rem 2rem;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 9999px;
    color: black;
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.03rem;
    
}


.navigation {
    /* background-color: red; */
    position: absolute;
    width: 100%;
    z-index: 2;
    bottom: 0;
    display: flex;
    justify-content: center;  
}


.nav-jpo {
    display: flex;
    padding-bottom: 2rem;
    padding-top: 2rem;
    gap: 1rem;
}

/* titre */

.h1-jpo {
    font-size: 14rem;
}