@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&display=swap");
.centerChild, .levels__number, .props__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.posAb, .levels__number, .props__items, .props, .chargement, .triangle, .graph__guide, .graph__animation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.posRe, .numbers__number--graph, .numbers--graph {
  position: relative;
}

.boxSize, .article {
  box-sizing: border-box;
}

.ffTitle, .chargement, .article__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2em;
  margin: 0 0 0.75em;
  line-height: 1.25em;
}

.ffLink, .levels__number, .props__item, .numbers__item, .numbers--graph {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.375em;
}

.ffText, .article__list *, .article__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.375em;
}

html, .page {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.wrap {
  position: relative;
  background: #28282d;
  width: 100%;
  height: 100%;
  /* padding: 2em 0 0 0; EFA : suppr marge du haut */
  padding: 20px 0 0 0;
  overflow: hidden;
}
.wrap__popin {
  position: absolute;
  z-index: 10;
  top: -100%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0 0 0;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.wrap__popin.clicked {
  top: 0;
  opacity: 1;
}

.article {
  position: absolute;
  width: 60%;
  margin: auto 20%;
  min-height: 36.25em;
  border-radius: 3.125em;
  border: 10px solid #dbc8a2;
  background-color: rgba(249, 246, 231, 0);
  padding: 3em;
  transition: all 0.6s ease-in-out;
}
.article--perf {
  opacity: 0;
  z-index: 0;
}
.article--bien {
  opacity: 0;
}
.article--iden {
  opacity: 0;
  z-index: 0;
}
.article.clicked {
  opacity: 1;
  z-index: 1;
  background-color: rgba(249, 246, 231, 0.9);
}
.article__title > span {
  display: block;
}
.article__text {
  padding: 10px;
}
.article__close {
  transform: rotate(45deg);
  position: absolute;
  top: 2em;
  right: 2em;
  background: #28282d;
  width: 2em;
  height: 0.5em;
  border-radius: 1.25em;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
.article__close:hover {
  opacity: 1;
}
.article__close:after {
  position: absolute;
  top: 0;
  content: "";
  background: #28282d;
  width: 0.5em;
  height: 2em;
  border-radius: 1.25em;
  display: block;
  top: -0.75em;
  left: 0.75em;
}
@media screen and (max-width: 960px) {
  .article {
    width: 80%;
    margin: 0 10%;
    height: auto;
  }
}

.graph {
  width: 31.25em;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.graph__animation {
  z-index: 2;
}
.graph__guide {
  z-index: 1;
  margin-top: 3em;
  opacity: 0.2;
}

.numbers {
  padding: 1.25em;
}
.numbers--graph {
  display: flex;
  justify-content: space-between;
  padding: 8.125em 5.625em;
  box-sizing: border-box;
}
.numbers__item {
  font-size: 0.875em;
  display: flex;
  align-items: center;
}
.numbers__number {
  box-sizing: border-box;
  border: 3px solid #28282d;
  display: inline-block;
  border-radius: 1.5625em;
  width: 1.875em;
  height: 1.875em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.625em;
}
.numbers__number--graph {
  border-color: #f9f6e7;
  background-color: rgba(249, 246, 231, 0.25);
  color: #f9f6e7;
}
.numbers__number--graph:first-child {
  margin-top: 11.375em;
}
.numbers__number--graph:last-child {
  margin-top: 11.375em;
}
.numbers__text {
  margin: 0.75em 0 0 1.25em;
}

.triangle {
  width: 9.375em;
  margin-left: 50%;
  left: -4.6875em;
  margin-top: 50%;
  top: -1.40625em;
}
.chargement {
  text-align: center;
  text-transform: uppercase;
  width: 110%;
  left: -5%;
  height: 31.25em;
  top: 1.3125em;
  box-sizing: border-box;
}

.props {
  z-index: 7;
  background-color: rgba(204, 204, 204, 0);
  height: 31.25em !important;
  width: 31.25em !important;
  top: 0em !important;
  margin: 0 1.5625em;
}
.props__item {
  font-size: 0.8125em;
  text-transform: uppercase;
  width: 9.375em;
  height: 9.375em;
  background-color: #ff9800;
  color: #f9f6e7;
  border-radius: 4.6875em;
  border: 5px solid #28282d;
  box-sizing: border-box;
  cursor: pointer;
}
.levels {
  position: absolute;
  z-index: 6;
}
.levels__item {
  overflow: hidden;
  width: 1.5625em;
  height: 1.5625em;
  border-radius: 1.25em;
  border: 0.125em solid #f9f6e7;
  background-color: rgba(249, 246, 231, 0.1);
  position: absolute;
  top: -24em;
  left: 14.6875em;
}
.levels__item:first-child {
  top: -12.5em;
  left: 8.625em;
}
.levels__item:last-child {
  top: -12.5em;
  left: 20.6875em;
}
.levels__number {
  width: 2.0625em;
  height: 2.0625em;
  color: #f9f6e7;
  font-size: 0.75em;
  transition: all 0.5s ease-out;
}
