@font-face {
    font-family: 'Zodiac Sans';
    src: url('https://cdn.greenpeace.fr/fonts/zodiac/zodiac.eot');
    src: url('https://cdn.greenpeace.fr/fonts/zodiac/zodiac.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.greenpeace.fr/fonts/zodiac/zodiac.woff2') format('woff2'),
        url('https://cdn.greenpeace.fr/fonts/zodiac/zodiac.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}


#mg-compteur-generosite {
background-color: #1b3f89;
color: #fff;
padding: 2rem 2rem;
font-size: 1rem;
margin-bottom: 1rem;
}

@media (min-width: 600px) {
	#mg-compteur-generosite {
		padding: 2rem 4rem;
	}
}

.mt-xl {
margin-top: 1.5rem;
}

.fg-white {
	color: #fff !important;
}

.text-center {
	text-align: center;
}

#mg-compteur-generosite .img-header img {
	width: 100%;
	height: auto;
	max-width: 491px;
	margin: 0 auto 2rem;
}

#mg-compteur-generosite .merci {

}

#mg-compteur-generosite .objectif-num {
color: #fff;
font-size: 2rem;
font-weight: bold;
padding: 0 .5rem;
}

@keyframes slide {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

#mg-compte-rebours {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
	margin-top: 2rem;
	font-size: 1rem;
}

@media (min-width: 600px) {
	#mg-compte-rebours {
		font-size: 2em;
	}
}

#mg-compte-rebours > * {
font-size: 1.25em;
font-weight: bold;
margin: 0 .12em;
display: flex;
flex-direction: column;
align-items: center;
}

#mg-compte-rebours .labl {
	text-transform: uppercase;
	font-size: .6rem;
}

#mg-compte-rebours .rebours-number {
	display: flex;
}

#mg-compte-rebours .rebours-number div {
	font-variant-numeric: tabular-nums;
	background: #66cc00;
	background: linear-gradient(180deg, #66cc00 0%, #66cc00 49.5%, #1b3f89 49.5%, #1b3f89 50.5%, #66cc00 50.5%, #66cc00 100%);
	font-family: 'Zodiac Sans', sans-serif;
	width: 1.4ch;
	text-align: center;
}

#mg-compte-rebours .rebours-number div:first-child {
	margin-right: 3px;
}

#mg-list-donateurs {
	overflow: hidden;
	display: flex;
	text-transform: lowercase;
	color: #fff;
	position:relative;
	font-size: 87.5%;
}

#mg-list-donateurs::before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-image: linear-gradient(to right, #263592 0%, transparent 30%, transparent 70%, #263592 100%);
}


#mg-list-donateurs > * {
	display: flex;
	animation: 160s linear infinite slide;
}

#mg-list-donateurs > * > * {
	white-space: nowrap;
	padding: .5em .5em;
	display: flex;
	align-items: center;
}

#mg-list-donateurs > * > *::before {
	content: "";
	display: block;
	border-radius: 99999px;
	background-color: #fff;
	width: .2em;
	height: .2em;
	margin-right: 1em;
}


#mg-compteur-generosite .jauge-donateurs {
	display: flex;
	align-items: center;
	margin-bottom: .5rem;
	margin-top: 2rem;
}


#mg-jauge {
	position: relative;
	overflow: hidden;
	border-radius: 99999px;
	flex-grow: 1;

}

#mg-jauge::before {
	content: "";
	box-shadow: 0 2px 3px 0 inset rgba(0, 0, 0, .4);
	border-radius: 99999px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	pointer-events: none;
}


#mg-compteur-generosite .jauge-bg {
	height: 1rem;
	background-color: #FEFEFC;

}

#mg-compteur-generosite .jauge-fg {
	height: 100%;
	width: 0;
	transition: width 1s;
	background: linear-gradient(90deg, #ffd200 0%, #66cc00 80%, #66cc00 100%);
	position: relative;
}


#mg-compteur-generosite .jauge-fg::after {

}

#mg-compteur-generosite .jauge-wrapper {
	position: relative;
	flex-grow: 1;
}

#mg-compteur-generosite .curseur {
	/* position: absolute; */
	z-index: 3;
	/* top: 50%; */
	width: 3.5rem;
	height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999rem;
	background-color: #fff;
	transform: translate3d(-50%,-50%, 0) translateY(-7px);
	color: #fff;
	font-weight: 600;
	background-image: url(./coeur.svg);
	background-position: center 67%;
	background-size: 81%;
	background-repeat: no-repeat;
}

#mg-compteur-generosite .curseur.big {
	width: 4rem;
	height: 4rem;
}

#mg-compteur-generosite .jauge-curseur {
	display: flex;
	height: 0;
}

#mg-compteur-generosite .curseur-padding {
	height: 1px;
	width: 0;
	transition: width 1s;
}

.capitalize {
	text-transform: capitalize;
}