#exocookies.exocookies {
    background-color: #fff;
    border: 1px solid #ccc;
    position: fixed;
    max-width: 500px;
    width: 300px;
    z-index: 10000;
    left: 10px;
    right: auto;
    bottom: 10px;
    padding: 15px;
    margin: 0px;
}

#exocookies .exotext {
    padding: 8px;
    text-align: left;
    line-height: 18px;
    font-size: 13px;
}

#exocookies .group-bouton-exocookies {
    width: 100%;
    padding: 0px 8px;
    margin: auto;
}

#exocookies .accept {
    width: fit-content;
    float: left;
    margin: auto;
    text-align: center;
}

#exocookies .readmore {
    width: fit-content;
    float: right;
    margin: auto;
    text-align: center;
}

#exocookies .group-bouton-exocookies a:hover,
#exocookies .group-bouton-exocookies a:focus {
    color: #333;
    text-decoration: none;
    background-position: 0px;
    transition: background-position .1s linear;
}

.group-bouton-exocookies .accept a,
.group-bouton-exocookies .readmore a {
    cursor: pointer;
    color:#eeeeee;
    padding: 5px 15px;
    border: 0px;
    text-shadow: none;
}

@media (max-width: 500px) {
    #exocookies.exocookies {
        width: auto;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}