/* 16.9.7.147 — logo principal au-dessus de l'identification ECU : +6 px, +3 px à droite. */
@media (max-width:760px){
  .app-header .lpt-header-logo{
    width:118px!important;
    height:118px!important;
    max-width:118px!important;
    transform:translateX(3px)!important;
  }
}
@media (max-width:390px){
  .app-header .lpt-header-logo{
    width:108px!important;
    height:108px!important;
    max-width:108px!important;
    transform:translateX(3px)!important;
  }
}
.lpt147-return-target{outline:2px solid #168cff!important;outline-offset:2px!important;box-shadow:0 0 18px rgba(22,140,255,.5)!important}
/* 16.9.7.148 — catégories du navigateur Maps repliables */
#mapCategories>details.lpt148-map-category{border:1px solid rgba(38,139,214,.28);border-radius:12px;margin:8px 0;overflow:hidden;background:rgba(7,20,32,.72)}
#mapCategories>details.lpt148-map-category>summary{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:0 14px;cursor:pointer;font-weight:800;color:#73c5ff;list-style:none}
#mapCategories>details.lpt148-map-category>summary::-webkit-details-marker{display:none}
#mapCategories>details.lpt148-map-category>summary:after{content:'⌄';transition:transform .18s ease}
#mapCategories>details.lpt148-map-category:not([open])>summary:after{transform:rotate(-90deg)}
#mapCategories .lpt148-map-category-items{padding:4px 6px 8px}
#mapCategories .lpt148-return-target{outline:2px solid #19a8ff;outline-offset:2px}
