#pub1-desktop, #pub2-desktop {
	visibility: visible !important;
}

.annonce-entry-header-actions li:hover a {
	color: #616161 !important;
	text-decoration: none !important;
	transition: background 0.4s ease-in-out 0s, border 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s !important;
}

.annonce-entry-bottom h3 {
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 18px;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 14px;
}

.label {
	border-radius: inherit;
	color: inherit;
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: inherit;
	text-align: inherit;
	vertical-align: inherit;
	white-space: inherit;
}

.btn-blue:hover, .btn-blue:focus {
	color: #fff !important;
}
.btn-outline-orange:hover, .btn-outline-orange:focus {
	color: #e75e0a !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus  {
	background: #004994;
}
.btn-primary:hover  {
	background: #0056ae;
	transition: background 0.4s ease-in-out 0s, border 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
}