/* Portes ouvertes - apd 2025 */
:root {
  --tec-font-family-sans-serif: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif !important;
  --tec-font-size-1: 14px !important;
}

.tribe-tickets__rsvp-attendance,
.tribe-tickets__rsvp-actions-rsvp .tribe-common-h2,
.tribe-events-cost {
  display: none !important;
}

.event-tickets .tribe-tickets__rsvp-wrapper {
  max-width: unset !important;
}
.tribe-tickets__rsvp-description {
  font-size: 16px !important;
}
.event-tickets .tribe-tickets__rsvp {
  padding: 15px 20px !important;
}
.event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn {
  max-width: 200px !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
  background: var(--burgo-orange) !important;
  background-color: var(--burgo-orange) !important;
}
.event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn:hover {
  opacity: 0.8 !important;
}
.tribe-tickets__rsvp-title {
  color: var(--burgo-bleu) !important;
}
.event-tickets .tribe-tickets__rsvp-actions-rsvp-going{
  margin-top: 0 !important;
}