/* Logo Visibility Fix — EOGEN Digital */

/* Fond sombre sur le header principal */
.ast-primary-header-bar,
.main-header-bar,
.site-header {
	background-color: #1A1A1A !important;
}

/* Header transparent : forcer fond sombre */
.ast-header-break-point .main-header-bar,
.ast-transparent-header .main-header-bar {
	background-color: #1A1A1A !important;
}

/* Logo : taille et visibilité garanties */
.ast-site-identity img.custom-logo,
.ast-site-identity .custom-logo-link img,
.site-branding img,
.ast-logo-container img {
	max-width: 160px !important;
	height: auto !important;
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important;
}

/* Ombre portée pour renforcer la lisibilité */
.ast-site-identity img.custom-logo,
.ast-site-identity .custom-logo-link img {
	filter: drop-shadow(0px 0px 4px rgba(197, 160, 89, 0.4));
}

/* Header sticky : même fond sombre */
.ast-sticky-active .main-header-bar,
.stuck .main-header-bar {
	background-color: #1A1A1A !important;
}

/* Mobile header */
.ast-mobile-header-wrap .main-header-bar,
.ast-mobile-header-stack .main-header-bar {
	background-color: #1A1A1A !important;
}
