.noheeAvis-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.noheeAvis-modal {
  background-color: white;
  border-radius: 16px;
  width: 90%;
  max-width: 540px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.noheeAvis-header {
  padding: 10px 7px;
  position: relative;
}
.noheeAvis-header-top {
  display: flex;
  justify-content: flex-end;
}
.noheeAvis-header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 29px;
}
.noheeAvis-title {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700;
  font-size: 28.4px;
  line-height: 36px;
  color: #00506d;
  margin: 0px;
}
.noheeAvis-google-rating {
  display: flex;
  align-items: center;
  gap: 11px;
}
.noheeAvis-google-rating img {
  border-radius: 0%;
}
.noheeAvis-google-logo {
  height: 32px;
  border-radius: 0px;
  max-width: 92px;
  max-height: 25px;
}
.noheeAvis-separator {
  width: 1px;
  height: 23px;
  background-color: #00506d;
}
.noheeAvis-rating-display {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 500;
}
.noheeAvis-rate {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  leading-trim: both;
  text-edge: cap;
  color: #00506d;
}
.noheeAvis-star {
  color: #fbbc04;
  font-size: 24px;
}
.noheeAvis-star img {
  border-radius: 0%;
}
.noheeAvis-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #003b5c;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.noheeAvis-close:hover {
  opacity: 0.7;
}
.noheeAvis-content {
  padding: 20px 29px 0px 29px;
  overflow-y: auto;
  flex: 1;
}
.noheeAvis-content::-webkit-scrollbar {
  width: 8px;
}
.noheeAvis-content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 50px;
}
.noheeAvis-content::-webkit-scrollbar-thumb {
  background: #fadfd7;
  border-radius: 50px;
}
.noheeAvis-content::-webkit-scrollbar-thumb:hover {
  background: #ffd1c3;
}
.noheeAvis-review {
  border: 2px solid #fadfd7;
  border-radius: 12px;
  padding: 24px;
}
.noheeAvis-review:not(:last-child) {
  margin-bottom: 20px;
}
.noheeAvis-review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.noheeAvis-review-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.noheeAvis-review-text {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.009px;
  color: #00506d;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.noheeAvis-user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.noheeAvis-avatar {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #d4b5c7;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.00797727px;
  color: #862049;
}
.noheeAvis-user-details h3 {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.009px;
  color: #00506d;
  margin: 0;
}
.noheeAvis-user-details p {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: 0.009px;
  color: rgba(0, 80, 109, 0.8);
  margin: 0;
}
.noheeAvis-read-more {
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700;
  font-size: 14.4px;
  line-height: 22px;
  color: #00506d;
  text-decoration-line: underline;
}
.noheeAvis-read-more:hover {
  text-decoration: underline;
}
.noheeAvis-footer {
  padding: 30px 36px 30px 29px;
  text-align: right;
}
.noheeAvis-view-all {
  color: #005b7f;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;

}
.noheeAvis-view-all:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .noheeAvis-header-bottom {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .noheeAvis-modal {
    width: 95%;
    max-height: 95vh;
  }
  .noheeAvis-header {
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .noheeAvis-title {
    font-size: 24px;
  }
  .noheeAvis-close {
    position: absolute;
    top: 16px;
    right: 20px;
  }
  .noheeAvis-content {
    padding: 16px 20px;
  }
  .noheeAvis-review {
    padding: 16px;
  }
  .noheeAvis-footer {
    padding: 16px 20px;
  }
}
div[data-showAvisModal="true"] {
  cursor: pointer;
}
.noheeAvis-error-msg {
  color: #c0392b;
  font-family: "Epilogue";
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  padding: 20px 0;
  margin: 0;
}
  display: block;
  width: 100%;
  margin: 20px 0 4px;
  padding: 12px 20px;
  background: none;
  border: 2px solid #00506d;
  border-radius: 50px;
  font-family: "Epilogue";
  font-style: normal;
  font-weight: 700;
  font-size: 14.4px;
  line-height: 22px;
  color: #00506d;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
.noheeAvis-voir-plus:hover {
  background-color: #00506d;
  color: #ffffff;
}
.noheeAvis-voir-plus:disabled {
  opacity: 0.6;
  cursor: default;
}
