.header {
    position: relative;
    background-color: #202C5E;
    padding-bottom: 2em;
}
.logo{
    background-color: white;
    width: 200px;
}
.banniere {
    width: 100vw;
    /* position: absolute; */
    /* top:0px; */
    /* z-index: -2; */
    /* height: 250px; */
}

.overlayBanniere {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    /* z-index: -1; */
    filter: brightness(0.5);
    overflow: hidden;
}

.navbar {
    position: fixed;
    top:0px;
    z-index: 10;
    width: 100vw;
}

.nav-link {

    color: white !important;
}
.navbar-toggler {
    background-color: white;
}

.naturellementTitle {
    font-size: 60px;
}

.title {
    color: white;
    text-align: center;
    font-size: larger;
    line-height: 2;
    /* font-weight: bold; */
    position: relative;
    z-index: 5;
}

.credit{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: small;
}