.js_enabled #cookie-message {
    display: none;
}

#cookie-message {
    display: none;
    background-color: rgb(0, 0, 0);
    color: white;
    margin: 0 auto;
    padding: 1em;
    position: fixed;
    z-index: 999;
    bottom: 0px;
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#cookie-message p {
    float: left;
    width: 70%;
    margin-left: 10%;
}

#cookie-message p a {
    color: white !important;
    text-decoration: underline !important;
}

#cookie-message p a:hover {
    text-decoration: none !important;
}

#cookie_access {
    margin-right: 50px;
    width: 8em;
   height: auto;
    line-height: 16px;
    border-radius: 24px;
    background-color: #1865a7;
    float: left;
    font-size: 14.4px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    border: 2px solid white;
   font-family: Helvetica,Calibri,Arial,sans-serif;
    float: right;
   text-align: center;
    padding: 10px 0;
    
}

@media (max-width: 767px ){
    #cookie-message{
            width: 95%;

    }
    #cookie-message p {
         width: 100%;
         margin-left: 0;
    }
    #cookie_access {
            margin: 0;
    }
}


#cookie_access:hover {
    background-color: #042a4a;
}

#cookie_access_en {
    margin-right: 50px;
    width: 12em;
    height: 2em;
    line-height: 16px;
    border-radius: 24px;
    background-color:rgb(157,111,154);
    float: left;
    font-size: 14.4px;
    font-weight: bold;
    color: white;
     text-align: center;
    cursor: pointer;
    border: 2px solid white;
     padding-top: 0.8em;
    font-family: Helvetica,Calibri,Arial,sans-serif;
        float: right;
   text-align: center;
 }

#cookie_access_en:hover {
    background-color: rgba(92,41,101,1);
}
