section.page_banner .banner_courbe_blanc {
    display: none;
}
section.page_banner {
    background-position: 80% 56%;
}
.blog .banner_title_container {
    width: 100%;
    max-width: unset;
}
section.page_banner > .ct-section-inner-wrap {
    justify-content: flex-end;
}
.banner_title_container {
    text-align: right;
}
.banner_title_container .banner_title {
    width: 100%;
}
.banner_title_container:has(.banner_subtitle p):has(.banner_description p) .banner_subtitle p {
    margin-bottom: 10px;
}