<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Barlow+Semi+Condensed:wght@500&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500&amp;display=swap");
@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";
.fiche-trente {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  color: black;
  margin: 55px 0 35px;
  max-width: 720px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #D9D9D9;
}
@media (min-width: 768px) {
  .fiche-trente {
    flex-direction: row;
    justify-content: space-between;
    margin: 35px auto;
  }
}
@media (min-width: 768px) {
  .fiche-trente .trente-contenu {
    flex-basis: 49%;
  }
}
.fiche-trente .trente-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 0.75/1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .fiche-trente .trente-image {
    flex-basis: 49%;
    margin-bottom: 20px;
  }
}
.fiche-trente .trente-image img {
  width: 100%;
  max-width: initial;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.fiche-trente .trente-entete {
  color: #FF4E00;
  background: #D9D9D9;
  padding: 6px 12px 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.fiche-trente .trente-entete .trente-numero {
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 200;
  font-size: 100px;
  line-height: 100px;
  margin-right: 13px;
}
.fiche-trente .trente-entete .trente-details {
  padding-top: 15px;
}
.fiche-trente .trente-entete .trente-nom, .fiche-trente .trente-entete .trente-prenom {
  font-weight: 900;
  font-size: 22px;
  line-height: 26px;
}
.fiche-trente .trente-entete .trente-age {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}
.fiche-trente .trente-description {
  margin: 15px 20px 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .fiche-trente .trente-description {
    padding: 0 0 0 10px;
  }
}
.fiche-trente .trente-description .pastille {
  display: inline-block;
  padding: 0 3px 0 5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 19px;
  transform: translateY(-3px);
  text-align: center;
  letter-spacing: 0.11em;
  margin-right: 5px;
  background-color: #FF4E00;
  color: #FFFFFF;
}
.fiche-trente .trente-description .credit-photo {
  font-weight: 400;
  font-size: 13px;
  line-height: 145%;
  color: rgba(0, 0, 0, 0.4);
  margin: 18px 0;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>