.topContainer.prestaTopContainer {
  background-image: url(../img/prestations/image1.png);
}
.topContainer.valuesTopContainer {
  background-image: url(../img/valeurs/image1.png);
  background-position: 65% 50%;
}
.topContainer > div > h2 {
  background-color: #00000077;
}
.iconTitle {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: calc(20vw - 2px);
  min-height: 130px;
  max-height: 200px;
}
main > #valuesIconsContainer {
  padding: 65px 0 0 0;
  gap: 0;
}
.altTextContainer .subTitleContainer > h3 {
  background-color: var(--heritageSecondaryBeige);
}
.altTextContainer .subTitleContainer > .titleLine {
  background-color: var(--heritageBrown);
}
.iconTitle > .iconContainer {
  margin: 0;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: var(--heritageBlack);
}
.altValueContainer > .iconTitle > .iconContainer {
  background-color: transparent;
}
.iconTitle > .iconContainer > p {
  margin: 0;
}
.line {
  position: absolute;
  bottom: 50%;
  background-color: var(--heritageWhite);
  padding: 1px;
  width: 33%;
  max-width: 100px;
  z-index: 1;
}
.leftLine {
  left: 0;
}
.rightLine {
  right: 0;
}
.bolt {
  position: absolute;
  bottom: 80px;
  right: 40px;
}
.horizontalContainer {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.horizontalContainer > img {
  width: 90%;
  object-fit: contain;
  border-radius: 13px;
}
.horizontalContainer > p {
  text-align: justify;
  font-size: 16px;
  line-height: 190%;
  margin: 0;
  font-weight: 400;
  width: 100%;
}
main > .altTextContainer {
  background-color: var(--heritageSecondaryBeige);
  color: var(--heritageBrown);
}
.linkContainer {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.linkContainer > .buttonLink {
  background-color: var(--heritageBrown);
  border-color: var(--heritageBrown);
  width: 100%;
  padding: 8px 0 0 0;
}
.linkContainer > .buttonLink:hover {
  background-color: var(--heritageBeige);
  border-color: var(--heritageBeige);
}
main .focusSection {
  margin-top: 40px;
  justify-content: space-evenly;
}
.focusSection > .buttonLink {
  padding: 8px 0 0 0;
}
.valueContainer {
  width: 100%;
  padding: 20px 65px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.altValueContainer {
  background-color: var(--heritageSecondaryBeige);
  color: var(--heritageBlack);
}
@media screen and (min-width: 800px) {
  .topContainer.valuesTopContainer {
    background-position: center;
  }
  .line {
    max-width: 480px;
  }
  #valuesIconsContainer > p {
    width: fit-content;
    margin-bottom: 40px;
  }
  .valueContainer {
    height: 425px;
    justify-content: center;
  }
  .horizontalContainer {
    max-width: 1200px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
  .horizontalContainer > img {
    max-width: 500px;
    border-radius: 20px;
  }
  .horizontalContainer > p {
    font-size: 20px;
  }
  .linkContainer > .buttonLink {
    max-width: 740px;
  }
  .bolt {
    bottom: 160px;
    right: 40px;
  }
  main .mobileVersion {
    display: none;
  }
  main > .prestaBottomContainer {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0 auto;
    padding: 0 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
  }
  .prestaBottomContainer > .focusSection {
    margin: 0;
  }
  .focusSection > .buttonLink {
    padding: 8px 100px 0 100px;
  }
  .prestaBottomContainer > img {
    height: 400px;
    object-fit: contain;
    border-radius: 20px;
  }
}
