@font-face {
  font-family: Baikal;
  src: url('../fonts/Baikal-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.hero {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Alp-Demenagement_Trame_CMYK.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding: 50px;
  display: flex;
}

.image {
  width: 70vw;
  max-width: 900px;
}

.div-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.labeur {
  color: #000;
  font-family: Baikal, Arial, sans-serif;
  font-size: 35px;
  line-height: 100%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  display: flex;
}

.link {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .image {
    width: 60vw;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    background-size: auto;
    justify-content: flex-start;
    align-items: center;
  }

  .image {
    width: 50vw;
    min-width: 990px;
    max-width: 900px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 80vw;
    max-width: 100vw;
  }

  .div-block {
    font-size: 12px;
  }

  .labeur {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-size: auto 50vh;
  }

  .div-block {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
  }

  .labeur {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-image: url('../images/Alp-Demenagement_Trame_CMYK.svg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 120vh;
    height: 115svh;
    padding: 30px;
  }

  .div-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .labeur {
    font-size: 20px;
  }

  .div-block-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 75vh;
  }
}


@font-face {
  font-family: 'Baikal';
  src: url('../fonts/Baikal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}