/* Theme Variables */
:root {
    --custom-color-primary: 8 102 51;
    --custom-color-primary-foreground: 255 255 255;
    --custom-color-secondary: 248 106 63;
    --custom-color-secondary-foreground: 255 255 255;
    --custom-color-secondary-light: #71A889;
    --custom-color-secondary-medium: #3C725B;
    --custom-color-secondary-deep: #214738;
    --custom-color-success: 0 172 114;
    --custom-color-typo: #164F63;
    --custom-color-background: #F5F5F4;
    --custom-color-background-card: #DEE6E1;
    --custom-color-white: #fff;
    --custom-color-black: #000;
    --black-mix: 40 40 40;
    --white-mix: 1 1 1;
    --radius: 0.2rem;
    --custom-font-sans: "Helvetica";
    --custom-font-serif: "Helvetica";
    --custom-font-accent: "Helvetica";
}

@font-face {
    font-family: "";
    src: url('https://t.assets-caas.fr/')
}

.hero{
  background: none;
  height: 10rem;
}
.hero__vail, .hero img{
  display:none;
}
.hero__wrapper{
  max-width: 100%;
  padding: 0;
}
.header__logo-image{
  max-height:4rem;
}
.hero__wrapper .heading{
  max-width: 90%;
  margin: auto;
  color:#086633;
}
.hero__wrapper .heading span{
  text-shadow:none;
}

.CarpoolMap__Homepage{
  width: 90%;
  height:28rem;
  margin-left: auto;
  margin-right: auto;
}

.CarpoolMap__Homepage div div{
  border-radius:10px;
}

.event-grid__title{
    color:#fff;
}

.event-grid__button{
    background:#000;
    border:#000;
    color:#fff;
}

.footer--stadium-go {
    background:#086633;
    color:#fff;
}

.footer--stadium-go svg{
    width:70%;
}

.page-proposer-un-covoiturage .steps{
    background:#086633;
    color:#fff;
}
.steps .container div span{
    background:#086633;
    color:#fff;
    border:1px solid #fff;
}
.steps .container div:first-child span{
    background:#fff;
    color:#086633;
}

/* Hide filters bloc
#filters{
  display:none;
}
*/

/* Only for 2 cards events
.event-grid .cards-grid__grid,
.page-proposer-un-covoiturage .cards-grid__grid,
.page-evenements .cards-grid__grid{
  width: 66.666667%;
}
*/