/* ===========================
   PN — Archives Articles : Plein écran carte
   =========================== */
#pn-map:fullscreen,
#pn-map:-webkit-full-screen {
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.is-map-fullscreen .pn-mobile-bar {
  display: none !important;
}

.leaflet-control-fullscreen.leaflet-bar a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.leaflet-control-fullscreen svg {
  width: 18px;
  height: 18px;
}