/* Theme Variables */
:root {
    --custom-color-primary: 3, 70, 56;
    --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: 1 122 62;
    --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/')
}
header, header nav{
  background-color:#0f7333!important;
  color:#fff;
}
header img{
max-height:50px !important;
}
.header__logo-image{
  max-height:5rem;
}
.button--login{
  background:#fff;
  color:#0f7333;
  border-color:#fff;
}
.button--subscribe{
  background:#0f7333;
  color:#fff;
  border-color:#0f7333;
}
.page-home .event-grid{
    background: url("");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.page-home .event-grid:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color:rgba(0, 0, 0, 0.5);
  z-index: 3;
  transition: height .4s ease-out;
  opacity: 1;
}

.event-grid__button, .event-grid__title, .card{
  z-index:10;
}
.event-grid__title{
    color:#034638;
}

.event-grid__button{
    background:#034638;
    border-color:#034638;
    color:#fff;
}

.footer--stadium-go {
    background:#1e1e1e;
    color:#595959;
}

.footer--stadium-go svg{
    width:70%;
}

.page-proposer-un-covoiturage .steps{
    background:#034638;
    color:#fff;
}
.steps .container div span{
    background:#fff;
    color:#034638;
    border:1px solid #fff;
}
.steps .container div:first-child span{
    background:#034638;
    color:#fff;
  border:1px solid #fff;
}

#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%;
}
*/

.hero{
  background: none;
  height: 10rem;
}
.hero__vail, .hero img{
  display:none;
}
.hero__wrapper{
  max-width: 100%;
  padding: 0;
}

.hero__wrapper .heading{
  max-width: 90%;
  margin: auto;
  color:#034638;
}
.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;
}