header .menu-mobile{
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 0;
    right: 0;
    height: 100vh;
    width: 40%;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 15px;
    background: #fff;
    transform: translateX(100%);
    z-index: 100;
    transition: 0.2s ease;
}
header .menu-mobile::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    background: #000;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease;
}
header .menu-mobile.menu-mobile-active{
    transform: translateX(0);
    transition: 0.2s ease;
}
header .menu-mobile.menu-mobile-active::after{
    opacity: 0.7;
}
header .menu-mobile > ul{
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}
header .menu-mobile li{
    display: block;
    list-style: none;
    overflow: hidden;
}
header .menu-mobile li > a{
    position: relative;
    display: block;
    padding: 10px 15% 10px 0;
}
header .menu-mobile .menu-expand-button{
    display: none;
}
header .menu-mobile .menu-item-has-children > a .menu-expand-button{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 15%;
    height: 100%;
}
header .menu-mobile .menu-item-has-children > a .menu-expand-button::after{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("https://www.troyes-aube-habitat.fr/wp-content/themes/ikadia-theme/framework/menus/assets/images/ikadia-theme-picto-plus-light.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s ease;
}
header .menu-mobile .menu-item-has-children.menu-expand > a .menu-expand-button::after{
    transform: rotateZ(45deg);
}
header .menu-mobile .sub-menu{
    display: none;
    padding-left: 0;
    background: #212121;
}
header .menu-mobile .sub-menu a{
    text-align: center;
    color: #fff;
    padding-right: 0;
    transition: 0.2s ease;
}
header .menu-mobile .sub-menu a:active{
    transform: scale(0.95);
    transition: 0.2s ease;
}





.main-content,
footer{
    transition: 0.2s ease;
}
body.menu-mobile-active .main-content,
body.menu-mobile-active footer{
    transform: translateX(-10%);
}
html.menu-mobile-active,
body.menu-mobile-active{
    overflow-y: hidden;
}

.main-content.menu-mobile-active{

}

@media (max-width: 768px){
    header .menu-mobile{
        width: 50%;
    }
    body.menu-mobile-active .main-content,
    body.menu-mobile-active footer{
        transform: translateX(-20%);
    }
}
@media (max-width: 576px){
    header .menu-mobile.menu-mobile-active{
        padding-left: 15px;
        width: 80%;
    }
    body.menu-mobile-active .main-content,
    body.menu-mobile-active footer{
        transform: translateX(-25%);
    }
}
/*
     FILE ARCHIVED ON 03:46:27 Oct 08, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:30:27 Jan 19, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 170.799
  exclusion.robots: 0.134
  exclusion.robots.policy: 0.123
  RedisCDXSource: 0.828
  esindex: 0.011
  LoadShardBlock: 142.639 (3)
  PetaboxLoader3.datanode: 176.391 (4)
  CDXLines.iter: 23.596 (3)
  load_resource: 78.6
  PetaboxLoader3.resolve: 30.567
*/