/* ===================================================================
   Ma Box Net — habillage vitrine par agence (sous-domaine).
   Chargé uniquement quand un contexte agence est résolu (body.mbi-net).
   N'altère JAMAIS le portail générique MaBoxImmo.
   =================================================================== */

/* Marque dans le hero : logo centré au-dessus de "Trouvez votre bien idéal" */
.mbi-net-hero-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.mbi-net-hero-logo {
  height: 84px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
  padding: 10px 16px;
  box-shadow: 0 10px 26px -12px rgba(0, 0, 0, .45);
}
.mbi-net-hero-name {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

@media (max-width: 720px) {
  .mbi-net-hero-logo { height: 64px; }
  .mbi-net-hero-name { font-size: 16px; }
}

/* Page contact agence : horaires + équipe */
.mbi-net-horaires { font-size: 14px; line-height: 1.7; color: #333; }
.mbi-net-team { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 18px; }
.mbi-net-collab {
  display: flex; gap: 12px; align-items: flex-start;
  background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 12px;
}
.mbi-net-collab-photo {
  width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex: 0 0 56px;
}
.mbi-net-collab-ph {
  display: flex; align-items: center; justify-content: center;
  background: #243B5C; color: #fff; font-weight: 700; font-size: 18px;
}
.mbi-net-collab-name { font-weight: 700; font-size: 15px; }
.mbi-net-collab-fn { font-size: 12.5px; color: #7c9885; font-weight: 600; margin-bottom: 4px; }
.mbi-net-collab-c { font-size: 13px; }
.mbi-net-collab-c a { color: #243B5C; }

@media (max-width: 720px) {
  .mbi-net-contact-grid { grid-template-columns: 1fr !important; }
}
