.Header {
    background: rgba(255, 255, 255, .6);
    height: 120px;
    width: 100%;
    position: sticky;
    top:0px;
    z-index:6;
    display: flex;
}
#HeaderLogo {
    position: relative;
    width: 180px;
    padding: 15px 40px;
}
.HeaderNavi{
    position: relative;
    Padding: 45px 30px;
    display: flex;
    justify-content: space-between;
    color: var(--IYVertFonce);
    min-width: 1000px;
}
.HeaderNaviButton a {
    font-family: "Confortaa";
    color: 	var(--IYVertFonce);
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
}  
.HeaderNaviButton a:hover {
    font-family: "Confortaa";
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
    color: rgb(239, 243, 18);
}   
.HeaderConnectButton {
    font-size: 25px;
    font-weight: bold;
    color: 	var(--IYVertFonce);
    font-family: "Confortaa";
    font-weight: normal;
    background-color: transparent;
    border: 0px;
}
.HeaderConnectButton:hover{
    cursor: pointer;
    font-size: 24px;
    color: rgb(239, 243, 18);
}
.HeaderRaccourci {
    width: 350px;
    margin-left: auto;
    margin-top: 15px;
}
.HeaderButton {
    width: 80%;
    Height: 40px;
    margin-bottom: 5px;
    border-radius: 10px;
    border: 0px;
    color:white;
    font-family: "Confortaa";
}
.HeaderButton:hover {
    cursor: pointer;
    font-weight: bold;
    background-color: #7a7a7a;
}
.HeadBtn1 {
    background-color: var(--IYVertClair);
    Color: var(--IYVertFonce);
}
.HeadBtn2 {
    background-color: var(--IYVertFonce);
    Color: var(--IYVertClair);
}

/* Popup Identification */
.PopupIdent {
    position: sticky;
    top: 120px;
    height:200px;
    right: 15px;
    border: 3px solid #f1f1f1;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 2px 2px 4px black;
    z-index: 9;
}

@media screen and (max-width: 1280px) {
    .HeaderNavi{
        Padding: 30px 20px; 
        min-width: 600px;
    }
    .HeaderNaviButton a {
        font-size: 16px;
    }
    .HeaderConnectButton {
        font-size: 16px;
    }
    .Header {
        height: 80px;
    }
    #HeaderLogo {
        width: 100px;
        padding: 15px 20px;
    }
    .HeaderButton {
        width: 50%;
    }
    .HeaderRaccourci {
        padding: 5px;
        display: flex;
    }
}