.LIEN,
.LIEN ul,
.getback,
.getback a,
div nav {
  display: flex;
}
div h1,
div h3 {
  margin-bottom: 3px;
}
#First,
.Ando,
.Anthiflo,
.Floflow,
.Jumpman,
.LIEN a {
  text-align: center;
}
.LIEN,
div nav {
  list-style-type: none;
}
.LIEN ul,
div ul {
  list-style: none;
}
.LIEN a,
.getback a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: transform 0.3s;
}
p {
  margin: 0;
}
#First {
  height: auto;
  align-items: center;
  color: #fff;
  margin: 20px auto auto;
  display: block;
  min-height: 10vh;
  background-color: #1f1f1f;
  padding: 20px;
  border-radius: 15px;
}
#First p {
  margin-bottom: 10px;
}
div h3 {
  margin-top: 3px;
}
div h1 {
  margin-top: 10px;
}
.card-content,
.card-img,
.image-content {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: 0 0;
  padding: 3px;
  margin: auto;
}
.Signless,
.Skyver,
.Tsumaki {
  background-color: #da81f5;
  border-radius: 3rem;
}
.Akito,
.Luxlas,
.Mawen,
.Playsonic,
.Suussonic,
.Kandda,
.Veyle,
.Wagone {
  align-items: center;
  text-align: center;
  margin: 20px auto auto;
  background-size: 818px;
  width: 818px;
  height: auto;
  color: #000;
}
.Ando,
.Anthiflo,
.Floflow,
.Jumpman {
  background-size: 818px;
  align-items: center;
  margin: 20px auto auto;
  color: #000;
  width: 818px;
  height: auto;
}
.Jumpman {
  background-repeat: no-repeat;
}
.Laqiraly,
.Nodima,
.Signless,
.Skyver {
  align-items: center;
  text-align: center;
  background-size: 818px;
}
.Laqiraly {
  margin: 20px auto auto;
  width: 818px;
  color: #000;
  height: auto;
}
.Nodima {
  color: #000;
  margin: 20px auto auto;
  width: 818px;
  height: auto;
}
.Signless,
.Skyver {
  margin: 20px auto auto;
  color: #000;
  width: 818px;
  height: auto;
}
.LIEN,
.Tsumaki {
  align-items: center;
  text-align: center;
}
.Tsumaki {
  background-size: 818px;
  margin: 20px auto auto;
  color: #000;
  width: 818px;
  height: auto;
}
div nav {
  justify-content: space-around;
}
.LIEN {
  justify-content: space-between;
  margin: auto;
  flex-direction: row;
}
.LIEN a,
.LIEN li,
.LIEN ul,
.getback {
  align-items: center;
}
.LIEN ul {
  margin: auto;
  font-size: 15px;
  gap: 15px;
  padding: 0;
}
.description,
.image-content {
  justify-content: center;
  display: flex;
}
.description {
  align-items: center;
  flex-direction: column;
}
.LIEN li {
  margin-right: 15px;
}
.banniere,
.banniere-img {
  width: 100%;
  border-radius: 3rem 3rem 0 0;
}
.image-content {
  padding: 20px 0;
}
.card-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  animation: 1s ease-in-out fadeIn;
}
.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Akito,
.Ando,
.Anthiflo,
.Floflow,
.Jumpman,
.Laqiraly,
.Luxlas,
.Mawen,
.Nodima,
.Playsonic,
.Suussonic,
.Kandda,
.Veyle,
.Wagone {
  background-color: #8181f7;
  border-radius: 3rem;
  padding: 20px;
  animation: 1s ease-in-out slideIn;
}
.Veyle {
  background-color: #f2736c;
}
.LIEN {
  justify-content: center;
  margin-top: 15px;
}
.LIEN a:hover,
.getback a:hover {
  transform: scale(1.1);
}
.text {
  font-weight: 700;
  font-size: 20px;
  padding: 20px;
}
.social-icon {
  width: 45px;
  height: 40px;
  transition: transform 0.3s, background-color 0.3s;
  padding: 10px;
  border-radius: 30%;
  background-color: #fff;
}
.social-icon:hover {
  transform: scale(1.2);
  background-color: rgba(255, 255, 255, 0.2);
}
.getback {
  justify-content: flex-start;
}
.getback a {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-left: 20px;
}
.back-p {
  margin: 0 0 0 10px !important;
}
.back {
  width: 25px;
}
#tout {
  margin-bottom: 30px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  .back-p {
    font-size: 20px;
  }
  .getback {
    margin-top: 10px;
  }
}
@media screen and (max-width: 915px) {
  .Akito,
  .Ando,
  .Anthiflo,
  .Floflow,
  .Jumpman,
  .Laqiraly,
  .Luxlas,
  .Nodima,
  .Playsonic,
  .Suussonic,
  .Kandda,
  .Veyle,
  .Wagone {
    width: 85%;
  }
}
