.blockBurgermenu {
    width: 100%;
    height: 1000%;
    background: #444444e6;
    position: absolute;
    top: 0;
    z-index: 100;
    display: none;
    font-size: 16px;
    font-family: "Nunito", Helvetica;
    font-weight: normal;
}
.popupburgerMenu {
    width: 320px;
    height: 596px;
    background: #FFFFFF;
    color: #00325E;
    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: 107px;
    height: 37px;
    object-fit: cover;
}
.popupburgerMenu .menu {
    width: 94%;
    margin-bottom: 120px;
    margin-left: 6%;
}
.popupburgerMenu .menu a {
    text-decoration: none;
    color: #00325E;
}
.popupburgerMenu .menu .button {
    width: 165px;
    height: 40px;
    color: #0373D4;
    border: 1px solid #0373D4;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    text-transform: none;
    margin-top: 40px;
    font-size: 11px;
}
.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%;
    }
}