.title-section {
    display: flex;
    flex-direction: column;
}

.container {
    z-index: 990;
    position: relative;
}

.title-section-center {
    align-items: center;
}

.title-section-left {
    align-items: flex-start;
}

.title-section-left .title-section__titre {
    text-align: left;
}

.title-section-left .title-section__sous-titre {
    text-align: left;
}

.title-section-right {
    align-items: flex-end;
}

.title-section__label {
    margin-bottom: 8px;
    font-family: Moderat-Medium;
    font-size: 18px;
    margin-bottom: 16px;
}

.title-section__titre {
    max-width: 900px;
    text-align: center;
}

.title-section__titre * {
    font-family: EightiesComeback-Bold;
    font-size: 32px;
    line-height: 1.4;
}

.title-section-center .title-section__titre * {
    text-align: center;
}

.title-section__sous-titre {
    margin-top: 16px;
    max-width: 900px;
}

.title-section__sous-titre * {
    font-family: Moderat-Light;
    font-size: 18px;
}

.title-section-center .title-section__sous-titre * {
    text-align: center;
    line-height: 1.4;
}

.title-section__cta {
    margin-top: 32px;
}

.section_bg {
    background-color: #1C45F5;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 30%;
    z-index: 980;
}

@media all and (max-width:900px) {
    .section_bg {
        bottom: 20%;
    }
 }

@media all and (max-width:650px) {
    .title-section__titre * {
        font-size: 26px;
     }
 }