.rgpd {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    text-align: center;
    z-index: 10000;
    width: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    letter-spacing: 0;
}

.rgpd .container {
    width: 100%;
    margin: 0 auto;
    background: transparent;
}

.bouton_consentement {
    padding: 0;
    max-width: 55px;
    text-decoration: none;
    border: 2px solid white;
    transition: background 0.5s ease;
    display: inline-block;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 2em;
    font-size: 0.9em;
    position: relative;
    margin: 1em auto;
    cursor: pointer;
    outline: none;
    width: 100%;
    text-align: center;
    color: rgb(105, 90, 87);
    background: white;
    margin-left: 5px;
}

a.bouton_consentement:hover {
    color: white;
    background: rgb(64, 64, 64);
}

#privacyUrl {
    color: white;
    display: inline;
    font-weight: normal;
    font-size: 15px;
    padding-left: 15px;
    background: none;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
}

.textutilisation {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0;
    display: inline;
}

@media only screen and (max-width: 1300px) {
    .textutilisation {
        display: block;
    }
    a.bouton_consentement {
        font-size: 1.05em;
        padding: 5px;
    }
}
@media only screen and (max-width: 600px) {
    .textutilisation {
        display: block;
        font-size: 14px;
    }
    #privacyUrl {
        font-size: 13.5px;
    }
}