.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  max-width: calc(90% - 26px);
  overflow: auto;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.breadcrumbs-container {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem 1.875rem;
}
.breadcrumbs-container .return {
  display: inline-flex;
}
.breadcrumbs-container .return:hover svg path {
  stroke: var(--primary-white);
}
.breadcrumbs-item {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.breadcrumbs-item:not([href]) {
  cursor: default;
}
.breadcrumbs-item[href]:hover {
  font-weight: 400;
}
.breadcrumbs .separator {
  cursor: default;
}

.nos-valeurs {
  padding-top: var(--header-height);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.nos-valeurs .content-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.nos-valeurs .content {
  width: min(65%, 816px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem 0 0;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .nos-valeurs .content {
    width: 90%;
  }
}
.nos-valeurs .content .inner-content {
  position: relative;
}
.nos-valeurs .content .inner-content aside {
  position: absolute;
  left: -11.88%;
  top: 0;
  translate: -100% 0;
  height: 100%;
  width: 17.28%;
}
@media screen and (max-width: 1280px) {
  .nos-valeurs .content .inner-content aside {
    left: -5.88%;
  }
}
@media screen and (max-width: 767px) {
  .nos-valeurs .content .inner-content aside {
    display: none;
  }
}
.nos-valeurs .content .inner-content aside svg {
  position: sticky;
  top: 160px;
  width: 100%;
  height: auto;
}
.nos-valeurs .content p {
  text-align: justify;
}
.nos-valeurs .return-block {
  display: flex;
  justify-content: center;
}
.nos-valeurs .content-page-bottom-logo {
  margin-top: auto;
}
.nos-valeurs .content-page-bottom-logo .logo-wrapper {
  height: 160px;
  position: relative;
  display: flex;
  justify-content: center;
  z-index: -1;
}
.nos-valeurs .content-page-bottom-logo .logo-wrapper svg {
  position: absolute;
  max-width: 100%;
  bottom: 0;
  filter: blur(4px);
}
