/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.title-section {
display: -webkit-box;
    display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
flex-direction: column;
}

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

.title-section-center {
-webkit-box-align: center;
    -ms-flex-align: center;
align-items: center;
}

.title-section-left {
-webkit-box-align: start;
    -ms-flex-align: start;
align-items: flex-start;
    width: 100%;
}

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

.title-section-left .title-section__sous-titre {
text-align: left;
    font-size: 16px;
    line-height: 1.4;
    font-family: "Lato-Regular";
}

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

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

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

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

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

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

.title-section__sous-titre * {
font-family: Lato-Regular;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}

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

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

.section_bg {
background-color: #D38269;
    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:550px) {
.title-section__titre * {
        font-size: 26px;
    }

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

.title-section-left {
-webkit-box-align: center;
    -ms-flex-align: center;
align-items: center;
}
}