@charset "utf-8";
/* CSS Document */
#header {
  width: 100%;
  left: 0px;
  right: 0;
  top: 0px;
  color: #000;
  position: fixed;
  z-index: 9;
  transition: all 0.3s;
}

#header-inner {
  width: auto;
  display: block;
  margin: 0px auto;
  padding: 0;
  left: 0;
  right: 0;
  opacity: 1;
  height: auto;
  transition: all 0.3s;
  background-color: #FFF;
}
.header-box {
    width: 100%;
    margin: 0 auto;
    padding:10px 0;
    display: flex;
    flex-direction: column;
    max-width: none;
    align-items: center;
}
.header-box i {
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}
.header-box img{
max-height: 20px;
border-radius: 0;
}

.header-box-col.contact{
display: flex;
}
.contactme,.followme{
display: none;
column-gap: 20px;
padding: 0;
}
.contactme a,.followme a{
display: flex;
column-gap: 10px;
align-items: center;
}
.contactme .link-mail{
border-left: 1px solid #FFF;
padding-left: 20px;
}
.selectlang img{
max-height: 16px;
border-radius: 0;
}

#header-inner-logo{
transition: all 0.5s;
transform-origin: bottom;
padding: 0;
}
#header-inner-logo.active{
padding: 0;
}

#header-inner-logo img {
    max-height: 55px;
    transition: all 0.5s;
    transform-origin: center;
}

