.oim_secteur_introduction {
  position: relative;
  display: flex;
  gap: 80px;
  justify-content: space-between;
  z-index: 0;
}

.oim_secteur_introduction::before {
  content: "";
  position: absolute;
  top: 40px;
  left: -400px;
  width: 605px;
  height: 605px;
  background-color: white;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
}

.oim_secteur_introduction_right {
  width: calc(50% + ((100vw - 1260px) / 2));
  margin-right: calc((100vw - 1260px) / -2);
}

.oim_secteur_introduction_left {
  width: 50%;
}

.oim_secteur_introduction_left {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.oim_secteur_introduction_big {
  font-family: "Montserrat Alternates";
  font-size: 1.375em;
  font-weight: 400;
  line-height: 36px;
  color: #737373;
}

.oim_secteur_introduction_small {
  font-family: "Helvetica Neue";
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
}

.oim_secteur_introduction_right {
  height: 400px;
}

.oim_secteur_introduction_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1300px) {
  .oim_secteur_introduction_right {
    width: calc(50% + ((100vw - 1060px) / 2));
    margin-right: calc((100vw - 1060px) / -2);
  }
}

@media screen and (max-width: 1150px) {
  .oim_secteur_introduction_right {
    width: calc(50% + ((100vw - 960px) / 2));
    margin-right: calc((100vw - 960px) / -2);
  }
}

@media screen and (max-width: 992px) {
  .oim_secteur_introduction {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .oim_secteur_introduction > div {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .oim_secteur_introduction_right {
    height: auto;
  }

  .oim_secteur_introduction_right img {
    aspect-ratio: 16 / 9;
    height: auto;
  }
}
