/* RGPD Form Modals */
form input[type=checkbox] {
    height: auto !important;
    margin-right: 10px;
}

.form-modal {
    top: 30% !important;
}

.modal-backdrop {
    z-index: 1 !important;
}

.modal-dialog {
    color: #333 !important;
}

.form-modal .modal-dialog .modal-text ul {
    list-style-type: disc;
}

.form-modal .modal-dialog .modal-text ul li {
    margin: 15px 30px;
}

.form-modal .modal-header .close {
    margin-top: -20px !important;
}
/* /RGPD Form Modals */

/* General */
.dp-c {
    display: contents !important;
}

.hidden {
    display: none;
}
/* /General */

.social-links .facebook-share, .social-links .twitter-share, .social-links .linkedin-share {
    background: none !important;
}

a.city-mall--link {
    color: #cd805c !important;
    font-family: 'GT-Walsheim-Pro-Black' !important;
}

.success-block {
    color: #ffffff !important;
    margin-bottom: -5px !important;
}

.help-block {
    color: #FF9494;
}
