main > .topSection {
  background-image: url(../../img/valeurs/top.jpeg);
}
.valueItem {
  margin-bottom: 40px;
}
.valueTitle {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  color: var(--spaPrimary);
  padding-right: 70px;
  margin-bottom: 20px;
}
.valueText > p {
  margin: 0;
}
@media screen and (min-width: 800px) {
  .valuesSection {
    width: 1150px;
  }
  .valueItem {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .valueTitle {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 200px;
    padding: 0;
  }
  .valueText {
    margin-top: 45px;
    height: 85px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }
}
.largeThinImage {
  height: 480px;
  object-position: 50% 50%;
}
