html{
  scroll-behavior: smooth;
}


img{
  width: 100%;
  height: 100%;
}

.gifaccueil{
  position: fixed;
  top: 0;
  left: 0;
  width : 100vw;
  height: 100vh;
  background-color:#e7ebfb;
  z-index:100;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5%;
}

.accueilimage{
  width: 55%;
}

body{
  background-color: #e7ebfb;
  cursor: url('accueil/souris1.svg'), auto;
}

a{
  cursor: url('accueil/souris2.svg'), auto;
}

@media (max-width : 900px) {

}
