.sms-polynesie-layout {
  min-height: 25rem;
  background-color: #f2f5fc;
}
.sms-polynesie-layout .sms-polynesie-card {
  background-color: var(--white-color);
  border-radius: 5px;
  box-shadow: 0px 0px 25px rgb(217, 217, 217);
  max-width: 30rem;
  min-height: 150px;
}
.sms-polynesie-layout .title {
  font-weight: 700;
  line-height: 2.5rem;
  font-size: 2.3rem;
  color: var(--black-color);
}
.sms-polynesie-layout .sms-polynesie-card-title {
  font-weight: 700;
  font-size: 1.5rem;
}
.sms-polynesie-layout .sms-polynesie-card-text {
  font-weight: 700;
  font-size: 1.5rem;
}
.sms-polynesie-layout span {
  font-size: 4rem;
}

a {
  color: #00d270;
}
a:hover {
  color: #03e179;
}
.line-height1 {
  line-height: 1.1;
}
.line-height2 {
  line-height: 1.2;
}
.top30 {
  position: relative;
  top: 30px;
}

@media only screen and (max-width: 991px) {
  .sms-polynesie-layout .title {
    font-size: 2rem;
  }
}