.block-formation .offset {
  width: 100%;
}
.block-formation .contenu h2 {
  font-weight: bold;
  font-size: 1.75rem;
  color: #074A66;
}
.block-formation .contact-form h3,
.block-formation .contact-form h4,
.block-formation .contact-form h5,
.block-formation .contact-form h6 {
  color: #0B6E99;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.375rem;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .block-formation .offset {
    width: 71%;
  }
}
