.blockBurgermenu {
    width: 100%;
    height: 1000%;
    background: #444444e6;
    position: absolute;
    top: 0;
    z-index: 100;
    display: none;
}
.popupburgerMenu {
    width: 320px;
    height: 596px;
    background: #000000;
    color: #FFFFFF;
    font-family: "Poppins", Helvetica;
    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 {
    
}
.burgepopupburgerMenurMenu .titre img:nth-child(2) {
    
}
.popupburgerMenu .menu {
    width: 94%;
    margin-bottom: 120px;
    margin-left: 6%;
}
.popupburgerMenu .menu a {
    text-decoration: none;
    color: #FFFFFF;
}
.popupburgerMenu .menu .m1 {
    margin-bottom: 18px;
}
.popupburgerMenu .menu .m2 {
    margin-bottom: 18px;
}
.popupburgerMenu .menu .m3 {
    margin-bottom: 30px;
}
.popupburgerMenu .menu .button {
    width: 165px;
    height: 40px;
    color: white;
    border: 1px solid white;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
}
.popupburgerMenu .line {
    width: 94%;
    margin: auto;
    display: block;
    height: 1px;
    margin-bottom: 22px;
    background-color: #FFFFFF;
}
.popupburgerMenu .reseau {
    display: flex;
    margin-left: 6%;
}
.popupburgerMenu .reseau p {
    margin-right: 6px;
    position: relative;
    top: 13px;
}
.popupburgerMenu .reseau img {
    
}
/* -----------------        Mobile juste pour   le full ecran de la popup    ----------------- */
@media screen and (max-width:640px) {
    .popupburgerMenu {
        width: 100%;
        height: 1000%;
    }

    .popupburgerMenu .menu p {
        margin-bottom: 24px !important;
        font-size: 20px;
    }
    .popupburgerMenu .menu .m1 {
        margin-bottom: 0px;
    }
    .popupburgerMenu .menu .m2 {
        margin-bottom: 0px;
    }
    .popupburgerMenu .menu .m3 {
        margin-bottom: 0px;
    }
}