@media only screen and (max-width: 768px) {
  ._bloc_nos_services_introduction {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
._bloc_nos_services_introduction h1 {
  position: absolute;
  top: 66.64vh;
  left: 52.34vw;
  width: 210px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  ._bloc_nos_services_introduction h1 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
}
._bloc_nos_services_introduction ._image_area {
  position: absolute;
  top: 21.67vh;
  right: 25vw;
  width: 75vw;
  z-index: 1;
  clip-path: polygon(78.75% 18.5%, 100% 0%, 100% 37.17%);
  -webkit-clip-path: polygon(78.75% 18.5%, 100% 0%, 100% 37.17%);
}
._bloc_nos_services_introduction ._image_area._active {
  clip-path: polygon(5.9% 48.66%, 58.89% 2.24%, 58.89% 95.03%);
  -webkit-clip-path: polygon(5.9% 48.66%, 58.89% 2.24%, 58.89% 95.03%);
}
@media only screen and (max-width: 768px) {
  ._bloc_nos_services_introduction ._image_area {
    display: none;
  }
}
/*# sourceMappingURL=nos_services_introduction.css.map */