/* TEMOIGNAGES */
.temoignages {
  margin-top: 56px;
  margin-bottom: 56px;
}
@media screen and (min-width: 1025px) {
  .temoignages {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.temoignages .container {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1025px) {
  .temoignages .container {
    flex-direction: row;
    gap: 64px;
    padding: 0 80px;
  }
}
@media screen and (min-width: 1025px) {
  .temoignages .container-text {
    width: 392px;
    display: flex;
    flex-direction: column;
    gap: 56px;
  }
}
.temoignages .container-text h2 {
  color: var(--electricBlue);
}
@media screen and (min-width: 1025px) {
  .temoignages .container-slides {
    width: 100%;
    max-width: 832px;
    margin-top: 80px;
    overflow: hidden;
  }
}
.temoignages .container-slides .slide-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1025px) {
  .temoignages .container-slides .slide-item {
    gap: 32px;
  }
}
.temoignages .container-slides .slide-item > p {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (min-width: 1025px) {
  .temoignages .container-slides .slide-item > p {
    font-size: 1.625rem;
  }
}
.temoignages .container-slides .slide-item .informations-author {
  display: flex;
  gap: 24px;
}
.temoignages .container-slides .slide-item .informations-author .container-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.temoignages
  .container-slides
  .slide-item
  .informations-author
  .container-img
  img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.temoignages .container-slides .slide-item .informations-author .author {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: calc(100% - 88px);
  margin-bottom: 76px;
}
@media screen and (min-width: 460px) {
  .temoignages .container-slides .slide-item .informations-author .author {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .temoignages .container-slides .slide-item .informations-author .author {
    row-gap: 6px;
    flex-direction: row;
    margin-bottom: 0;
  }
}
.temoignages
  .container-slides
  .slide-item
  .informations-author
  .author
  .author-text {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .temoignages
    .container-slides
    .slide-item
    .informations-author
    .author
    .author-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    row-gap: 6px;
  }
}
.temoignages
  .container-slides
  .slide-item
  .informations-author
  .author
  .author-text
  .name {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  gap: 16px;
  align-items: center;
}
.temoignages
  .container-slides
  .slide-item
  .informations-author
  .author
  .author-text
  .name::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--black);
  opacity: 0.4;
}
.temoignages
  .container-slides
  .slide-item
  .informations-author
  .author
  .author-text
  .function {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--greyDark);
}
.temoignages
  .container-slides
  .slide-item
  .informations-author
  .author
  .author-text
  .link-redirection {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: var(--electricBlue);
  transition: color 0.5s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .temoignages
    .container-slides
    .slide-item
    .informations-author
    .author
    .author-text
    .link-redirection {
    width: 100%;
  }
}
.temoignages
  .container-slides
  .slide-item
  .informations-author
  .author
  .author-text
  .link-redirection:hover {
  color: var(--sarcelle);
}
.temoignages
  .container-slides
  .slide-item
  .informations-author
  .author
  .link-container {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  /* a {
         button:first-child {
             border-color: var(--electricBlue);
             color: var(--electricBlue);
         }
     } */
}
@media screen and (min-width: 460px) {
  .temoignages
    .container-slides
    .slide-item
    .informations-author
    .author
    .link-container {
    position: relative;
    left: unset;
    bottom: unset;
    transform: unset;
  }
}
@media screen and (min-width: 768px) {
  .temoignages
    .container-slides
    .slide-item
    .informations-author
    .author
    .link-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.temoignages .container-slides .owl-dots {
  display: none;
}
.temoignages .slider-temoignages-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .temoignages .slider-temoignages-nav {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1025px) {
  .temoignages .slider-temoignages-nav.mobile {
    display: none;
  }
}
.temoignages .slider-temoignages-nav.desktop {
  display: none;
}
@media screen and (min-width: 1025px) {
  .temoignages .slider-temoignages-nav.desktop {
    display: flex;
  }
}
.temoignages .slider-temoignages-nav button {
  position: relative;
  height: 56px;
  width: 56px;
  border: 1px solid var(--electricBlue);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .temoignages .slider-temoignages-nav button {
    height: 93px;
    width: 93px;
  }
}
.temoignages .slider-temoignages-nav button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.temoignages .slider-temoignages-nav button::before {
  content: "";
  display: block;
  background-color: var(--electricBlue);
  height: 16px;
  width: 16px;
}
.temoignages .slider-temoignages-nav button.owl-prev::before {
  -webkit-mask: url("../images/icons/arrow-left.svg") no-repeat;
  mask: url("../images/icons/arrow-left.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.temoignages .slider-temoignages-nav button.owl-next::before {
  -webkit-mask: url("../images/icons/arrow-right.svg") no-repeat;
  mask: url("../images/icons/arrow-right.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.temoignages .slider-temoignages-nav button::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: var(--blueLight);
  transition: height 0.5s ease-in-out;
  z-index: -1;
}
.temoignages .slider-temoignages-nav button:hover::after {
  height: 100%;
}
.temoignages .slider-temoignages-nav .item-count {
  display: flex;
  gap: 10px;
}
.temoignages .slider-temoignages-nav .item-count span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--electricBlue);
}
.temoignages .slider-temoignages-nav .item-count span:not(:last-child)::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: var(--electricBlue);
  opacity: 0.24;
  border-radius: 16px;
}

/* END TEMOIGNAGES */
