:root {
    --vy: rgb(0, 0, 0);
    --cream: rgb(165, 164, 159);


}

body {
    color: var(--vy);
}

footer {
    position: relative;
    width: 100%;
    bottom: 0; 
    left: 0; 
    right: 0;
    text-align: center;
    background-repeat: no-repeat;
}

.badge-estuaire {
    background-color: #343dfa;
}

.body-container {
    position:relative;
    padding-bottom:50px;
}

.bg-vy{
    background-color: var(--vy);
}
.txt-vy{
    color: var(--vy);
}

.txt-cream{
    color: var(--cream);
}