/*
 * RGPD powered by Jpresta (jpresta . com)
 *
 *    @author    Jpresta
 *    @copyright Jpresta
 *    @license   You are just allowed to modify this copy for your own use. You must not redistribute it. License
 *               is permitted for one Prestashop instance only but you can install it on your test instances.
 */
#jpresta-rgpd-container {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 1rem;
    width: 30%;
    padding: 1rem;
    border-radius: 3px;
    background: white;
    box-shadow: 0 0 18px rgb(0 0 0 / 20%);
    z-index: 2147483645;
}
#jpresta-rgpd-container .jpresta-rgpd-msg {
    color: #000;
}
#jpresta-rgpd-container img {
    float: right;
    margin-left: 0.5rem;
}
.jpresta-rgpd-actions {
    float: right;
    margin: 0.5rem;
}
.jpresta-rgpd-actions button {
    margin-left: 1rem;
}
@media only screen and (max-width : 820px) {
    #jpresta-rgpd-container {
        width: 100%;
        margin: 0;
    }
}
@media only screen and (min-width : 821px) and (max-width : 1400px) {
    #jpresta-rgpd-container {
        width: 50%;
    }
}
