.section {
  width: 100%;
  height: 100%;
  background-color: rgba(248, 35, 35, 0);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div_fond {
  max-height: 100svh;
  background-color: #00ff80;
  background-image: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo_gauche {
  position: absolute;
}

.image {
  width: 22rem;
  height: 43rem;
  opacity: 1;
  mix-blend-mode: soft-light;
}

.image-2 {
  text-align: left;
  padding-left: 2rem;
  padding-right: 2rem;
}

.div_logo {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-image: linear-gradient(259deg, #000073, #4d0f58 45%, #c32630 76%, #d1292b 90%, #ed2f21);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8rem;
  left: 0%;
  right: 0%;
}

.link-2 {
  color: #fff;
  font-family: Worksans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  text-decoration: none;
  transition: width .2s, opacity .5s;
}

.link-2:hover {
  aspect-ratio: auto;
  opacity: .5;
}

.text-block {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.3rem;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Worksans, sans-serif;
  font-size: 1.25rem;
  position: absolute;
  top: 8rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 479px) {
  .div_logo {
    background-image: linear-gradient(266deg, #000073, #4d0f58 45%, #c32630 76%, #d1292b 90%, #ed2f21);
  }

  .div-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}