.lm-avis-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: Georgia, "Times New Roman", serif;
  color: #e8d5b0;
}
.lm-avis-header { text-align: center; margin-bottom: 48px; }
.lm-avis-badge {
  display: inline-block;
  border: 1px solid #b8860b;
  border-radius: 30px;
  padding: 6px 22px;
  font-size: 10px;
  letter-spacing: 4px;
  color: #c9a96e;
  margin-bottom: 18px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  background: rgba(184, 134, 11, 0.08);
  text-transform: uppercase;
}
.lm-avis-title {
  font-size: clamp(22px, 4vw, 36px);
  color: #e8d5b0;
  letter-spacing: 4px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0 0 12px;
}
.lm-avis-title span {
  display: block;
  font-size: clamp(13px, 2vw, 15px);
  color: rgba(201, 169, 110, 0.5);
  letter-spacing: 2px;
  font-style: italic;
  margin-top: 8px;
  text-transform: none;
}
.lm-avis-divider {
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b8860b, transparent);
  margin: 20px auto 0;
}
.lm-avis-column { display: flex; flex-direction: column; gap: 14px; }
.lm-avis-card {
  border: 1px solid rgba(184, 134, 11, 0.2);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(45, 26, 62, 0.4);
  transition: border-color .3s, box-shadow .3s;
}
.lm-avis-card:hover {
  border-color: rgba(184, 134, 11, 0.45);
  box-shadow: 0 6px 25px rgba(184, 134, 11, 0.06);
}
.lm-avis-card.is-open {
  border-color: rgba(184, 134, 11, 0.6);
  background: rgba(45, 26, 62, 0.65);
}
.lm-avis-head {
  width: 100%;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: none;
  border: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
  font: inherit;
}
.lm-avis-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(184, 134, 11, 0.08);
  border: 1px solid rgba(184, 134, 11, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #c9a96e;
  flex-shrink: 0;
}
.lm-avis-author { flex: 1; min-width: 0; }
.lm-avis-name {
  font-size: 13px;
  color: #e8d5b0;
  letter-spacing: 1.5px;
  font-family: Arial, sans-serif;
  font-weight: 600;
}
.lm-avis-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
.lm-avis-stars { color: #c9a96e; font-size: 12px; letter-spacing: 2px; }
.lm-avis-date {
  font-size: 10px;
  color: rgba(201, 169, 110, 0.45);
  font-family: Arial, sans-serif;
  letter-spacing: 1px;
}
.lm-avis-tag {
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  color: #c9a96e;
  border: 1px solid rgba(184, 134, 11, 0.35);
  border-radius: 20px;
  padding: 2px 8px;
}
.lm-avis-toggle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(184, 134, 11, 0.08);
  border: 1px solid rgba(184, 134, 11, 0.28);
  color: #c9a96e;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .35s, background .35s;
  flex-shrink: 0;
}
.lm-avis-card.is-open .lm-avis-toggle {
  transform: rotate(180deg);
  background: rgba(184, 134, 11, 0.18);
}
.lm-avis-preview {
  margin: 0;
  padding: 0 22px 18px 82px;
  font-size: 12.5px;
  color: rgba(201, 169, 110, 0.6);
  font-style: italic;
  line-height: 1.75;
}
.lm-avis-card.is-open .lm-avis-preview { display: none; }
.lm-avis-body { display: none; }
.lm-avis-card.is-open .lm-avis-body { display: block; }
.lm-avis-body-inner {
  padding: 18px 22px 22px 82px;
  border-top: 1px solid rgba(184, 134, 11, 0.1);
  background: rgba(0, 0, 0, 0.12);
}
.lm-avis-body-inner p {
  margin: 0;
  font-size: 13px;
  color: rgba(232, 213, 176, 0.82);
  line-height: 1.9;
  font-style: italic;
}
.lm-avis-foot {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(184, 134, 11, 0.12);
}
.lm-avis-foot p {
  margin: 0;
  font-size: 11px;
  color: rgba(201, 169, 110, 0.35);
  letter-spacing: 2px;
  font-family: Arial, sans-serif;
  font-style: italic;
}
.lm-avis-empty {
  text-align: center;
  color: rgba(201, 169, 110, 0.55);
  font-style: italic;
}

.lm-avis-form-box.is-embedded {
  margin-top: 22px;
  border: 1px solid rgba(184, 134, 11, 0.28);
  border-radius: 12px;
  background: rgba(45, 26, 62, 0.45);
  padding: 28px 22px 26px;
}
.lm-avis-form-kicker {
  margin: 0 0 8px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a96e;
}
.lm-avis-form-title {
  margin: 0 0 6px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #e8d5b0;
}
.lm-avis-form-help {
  margin: 0 0 22px;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  color: rgba(201, 169, 110, 0.55);
}
.lm-avis-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
  margin: 0 auto;
}
.lm-avis-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.lm-avis-field { display: flex; flex-direction: column; gap: 6px; }
.lm-avis-field span {
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(201, 169, 110, 0.7);
}
.lm-avis-field input,
.lm-avis-field select,
.lm-avis-field textarea {
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(184, 134, 11, 0.28);
  border-radius: 8px;
  color: #e8d5b0;
  padding: 11px 12px;
  font: 14px/1.5 Georgia, serif;
}
.lm-avis-field textarea { resize: vertical; min-height: 120px; }
.lm-avis-captcha {
  display: flex;
  justify-content: center;
  margin: 4px 0 2px;
}
.lm-avis-submit {
  align-self: center;
  margin-top: 8px;
  background: transparent;
  border: 1px solid #b8860b;
  color: #e8d5b0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 12px 22px;
  border-radius: 30px;
  cursor: pointer;
}
.lm-avis-submit:hover { background: rgba(184, 134, 11, 0.12); }
.lm-avis-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.lm-avis-flash {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: .4px;
  margin: 0 0 22px;
}
.lm-avis-flash.is-ok { color: #c9a96e; }
.lm-avis-flash.is-err { color: #d4a0a0; }

@media (max-width: 600px) {
  .lm-avis-preview,
  .lm-avis-body-inner { padding-left: 22px; }
  .lm-avis-row { grid-template-columns: 1fr; }
  .lm-avis-wrap { padding: 36px 16px; }
}
