.link {
  position: fixed;
  left: 0;
  top: 0;
  background: #141b2d;
  width: 100%;
  height: 70px;
  color: #e6eef8;
  display: flex;
  align-items: center;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
.presentation {
  width: 90%;
  height: auto;
  background: #141b2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #e6eef8;
  font-size: 22px;
  font-family: arial;
  border-radius: 15px;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
body {
  min-height: 100vh;
  background: linear-gradient(#0a0f1c, #0f1724);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
a {
  color: #e6eef8;
  margin: 10px;
  font-family: arial;
  font-size: 16px;
  margin: 10px;
  text-decoration: none;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
.titre {
  font-size: 48px;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
.Soustitre {
  font-size: 25px;
  margin: 10px;
  font-family: arial;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
.sosoutitre {
  font-size: 20px;
  margin: 2px;
  font-family: arial;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
.invisible {
  width: 100vh;
  height: 96px;
  background: #141b2d;
  display: flex;
  flex-direction: center;
  align-items: center;
  color: #e6eef8;
  font-size: 22px;
  font-family: arial;
  border-radius: 15px;
  justify-content: center;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
.justSkip {
  margin: 5px;
}
.justSkipp {
  margin: 50px;
}
.video {
  width: 100vh;
  height: 210px;
  background: #0a0f1c;
  display: flex;
  flex-direction: center;
  align-items: center;
  color: #e6eef8;
  font-size: 22px;
  font-family: arial;
  border-radius: 15px;
  justify-content: center;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
.linkimage {
  border-radius: 15px;
  width: 35px;
  height: auto;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
.projetsimage {
  width: auto;
  height: 144px;
  border-radius: 10px;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
iframe {
  border-radius: 15px;
}
.foot {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #141b2d;
  width: 100%;
  height: 50px;
  color: #e6eef8;
  text-align: center;
}
.bouton {
  width: auto;
  height: 40px;
  background: #3b82f6;
  display: flex;
  flex-direction: center;
  align-items: center;
  color: #e6eef8;
  font-size: 16px;
  font-family: arial;
  border-radius: 7px;
  justify-content: center;
  opacity: 0;
  animation: fadeIn 0.2s forwards;
}
.droite {
  margin-left: auto;
}
.wiki {
  width: auto;
  height: 64px;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.footpub {
  left: 0;
  bottom: 0;
  background: #141b2d;
  width: 100%;
  height: 100px;
  color: #7D7D7D;
  text-align: center;
  font-size: 10px;
  font-family: arial;
}