/* Theme Variables */
:root {
	--custom-color-primary: 170 17 36;
	--custom-color-secondary-light: #d6d9e6;
	--custom-color-secondary-medium: #525b85;
	--custom-color-secondary-deep: #2e404f;
	--custom-color-typo: #164F63;
	--custom-color-background: #fff;
	--custom-color-background-card: #F0F0F0;
	--custom-color-white: #fff;
	--custom-color-black: #000;
	--black-mix: 40 40 40;
	--white-mix: 1 1 1;

	--custom-font-sans: "Helvetica";
	--custom-font-serif: "Helvetica";
	--custom-font-accent: "Helvetica";
}

header img{
max-height:70px !important;
 }




.card-event__title {
text-transform:none
}
.event-grid__title{
   margin-top:3rem;
   margin-bottom:3rem;
}
.card-event__event-logo{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.page-inscription #stg-main-container main section:first-child{
display:none;
}
.page-proposer-un-covoiturage .steps{
background-color:#aa1124;
color:#fff;
}
.page-proposer-un-covoiturage .steps .currentStep{
background:#1A1A1C;
border:1px solid #fff;
}
.page-proposer-un-covoiturage .steps .otherStep{
border-color:#aa1124;
color:#aa1124;
}
.md\:before\:h-60:before{
background:url('https://www.fcn.de/typo3conf/ext/dfau_fcn/Resources/Public/Images/BG_Relaunch-20-21.jpg?1700482789');
background-position-y: -450px;
    background-size: 100%;
}




.footer--stadium-go {
background:#333;
color:#fff;
padding:2em
}
.footer__navigation {
display:flex;
justify-content: center;
    gap: 1em;
    margin-bottom: 1em;
}
.card-event__time {
display:none
}
.footer__by-stadium-go svg{
    width: 60%;
}
.footer__by-stadium-go{
    padding-left:5%;
}
.page-evenements h1{
font-size:2rem;
}