/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.dpgdpr_popup {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    background: white;
    max-width: 254px;
    width: 100%;
    padding: 24px 24px;
    transition: all .3s ease-in-out;
    opacity: 0;
    transform: translateX(30px);
    box-shadow: -1px 3px 15px rgba(0, 0, 0, 0.18);
}

.dpgdpr_popup > * {
    margin-bottom: 0;
}

.dpgdpr_popup > *:last-child {
    margin-right: 0;
}

.dpgdpr_popup.is-active {
    opacity: 1;
    transform: translateX(0)
}

.dpgdpr_popup__cross {
    color: #323539;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}

.dpgdpr_popup__more-info,
.dpgdpr_popup__text,
.dpgdpr_popup__text * {
    color: #323539;
    font-size: 12px;
    line-height: 18px;
}

.dpgdpr_popup__text {
    margin-right: auto;
    margin-bottom: 20px;
}

.dpgdpr_popup__text a {
    color: #0099da;
}

.dpgdpr_popup__text > *:last-child {
    margin-bottom: 0;
}

.dpgdpr_popup__more-info {
    text-decoration: underline
}

.dpgdpr__buttons {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.dpgdpr__buttons > * {
    margin-right: 15px;
    cursor: pointer;
    font-size: 12px !important;
}

.dpgdpr__buttons > *:last-child {
    margin-right: 0;
}

.dpgdpr_button {
    color: #fff !important;
    font-size: 12px !important;
    text-transform: initial !important;
    letter-spacing: 0 !important;
    background-color: #0099da !important;
    padding: 10px 16px !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 0 !important;
    flex-shrink: 0 !important;
    font-weight: bold !important;
}

.dpgdpr_button .fas{
    margin-right: 7px;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.dpgdpr_button._secondary {
    background-color: #bfbebe !important;
}

/* checkboxes --------------------------------------------------- */
.dpgdpr_checkbox,
.dpgdpr_checkbox label {
    height: 24px;
    position: relative;
}

.dpgdpr_checkbox label {
    margin: 0;
}

.dpgdpr_checkbox label {
    font-size: 13px;
    cursor: pointer;
    user-select: none;
    color: #636363;
    font-weight: 400;
    padding-left: 34px;
    white-space: nowrap;
}

.dpgdpr_checkbox label:before,
.dpgdpr_checkbox label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    height: 24px;
    border-radius: 16px;
    background: #fff !important;
    border: 1px solid #d9d9d9 !important;
    transition: all .3s;
    opacity: 1 !important;
}

.dpgdpr_checkbox input {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    outline: 0;
    z-index: 3;
    margin: 0;
    padding: 0!important;
    pointer-events: none;
}

.dpgdpr_checkbox input + label:before {
    background: #a72c28!important;
}

.dpgdpr_checkbox input:checked + label:before {
    background: #55d069 !important;
}

.dpgdpr_checkbox input + label:after {
    width: 24px;
    height: 24px;
    border-radius: 16px;
}

.dpgdpr_checkbox input:checked + label:after {
    margin-left: 16px;
}

.dpgdpr_checkbox input + label {
    width: 40px;
    display: inline-block;
}

.dpgdpr_privacy-checkbox{
    background: lightgrey;
    padding: 30px;
    display: table;
    border-radius: 4px;
}

.dpgdpr_privacy-checkbox__label{
    margin-bottom: 10px;
    display: block;
}


/* -------- Privacy page -------- */

.deuxpoints_gdpr{
    display: table;
    font-size: 16px !important;
    font-family: arial, sans-serif !important;
    color: black !important;
    line-height: 150% !important;
    margin-bottom: 150px;
}

.deuxpoints_gdpr .column{
    font-size: 16px !important;
    font-family: arial, sans-serif !important;
    color: black !important;
    line-height: 150% !important;
}


.deuxpoints_gdpr h1, .deuxpoints_gdpr h2, .deuxpoints_gdpr h3, .deuxpoints_gdpr h4{
    color: black !important;
    margin-top: 2em !important;
    margin-bottom: .4em !important;
    padding: 0 !important;
    font-weight: bold !important;
    letter-spacing: 0 !important;
    font-family: arial, sans-serif !important;
    line-height: 110% !important;
}

.deuxpoints_gdpr h2{
    font-size: 32px !important;
}

.deuxpoints_gdpr h3{
    font-size: 22px !important;
}

.deuxpoints_gdpr h4{
    font-size: 19px !important;
}

.deuxpoints_gdpr i{
    font-family: arial, sans-serif !important;
    font-style: normal !important;
    line-height: 120% !important;
}

.deuxpoints_gdpr td{
    font-size: 16px !important;
    font-style: normal !important;
    line-height: 120% !important;
}

.deuxpoints_gdpr p{
    font-size: 16px !important;
    font-style: normal !important;
}

.deuxpoints_gdpr span{
    font-size: 16px !important;
    font-style: normal !important;
}

.deuxpoints_gdpr p span{
    font-size: 16px !important;
    font-style: normal !important;
}

.deuxpoints_gdpr table {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border-top: 1px solid #ececec;
}

.deuxpoints_gdpr td {
    border-color: #ececec;
    border-left: none;
    border-style: none solid solid none;
    border-top: medium none;
    border-width: medium 1px 1px medium;
    font-size: 13px;
    padding: 10px;
}
