.rui-hero-banner .rui-cta-item {
	margin: 5px 0;
	padding: 1.3em 1.2em;
	font-size: 1.42em;
	border: 1px solid #E9EAEA;
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.spotify-logo{
		max-width: 100px;
	}
}

/* notice */
.donation-notice .row {
	border: 1px solid black;
	border-radius: 13px;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 0px;
	margin-bottom: 3px;
}

.donation-notice img {
	max-width: 60px;
}

.donation-notice .row > div p {
	font-size: 1.3em;
}

@media(min-width: 768px) {
	.donation-notice p {
		padding-right: 15px;
	}
}


/* notice in header */

#donation-notice {
	color: #000;
	margin-top: 11px;
}

#donation-notice button {
	margin-top: 10px;
	margin-right: -7px;
    line-height: 1.3em;
    opacity: 1;
}

#donation-notice .left span:before {
	font-size: 2em;
    color: #035d67;
    line-height: calc(100% + 20px);
}

#donation-notice .right span:before {
	font-size: 0.6em;
}

#donation-notice .right a {
    font-weight: 600;
}

.donation-notice button span {
	display: none;
}
.donation-notice button:after {
	color: #B19800;
	content: '\e812';
	font-family: 'fido-icon';
	font-size: 0.8em;
	font-weight: normal;
}
#donation-notice p {
	margin: 0px;
	font-size: 1.143em;
	margin-left: -40px;
}


@media (max-width: 767px) {
	#donation-notice p {
		margin-left: -15px;
	}
	.donation-notice .row {
		margin-top: 5px;
	}
	#donation-notice {
		margin-top: 0px;
	}
}
@media (min-width: 991px) and (max-width: 1199px) {
	.donation-notice img {
		margin-top: 3%;
	}

	html[lang="fr"] .donation-notice img {
		/*margin-top: 10%;*/
	}
	.donation-notice .row {
		margin-top: 10px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.donation-notice img {
		margin-top: 3%;
	}
	#donation-notice {
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	.donation-notice img {
		margin-top: 1%;
	}

	html[lang="fr"] .donation-notice img {
		/*margin-top: 6%;*/
	}
}