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

.bottom{
    bottom: 0;
}

.lien:hover {
    color: blue;
}

.active{
    text-decoration: underline;
}

main{
    padding-left: 60px;
    padding-top: 65px;
    padding-right: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10px;
    height: auto;
}

.projet{
    /* border: 1px solid red; */
    width: 100%;
    padding-bottom: 20px;
    top:105px;
    
}

.projetimage {
    width: 100%;
    height: 550px;
    border-radius: 5%;
    overflow: hidden;
    position: relative;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.4));
    margin-bottom: 7px;
}

.image {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 5%;
    box-sizing: border-box;
    filter: contrast(1.2);

}

.projetimage:hover {
    filter: drop-shadow(0px 0px 7px rgb(255, 11, 222)) brightness(0.9);
}

/* PROJET TEXTE */

.projettexte{
    display: flex;
    padding-top: 5px;
    line-height: 18px;
    gap: 40px;
}

.bottom{
    bottom: 0;
}

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

/* BANNER COLLAB BANNERMOVE */

.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%); }
      }
      
      .banner{
        white-space: nowrap;
        border:solid black 0.7px;
    }

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

