:root {
  font-size: 62.5%;
}

.backend a,
.backend button {
  pointer-events: none !important;
}

#primary .entry-content:not(.post-content) > .block-historique {
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.block-historique {
  position: relative;
  background: var(--histo-bg, #FFF1F1);
  padding: 56px 0;
}
.block-historique__inner {
  width: 90%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .block-historique__inner {
    width: 95%;
  }
}
.block-historique.alignwide .block-historique__inner {
  width: 90%;
  max-width: 1360px;
}
@media screen and (max-width: 781px) {
  .block-historique.alignwide .block-historique__inner {
    width: 95%;
  }
}
.block-historique.alignfull .block-historique__inner {
  width: 100%;
  max-width: none;
}
.block-historique__heading {
  margin: 0;
  font-size: clamp(40px, 37.5384615385px + 0.7692307692vw, 48px);
  font-weight: 600;
  line-height: 1.1;
  color: #1C1C1C;
  margin-bottom: 40px;
}
@media screen and (max-width: 781px) {
  .block-historique__heading {
    margin-bottom: 24px;
  }
}
.block-historique__timeline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.block-historique__timeline::before {
  content: "";
  position: absolute;
  left: calc(82px / 2 - 1px);
  top: calc(82px / 2);
  bottom: -56px;
  width: 2px;
  background: rgba(28, 28, 28, 0.35);
  z-index: 0;
}
.block-historique__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  z-index: 1;
}
.block-historique__bubble {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82px;
          flex: 0 0 82px;
  width: 82px;
  height: 82px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFC7C7;
  border-radius: 50%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: #1C1C1C;
  text-align: center;
}
.block-historique__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
}
.block-historique__head {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  min-height: 78px;
  padding: 16px 24px;
  cursor: pointer;
  color: #1C1C1C;
  font-family: inherit;
  text-align: left;
}
.block-historique__head--static {
  cursor: default;
}
.block-historique__head:focus-visible {
  outline: 2px solid #4F1D46;
  outline-offset: -2px;
}
.block-historique__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #1C1C1C;
}
.block-historique__chevron {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1C1C1C;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.block-historique__chevron svg {
  width: 14px;
  height: 8px;
  display: block;
}
.block-historique__head[aria-expanded=true] .block-historique__chevron {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.block-historique__panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}
.block-historique__head[aria-expanded=true] + .block-historique__panel {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.block-historique__panel-inner {
  min-height: 0;
  overflow: hidden;
}
.block-historique__content {
  padding: 0 24px 24px;
  font-size: 14px;
  line-height: 20px;
  color: #6a7282;
}
.block-historique__content p {
  margin: 0 0 8px;
}
.block-historique__content p:last-child {
  margin-bottom: 0;
}
.block-historique__content a {
  color: inherit;
  text-decoration: underline;
}
.block-historique__content a:hover {
  color: #4F1D46;
}
@media (max-width: 781px) {
  .block-historique {
    padding: 40px 0;
  }
  .block-historique__inner {
    padding: 0 16px;
    gap: 24px;
  }
  .block-historique__timeline {
    gap: 28px;
  }
  .block-historique__timeline::before {
    left: calc(64px / 2 - 1px);
    top: calc(64px / 2);
    bottom: -40px;
  }
  .block-historique__bubble {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
    width: 64px;
    height: 64px;
    font-size: 16px;
  }
  .block-historique__head {
    min-height: 64px;
    padding: 14px 20px;
  }
  .block-historique__title {
    font-size: 17px;
    line-height: 24px;
  }
  .block-historique__content {
    padding: 0 20px 20px;
  }
}