﻿.RGPD-box>.panel-default>.panel-heading {
    background-color:#ddd;
    font-weight:bold;
}

.RGPD-box.RGPD-center {
    position: fixed;
    width: 100vw;
    height: 100vh;
    /* margin: auto; */
    margin-top: 0vh;
    margin-left: 0;
    top: 0;
    bottom: 0;
    z-index: 2000;
}
.RGPD-box.RGPD-center .panel-body {
    display:block;
    height:95vh;
}
.RGPD-box.RGPD-dock {
    position: fixed;
    width: 100vw;
    height: auto;
    margin-bottom: -20px;
    top: auto;
    bottom: 0;
    margin-left: 0;
}

.RGPD-box.RGPD-dock .panel-body {
    display: none;
}

.RGPD-box.RGPD-hide {
    display:none;
}


.RGPD-accepter {
    float: right;
    height: 41px;
    margin-top: -11px;
    margin-right: -16px;
}
.RGPD-close {
    float: right;
    height: 41px;
    margin-top: -11px;
    margin-right: -16px;
    margin-left: 0;
    margin-bottom: 0px;
    border: 0;
    background: transparent;
}

