.blockBurgermenu {
    width: 100%;
    height: 1000%;
    background: #444444e6;
    position: absolute;
    top: 0;
    z-index: 100;
    display: none;
    font-size: 16px;
}
.popupburgerMenu {
    width: 320px;
    height: 596px;
    background: #FFFFFF;
    color: #000000;
    font-family: "Poppins"; font-weight: 400;
    position: fixed;
}
.popupburgerMenu .titre {
    width: 88%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    padding-top: 22px;
}
.popupburgerMenu .close {
    width: 36px;
    height: 36px;
}
.popupburgerMenu .titre img:first-child {
    width: 187px;
    height: 38px;
}
.burgepopupburgerMenurMenu .titre img:nth-child(2) {
    
}
.popupburgerMenu .menu {
    width: 94%;
    margin-bottom: 120px;
    margin-left: 6%;
}
.popupburgerMenu .menu a {
    text-decoration: none;
    color: #000000;
    font-family: "Montserrat"; font-weight: 300;
    text-transform: uppercase;
}
.popupburgerMenu .menu .button {
    width: 165px;
    height: 40px;
    color: #000000;
    border: 1px solid #000000;
    text-align: center;
    line-height: 40px;
    text-transform: none;
    margin-top: 40px;
}
.popupburgerMenu .menu p {
    margin-bottom: 24px !important;
}
/* -----------------        Mobile juste pour   le full ecran de la popup    ----------------- */
@media screen and (max-width:640px) {
    .popupburgerMenu {
        width: 100%;
        height: 1000%;
    }

    
}