#page-fh-ops-ulm h1 {
  margin-bottom: 30px;
  font-family: 'gothambold', sans-serif;
  font-size: 24px;
  color: #807f7e;
  font-weight: normal;
}
#page-fh-ops-ulm p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.38;
  color: #222;
}
#page-fh-ops-ulm ._text-blue {
  color: #0365c0;
}
#page-fh-ops-ulm .fh-ops-ulm__pictos {
  margin: 0 0 26px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#page-fh-ops-ulm .fh-ops-ulm__pictos img {
  display: block;
  width: calc((100% - 100px) / 6);
  min-width: 100px;
  max-width: 180px;
  height: auto;
}
@media only screen and (max-width: 980px) {
  #page-fh-ops-ulm .fh-ops-ulm__pictos {
    gap: 12px;
  }
  #page-fh-ops-ulm .fh-ops-ulm__pictos img {
    width: calc((100% - 12px) / 2);
    min-width: 0;
  }
}
#page-fh-ops-ulm .fh-ops-ulm__procedure {
  border: 2px solid #0365c0;
  border-radius: 10px;
  padding: 18px 22px 10px;
}
#page-fh-ops-ulm .fh-ops-ulm__procedure p {
  margin-bottom: 16px;
}
#page-fh-ops-ulm .fh-ops-ulm__procedure ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: fhops;
}
#page-fh-ops-ulm .fh-ops-ulm__procedure li {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 32px;
  line-height: 1.4;
}
#page-fh-ops-ulm .fh-ops-ulm__procedure li:before {
  content: counter(fhops) ')';
  counter-increment: fhops;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
#page-fh-ops-ulm .fh-ops-ulm__procedure a {
  color: #0365c0;
  font-weight: bold;
  text-decoration: underline;
}
/*# sourceMappingURL=fh_ops_ulm.css.map */