#pianoInlineForm.loading,
#pianoScreen,
#pianoAboOfferScreen,
#post-login-form {
  display: none;
}
.pwlled .entry-content > * {
  display: none;
}
.pwlled .entry-content #pianoInlineForm {
  display: block !important;
}

.piano-screen-container {
  padding: 15px 0 50px 0;
}

.pwlled #post-login-form {
  border: 1px solid #cfd8dc;
  display: inline-block;
  width: 100%;
  max-width: 510px;
  padding: 0 5px 5px 5px;
  background: #fff;
}

#pianoScreenIntro h1 {
  font-size: 25px;
  text-align: center;
  max-width: 510px;
  background: #cfd8dc;
  color: #263238;
  width: 100%;
  margin: 0;
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: normal;
}

#pianoScreenIntro h1.piano-intro-title-fw {
  width: 100%;
  max-width: 100%;
}

.piano-intro-container {
  padding: 15px;
  border: 1px solid #cfd8dc;
}

/* piano */
.pw-excerpt {
  position: relative;
}
.pw-excerpt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(transparent -88px, #fafafa);
  background: rgb(250, 250, 250);
  background: linear-gradient(
    180deg,
    rgba(250, 250, 250, 0) 0%,
    rgba(250, 250, 250, 0.7) 50%,
    rgba(250, 250, 250, 1) 100%
  );
}

.story-preview {
  padding-bottom: 2px;
}
.piano-paywall {
  margin-bottom: 1rem;
}

.is-hidden {
  display: none;
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.is-preview {
  display: block;
  visibility: visible;
}
.is-preview {
  position: relative;
}
.is-preview:before {
  background: linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.96) 75%
  );
  content: "";
  height: 100%;
  left: -8px;
  position: absolute;
  right: -8px;
  top: 0;
  z-index: 3;
}
@media (min-width: 992px) {
  .is-preview:before {
    left: 0;
    right: 0;
  }
}

h1.Title_art img.article-paywall-icon {
  width: 30px; /* 2.5rem */
  height: 30px; /* 2.5rem */
  margin-top: 0.75rem;
}
h2.Title_art img.article-paywall-icon {
  width: 1.4rem;
  height: 1.4rem;
}
.feat-column1 h2.Title_art img.article-paywall-icon {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.75rem;
}
.feat-column2 h2.Title_art img.article-paywall-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.25rem;
}
h3.Title_art img.article-paywall-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.2rem;
}
h3.search-result__title img.article-paywall-icon {
  width: 1.2rem;
  height: 1.2rem;
}
.block-article-lies .Title_art img.article-paywall-icon,
.block-article-plus .Title_art img.article-paywall-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.2rem;
}
.ap-StoryListTags {
  align-items: center;
  color: #656565;
  display: flex;
  flex-wrap: wrap;
  /*font-family: Lato,Helvetica Neue,Helvetica,Arial,sans-serif;*/
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.ap-StoryListTags-item--giftArticle {
  align-items: center;
  /* background-color: #f7b500; */
  background-color: #ffeb3b;
  border-radius: 9999px;
  bottom: .75rem;
  color: #1d1d1b;
  display: flex;
  font-size: .8125rem;
  line-height: 1;
  padding: .2rem .75rem;
  right: .75rem;
}

.desc-header-actu .ap-StoryListTags {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.content-grid-article .ap-StoryListTags,
.search-results .ap-StoryListTags {
  margin-bottom: 0.25rem;
}

.article-offert-label{
  display:none;
}
