@charset "UTF-8";
.gt-avis {
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.gt-avis-block {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.gt-avis-block .slick-arrow {
  top: 100%;
  margin-top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
}
.gt-avis-block .slick-arrow.slick-next {
  margin-left: 2rem;
}
.gt-avis-block .slick-arrow.slick-prev {
  margin-left: -2rem;
}
.gt-avis-block .slick-arrow::before {
  color: #000 !important;
}
.gt-avis-block .slick-prev:before, .gt-avis-block .slick-next:before {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: bold;
}
.gt-avis__text > *:first-child::before {
  content: "“";
  color: var(--wp--preset--color--custom-jaune);
  font-size: 3.5rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.gt-avis__text > *:first-child:first-letter {
  padding-left: 2rem;
}
.gt-avis__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
.gt-avis__author {
  font-size: 1rem;
  display: flex;
  gap: 1rem;
}
.gt-avis__author__image {
  border-radius: 100%;
  overflow: hidden;
  aspect-ratio: 1;
  width: 3rem;
  min-width: 3rem;
  flex-basis: 3rem;
}
.gt-avis__author__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gt-avis__author__name {
  display: flex;
  flex-direction: column;
}
.gt-avis__author__link {
  font-weight: bold;
  text-decoration: none;
}
.gt-avis__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 1rem;
  margin: 0 0 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}
.gt-avis__stars {
  color: transparent;
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 1.2rem;
  background: #fff;
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.125rem;
}
.gt-avis__stars span {
  text-shadow: 0 0 0.05px var(--wp--preset--color--custom-jaune);
}
.gt-avis__stars__filled {
  color: var(--wp--preset--color--color-2);
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  gap: 0.125rem;
}
.gt-avis__blockquote {
  display: contents;
  text-align: justify;
}
/*# sourceMappingURL=/var/www/clients/client1/web1/web/wp-content/themes/ushuaiacamping-laconge/inc/blocks/avis/style.css.map */