.section-services.nolune .lune {
  display: none;
}
.section-services .introduction {
  text-align: center;
  margin-bottom: 15px;
}
.section-services .introduction p {
  margin: 0 auto 20px;
  max-width: 800px;
}
.section-services .rowcenter {
  justify-content: center;
}
.section-services .rowcenter > div {
  margin-bottom: 15px;
}
.section-services .col-xxl-2:nth-child(1) .colonne,
.section-services .col-xxl-2:nth-child(5) .colonne {
  background: linear-gradient(180deg,#a8bdce 0%,#889baa 100%);
}
.section-services .col-xxl-2:nth-child(2) .colonne,
.section-services .col-xxl-2:nth-child(3) .colonne {
  background: linear-gradient(180deg,#b7d1cb 0%,#9abab3 100%);
}
.section-services .col-xxl-2:nth-child(3) .colonne {
  background: linear-gradient(180deg,#fcd59d 0%,#edbe7d 100%);
}
.section-services .col-xxl-2:nth-child(4) .colonne {
  background: linear-gradient(180deg,#9eceeb 0%,#9fb9c9 100%);
}
.section-services .colonne {
  padding: 40px 20px 55px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-services .colonne .lune {
  position: relative;
  margin: 0 auto 30px;
  height: 77px;
  width: 66px;
}
.section-services .colonne .lune i {
  position: absolute;
  font-size: 77px;
  left: 0;
  top: 0;
}
.section-services .colonne .lune i:before {
  color: #ffffff;
}
.section-services .colonne .lune span {
  position: absolute;
  font-family: 'Backto', cursive;
  font-size: 3rem;
  line-height: 4.6rem;
  color: #ffffff;
  left: 36px;
  top: 16px;
}
.section-services .colonne h3 {
  margin-bottom: 25px;
  text-align: center;
  word-break: break-word;
  font-size: 2.3rem;
}
.section-services .colonne p {
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .section-services .colonne {
    padding: 30px 20px 20px;
  }
}
