@charset "UTF-8";
/**
 * @file app-abonnement.scss
 * @description Styles spécifiques pour la page Abonnement actif (App)
 */
/**
 * @file _tokens.scss
 * @description Variables de design (couleurs, typo, espacements, breakpoints)
 */
#page-app-abonnement .abonnement__contrat {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid #323232;
  font-size: 0.875rem;
}
#page-app-abonnement .abonnement__details .detail-row {
  padding-block: 0.75rem;
  font-size: 0.875rem;
}
#page-app-abonnement .abonnement__action {
  justify-self: center;
}
#page-app-abonnement .abonnement__privileges {
  background-color: #F48C34;
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.75rem;
}
#page-app-abonnement .abonnement__privileges h3 {
  font-size: 1.125rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#page-app-abonnement .abonnement__tarif {
  font-size: 0.81rem;
  color: #646464;
  text-align: right;
  margin: 0;
  line-height: 1.4;
}
#page-app-abonnement .abonnement__desabonnement {
  background-color: #CDCDCD;
  color: #646464;
}