/* Système de marque officiel, fondé sur le logo maître fourni. */
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand > img {
  display: block;
  width: 174px;
  max-width: 100%;
  height: auto;
}

.brand-light > img,
footer .brand > img { width: 168px; }

@media (max-width: 560px) {
  .brand > img { width: 148px; }
}

@media print {
  .brand > img { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
