.title-inscription {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.606rem;
  margin-bottom: 2rem;
}
.page-template-page-inscription .trait {
  margin-top: 40px;
  margin-bottom: 40px;
}

.logo-subscription {
  display: none;
}
.logo-subscription--content {
  display: block;
  padding-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .title-inscription {
    font-size: 1.5rem;
  }
  .logo-subscription {
    display: block;
    margin-bottom: -85px;
    position: relative;
    z-index: 99;
  }
  .logo-subscription--content {
    display: none;
  }
}

.text-underline {
  text-decoration: underline;
}

.truncate-3 {
  height: 66px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 557px) {
  .truncate-3 {
    height: 72px;
  }
  .title-inscription {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .truncate-3 {
    height: 72px;
  }
}

/* .truncate-3::after {
  content: "...";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
} */


.bottom-article .title-payant {
  margin-bottom: 1.042rem;
  font-size:  2rem;
  line-height: 2.5rem;
}
.bottom-article h2 + h2 {
    margin-top: 0;
}

.pmpro_payment-expiration label::first-letter {
  text-transform: uppercase;
}
