@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%);
  width: 3rem;
  height: 3rem;
  background: #fff !important;
  border-radius: 100%;
}
.gt-avis-block .slick-arrow::before {
  content: "";
  background-position: center;
  background-size: contain;
  width: 3rem;
  height: 3rem;
  display: block;
  background-repeat: no-repeat;
  background-color: var(--wp--preset--color--color-1);
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-image: url("/wp-content/themes/geek-tonic/inc/blocks/avis/arrow.svg");
  mask-image: url("/wp-content/themes/geek-tonic/inc/blocks/avis/arrow.svg");
}
.gt-avis-block .slick-arrow.slick-next {
  margin-left: 2rem;
}
.gt-avis-block .slick-arrow.slick-prev {
  margin-left: -2rem;
  transform: rotate(-180deg);
  transform-origin: 1.5rem 1.5rem;
}
.gt-avis__text > *:first-child::before {
  content: "“";
  font-family: "Gotham";
  color: var(--wp--preset--color--color-1);
  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--color-3);
}
.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/geek-tonic/inc/blocks/avis/style.css.map */