<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header #nav {
    background-color: transparent;
    border-color: transparent;
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

/* .tableLoginPACol1 {
    font-size: 20px;
    color: #3765f4;
    border: 1px solid black; */
  }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #047F62;
    border-radius: 10px;
}

#titleMenuPanier, #titleMenuLogin, #titleMenuCodePromo, #titleMenuCode {
    color: #B11739;
    background-color: #fff;
    letter-spacing: 1px;
    padding: 10px;
    background-position: left;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
}

.eventsCalendar-day.dayWithEvents a.active {
    background: #f70000;
    color: #ffffff;
}

.eventsCalendar-list li .eventTitle.active {
    background: #f70000;
    color: #ffffff;
}

.main-content {
    background: #ffffff;
    max-width: 1170px;
    padding-top: 20px;
	font-size: 1.2rem;
}
#PanierPlanSalle li a {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: bolder;
    font-size: 1.4rem;
}

#cookieConsentWrapper {
  background-color: #810013;  /* Dunkles Rot fÃ¼r den Hintergrund */
  color: #ffffff;             /* WeiÃŸe Schrift fÃ¼r guten Kontrast */
  padding: 1rem;              /* Etwas Innenabstand */
  font-family: sans-serif;   /* Saubere, gut lesbare Schrift */
  font-size: 14px;
}

/* Stil fÃ¼r Links innerhalb des Cookie-Hinweises */
#cookieConsentWrapper a {
  color: #FFDADA;             /* Helles Rosa fÃ¼r gute Lesbarkeit auf Rot */
  text-decoration: underline; /* Optional: sichtbar als Link */
}

/* Optional: Hover-Farbe fÃ¼r Links */
#cookieConsentWrapper a:hover {
  color: #ffffff;
}





</pre></body></html>