@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1a1a1a;
  background: #f9fafb;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: inherit;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  color: #1a2a72;
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover {
  color: #1a2a72;
}

*:focus-visible {
  outline: 2px solid #1a2a72;
  outline-offset: 2px;
}

.block-link a, .bodacc-link a {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 10px;
  color: #1976d2;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s ease;
}
.block-link a:hover, .bodacc-link a:hover {
  color: #1565c0;
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.profile-content {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
}

#header {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  margin: 0 auto;
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 101;
}
#header #menu {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header #menu-left,
#header #menu-right {
  display: flex;
  align-items: center;
}
#header #logo {
  height: 48px;
  width: auto;
}
#header #header-support {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  line-height: 1.5;
}
#header #header-support div {
  padding: 0.25rem 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: end;
  color: #6b7280;
  font-style: italic;
  font-size: 0.875rem;
}
#header #header-support i {
  margin-right: 0.5rem;
}
#header #header-support a {
  color: #1a1a1a;
  font-style: normal;
}
#header #header-support a:hover {
  color: #1a2a72;
}
#header #header-support .bold {
  font-weight: 600;
}
#header #header-support .header-notice {
  font-size: 0.8125rem;
  font-style: italic;
}
#header #menu-button {
  display: flex;
  align-self: flex-start;
  margin: 0.25rem;
}

.company-header {
  background: #FFFFFF;
  border-bottom: 1px solid #e5e7eb;
  padding: 0;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  gap: 2rem;
}

.header-main {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.company-name {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  color: #1a1a1a;
  line-height: 1.2;
}

.company-status {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.875rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
}
.company-status.status-active {
  background: #d1fae5;
  color: #065f46;
}
.company-status.status-fermé {
  background: #fee2e2;
  color: #991b1b;
}

.header-info {
  display: flex;
  gap: 2rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.header-info .header-info-label {
  font-weight: 600;
  color: #1a1a1a;
  min-width: 120px;
}

.company-siren {
  font-weight: 600;
  color: #1a1a1a;
}

.company-legal-form {
  color: #6b7280;
}

#map {
  z-index: 1;
}

.company-nav {
  background: #FFFFFF;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 3rem;
  position: sticky;
  top: 90px;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.nav-links {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.nav-links li a {
  display: block;
  padding: 1rem;
  color: #6b7280;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.15s ease;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
}
.nav-links li a:hover, .nav-links li a:active, .nav-links li a.active {
  color: #1a2a72;
  border-bottom-color: #1a2a72;
}

#footer {
  background: #FFFFFF;
  min-height: 60px;
  display: flex;
  width: 100%;
  border-top: 1px solid #e5e7eb;
  margin-top: 4rem;
  padding: 20px;
}
#footer ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
#footer ul li {
  padding: 0 1rem;
}
#footer ul li a {
  text-decoration: none;
  color: #6b7280;
  font-weight: 400;
  font-size: 0.875rem;
  transition: color 0.15s ease;
}
#footer ul li a:hover {
  color: #1a2a72;
}

.info-block {
  background: #FFFFFF;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.15s ease;
}
.info-block:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.block-title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 2rem;
  color: #1a1a1a;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e7eb;
}
.block-title svg {
  color: #1a2a72;
  width: 20px;
  height: 20px;
}
.block-title .badge, .block-title .market-buyer-badge, .block-title .market-subtype-badge, .block-title .market-type-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  background: #e1e8ed;
  color: #6b7280;
  margin-left: 0.5rem;
}

.block-content {
  color: #1a1a1a;
  overflow-y: auto;
  max-height: 400px;
}

.info-list {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1rem 2rem;
  margin: 0;
}
.info-list dt {
  font-weight: 500;
  color: #6b7280;
  font-size: 0.875rem;
}
.info-list dd {
  margin: 0;
  color: #1a1a1a;
  font-size: 0.9375rem;
}

.info-text {
  color: #6b7280;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  font-style: italic;
}

.info-source {
  font-size: 0.8125rem;
  color: #9ca3af;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
  font-style: italic;
}

.empty-state {
  color: #6b7280;
  font-style: italic;
  font-size: 0.9375rem;
  padding: 2rem;
  text-align: center;
}

