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

.Abouttexte{
        line-height: 85px;
        top: 50px;
        height: auto;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding: 93px;
        z-index: -1
    }

.photomoi{
      width: 100vw;
      height: 80vh;
      z-index: -1;
        object-fit: cover;
        overflow: hidden;
        position: relative;
  }

  .photomoi img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


  .bottom{
    bottom: 0;
}

.lien:hover {
    color: blue;
}

.active{
    text-decoration: underline;
}


.bannermove {
      font-size: 90px;
      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%); }
      }
    




