/* cookie banner */

section.banner_cookie_container {
    width: 100%;
    bottom: 0;
    position: fixed;
    background-color: black;
    z-index: 1051;
    color: white;
    text-shadow: none;
    display:none;
}

section.banner_cookie_content {
    max-width: 1024px;
    margin: 23px auto 23px auto;
    padding-top: 0px;
    color: white;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: white;
}

section.banner_cookie_button {
    text-align: center;
}
section.banner_cookie_button button:hover,
section.banner_cookie_button button:focus{
    background-color: #a1a1a1;
}

/* Information mention */
.information-mentions {
        background: #f7f6f7;
        color: black;
        text-shadow: none;
}

#general_conditions_of_use,
#conditions_generales_d_utilisation {
    display: none;
}

