body {
    background-image: url("../images/fond.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;  
}

.nav-bg-color-custom {
    background-color: #043200;
    background-blend-mode: overlay;
}