.pe-fiche {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #3a3a3a;
  max-width: 920px;
  margin-bottom: 16px;
  background: #fff;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: minmax(240px, 1.05fr) minmax(220px, 1fr);
  gap: 18px 48px;
  align-items: start;
}

.pe-fiche * { box-sizing: border-box; }

.pe-who {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #4a4a4a;
}

.pe-who b {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #3d3d3d;
}

.pe-kv {
  margin: 0 0 4px;
  line-height: 1.45;
  color: #6a6a6a;
}

.pe-kv b { color: #222; font-weight: 700; }

.pe-muted {
  margin: 0 0 3px;
  color: #6a6a6a;
  line-height: 1.45;
}

.pe-contact {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 14px;
  color: #4a4a4a;
  line-height: 1.35;
}

.pe-contact span { display: block; }

.pe-ico {
  position: relative;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: #8a8a8a;
  display: inline-flex;
}

.pe-ico svg { width: 26px; height: 26px; }

.pe-ico.pe-ok::after {
  content: "";
  position: absolute;
  right: -2px;
  top: -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2f80ed url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 6.2 5.1 8.3 9 3.8'/></svg>") center / 9px no-repeat;
}

.pe-mail {
  color: #2f80ed;
  text-decoration: underline;
  font-weight: 500;
}

.pe-tel {
  color: #2f80ed;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 700px) {
  .pe-fiche { grid-template-columns: 1fr; gap: 8px; padding: 14px; }
  .pe-who b { font-size: 18px; }
}

.ft-fiche {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #222;
  max-width: 860px;
  margin-bottom: 16px;
  background: #fff;
}

.ft-fiche * { box-sizing: border-box; }

.ft-title {
  color: #1a6b8a;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #1a6b8a;
}

.ft-syn {
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 14px;
}

.ft-syn h3 {
  margin: 0;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  background: linear-gradient(#eee, #cfcfcf);
}

.ft-syn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
  padding: 12px 16px 14px;
  background: #fafafa;
}

.ft-syn-item span {
  display: inline-block;
  min-width: 130px;
  color: #333;
  font-size: 12px;
  vertical-align: top;
}

.ft-syn-item b {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: pre-line;
}

.ft-crm {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 14px;
  border: 1px solid #b8c8d8;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
}

.ft-crm th,
.ft-crm td {
  border-bottom: 1px solid #c5d5e5;
  padding: 3px 8px;
  vertical-align: middle;
}

.ft-crm th {
  width: 200px;
  text-align: right;
  font-weight: 400;
  color: #3d6b99;
  background: #d4e6f5;
  white-space: nowrap;
}

.ft-crm tr:nth-child(even) th { background: #c8dcf0; }
.ft-crm tr:nth-child(even) td { background: #f7fbff; }

.ft-in,
.ft-sel {
  font-family: inherit;
  font-size: 12px;
  color: #000;
  background: #fff;
  border: 1px solid #7f9db9;
  height: 20px;
  padding: 1px 4px;
}

.ft-in { width: 280px; }
.ft-in.wide { width: 360px; }
.ft-sel { width: 56px; margin-right: 4px; }

.ft-pin {
  display: inline-block;
  width: 16px;
  height: 20px;
  vertical-align: middle;
}

.ft-paj {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.ft-paj h3 {
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #9b7bc8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ft-paj-help {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
}

.ft-paj-mod {
  background: #fff;
  border: 1px solid #ccc;
  color: #222;
  font-size: 12px;
  padding: 2px 10px;
  font-family: inherit;
}

.ft-paj-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  border-bottom: 1px solid #e5e5e5;
}

.ft-paj-row:last-child { border-bottom: 0; }
.ft-paj-row:nth-child(odd) span { background: #f4f4f4; }

.ft-paj-row span,
.ft-paj-row b {
  padding: 7px 12px;
  font-weight: 400;
}

.ft-paj-row span { font-weight: 700; }
.ft-paj-row b { white-space: pre-line; font-weight: 400; }
