body{
    margin: 0;
}
.cookie-container{
    position: absolute;
    min-width: 100%;
}
.cookie-content {
    margin: auto;
    width: 960px;
    height: 70%;
    font-family: "BNPPSans", Helvetica, sans-serif;
    padding-bottom: 10em;
    line-height: 2em;
    margin-top: 7em;
}


h2 {
    text-align: center;
    color: #5f5f5f;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 50px;
}

h3 {
    color: #5f5f5f;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 30px;
}

a {
    color: #00965e;
    text-decoration: none;
}

a:hover, a:after, a:focus {
    color: #93bd0e;
}

.consentId-box{
    width: 50%;
    margin: auto;
    height: 3em;
    /*padding: 10px;*/
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.658823529411765);
}

ul {
    padding-left: 30px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.link-browser {
    color: rgb(0, 146, 91);
}

/* HEADER - NAVBAR */
.bway-navbar-container-component {
    position: fixed;
    background-color: #00965E;
    width: 100%;
    height: 65px;
    z-index: 16;
}

.header-container {
    background-color: white;
    height: 61px;
    margin-top: 0;
}
.header-container .header {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}
/* LOGO */
.header-container .header .navbar-brand {
    vertical-align: middle;
}

.header-container .header  .bnl-nav-logo {
    width: 173px;
    height: 43px;
    margin-left: 35px;
    margin-top: 10px;
}

#bnl-nav-logo-separator {
    margin-left: 18px;
    margin-top: 24px;
    float: left;
    width: 1px;
    height: 15px;
    margin-right: 15px;
    background: #555555;
}

.header-container .header .bnl-navbar-brand {
    top: .8em;
    text-decoration: none;
    font-family: "BNPPSans", Helvetica, sans-serif;
}
.header-container .header .bnl-no-underline {
    text-decoration: none;
    outline: 0;
}

.header-container .header .bnl-logo {
    margin-top: 22px;
    font-family: "BNPPSans", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #555;
}

/* FOOTER */
.footer-container{
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 16;
    bottom: 0;
}
.bnl-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    height: 77px;
    margin-bottom: 59px;
    background-color: #f3f3f3;
}
.bnl-footer .elements{
    vertical-align: middle;
    color: #5F5F5F;
    font-size: calc(14px - 1px);
    font-family: 'Arial Normale', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bnl-footer .elements a{
    border-left: 1px solid #d2d2d2;
    padding-left: 8px;
}







