/* @page {

    size: landscape;
    size: A4;
    margin: 0px;

} */


@font-face {
  font-family: 'Lobster';
  src: url("/fonts/Lobster-Regular.ttf");
  font-display: swap;
}


@font-face{
  font-family: 'Varela Round';
  src: url("/fonts/VarelaRound-Regular.ttf");
  font-display: swap;
}


@font-face{
  font-family: 'Galada';
  src: url("/fonts/Galada-Regular.ttf");
  font-display: swap;
}


*{

    margin: 0px;
    padding: 0px;
    font-family: 'Varela Round', sans-serif;
    color: black;

}


  html, body {
    margin:0;
    padding:0;
    page-break-after: avoid;
    page-break-before: avoid
  }
  
  
  footer, .home { display:none }
 
  
  main {
  
    margin: 0;
    /*footer toujours en bas 128.333 hauteur de la navbar, 270.2 hauteur du footer */
    min-height: calc(100vh - 128.333px - 270.2px); 
    /* font-weight: 800; */
  
  }
  
  

/* .navbar{

    width: 1000px !important;

} */
  
  
  
  /* #Navbar */
  
  
  .navbarContainer{
  
    border-bottom: 2px solid #02C195;
  
  }

  
  
  .navbrandsj >a:link{
  
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    font-family: 'Lobster', cursive;
    color: black;
  
  }
  
  
  .navbrandsj >a:visited{
  
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    color: black;
  
  }
  
  
  .navbrandsj >a:hover{
  
    background: linear-gradient(to right,
    #00DFAC,
    #02C195
    );
    background-clip: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
  }
  
  
  .navbrandsj img{
  
    height: 22px;
    width: 24px;
    margin-left: 1px;
    margin-top: 5px;
  
  }
  
  
  .navbrandsj-p{
  
    font-size: 12px;
    letter-spacing: 1.2px;
    font-style: italic;
    color: black;
  
  }
  
  
  /* #MENU NAVBAR */
  
  .nav-item div{
  
    height:80px;
    display:table-cell;
    vertical-align : middle !important;
  
  }
  
  
  .nav-itemsj a:link {
  
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.2px;
    color: black;
    
  }
  
  
  .nav-itemsj a:visited{
  
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.2px;
    color: black;
    
  }
  
  
  .nav-itemsj a:hover {
  
     color: white;
     background: linear-gradient(to right,
     #00DFAC,
     #02C195);
     font-size: 16px;
     border-radius: 10px;
  
  }
  
  
  .nav-link:active {
  
    color: black;
  
  }
  
  
  
  /* #LOGIN BUTTON */
  
  #navLoginsj{
  
    color: Black;
    background: linear-gradient(to right,
    #00DFAC,
    #02C195);
    border-radius: 10px;
    border-color:black;
  
    font-size: 16px;
    font-weight: 900;
    
  
  }
  

  
  
  .navmenusj a:link{
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 900;
    letter-spacing: 0.2px;
    color: black;
    font-size: 16px;
  
  }
  
  .navmenusj a:hover{
    color: white;
     background: linear-gradient(to right,
     #00DFAC,
     #02C195);
     border-radius: 10px;
  
  }
  
  .dd-menusj{
    /* margin-left: 5px;
    margin-right: 5px; */
    /* margin-top: 10px !important; */
    position: relative;
    top: 70% !important;
    border-bottom: 2px solid #02C195;
  }
  
  
  .dd-menusj a:link{
    margin-left: 0px;
  }
  
  .dd-itemsj{
   text-align: center;
   margin-bottom: 10px;
  }
  
  .dd-itemsj button{
    border: none;
    background-color: transparent;
    color: Red;
    font-weight: 900;
  }
  
  .dd-itemsj:hover{
    color: white;
     background: linear-gradient(to right,
     #00DFAC,
     #02C195);
     border-radius: 10px;
  }
  
  
  
  
  
  .sns{
    height: 22px;
    width: 22px;
    margin-left: 13px;
    transition: transform .1s;
  }
  
  .sns:hover{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.2);
  }
  
  
  
  /* navbar Toggle Button */
  
  .navbar-toggler{
    width: 30px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
  }
  
  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus{
  
    outline: none;
    box-shadow: none;
    border: 0px;
  }
  
  .navbar-toggler span{
    margin: 0;
    padding: 0;
  
  
  }
  
  
  .toggler-icon{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #02c1a4;
  
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25 ease-in-out;
  }
  
  .middle-bar{
    margin-top: 0px;
  
  }
  
  .navbar-toggler .top-bar{
    margin-top: 0px;
    transform: rotate(135deg);
  }
  
  
  .navbar-toggler .middle-bar{
    opacity: 0;
    filter: alpha(opacity=0);
  
  }
  
  .navbar-toggler .bottom-bar{
    margin-top: 0px;
    transform: rotate(-135deg);
  }
  
  /* State when the navbar is collapse */
  
  .navbar-toggler.collapsed .top-bar{
    margin-top: -20px;
    transform: rotate(0deg);
  }
  
  .navbar-toggler.collapsed .middle-bar{
    opacity: 1;
    filter: alpha(opacity=100);
  
  }
  
  .navbar-toggler.collapsed .bottom-bar{
    margin-top: 20px;
    transform: rotate(0deg);
  
  }
  
  
  
  /* End Navbar Menu */
  
  
  /* End Navbar */
  
  
  
  
  
  /* #Carousel */

  .home {
    display: none !important;
  }
  
  .home .carousel-item{
      min-height: 300px;
      background-image: url("img/Home/Carousel_FromKoreaToYou.webp") !important;
      background-position: center;
      background-size: cover;
      position: relative;
      z-index: 1;
  }
  

  
  
  .home .carousel-item .container{
      position: absolute;
      left: 50%;
      top: 82%;
      transform: translate(-50%, -50%);
      text-align: center;
  }
  
  .home .carousel-item .container2{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    text-align: left;
    letter-spacing: 10px;
  }
  
  .home .carousel-item .container2 p{
    font-size: 33px;
    color: white;
    margin: 0;
  }
  
  
  
  .home .carousel-item h2{
      font-size: 60px;
      color: white;
      margin: 0 0 5px;
  }
  
  .home .carousel-item p{
    font-size: 30px;
    color: white;
    margin: 0;
  }
  
  
  
  
  /* End Carousel */
  
  
  
  
  
  
  
  /* Slogan */
  
  
  /* #slogan{
    height: 270px;
  }
   */
  
  #slogan >div{
    text-align:center;

  }
  
  
  #slogan p{
  
    font-size: 32px;
    font-family: 'Galada', cursive;
    font-style: oblique;
    vertical-align: middle !important;
    background: linear-gradient(#00DFAC,#36b393);
    background-clip: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
  
  }
  
  
  
  
  
  /* Free Services */
  
  
  #FreeServices{
  
    margin-top: 20px;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom: 0px;
    
  }
  
  
  #FreeServices h1{
  
    margin-top: 0px;
    margin-bottom:40px;
    text-align: center;
    font-weight: 600;
    color: #ffc107;
  
  }
  
  
  .FreeServicesItem{
  
    padding: 3px;
    width: 130px !important;
    text-align: center;
    border: 2px solid rgb(182, 182, 182);
    border-start-end-radius: 50px;
    border-end-start-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom: 2px solid rgb(161, 85, 252 );
    border-right: 2px solid rgb(161, 85, 252 );
    box-shadow: 3px 3px 1px 1px rgb(180, 179, 180);
    background-color: white;
  
  }
  
 

  .FreeServicesItem img{
  
    height: 40px;
    width: 43px;
    margin-bottom: 8px;
    transition: transform .2s;
  
  }
  
  .FreeServicesItem img:hover{
      -ms-transform: scale(1.2); /* IE 9 */
      -webkit-transform: scale(1.2); /* Safari 3-8 */
      transform: scale(1.2);
  }
  
  
  .FreeServicesItem h2{
    color: black;
    font-size: 1.3em;
  }
  
  
  
  
  
  /* #HOW IT WORKS #HIW */
  
  
  #HowItWorks{
  
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  
  }
  
  
  #HiwLogo{
  
    text-align:center;
  }
  
  
  #HiwLogo img{
  
    width: 180px;
    height: 76px;
  
  }
  
  
  #HiwTitle h1{
  
    margin-bottom: 60px;
    padding-top: 15px;
    text-align: center;
    font-weight: 800;
    color: rgb(0, 162, 255);
    
  }
  
  
  .HiwRegister{
  
    margin-bottom: 40px !important;
  }
  
  
  .HiwRegister p{
  
    font-size: 20px;
  
  }
  
  
  .HiwRegister a:link{
  
    font-size: 30px !important;
    padding: 5px 5px;
    /* text-decoration: none; */
    color: black !important;
    font-family: 'Lobster', cursive;
  
  }
  
  
  .HiwRegister a:hover{
  
    font-size: 30px !important;
    padding: 5px 5px;
    /* text-decoration: none; */
    color: rgb(34,193, 195) !important;
  
  }
  
  
  
  .HiwTable{
  
    vertical-align: center;
  
  }
  
  
  .HiwTableTitle{
  
    margin-bottom: 20px;
    text-decoration: none;
    font-family: 'Lobster', cursive;
    text-align: center;
    font-size: 32px;
  
  }
  
  
  .Hiw1 td{
  
    color: rgb(34,193, 195);
    font-size: 16px !important;
    font-weight: 800;
  
  }
  
  
  .Hiw2 td{
  
    color: rgb(255,127, 80);
    font-size: 16px !important;
    font-weight: 800;
  
  }
  
  
  .HiwTable img{
  
    width: 20px;
    height: 20px;
  
  }
  
  
  .HiwOptions{
  
    margin-top: 60px;
  }
  
  
  .HiwOptions p{
  
    font-size: 20px;
  
  }
  
  
  .HiwOptions span{
  
    font-size: 32px;
    font-weight: 800;
    font-family: 'Lobster', cursive;
  
  }
  
  
  .HiwOptions a:link{
  
    font-size: 32px !important;
    padding: 5px 5px;
    /* text-decoration: none; */
    color: black !important;
    font-family: 'Lobster', cursive;
  
  }
  
  
  .HiwOptions a:hover{
  
    padding: 5px 5px;
    /* text-decoration: none; */
    color: rgb(34,193, 195) !important;
  
  }
  
  
  
  
  
  
  /* #SHIPPING CARRIERS */
  
  
  #ShippingCarriers{
    margin-top: 30px;
    padding-top: 70px;
    padding-bottom: 30px;
  
  
  }
  
  #ShippingCarriers h1{
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    color: rgb(0, 162, 255);
  }
  
  .ShippingTxt p{
  
    font-size: 20px;
  }
  
  
  .ShippingItem{
    text-align: center;
  
  }
  
  .ShippingItem img{
  
    width: 110px;
    height: 42px;
    margin-right: 40px;
    margin-left: 40px;
  
    transition: transform .1s;
  }
  
  .ShippingItem img:hover{
      -ms-transform: scale(1.2); /* IE 9 */
      -webkit-transform: scale(1.2); /* Safari 3-8 */
      transform: scale(1.2);
  }
  
  #Logo_UPS {
    width: 75px;
    height: 83px;
    margin-right: 40px;
    margin-left: 40px;
  
    transition: transform .1s;
  }
  
  
  
  
  /* End Shipping */
  
  
  
  
  
  
  
  /* #POPULAR KOREAN SHOPS */
  
  
  #FamousKoreanShops{
    margin-top: 10px;
  
    padding-top: 10px;
    padding-bottom: 10px;
  
  }
  
  
  
  #FamousKoreanShops h1{
  
    margin-top: 0px;
    margin-bottom:60px;
    text-align: center;
    font-weight: 600;
    color: rgb(161, 85, 252 );
    
  }
  
  
  
  .FamousKoreanShopsItem{
  
    width: 154px !important;
    height: 84px !important;
    margin-bottom: 20px;
  
  
  
    border: 2px solid rgb(182, 182, 182);
    box-shadow: 3px 3px 1px 1px rgb(180, 179, 180);
    border-radius: 10px;
    background-color: white;
  }
  
  .FamousKoreanShopsItem:hover {
    border: 4px solid #00DFAC;
  }
  
  .FamousKoreanShopsItem img{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  
  
  
  
  /* Start Scroll Button Back To Top */
  
  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(34, 193, 195, 0.825);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: rgba(34, 192, 195, 0.983);
  }
  
  /* End Scroll Button Back To Top */
  
  
  
  
  
  /* #FOOTER */
  
  
  #Footer{
  
    padding-top: 20px;
    height: 300px;
    width: 100%;
    background-color: rgb(132, 136, 132);
  
  }
  
  
  
  #FooterAddress a:link{
  
    font-size: 30px;
    font-weight: 800;
  
    text-decoration: none;
    color: white;
    font-family: 'Lobster', cursive;
  
  }
  
  #FooterAddress a:visited{
    text-decoration: none;
    color: white;
  }
  
  
  #FooterAddress a:hover{
    background-color: #02C195;
    padding: 3px;
    border-radius: 7px ;
  }
  
  #FooterAddress img{
    height: 70px;
    width: 20px;
  }
  
  #FooterAddress h1{
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.4px;
    font-style: italic;
    color: white;
  }
  
  #FooterAddress p{
  
    color: white;
  }
  
  
  #FooterAbout{
    padding-left: 0px;
  
  
  }
  
  
  #FooterAbout h4{
  
    padding-top: 45px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.4px;
    color: white;
  
  }
  
  
  #FooterAbout a:link{
  
    color: white;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
  
  }
  
  
  #FooterAbout a:visited{
  
    color: white;
    text-align: left;
    text-decoration: none;
  
  }
  
  
  
  
  
  #FooterOpenHours{
    padding-left: 107px;
  
  }
  
  #FooterOpenHours h4{
  
    padding-top: 45px;
    padding-bottom: 10px;
  
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.4px;
    color: white;
  }
  
  #FooterOpenHours p{
    font-size: 16px;
    color: white;
  }
  
  
  #FooterPay{
  
    padding-top: 80px;
    /* border: 2px solid black; */
  }
  
  
  #FooterPay >div{
    position: relative;
    width: 75%;
    margin-left: 40%
  
  }
  
  
  #FooterPay img{
  
    padding-bottom: 10px;
  
  }
  
  
  
  .Copyright{
    
    margin-top: 10px;
  
  }
  
  
  .Copyright p{
    color: white;
    text-align: center;
  }
  
  
  
  
  
  
  
  
  