/*style menu responsive*/
#access .mm-panel {
    background-color: var(--white)!important;
}
.mm-listview > li a {
    color: var(--color-secondary)!important;
}
.mm-listview > li:nth-child(-n+5) a{
	background-color: none;
    font-weight: 700;
}
.mm-listview > li.brochure {
    background-color: var(--color-secondary);
    border-radius: 999px;
}
.mm-listview > li.brochure a {
    color: var(--white)!important;
    padding:8px 24px;
}
.mm-listview > li.devis {
    background-color: var(--color-primary);
    border-radius: 999px;
}
.mm-listview > li.devis a {
    color: var(--white)!important;
    padding:8px 24px;
}
.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker {
    background-image: url(/wp-content/themes/mediapilote/img/charte/fond-menu-responsive.png)!important;
    background-color: transparent!important;
    background-position: center right;
}
.mm-sronly {
    background-color: var(--color-primary)!important;
}


.mm-navbar_sticky{
	text-indent: -10000px;
	background-repeat: no-repeat !important;
	background-color: transparent !important;
    background-size: auto !important;
    background-color: var(--white) !important;
}
.mm-menu .mm-navbar__title{
	background-color: var(--white) !important;
	background-repeat: no-repeat;
	min-height: 47px;
	padding: 47px;
    margin: 20px;
	background-image: url('/wp-content/themes/mediapilote/img/charte/logo.svg');
    width:216px;
    height: 212px;
}


/* body .mm-menu_offcanvas {
max-width: 100vw;
} */
.mm-menu_offcanvas, .mm-sronly {
    z-index: 3!important;
}
.mm-counter {
    display: none!important;
}
.mm-btn:after, .mm-btn:before {
    border-color: var(--color-primary)!important;
}
.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{
    background: var(--white)!important;
}