.section-entete h2::after {
  content: '';
  display: flex;
  width: 100%;
  max-width: 192px;
  margin: 27px 0 48px;
  height: 5px;
}
.section-entete.bleu h2::after {
  background: #0578C0;
}
.section-entete.orange h2::after {
  background: #EC6E04;
}
.section-entete.gris h2::after {
  background: #838890;
}
.section-entete.rose h2::after {
  background: #DF31C6;
}
@media (max-width: 767.98px) {
  .section-entete .container .row {
    justify-content: center;
  }
}
