.single-references h1 {
  font-size: 34px;
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 990px) {
  .single-references h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.single-references h2 {
  font-size: 28px;
  line-height: 40px;
}
@media screen and (max-width: 1520px) {
  .single-references h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.single-references h2::before {
  content: "";
  position: absolute;
  background-color: #8965FF;
  width: 26px;
  height: 26px;
  left: -40px;
  top: 6px;
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 1520px) {
  .single-references h2::before {
    width: 18px;
    height: 18px;
    left: -28px;
    top: 4px;
  }
}
.single-references .container {
  position: relative;
}
.single-references .container .btn-link {
  position: absolute;
  width: 162px;
  height: 72px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  background-color: #fff;
  color: #5C4D5C;
  right: -50px;
  top: 250px;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 45px;
  padding: 0 3px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 990px) {
  .single-references .container .btn-link {
    right: 15px;
    height: 43px;
    width: 130px;
    font-size: 14px;
  }
}
.single-references .container .btn-link:hover {
  box-shadow: -2px 5px 10px #5C4D5C;
}
.single-references .container .btn-link:before {
  content: "";
  background-image: url(../img/bouton_violet.svg);
  width: 55%;
  height: 90%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
  .single-references .container .wp-block-columns:first-of-type {
    display: flex !important;
  }
  .single-references .container .wp-block-columns:first-of-type .wp-block-column:first-of-type {
    order: 2;
  }
  .single-references .container .wp-block-columns:first-of-type .wp-block-column:last-of-type {
    order: 1;
  }
}
.single-references .taxonomy-references_categorie {
  display: inline-flex;
  flex-wrap: wrap;
}
.single-references .taxonomy-references_categorie a {
  padding: 7px 15px;
  border-radius: 20px;
  color: #fff;
  background: #5C4D5C;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-family: "GilroyB", Arial, Verdana, sans-serif;
  text-decoration: none;
}

.tax-references_categorie h1 {
  text-align: center;
  margin-bottom: 80px;
}

.post-type-archive-references .references-list-header, .tax-references_categorie .references-list-header {
  position: relative;
}
.post-type-archive-references .references-list-header .is-style-btn-purple-arrow-left, .tax-references_categorie .references-list-header .is-style-btn-purple-arrow-left {
  position: absolute;
  right: 10%;
  bottom: 5%;
}
.post-type-archive-references .reference-list-container, .tax-references_categorie .reference-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 990px) {
  .post-type-archive-references .reference-list-container, .tax-references_categorie .reference-list-container {
    flex-direction: column;
  }
}
.post-type-archive-references .reference-list-container .reference-item, .tax-references_categorie .reference-list-container .reference-item {
  width: calc(33% - 40px);
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
}
@media screen and (max-width: 990px) {
  .post-type-archive-references .reference-list-container .reference-item, .tax-references_categorie .reference-list-container .reference-item {
    width: 100%;
  }
}
.post-type-archive-references .reference-list-container .reference-item .item-content, .tax-references_categorie .reference-list-container .reference-item .item-content {
  padding: 39px 33px;
}
.post-type-archive-references .reference-list-container .reference-item .item-content h3, .tax-references_categorie .reference-list-container .reference-item .item-content h3 {
  font-size: 26px;
  line-height: 32px;
  text-transform: none;
  font-weight: bold;
}
@media screen and (max-width: 990px) {
  .post-type-archive-references .reference-list-container .reference-item .item-content h3, .tax-references_categorie .reference-list-container .reference-item .item-content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.post-type-archive-references .reference-list-container .reference-item .item-content h3 a, .tax-references_categorie .reference-list-container .reference-item .item-content h3 a {
  text-decoration: none;
}
.post-type-archive-references .reference-list-container .reference-item .item-thumbnail, .tax-references_categorie .reference-list-container .reference-item .item-thumbnail {
  border-radius: 0 0 25px 25px;
  overflow: hidden;
}
.post-type-archive-references .reference-list-container .reference-item .item-thumbnail img, .tax-references_categorie .reference-list-container .reference-item .item-thumbnail img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=reference.css.map */
