/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.top-hero>.container {
gap: 16px;
}

.top-hero {
background-color: #F8F4EC;
    padding-top: 48px !important;
}

.top-hero .title-section__titre * {
font-family: "Lato-Bold";
    text-align: left;
    font-size: 36px;
    line-height: 1.4;
}


@media all and (max-width:550px) {
.top-hero>.container {
        padding: 16px !important;
    }

.top-hero .title-section__titre * {
    font-size: 30px;
}

.top-hero {
    padding-top: 0 !important;
}
}