.home {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.home .div {
  background-color: #ffffff;
  width: 1280px;
  height: 1147px;
  position: relative;
}

.home .group {
  position: absolute;
  width: 1280px;
  height: 239px;
  top: 143px;
  left: 0;
}

.home .overlap-group {
  position: relative;
  height: 239px;
}

/* .home .BIOIVA {
  position: absolute;
  width: 1218px;
  height: 239px;
  top: 0;
  left: 38px;
} */

.home .BIOIVA {
  max-width: 100%;
  height: auto;
  display: block; /* Assure que l'image est un bloc pour éviter l'espace blanc en dessous */
  margin: 0 auto; /* Centre l'image horizontalement */
}

.home .rectangle {
  position: absolute;
  width: 1280px;
  height: 148px;
  top: 91px;
  left: 0;
  background: linear-gradient(180deg, rgba(247.76, 247.76, 247.76, 0) 0%, rgb(255, 255, 255) 92.19%);
}

.home .coming-SOON {
  position: absolute;
  top: 549px;
  left: 467px;
  font-family: "Circular Std-Medium", Helvetica;
  font-weight: 500;
  color: transparent;
  font-size: 44px;
  letter-spacing: 1.32px;
  line-height: 61.6px;
  white-space: nowrap;
}

.home .text-wrapper {
  color: #101010;
}

.home .span {
  color: #ea1447;
}

.footer {
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  text-align: center; /* Centrage horizontal du texte */
}

.footer .copy {
  display: inline-block; /* Change le comportement de bloc par défaut en inline-block */
  line-height: 50px; /* Alignement vertical du texte */
  font-family: "Circular Std-Light", Helvetica;
  font-weight: 300;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.14px;
  white-space: nowrap;
}


/* Styles pour les tablettes */
@media (max-width: 768px) {
  .home .div {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .home .BIOIVA,
  .home .rectangle {
    width: 100%;
  }

  .home .coming-SOON {
    font-size: 32px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }

  .footer .copy {
    font-size: 12px;
  }
}

/* Styles pour les téléphones mobiles */
@media (max-width: 480px) {
  .home .div {
    padding: 10px;
  }

  .home .coming-SOON {
    font-size: 24px;
  }

  .footer .copy {
    font-size: 10px;
  }
}
