#content .ast-container {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

@media (min-width: 922px) {
    #primary {
        width: 100%;
    }
}

#primary {
    width: 100%;
    color: #333;
    background-color: #fff;
    padding-top: 5% !important;
    padding-left: 20% !important;
    padding-right: 20% !important;
    padding-bottom: 5% !important;
    margin: 0 auto !important;
}

.sr-root {
    min-height: 0vh !important;
}

:root {
    --accent-color: #036cad !important;
}

.header-custom {
    width: 100%;
    background: linear-gradient(0deg, rgba(48, 48, 48, 0.3), rgba(48, 48, 48, 0.7)), url(https://csfv-aquitaine.com/wp-content/uploads/2020/11/cftc-manifestation.jpg);
    background-size: cover;
    background-position: center center;
    padding: 7%;
}