@import url('source/mdpvalid.css');

nav#navbar-001 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999 !important;
    width: 100%;
    height: var(--how120);
    background: var(--colorNV);
}
.DOMchargedAnimat { animation: appearnavsecondFIRST 0.3s forwards; }
nav#navbar-002 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999 !important;
    width: 100%;
    height: var(--how120);
    background: var(--colorNV);
    animation: appearnavsecondONE 0.7s forwards;
}
nav#navbar-002 button {
    background: transparent;
    width: 100%;
    height: calc(var(--how120) - 80px);
    border: none;
} nav#navbar-002 button .loadedDIV {
    left: 25px;
    height: calc(var(--how120) - 80px);
} nav#navbar-002 button .loadedDIV .C1, nav#navbar-002 button .loadedDIV .C2 {
    width: calc(25px / 1.5);
    height: calc(50px / 1.5);
} nav#navbar-002 button .markName {
    left: 95px;
    top: -10px;
    font-size: 11px;
} nav#navbar-002 button:hover {
    cursor: pointer;
}

.navdisplayed { display: block; }
.navNOTdisplayed { display: none; }
.navdisplayedAGAIN { display: block; }

.markName {
    position: fixed;
    top: 15px;
    left: 130px;
} .markName h1 {
    color: white;
}

.navbarDIV_bottom {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 45px;
    background: rgba(255, 255, 255, 0.11);
}

.navbarDIV_bottom a {
    text-decoration: none;
    color: white;
    padding: 15px 40px;
}

.navbarDIV_bottom a:hover {
    background: var(--lightBLUE);
    cursor: pointer;
}

.navbarDIV_bottom a span { display: none; }

.offreCH {
    top: 25px;
    position: absolute;
    right: 110px;
    z-index: -1;
}
.offreCH i {
    font-size: 13px;
    padding-right: 9px;
}
.offreCH p {
    font-weight: 700;
    color: white;
    font-size: 19px;
    padding: 5px 10px;
    border-radius: 15px;
    text-decoration: none;
    user-select: all;
}
.paramsNAVBTN {
    position: absolute;
    top: 25px;
}
.paramsNAVBTNRespons {
    display: none;
    position: absolute;
    top: 0; right: 0;
    height: 100%; width: 100px;
} .paramsNAVBTNRespons button {
    color: white;
    background: none;
    border: none;
    width: 100%; height: 100%;
    font-size: 33px;
} .paramsNAVBTNRespons button:hover {
    cursor: pointer;
}
.button_params {
    color: white;
    position: fixed;
    right: 80px;
    background: none;
    border: none;
    transform: scale(2);
} .button_params:hover {
    cursor: pointer;
}

#closeBTN {
    display: none;
}

.close {
    color: var(--colorNV);
    background-color: white;
    border-radius: 50%;
    position: fixed;
    right: 82.5px;
    border: none;
    opacity: 0;
    animation: appearCLOSBTN 0.3s forwards;
    transform: scale(1.5) rotate(0);
} .close:hover {
    cursor: pointer;
}

#ModalResponsiveTracedArea {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.342);
}

.modalOpened {
    background: white;
    border-radius: 7px 3.5px 7px 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.24);
    border: 2px solid transparent;
    padding: 20px;
    position: absolute;
    top: 60px;
    right: 0;
    width: 250px;
    height: auto;
    opacity: 0;
    display: none;
    z-index: 999 !important;
}
.animationCLS1 { animation: appearHEIGHT 0.5s forwards; }
.animationCLS2 { animation: disappearHEIGHT 0.3s forwards; }

.modalGRIDcml {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.modalOpened button:not(.logoutButton), .loginButton, .outCLS {
    width: 100%;
    height: 45px;
    border: 2px solid transparent;
    border-radius: 25px;
    transition: 0.2s ease-in-out;
    background: var(--greatGREY);
    color: black;
    margin: 5px 0;
    text-align: center;
}

.ToFunctionTitleName {
    width: 98% !important;
    margin: 5px 1% !important;
}

.inputStyleSheetIDED {
    width: 95%;
    height: 30px;
    border: 2px solid transparent;
    border-bottom: 2px solid var(--greatGREY);
    background: transparent;
    color: black;
    margin: 5px 0;
    outline: none;
}

#loginBT { display: block; }
#registerBT { display: none; }

.loginButton {
    background: var(--lightBLUE) !important;
    color: white !important;
}

.modalOpened button:hover, .loginButton:hover, .outCLS:hover {
    cursor: pointer;
    border: 2px solid var(--lightBLUE);
}

.mdpoublieeConnexion {
    text-decoration: underline;
    color: var(--colorNV);
    font-size: 13px;
    margin: 5px;
    width: 55%;
    display: block;
} .mdpoublieeConnexion:hover {
    text-decoration: none;
    opacity: 60%;
}

#CloseResponsive {
    display: none;
    background: rgba(255, 255, 255, 0.11);
    width: 100%; padding: 20px 0;
    border-top: 2px solid var(--lightBLUE);
    border-bottom: 2px solid var(--lightBLUE);
    border-left: none;
    border-right: none;
    color: white;
    position: absolute;
    bottom: 50px;
    font-size: 23px;
} #CloseResponsive:hover {
    cursor: pointer;
}

.onlyResponsiveDiv {
    display: none;
    width: 100%; height: 100px;
    position: relative;
    top: -100px;
}

.onlyResponsiveDiv .C1 {
    background: var(--lightBLUE);
    width: 50px;
    height: 100px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 0;
    transform: rotate(30deg) scale(1);
    position: relative;
}

.onlyResponsiveDiv .C2 {
    background: var(--lightBLUE);
    width: 50px;
    height: 100px;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: rotate(30deg) scale(0.9);
    position: relative;
}

@media screen and (max-width:865px) {
    #ModalResponsive {
        display: flex;
        position: fixed;
        right: 0; top: 0;
        height: 100%;
        animation: navbar_appear 0.5s forwards; 
    }

    .navbarDIV_bottom {
        background: var(--colorNV);
        width: 310px; height: 100%;
        box-shadow: 0 0 10px black;
        position: absolute;
        top: 0; right: 0;
        bottom: auto; left: auto;
        flex-direction: column;
    } .navbarDIV_bottom a {
        width: calc(100% - (20px * 2)); padding: 20px;
    }

    nav#navbar-001 .eventForResponsive {
        background: transparent;
        width: 100%;
        height: calc(var(--how120) - 50px);
        border: none;
    } nav#navbar-001 .eventForResponsive .loadedDIV {
        left: 15px;
        height: calc(var(--how120) - 50px);
    } nav#navbar-001 .eventForResponsive .loadedDIV .C1,
    nav#navbar-001 .eventForResponsive .loadedDIV .C2 {
        width: calc(25px / 1.5);
        height: calc(50px / 1.5);
    } nav#navbar-001 .eventForResponsive .markName {
        left: 85px;
        top: 11px;
        font-size: 11px;
    } nav#navbar-001 .eventForResponsive:hover {
        cursor: pointer;
    }

    #ModalResponsive, .paramsNAVBTN, .offreCH { display: none; }
    .paramsNAVBTNRespons, #CloseResponsive { display: block; }
    .navbarDIV_bottom a span { display: contents; }
    .onlyResponsiveDiv { display: flex; }
    nav#navbar-001 { height: calc(var(--how120) - 50px); }
}

@media screen and (max-width:345px) {
    .navbarDIV_bottom {
        width: 210px;
    }
}