@media screen and (min-width: 992px) {
  .hero-petit {
    position: relative;
  }

  .hero-petit::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: calc((443 / 1920) * 100%);
  }
}

@media screen and (max-width: 1299px) {
  .hero-petit .bloc-geoloc-container {
    display: none;
  }
}

/* @media screen and (max-width: 575px) {
  .hero-petit::before {
    padding-top: calc((443 / 600) * 100%);
  }
} */

@media screen and (min-width: 992px) {
  .hero-petit__content {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.hero-petit__media {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-petit__media-img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    font-family: 'object-fit:cover';
    object-fit: cover;
  }
}

.hero-petit__text {
  max-width: 131rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .hero-petit__text {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-petit__text {
    padding: 0 3.91vw;
  }
}

.hero-petit__title {
}

.hero-petit__title--rows-prefixed .hero-petit__title--default,
.hero-petit__title--rows {
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
}

@media screen and (max-width: 767px) {
  .hero-petit__title--rows-prefixed .hero-petit__title--default,
  .hero-petit__title--rows {
    font-size: 3.8rem;
  }
}

.hero-petit__title--auto {
  max-width: 965px;
  font-size: 5.17rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
}

@media screen and (max-width: 767px) {
  .hero-petit__title--auto {
    font-size: 2.6rem;
  }
}

.hero-petit__title--prefix {
  font-size: 4.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9;
}

@media screen and (max-width: 767px) {
  .hero-petit__title--prefix {
    font-size: 2.6rem;
  }
}

.hero-petit__title--default {
}

@media screen and (max-width: 991px) {
  .hero-petit__title--prefix,
  .hero-petit__title--default {
    color: #000 !important;
  }
}

.hero-petit__image--default {
  margin-bottom: 1.75rem;
}

.hero-petit__title--medium {
  font-size: 6.818rem;
  line-height: 0.9;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .hero-petit__image--default {
    display: none;
  }

  .hero-petit__title--medium {
    font-size: 3.8rem;
  }
}
