#banner-app-mobile {
	background-color: #f3b000;
	padding: 10px 15px 15px 30px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-family: sans-serif;
	background-image: -moz-linear-gradient(0deg, rgb(237, 162, 0) 0%, rgb(202, 15, 138) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(237, 162, 0) 0%, rgb(202, 15, 138) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(237, 162, 0) 0%, rgb(202, 15, 138) 100%);
}

#banner-app-mobile a {
	text-decoration: none;
}
#banner-app-mobile #content {
	padding: 5px 10px;
}
#banner-app-mobile #download {
	background-color: #232222;
	padding: 12px 10px;
	color: #fff;
	width: fit-content;
	text-transform: uppercase;
	border-radius: 4px;
}
#banner-app-mobile #close {
	position: absolute;
	left: 10px;
	top: 14px;
	font-size: 28px;
	font-weight: normal;
}

#banner-app-mobile img {
	width: 42px;
	margin-left: 10px;
}

#logo_appli {
	background-image: url('/ips-repositories/operator/27936514/commons/images/icon_appli.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
	width: 50px;
	height: 40px;
	padding: 5px;
	margin-left: 10px;
}
