.leftside,
.rightside {
  height: 100vh;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .leftside,
  .rightside {
    height: 100vh;
  }
}
.leftside {
  background-image: url("foot_fond-27f3bade9f55.avif");
  background-size: cover;
  background-position: center;

  height: 118vh;
  width: 100%;
}
.rightside {
  background-image: url("fonde.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  height: 118vh;
  width: 100%;
  padding: 40px 50px;
  box-sizing: border-box;
}

h1 {
  display: flex;
  justify-content: center;
}
h2 {
  display: flex;
  justify-content: center;
}

.btninscription {
  display: flex;
  justify-content: flex-end;
}
.rightside .con {
  display: flex;
  justify-content: center;
}

.rightside .con2 {
  display: flex;
  justify-content: center;
}

.role {
  display: flex;
  justify-content: center;
}

.profil {
  display: flex;
  justify-content: center;
}

.information {
  display: flex;
  justify-content: center;
}

.rightside {
  animation-duration: 1s;
  animation-name: slide-in;
}

@keyframes slide-in {
  from {
    translate: 150vw 0;
    scale: 200% 1;
  }
  to {
    translate: 0 0;
    scale: 100% 1;
  }
}

.leftside {
  animation-duration: 1s;
  animation-name: slide-in;
}

@keyframes slide-in {
  from {
    translate: 150vw 0;
    scale: 200% 1;
  }
  to {
    translate: 0 0;
    scale: 100% 1;
  }
}

ion-icon {
  font-size: 70px;
}