.badge, .market-buyer-badge, .market-subtype-badge, .market-type-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
}
.badge-active, .badge-success, .badge-filed, .badge-ouvert {
  background: #d1fae5;
  color: #065f46;
}
.badge-warning, .badge-not_filed {
  background: #fef3c7;
  color: #92400e;
}
.badge-close, .badge-danger, .badge-fermé {
  background: #fee2e2;
  color: #991b1b;
}
.badge-primary {
  background: #1a2a72;
  color: #FFFFFF;
}
.badge-inactive {
  background: #f8d7da;
  color: #721c24;
}

.status-badge {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
}
.status-badge.status-filed {
  background: #e8f5e9;
  color: #2e7d32;
}
.status-badge.status-not-filed {
  background: #fff3e0;
  color: #e65100;
}
.status-badge.status-active {
  background: #d4edda;
  color: #155724;
}
.status-badge.status-inactive {
  background: #e2e3e5;
  color: #383d41;
}

.btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease;
  padding: 0.75rem 2rem;
  font-size: 0.9375rem;
  border-radius: 8px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.btn-primary {
  background: #1a2a72;
  color: #FFFFFF;
}
.btn-primary:hover {
  background: #1a2a72;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(43, 178, 252, 0.3);
}
.btn-primary:active {
  transform: translateY(0);
}

.btn-download,
.btn-view,
.btn-download-account {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s ease;
  background: #1976d2;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 0.875rem;
  width: fit-content;
}
.btn-download:hover,
.btn-view:hover,
.btn-download-account:hover {
  background: #1565c0;
}

.btn-view {
  background: #43a047;
}
.btn-view:hover {
  background: #388e3c;
}

.advanced-form {
  display: grid;
  gap: 1.25rem;
}

.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
  font-size: 0.875rem;
}

