/* Agrandi en mode VR (cf. vr.css), autour de son centre pour rester sur la position. */
.aircraft-marker .aircraft-symbol {
    transform-origin: 50% 50%;
}

.aircraft-marker svg {
    display: block;
    transform-origin: 50% 50%;
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.9));
}

.aircraft-marker svg path {
    fill: #002d40;
    stroke: #ffffff;
    stroke-width: 4;
    stroke-linejoin: round;
}
