
body {
    background-color: var(--bg-color);
    color: var(--text-color);
}

section {
    border-radius: 8px;
    background-color: var(--section-color);
    padding: 20px;
}

.subtitle {
    text-transform: uppercase;
    color: var(--subtitle-color);
}

h1 {
    margin-bottom: 40px;
}

.approche-item {
    min-height: 10px;
}

.second .col-lg-3,
.third .col-lg-3,
.fourth .col-lg-2 {
    border-right: 1px solid var(--subtitle-color);
}

.second .col-lg-3:last-child,
.third .col-lg-3:last-child,
.fourth .col-lg-2:last-child {
    border-right: none;
}

.fifth {
    border: 1px solid var(--subtitle-color);
}