/* Theme Variables */
:root {
	--custom-color-primary: 0 0 0;
	--custom-color-secondary-light: #d6d9e6;
	--custom-color-secondary-medium: #525b85;
	--custom-color-secondary-deep: #2e404f;
	--custom-color-secondary-foreground: 0 0 0;
	--custom-color-background: #fff;
	--custom-color-background-card: #F0F0F0;
	--custom-color-white: #fff;
	--custom-color-black: #000;
    --custom-color-info:30 96 250;
	--black-mix: 40 40 40;
	--white-mix: 1 1 1;
	--custom-font-sans: "Helvetica";
	--custom-font-serif: "Helvetica";
	--custom-font-accent: "Helvetica;
}

.hero__wrapper h1.heading{
  margin-top:0;
}

.page-home .hero__wrapper h1.heading{
  display:none;
}

header.header {
    border-bottom: 1px solid #424147;
    height: 4.5rem;
}

header .langswitcher {
    top: 0px;
}

header .langswitcher .border-primary {
    border-color: white;
}

header .header__logo-container {
  width: auto;
  min-width: auto;
}

header .header__logo-container img {
    width: 213px;
    max-width: none;
    max-height: none;
    height: 56px;
    aspect-ratio: auto 213 / 56;
}

@media (max-width: 768px) {
  header.header {
    padding: 0;
  }

  header .langswitcher {
    right: 20px;
    left: auto;
  }
}

header, header nav, .event-search-algolia__load-more{
  background:#000;
  color:#fff;
}
.event-search-algolia__load-more [stroke=red]{
  stroke:#fff !important;
}
.button--login{
  border-color: #fff;
  color: #fff;
}
.button--subscribe{
  background:#fff;
  color:#000;
}
.header__logo-image{
    max-height:3.5rem;
}
.event-grid{
    background: #ff6634;
    padding-top: 2.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 0;
}
.hero{
    background: url(https://t.assets-caas.fr/arenaaix/img/hero_banner.png);
    min-height: 325px;
    background-size: 100%;
}
.hero img, .hero__vail{
  display:none;
}

.card-event:not(.event__competition-liqui-moly-starligue){
    padding-top: 1.5rem;
}
.card-event svg path.fill-primary{
   fill:#343543;
}
.card-event__title {
    font-size:1.1rem;
}
.card-event__event-logo {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 10 / 7;
}
.page-inscription #stg-main-container main section:first-child{
display:none;
}

.shuttle_info{
  font-size:.9em;
  margin:0 !important;
}

.page-navettes .custom-page-content{
  padding-bottom:3rem;
}
.event-search-algolia__filter-bar{
  top:70px;
}

#filters{
  display:none
}

.page-comment-venir .customMDX{
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.page-comment-venir .customMDX h2{
  text-align: center;
  margin-bottom: 2rem;
}

#footer {
  background-color: #06050b;
  padding-top: 3rem;
  border-top: 2px solid #7e7d83;
}

#footer > .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1248px;
  position: relative;
  width: 100%;
}

@media (max-width: 1248px) {
  #footer > .container {
    padding: 0 1rem;
  }
}

#footer > .container:first-of-type {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #footer > .container:first-of-type {
    align-items: stretch;
    flex-direction: column;
  }
}

#footer .footer__logo {
  display: flex;
  justify-content: center;
}

#footer .footer__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4vw;
}

@media (max-width: 1024px) {
  #footer .footer__menu {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  #footer .footer__menu {
    display: grid;
    gap: 2rem 0;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }
  .hero{
    min-height: 135px;
  }
}

#footer .footer__menu__list {
  display: none !important;
}

@media (max-width: 1024px) {
  #footer .footer__menu__list {
    display: block !important;
  }
}

#footer .footer__menu ul {
  display: flex;
  flex: 1 1 7.8125rem;
  flex-direction: column;
  list-style: none;
  margin: 0;
  max-width: 1fr;
  min-width: 7.8125rem;
  padding: 0;
}

@media (max-width: 768px) {
  #footer .footer__menu ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: max-content;
    justify-content: space-between;
    width: calc(50% - 1rem);
  }
}

#footer .footer__menu ul li {
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

#footer .footer__menu ul li:last-child {
  margin-bottom: 0;
}

#footer .footer__menu ul li.light {
  font-weight: 300;
}

#footer a.footer_menu__link {
  color: #f5f6f7;
  text-decoration: none;
}

#footer a.footer_menu__link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

#footer .footer__listing-cta {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}

@media (max-width: 1024px) {
  #footer .footer__listing-cta {
    display: none;
  }
}

#footer > .container:last-of-type {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #footer > .container:last-of-type {
    align-items: stretch;
    flex-direction: column;
  }
}

#footer .footer__bandeau {
  align-items: center;
  background-color: #424147;
  border-radius: 1rem;
  display: flex;
  height: 4rem;
  justify-content: space-between;
  margin: 3rem 0;
  padding: 0.5rem;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  #footer .footer__bandeau {
    flex-direction: column;
    height: auto;
    margin: 2rem 0;
    gap: 10px;
  }
}

#footer .footer__bandeau__reseaux {
  display: flex;
  gap: 0 0.5rem;
  width: 100%;
}

#footer .footer__bandeau__reseaux__link {
  align-items: center;
  background-color: #06050b;
  border-radius: 1rem;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}

#footer .footer__bandeau__reseaux__link svg {
  height: 1rem;
  width: 1rem;
}

#footer .footer__bandeau__reseaux__link svg,
#footer .footer__logo a img {
  filter: invert(1) brightness(2) contrast(200%);
}

#footer .btn-normal {
  background-color: #06050b;
  border: 0.0625rem solid #fff;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}

#footer .btn-normal span {
  padding: 0.5rem;
}

#footer .btn-normal span svg {
  margin-right: 0.25rem;
}

#footer .btn-normal span:has(img),
#footer .btn-normal span:has(svg) {
  padding-right: 0.875rem;
}

#footer .btn-normal span + span {
  background-color: #fff;
  color: #06050b;
}

#footer .btn-flip {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

#footer .btn-flip span {
  display: block;
  transition: transform 0.4s;
}

#footer .btn-flip span,
#footer .btn-flip span + span {
  align-items: center;
  display: flex;
  justify-content: center;
}

#footer .btn-flip span + span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(102%);
  width: 100%;
}

#footer .btn-flip:hover:not(.btn-flip-disabled) span {
  transform: translateY(-250%);
}

#footer .btn-flip:hover:not(.btn-flip-disabled) span + span {
  transform: translateY(0);
}

#footer .btn-flip span:first-child svg,
#footer .btn-flip span:first-child svg path {
  fill: #f5f6f7;
}

#footer .btn-flip span + span {
  color: #06050b;
}

#footer .btn-flip span + span svg,
#footer .btn-flip span + span svg path {
  fill: #06050b;
}

#footer .btn-flip span:first-child img {
  filter: brightness(0) saturate(100%) invert(100%);
}

.footer__by-stadium-go {
  color: white;
}
.footer__by-stadium-go{
  justify-content:flex-end;
}
.footer__by-stadium-go svg{
  width:60%;
}

.card-event:not(.event__competition-liqui-moly-starligue) {
    padding: 1em 0 0;
    margin-bottom: 1em
}
.card-event:not(.event__competition-liqui-moly-starligue) .card__content{
  padding:0;
}
.card-event__title {
    margin-bottom: 0;
    margin-top: auto;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.card-event .event__image img {
    width: 100%;
    object-fit: cover !important;
    aspect-ratio: 12/9;
}
.page-inscription svg path{
  fill:#fff;
}