
body{
    margin-bottom: 65px;
    height: auto;
    background-color: rgb(239, 239, 239);
}

  @font-face {
      font-family: GT-BOLD;
      src: url(/fonts/AntarcticaRegular.otf);
  }

header {
    width: 100%;
    height: 45px;
    border-top: 0.7px solid black;
    border-bottom: 0.7px solid black;
    position: fixed;
    background-color: rgb(239, 239, 239);
    z-index: 1;
}

.lien{
    filter: blur(3px);
    color: rgb(255, 0, 187);
    text-transform: uppercase;
}

.lien:hover {
    filter: brightness(0.0);
}

.refresh{
    margin-left: 60px;
}

.active{
    text-decoration: underline;
}

.blue{
    color: blue;
    text-transform: none!important;
}


.home{
    margin-right: 60px;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.bottom{
    bottom: 0;
}

footer{
    bottom: 80px;
    position: fixed;
    width: auto;
    height: 60px;
    left: 60px;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 42px;
}

.bannermove {
      /* font-family: GT-BOLD; */
    font-size: 90px;
    text-transform: uppercase;
      src: url(/fonts/Antarctica-SemiBold.otf);
      color: black;
      -moz-animation: marquee  linear infinite;
      -webkit-animation: marquee linear infinite;
      animation: marquee 20s linear infinite;
      }
      @-moz-keyframes marquee {
      0% { transform: translateX(100%); }
      100% { transform: translateX(-100%); }
      }
      @-webkit-keyframes marquee {
      0% { transform: translateX(100%); }
      100% { transform: translateX(-100%); }
      }
      @keyframes marquee {
      100% { 
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%) }
      100% { 
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
      }

          .bannermove2 {
            margin-top: 45px;
            font-size: 20px;
              src: url(/fonts/Antarctica-SemiBold.otf);
              color: black;
              -moz-animation: marquee linear infinite;
              -webkit-animation: marquee linear infinite;
              animation: marquee 20s linear infinite;
          }

          .banner:hover{
               background-color: rgb(255, 0, 187);
          }
                  .bannermove:hover {
                    color: rgb(239, 239, 239);
                    filter: blur(3px);
                  }

                                  .bannermove2:hover {
                                      color: rgb(239, 239, 239);
                                      filter: blur(3px);
                                  }
    
          @-moz-keyframes marquee {
              0% {
                  transform: translateX(100%);
              }
    
              100% {
                  transform: translateX(-100%);
              }
          }
    
          @-webkit-keyframes marquee {
              0% {
                  transform: translateX(100%);
              }
    
              100% {
                  transform: translateX(-100%);
              }
          }
    
          @keyframes marquee {
              100% {
                  -moz-transform: translateX(100%);
                  -webkit-transform: translateX(100%);
                  transform: translateX(100%)
              }
    
              100% {
                  -moz-transform: translateX(-100%);
                  -webkit-transform: translateX(-100%);
                  transform: translateX(-100%);
              } }

.banner {
    text-transform: uppercase;
    white-space: nowrap;
    border-top: 0.7px solid black;
    border-bottom: 0.7px solid black;
}

.mailinsta{
    width: 100%;
    height: 60px;
    text-align: right;
    padding-top: 70px;
    padding-right: 60px;
    padding-bottom: 25px;
}


