/**
 * Éditorial — intro « Nos Coulisses »
 * Même traitement typographique que l'intro Nos Conseils
 * (voir reviews/conseils-form.css : .cg-nom / .cg-txt / .cg-marque).
 */

.cc-bloc {
  max-width: 720px;
  margin: 3.4rem auto 3rem;
  padding: 0 1.4rem;
}

.cc-nom {
  font-family: var(--brand-font-heading);
  font-size: 1.24rem;
  line-height: 1.78;
  color: #2e2a28;
  margin: 0 0 1.2rem;
}

.cc-marque {
  font-family: var(--brand-font-heading);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-style: normal;
}

.cc-txt {
  font-family: var(--brand-font-body);
  font-size: .9rem;
  line-height: 1.95;
  color: #5a524e;
  margin: 0;
  text-align: justify;
}

@media (max-width: 820px) {
  .cc-bloc {
    margin: 2rem auto 2.2rem;
  }

  .cc-nom {
    font-size: 1.06rem;
    line-height: 1.7;
  }
}
