.hero h1 {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: #790000;
    text-align: left;
}

p.hero-subtitle.h2  {
    color: #790000;
    font-size: 28px;
    font-weight: 800;
}

#hero-content .hero-text ul li {
    color:  #333;
}

.details.dark-background {
    --background-color: #FFF;
    --default-color: #333;
    --heading-color: #790000;
    --surface-color: #ffffff;
    --contrast-color: #f8f8f8;
}

.alt-features.dark-background {
    --background-color: #f8f8f8;
    --default-color: #333;
    --heading-color: #790000;
    --surface-color: #ffffff;
    --contrast-color: #f8f8f8;
}

.text-image-section.section img.shadow{
    box-shadow: none !important;
}
.header .bloc_texte_1{
    color: #790000;
}

.header .bloc_texte_2{
    color: #790000;
}

.footer {
    color: #000;
    background-color: #fff;
}
.footer .footer-links ul a {
    color: #790000;
}

.footer h4{
    color:#000;
}

.details.section.dark-background{
    background: #790000;
    color:#fff
}
.details.section.dark-background h2{
    color: #fff;
}

.details.section.dark-background .read-more {
    background: var(--surface-color);
    color: var(--accent-color);
}

.text-image-section.section h2{
    color: var(--accent-color);
    font-weight: 800;
}