.page_banner_01 {
    display: flex;
    width: 100%;
    justify-content: center;
    background: #C80023;
}

.page_banner_01_sz {
    display: block;
    width: calc(100% - 40px);
    max-width: 1280px;
    text-align: center;
    margin: 50px 0;

    color: #FFFFFF;
    font-family: "Source Serif 4", serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 1;
}

/* Responsive - Tablettes */
@media (max-width: 1024px) {
    .page_banner_01_sz {
        font-size: 32px;
        margin: 40px 0;
    }
}

/* Responsive - Mobiles */
@media (max-width: 768px) {
    .page_banner_01_sz {
        font-size: 24px;
        margin: 24px 0;
    }
}
