/*
** Réalisation : Samuel KRAWCZYK - KRZK
** https://www.krzk.fr
*/

@import url("https://www.krzk.me/assets/css/general.css");

body {
  margin: 0;
  background-color: #000;
  background-image: url(../img/11.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

/* --- ACCUEIL --- */
#accueil-top {
  display: flex;
  justify-content: center;
  height: 100dvh;
}
.top-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 100dvh;
  transition: all 0.2s;
}
.top-logo svg {
  fill: #fff;
}
 .top-logo.aos-animated {
  width: 10rem;
  height: 20vh;
}