/* veNet : DO NOT CHANGE - CSS CREATED DYNAMICALLY */
.head-item-link a { padding:4px var(--head_top_item_pad); height:100%; display:flex; align-items:center; }
.head-item-nolink { padding:4px var(--head_top_item_pad); }
#header .social-icons { display:flex; gap:10px; }
#header .social-icons a { width:45px; min-width:45px; height:45px; min-height:45px; }
#header .social-icons a svg { width:16px; height:16px; }
#header .social-icons > a { border-radius:50%; }
.menu-langs a { display:flex; justify-content:center; align-items:center; }
.menu-langs.vl_image a { gap:10px; padding:2px; border-radius:50%; overflow:hidden; border:1px solid transparent; transition:border 0.2s ease-out; }
.menu-langs.vl_image a:hover { border:1px solid #ccc; }
.menu-langs.vl_text a > span { display:flex; align-items:center; gap:5px; }
.menu-langs.vl_both a { gap:2px; }
.menu-langs { margin:0; display:flex; gap:15px; }
.menu-langs.vl_image a img { border:1px solid #666; border-radius:50%; height:auto; width:26px; min-width:26px; }
.menu-langs.vl_both a img { height:auto; width:22px; min-width:22px; }
#header-logo, #header-logo-sec { width:auto; height:auto; padding:0; display:flex; align-items:center; }
#header-logo a, #header-logo-sec a { height:auto; display:inline-flex; justify-content:flex-start; align-items:center; }
#header-logo img { display:block; width:auto; height:66px; max-height:66px; }
#header-logo-sec img { display:block; width:auto; height:52px; max-height:52px; }
#header-menu-button { position:relative; display:flex; align-items:center; height:100%; }
#header-menu-button a { border-width:1px; border-style:solid; width:0; min-width:0; color:var(--text_color); background-color:var(--body_bgcolor); border-color:var(--text_color); padding:6px 18px; }
#header-menu-button a:hover { color:var(--body_bgcolor); background-color:var(--text_color); border-color:var(--text_color); }
.header-message { justify-content:center; text-align:center; margin:0 auto; max-width:780px; }
@media all and (max-width:999px) {
	#header-logo img { height:40px; max-height:40px; }
}


/* EXTERNAL */




/* MAP */
.header-map-pin a { height:auto; }
.header-map-pin span { margin-left:5px; white-space:nowrap; }
body.user-mobile .header-map-pin a { height:100%; }

/* PHONE */
.header-phone a { height:auto; }
.header-phone span { margin-left:2px; white-space:nowrap; }
body.user-mobile .header-phone a { height:100%; }

/* SEARCH */
#header-search { justify-content: center; width:100%; }
#header-search label { height:100%; }
#header-search form { height:35px; display: flex; align-items: center; }
#header-search input[type="search"] { height: 100%; width: 320px; border: 1px solid #666; border-right:none; font-size: 17px; padding: 0 11px; }
#header-search button { height:100%; width:auto; aspect-ratio:1/1; border-radius: 0; border: 1px solid #666; padding:0; }
#header-search svg { width:16px; height:16px; }

/* ESPA */
#header-espa { height:100%; padding:4px 0; }
#header-espa a { height:100%; }
#header-espa img { height: 100%; max-height: 42px; width: auto; }





 



