[data-plugin-rgpd-wrapper] {
    opacity: 0;
    transition: ease opacity 300ms;
}

    [data-plugin-rgpd-wrapper].show {
        opacity: 1;
    }

.olv-rgpd-bar {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 1.5rem;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: ease opacity 300ms, ease transform 300ms;
}

    .olv-rgpd-bar .olv-rgpd-bar-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px;
    }

        .olv-rgpd-bar .olv-rgpd-bar-actions .btn-refuse {
            background-color: #f4f4f4;
            text-transform: uppercase;
        }

        .olv-rgpd-bar .olv-rgpd-bar-actions .btn-accept {
            background-color: #c7a229;
            color: white;
            text-transform: uppercase;
        }

        .olv-rgpd-bar .olv-rgpd-bar-actions .olv-rgpd-agree-trigger {
            margin-left: 2rem;
        }

    .olv-rgpd-bar.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .olv-rgpd-bar.removing {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

@media (min-width: 1200px) {
    .olv-rgpd-bar {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }

        .olv-rgpd-bar .rgpd-bar-actions {
            -ms-flex-pack: end;
            justify-content: flex-end;
            margin-top: 0;
        }
}

.rgpd h2 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.1rem;
    margin: 30px 0 15px 0;
}

.rgpd h4 {
    text-transform: none;
    color: black !important;
}

.rgpd h6 {
    font-size: 1.1rem;
    font-weight: 600;
    color: black !important;
}

#olv-rgpd-change {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0c6f66;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999;
    border-radius: 4px;
    padding: 4px;
    opacity: 0;
}

    #olv-rgpd-change .icone {
        font-size: 1.3rem;
        line-height: 0;
        margin: 0;
        color: rgba(199, 162, 41, 0.623);
    }

    #olv-rgpd-change .legend {
        margin: 0;
        font-size: 0.7rem;
        color: #c7a229;
    }

    #olv-rgpd-change.show {
        opacity: 1;
        visibility: visible;
    }
