.mwp-avis {
  height: 100%;
  width: 100%;
}
.mwp-avis__content {
  padding: var(--wp--preset--spacing--small-2);
}
.mwp-avis__content .customer--header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mwp-avis__content .customer--service {
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.mwp-avis__content .guillemet {
  display: block;
  height: 40px;
  width: 50px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='39' viewBox='0 0 46 39' fill='none'%3E%3Cg id='Group'%3E%3Cg id='right_x5F_quote_x5F_alt'%3E%3Cg id='Group_2'%3E%3Cpath id='Vector' d='M0 0V38.25L19.125 19.125V0H0Z' fill='%23EF474B'/%3E%3Cpath id='Vector_2' d='M26.125 0V38.25L45.25 19.125V0H26.125Z' fill='%23EF474B'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  margin-bottom: 25px;
}
.mwp-avis__content .logo {
  display: block;
  height: auto;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mwp-avis__footer {
  width: 100%;
  display: flex;
  gap: 7px;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #00416b;
  padding: var(--wp--preset--spacing--small-1);
  padding-left: var(--wp--preset--spacing--small-2);
}
.mwp-avis__footer p {
  color: var(--wp--preset--color--white);
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
}
.mwp-avis__footer p.customer--entreprise {
  font-weight: 300 !important;
}
.mwp-avis__customer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: var(--wp--preset--color--primary-extra-light) !important;
  border-radius: 10px;
}
.mwp-avis__customer .stars {
  display: flex;
}
.mwp-avis__customer .stars .star {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mwp-avis__customer .stars .star.star1 {
  background-image: url(../../images/star-1.svg);
}
.mwp-avis__customer .stars .star.star0 {
  background-image: url(../../images/star-0.svg);
}
.mwp-avis__customer .customer--commentaire {
  color: var(--wp--preset--color--primary-dark);
  line-height: 1.8;
  font-style: italic;
}

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