/* Identités officielles et visuels éditoriaux vérifiés. Voir sources-medias.md. */
.dji-partner-logo {
  display: grid;
  place-items: center;
  flex: 0 1 auto;
  width: 224px;
  max-width: 100%;
  aspect-ratio: 2240 / 480;
  height: auto;
  padding: 0;
  background: transparent;
}
.dji-partner-logo img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; filter: none; }
.client-logos { flex-wrap: wrap; gap: 24px; }
.client-logos img { filter: none; opacity: 1; }
.client-logos > img { height: auto; max-height: none; max-width: 100%; flex: 0 1 auto; }
.client-logos .client-logo-infrabel { width: 116px; }
.client-logos .client-logo-elia { width: 112px; }
.client-logos .client-logo-ulb { width: 136px; }
.client-logos .client-logo-spw { width: 130px; }
.police-reference { display: flex; align-items: center; gap: 6px; }
.client-logos .police-flame { width: 24px; height: 24px; max-width: none; max-height: none; flex: 0 0 24px; }
.client-logos .police-wordmark { width: 130px; height: auto; max-width: none; max-height: none; }
.mission-photo-product { background: #fff; }
#mission-autonome .mission-photo-dock > img { object-position: center bottom; transform: scale(1.18); transform-origin: center bottom; }
.mission-photo-product > img { object-fit: contain; padding: 18px 24px 48px; }
.mission-photo-product .photo-credit { background: #edf2f5; color: var(--ink); text-shadow: none; }
#mission-inspection .mission-photo-inspection > img { object-position: center 55%; }
.mission-photo-cartographie > img { object-position: center center; }
.mission-photo-rescue > img { object-position: center; }
.vision.vision-editorial { background: #0f2b4c; min-height: 0; }
.vision-editorial .vision-content { padding-block: 85px; }
.vision-editorial .vision-content .eyebrow { color: #c1d1dd; }
.vision-editorial .vision-content h2 { max-width: 1060px; }
.vision-editorial .vision-content h2 em { font-style: normal; color: #73d2db; }
.vision-editorial .vision-content > p:not(.eyebrow) { max-width: 720px; color: #d7e2ea; line-height: 1.7; }
@media (max-width: 620px) {
  .vision-editorial .vision-content { padding-block: 62px; }
}
@media (max-width: 620px) {
  .dji-partner-logo { width: 196px; height: auto; padding: 0; }
  .client-logos .client-logo-infrabel { width: 108px; }
  .client-logos .client-logo-elia { width: 94px; }
  .client-logos .client-logo-ulb { width: 120px; }
  .client-logos .client-logo-spw { width: 114px; }
  .client-logos .police-wordmark { width: 124px; }
  .hero-bottom { gap: 12px; }
  .hero-bottom > span { max-width: 120px; }
  .hero-bottom .partner { max-width: 70px; padding-left: 9px; line-height: 1.5; }
  .police-reference { grid-column: 2 / 4; }
  .mission-photo-product > img { padding: 12px 16px 45px; }
  .mission-photo .photo-credit { left: 12px; right: 12px; width: fit-content; max-width: calc(100% - 24px); }
}
@media (max-width: 360px) {
  .hero-bottom > span { max-width: 100px; }
  .client-logos .police-flame { width: 24px; height: 24px; flex-basis: 24px; }
  .client-logos .police-wordmark { width: 124px; }
}
@media (max-width: 620px) {
  .hero-bottom { flex-direction: column; align-items: stretch; gap: 14px; }
  .hero-bottom > span { max-width: none; }
  .hero-bottom > div { justify-content: space-between; }
  .hero-bottom .video-toggle { margin-left: 0; }
}
.hero-bottom.hero-bottom-plain { flex-direction: row; align-items: center; }
.hero-bottom-plain > .video-toggle { flex-shrink: 0; margin-left: 0; }
