*{margin: 0;}

html, body {
    overflow: auto !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none !important;
}


@font-face {
    font-family: 'Grotesk';
    src: url('font/ABCMonumentGrotesk-Bold-Trial.woff2') format('woff2'),
         url('font/ABCMonumentGrotesk-Bold-Trial.woff') format('woff'),
         url('font/ABCMonumentGrotesk-Bold-Trial.otf') format('opentype');
    font-weight: bold; 
    font-style: normal; 
  }


  @font-face {
    font-family: 'ABCMonumentGroteskk';
    src: url('font/ABCMonumentGrotesk-Medium-Trial.otf') format('opentype'),
         url('font/to/ABCMonumentGrotesk-Medium-Trial.woff') format('woff'),
         url('font/to/ABCMonumentGrotesk-Medium-Trial.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

main{
    padding-top: 9%;
    grid-template-columns: repeat(5, 1fr);
    padding-left: 1%;
    padding-right: 1%;
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    height: 74vh;
    column-gap: 1%;
    overflow-x: hidden;
    font-family: grotesk;
    font-size: 1.9vh;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    word-spacing: 0px;
    text-align: justify;
    padding-bottom: 3%;
}

a{
    text-decoration: none;
    
}


a:hover {
 color: blue;
}



a:visited{
    text-decoration: none;
    color: black;
}

.boxheader{
height: 10vh;
width: 100vw;;
font-family: "Noto Sans Mono", monospace;
font-size: 1vh;
position: fixed;
z-index: 9;
background-color: white;
}


.logo{
    width: 11vh;
    margin-top: 1vh;
    }
    
    .boxtop{
        height: 38%;
        display: flex;
        justify-content: center;
        justify-content: space-between;
        padding-left: 1%;
        padding-right: 1%;
    }
    

.boxbot{
height: 50%;
width: 18.7vw;
display: flex;
justify-content: center;
justify-content: space-between;
padding-left: 1%;

}


.midbox{
    display: flex;
    align-items: center;
    width: 18vw;
    justify-content: space-between;
    padding-bottom: 1%;
    padding-left: 13%;
    padding-top: 0.4%;
}



.midcontact{
    grid-column-start: 3;
    margin-left: 44%;
    text-align: end
}

.rightbox{
display: flex;
align-items: center;
width: 19vw;
justify-content: space-between;
padding-bottom: 1%;
padding-top: 0.4%;
}


.inboxleft{
height: 100%;
width: 30%;
align-items: flex-end; 
display: flex;
color: blue;
}



.inboxright{
height: 100%;
width: 50%;
display: flex;
align-items: flex-end; 
justify-content: space-between;
color: blue;
    }



#contact:hover{
color: blue;
}


#ticket:hover{
    color: blue;
}


#index:hover{
    color: blue;
}



#name{
    color: blue;
}


#info:hover{
    color: blue;
}


#cn:hover{
    color: blue;
}

#kr:hover{
    color: blue;
}



.leftcontact{
    grid-column-start: 2;
}


.rightcontact{
    grid-column-start: 5;
}



.blue{
    color: blue;
}



.contactt:hover{
    color: blue;
}

.jobs:hover{
    color: blue;
}

.sales:hover{
    color: blue;
}

.press:hover{
    color: blue;
}

.number:hover{
    color: blue;
}

.number1:hover{
    color: blue;
}


.insta:hover{
    color: blue;
    text-decoration: none;
}

.wechat:hover{
    color: blue;
}


a:visited {
  
    text-decoration: none; /* Enlève le soulignement */

}


a:active {
    color:blue;
    text-decoration: none;
}