/* Couleur du texte : RVB 35, 5, 99 */
body, h1, h2, h3, h4, h5, h6, p, a, li, span, div, strong, em, b {
    color: #230563 !important;
}

/* Fond blanc pendant le chargement des images */
.banner.style1 .image,
.spotlight .image {
    background-color: #ffffff !important;
}

/* Bannière : image en haut, texte en dessous */
.banner.style1 {
    flex-direction: column-reverse !important;
    min-height: unset !important;
    height: auto !important;
    align-items: stretch !important;
}

.banner.style1 .image {
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    position: relative;
    flex-shrink: 0 !important;
}

.banner.style1 .image img {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    object-fit: unset;
    display: block;
}

.banner.style1 .content {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    border-top: 2px solid #230563;
}

/* Bloc titre de section */
.section-title {
    background-color: #f2f2f2;
    text-align: center;
    padding: 1.5rem 2rem;
    border-top: 2px solid #230563;
}

.section-title h2 {
    margin: 0;
}

/* Bouton bannière */
.banner .button.primary {
    background-color: #230563 !important;
    border-color: #230563 !important;
    color: #ffffff !important;
}
