@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
    }

.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%); }
      }
    

.carrousel {
    width: 100vw;
    height: 80vh;
    overflow: hidden;
    position: relative;
}

.carrousel-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: left 0.6s;
  opacity: 1;
  z-index: 1;
}

/* Phone */

    .carrouselphone {
     display: none;
}