.form-control {
  width: 100%;
  padding: 0.75rem;
  font-size: 0.9375rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.15s ease;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.form-control:focus {
  outline: none;
  border-color: #1a2a72;
  box-shadow: 0 0 0 3px rgba(43, 178, 252, 0.1);
}

.directors-section-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.directors-section-former {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e1e8ed;
}

.directors-list {
  display: grid;
  gap: 0.75rem;
}

.director-item {
  background: #f9fafb;
  border-radius: 6px;
  border: 1px solid #e1e8ed;
  padding: 10px;
  transition: all 0.2s ease;
}
.director-item:hover {
  transform: translate(0px, -4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.director-header {
  margin-bottom: 0.5rem;
}

.director-name {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 0.9375rem;
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.director-role {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
}

.director-date,
.director-dates {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #6b7280;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
}
.director-date svg,
.director-dates svg {
  flex-shrink: 0;
}

.director-dates {
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
}

.documents-list {
  display: grid;
  gap: 0.75rem;
}

.document-item {
  background: #f9fafb;
  border-radius: 6px;
  border: 1px solid #e1e8ed;
  padding: 10px;
  transition: all 0.2s ease;
}
.document-item:hover {
  transform: translate(0px, -4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.document-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.document-type-badge {
  background: #e3f2fd;
  color: #1976d2;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
}

.privacy-badge {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  background: #fff3e0;
  color: #f57c00;
}
.privacy-badge.privacy-public {
  background: #e8f5e9;
  color: #388e3c;
}

.document-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.document-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  color: #6b7280;
}

.document-date,
.document-filename,
.document-ref {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.document-filename,
.document-ref {
  font-family: monospace;
  background: #FFFFFF;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  border: 1px solid #e1e8ed;
}

.document-actions {
  margin-top: 0.75rem;
}

.accounts-list {
  display: grid;
  gap: 0.75rem;
}

.account-item {
  background: #f9fafb;
  border-radius: 6px;
  border: 1px solid #e1e8ed;
  padding: 10px;
  transition: all 0.2s ease;
}
.account-item:hover {
  transform: translate(0px, -4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.account-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.account-year {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.account-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.account-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.info-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  letter-spacing: 0.5px;
}

.info-value {
  font-size: 0.95rem;
  color: #1a1a1a;
  font-weight: 300;
}

.account-actions {
  margin-top: 0.75rem;
}

.bodacc-list {
  display: grid;
  gap: 0.75rem;
}

.bodacc-item {
  background: #f9fafb;
  border-radius: 6px;
  border: 1px solid #e1e8ed;
  padding: 10px;
  transition: all 0.2s ease;
  border: 1px solid #e1e8ed;
  padding: 1.25rem;
  transition: box-shadow 0.2s ease;
}
.bodacc-item:hover {
  transform: translate(0px, -4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.bodacc-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bodacc-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.bodacc-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.bodacc-publication-type {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.bodacc-publication-type.badge-a {
  background: #e3f2fd;
  color: #1976d2;
}
.bodacc-publication-type.badge-b {
  background: #fff3e0;
  color: #f57c00;
}
.bodacc-publication-type.badge-c {
  background: #f3e5f5;
  color: #7b1fa2;
}

.bodacc-date {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.bodacc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  color: #6b7280;
}

.bodacc-ref {
  font-family: monospace;
  background: #FFFFFF;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  border: 1px solid #e1e8ed;
}

.bodacc-location,
.bodacc-tribunal {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.bodacc-tribunal {
  font-size: 0.8125rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.bodacc-type {
  display: inline-block;
  background: #f7f9fa;
  color: #1a1a1a;
  padding: 0.35rem 0.75rem;
  border-radius: 16px;
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
  border: 1px solid #e1e8ed;
}

.bodacc-description {
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.establishments-list {
  display: grid;
  gap: 0.75rem;
}

.establishment-item {
  background: #f9fafb;
  border-radius: 6px;
  border: 1px solid #e1e8ed;
  padding: 10px;
  transition: all 0.2s ease;
}
.establishment-item:hover {
  transform: translate(0px, -4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.establishment-item:hover {
  background: #f3f4f6;
}

.establishment-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.establishment-header strong {
  font-weight: 600;
}

.establishment-close-date {
  margin-bottom: 0.5rem;
  color: #6b7280;
  font-style: italic;
  font-size: 0.8125rem;
}

.establishment-address {
  font-size: 0.875rem;
  line-height: 1.5;
}

#search {
  display: flex;
  flex: 1;
}

.search-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#search-name {
  display: flex;
  flex: 1;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 10px;
  margin: 0 12px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  animation: fadeInFromTop 0.5s ease-in-out forwards;
}
.search-input-wrapper label {
  color: #1a2a72;
  padding: 5px 10px;
  font-size: 1rem;
  display: inline-block;
  font-weight: normal;
}
.search-input-wrapper label span {
  display: inline-block;
  background: linear-gradient(90deg, #e1000f 0%, #e1000f 50%, #1a2a72 50%, #1a2a72 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  animation: letterBounceIn 0.2s cubic-bezier(0.34, 1.56, 0.64, 0.8) forwards;
  animation-delay: calc(0.03s * var(--letter-index) + 0.1s);
}

@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes letterBounceIn {
  0% {
    opacity: 0;
    transform: translateY(-22px) scale(0.5);
    background-position: 0% center;
  }
  55% {
    opacity: 1;
    transform: translateY(5px) scale(1.2);
    background-position: 65% center;
  }
  75% {
    transform: translateY(-2px) scale(0.97);
    background-position: 90% center;
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    background-position: 100% center;
  }
}
.search-input-wrapper-inner {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.search-input-wrapper-inner svg {
  position: absolute;
  left: calc(10% + 20px);
  color: #6b7280;
  pointer-events: none;
  width: 16px;
  height: 16px;
  margin-top: 6px;
}

.search-input {
  width: 80%;
  display: flex;
  align-items: center;
  font-size: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: all 0.15s ease;
  padding: 10px 10px 10px 37px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.search-input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(43, 178, 252, 0.1);
}

.autocomplete-results {
  position: absolute;
  top: 100%;
  left: 10%;
  right: 10%;
  background: #FFFFFF;
  max-height: 400px;
  overflow-y: auto;
  z-index: 9999999999;
  border: 1px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 8px 8px;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.autocomplete-item {
  display: flex;
  flex-direction: column;
  padding: 10px 16px;
  cursor: pointer;
  border-bottom: 1px solid #e5e7eb;
  transition: background 0.15s ease;
  line-height: 0.8;
  text-decoration: none;
  gap: 0.5rem;
}
.autocomplete-item:last-child {
  border-bottom: none;
}
.autocomplete-item:hover {
  background: #f3f4f6;
}
.autocomplete-item strong {
  color: #1a1a1a;
  font-weight: 600;
}
.autocomplete-item span {
  color: #6b7280;
  font-weight: 400;
  font-size: 12px;
}

.autocomplete-item-top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-direction: row;
  justify-content: space-between;
}

.autocomplete-item-activity {
  color: #1a2a72;
  font-style: italic;
  font-size: 0.8125rem;
}

.search-loading {
  text-align: center;
  padding: 2rem;
  color: #6b7280;
}

.spinner {
  width: 16px;
  height: 16px;
  border: 2px solid #e5e7eb;
  border-top-color: #1a2a72;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  position: absolute;
  right: 10%;
  margin: 15px -6px 1rem auto;
  opacity: 0;
  transition: opacity 0.2s ease;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.market-list {
  display: grid;
  gap: 0.75rem;
}

.market-item {
  background: #f9fafb;
  border-radius: 6px;
  border: 1px solid #e1e8ed;
  padding: 10px;
  transition: all 0.2s ease;
  padding: 1.25rem;
  border: 1px solid #e1e8ed;
  transition: box-shadow 0.2s ease;
}
.market-item:hover {
  transform: translate(0px, -4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.market-item:hover {
  background: #f3f4f6;
}

.market-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.market-header strong {
  font-weight: 600;
  font-size: 13px;
  color: #1a1a1a;
}

.market-details {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.detail-row {
  display: flex;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #1a1a1a;
}

.detail-label {
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 600;
  min-width: 80px;
}

.detail-value {
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 400;
}

.market-buyer,
.market-location,
.market-procedure {
  font-size: 0.8125rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

@media (max-width: 768px) {
  .market-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .market-details {
    gap: 0.25rem;
  }
}
.badge, .market-buyer-badge, .market-subtype-badge, .market-type-badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
}

.market-type-badge {
  background: #e3f2fd;
  color: #1976d2;
}

.market-subtype-badge {
  background: #fff3e0;
  color: #f57c00;
}

.market-buyer-badge {
  background: #e8f5e9;
  color: #4caf50;
}

.market-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.market-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.8125rem;
  color: #6b7280;
}

.document-actions {
  margin-top: 0.75rem;
}

.block-link .badge, .bodacc-link .badge, .block-link .market-type-badge, .bodacc-link .market-type-badge, .block-link .market-subtype-badge, .bodacc-link .market-subtype-badge, .block-link .market-buyer-badge, .bodacc-link .market-buyer-badge {
  background: #e1e8ed;
  color: #6b7280;
}
.block-link .badge.active, .bodacc-link .badge.active, .block-link .active.market-type-badge, .bodacc-link .active.market-type-badge, .block-link .active.market-subtype-badge, .bodacc-link .active.market-subtype-badge, .block-link .active.market-buyer-badge, .bodacc-link .active.market-buyer-badge {
  background: #1a2a72;
  color: #FFFFFF;
}

.text-primary {
  color: #1a2a72;
}

.text-muted {
  color: #6b7280;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
  .profile-content {
    padding: 0 1rem 2rem;
    display: flex;
    flex-direction: column;
  }
  .header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  #map {
    width: 100% !important;
    height: 250px !important;
  }
  .company-name {
    font-size: 1.5rem;
  }
  .header-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .info-block {
    padding: 1.25rem;
  }
  .block-title {
    font-size: 13px;
  }
  .info-list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .info-list dt {
    font-weight: 600;
    margin-top: 0.75rem;
    color: #1a1a1a;
  }
  .info-list dt:first-child {
    margin-top: 0;
  }
  .nav-links {
    -webkit-overflow-scrolling: touch;
    gap: 0;
  }
  .nav-links li a {
    padding: 0.875rem 1rem;
    font-size: 0.8125rem;
  }
  #header {
    padding: 1rem;
    width: 100%;
  }
  #header #header-support {
    font-size: 0.8125rem;
  }
  #header #menu {
    flex-direction: column;
  }
  #header #menu #search {
    width: 100%;
    justify-content: center;
    margin: 10px 0;
  }
  #header #menu #search .search-input {
    width: 100%;
    height: initial;
  }
  #header #menu #search svg {
    left: 20px;
  }
  #header #menu #search #autocomplete-results {
    left: 0;
    right: 0;
  }
  #header #menu #menu-right {
    width: 100%;
    justify-content: center;
  }
  #header #menu #menu-right #header-support {
    align-items: center;
  }
  #header #menu #menu-left {
    width: 100%;
    justify-content: center;
  }
  .document-header,
  .account-header,
  .bodacc-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .document-meta,
  .bodacc-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
  .account-details {
    grid-template-columns: 1fr;
  }
  .director-name {
    flex-direction: column;
    align-items: flex-start;
  }
  #footer {
    padding: 1rem;
  }
  #footer ul {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .profile-content {
    grid-template-columns: 1fr;
  }
  #footer ul li {
    display: inline-block;
    width: max-content;
  }
}

/*# sourceMappingURL=entreprise.css.map */
