/*!
 * Bandeau de publicité UE / FTJ + France Relance — MP Industries
 * Projet MOLX – Écopole de Gardanne (dossier SUD008040)
 * Fichier autonome : n'est PAS généré par SASS, ne sera pas écrasé par une recompilation.
 */
.ue-ftj-bloc {
  background: #101010;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 12px 18px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-sizing: border-box;
}
.ue-ftj-logos {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 0 0 auto;
}
.ue-ftj-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
}
.ue-ftj-tile {
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.ue-ftj-tile img,
.ue-ftj-tile svg {
  width: auto;
  height: 54px;
  display: block;
  margin: 0;
}
.ue-ftj-tile.fr img { height: 66px; }
.ue-ftj-tile.pref img { height: 66px; }
.ue-ftj-mention {
  color: #fff;
  font-weight: 600;
  font-size: 10.5px;
  line-height: 1.2;
  text-align: center;
  max-width: 130px;
}
.ue-ftj-desc {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: #eaeaea;
  font-family: "Open Sans", sans-serif;
}
.ue-ftj-desc strong { color: #fff; }
.ue-ftj-desc-short { display: none; }

@media (max-width: 1024px) {
  .ue-ftj-bloc { flex-wrap: wrap; gap: 12px; padding: 12px 14px; }
  .ue-ftj-logos { flex-wrap: wrap; gap: 8px; }
  .ue-ftj-tile { height: 58px; padding: 4px 7px; }
  .ue-ftj-tile img,
  .ue-ftj-tile svg { height: 42px; }
  .ue-ftj-tile.fr img { height: 50px; }
  .ue-ftj-tile.pref img { height: 50px; }
  .ue-ftj-mention { font-size: 9.5px; max-width: 104px; }
  .ue-ftj-desc { flex: 1 1 100%; font-size: 11.5px; }
  .ue-ftj-desc-full { display: none; }
  .ue-ftj-desc-short { display: inline; }
}
