body {
  font-family: Arial, sans-serif;
  text-align: center;
  color: white;
  background-color: black;
  background-image: url("/images/fondlogin1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
}

.logo-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
h1 {
  font-size: 25px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.425);
  border-radius: 20px;
  padding: 10px;
}

.logo {
  margin-bottom: 30px;
}
.img-logo {
  width: 70vh;
  margin-bottom: 20px;
}
.img-log {
  width: 20vh;
  border-radius: 20px;
}
.img-log:hover {
  width: 31%;
}
.img-log:active {
  width: 30%;
}

.didi-bouton{
  position: absolute;
  bottom: 40px;
  right: 48%;
  width: 80px;
}

@media screen and (max-width: 740px) {
  .img-logo {
    width: 43vh;
  }

  .didi-bouton{
    right: 38%;
  }
}