.titre-bleu-block h2 {
    letter-spacing: -0.015em;
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    font-family: 'Futura LT', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
    --color: rgba(128, 128, 128, 0.37);
    box-sizing: border-box;
    font-size: 28px;
    display: flex!important;
    margin-top: 1rem!important;
}

.titre-bleu-block .barre-bleue {
    margin-top: 1rem !important;
    width: 75px !important;
    height: 5px;
    background-color: #0c77bd;
}

.separateur-bleu-block {
    line-height: var(--bs-body-line-height);
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Futura LT', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
    --color: rgba(128, 128, 128, 0.37);
    box-sizing: border-box;
    width: 100%;
    background-color: #0c77bd !important;
    height: 1px;
    opacity: 1 !important;
    margin: 1rem 0;
    color: inherit;
    border: 0;
}