@charset "UTF-8";


.general-links {
    color: #fff
}

.general-links:hover {
    color: #e95653
}

.modal-links {
    color: #e95653;
    font-size: 18px
}

.modal-links:hover {
    color: #e95653;
    font-size: 18px;
    text-decoration: none !important
}

.btn-cookies1 {
    font-size: 24px;
    font-weight: 300;
    transition: all .3s ease;
    width: 23px;
    height: none;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 15px;
    border: none;
    background-color: transparent;
    text-align: left;
    cursor: pointer
}

.btn-cookies2 {
    font-size: 24px;
    font-weight: 300;
    transition: all .3s ease;
    width: 50px;
    height: none;
    border-radius: 0;
    padding-left: 41px;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 15px;
    border: none;
    background-color: transparent;
    text-align: left;
    cursor: pointer
}

button:active {
    outline: 0;
    border: none
}

button:focus {
    outline: 0;
    border: none
}

/* Icon when the collapsible content is shown 
.btna::before {
    font-family: "Glyphicons Halflings";
    content: "\2212";
    font-size: 25px;
    float: right
}

.btna.collapsed::before {
    content: "\2b";
    font-size: 30px
}*/

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative
}

.checkbox>span {
    padding-left: .5rem
}

.checkbox>input {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #7cb892;
    border-radius: 4px;
    outline: 0;
    transition-duration: .3s;
    background-color: #fff;
    cursor: pointer
}

.checkbox>input:checked {
    border: 1px solid #7cb892;
    background-color: #7cb892
}

.checkbox>input:checked::before {
    content: "\2713";
    display: block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0.1rem;
    top: -7px
}

.checkbox>input:active {
    border: 2px solid #7cb892
}

.btn-line-height {
    line-height: 2.5 !important
}

.btn-line-height-Basis {
    line-height: 2.3 
}

.lp-button-cib {
    background-color: #e95653;
    box-shadow: 0 0 0 !important;
    color: #fff !important;
    cursor: pointer;
    width: 220px !important;
    height: 60px;
    text-align: center;
    display: table-cell
}

.lp-button-cib:hover {
    background-color: #fff !important;
    color: #e95653 !important
}

.modal-header-line {
    border-bottom: 0 solid #e9ecef !important
}

@media (min-width:1200px) {
    .modal-dialog-cookie {
        max-width: 40% !important
    }
}

.card-text-disabled {
    font-size: 18px;
    font-weight: 400;
    color: #bec8d2;
    line-height: 1.5rem
}

#cookie a {
    color: #00558c;
    text-decoration: underline
}

#cookie a:hover {
    text-decoration: underline
}

#cookie div {
    padding: 12px;
    padding-right: 40px
}

#cookie {
    text-align: center;
    color: #404040;
    margin-top: none !important;
    background: linear-gradient(to bottom, rgba(222, 227, 232, .9) 0, rgba(222, 227, 232, .9) 100%);
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    font-size: 14px;
    line-height: 16px
}

.modal-links {
    color: #e95653;
    font-size: 18px;
    line-height: 1.2em;
}

.modal-links:hover {
    color: #e95653;
    font-size: 18px;
    line-height: 1.2em;
    text-decoration: none !important
}

/* Icon when the collapsible content is shown */

.btna::before {
    font-family: "Glyphicons Halflings";
    content: "\2212";
    font-size: 30px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

/* Icon when the collapsible content is hidden */

.btna.collapsed::before {
    content: "\2b";
    font-size: 30px;
}

.cookies-lang button {
    border: 1.5px solid transparent;
    border-radius: 10px;
    background-color: white;
    color: lightslategrey;
    border-color: lightslategrey;
    text-align: center;
    vertical-align: middle;
    padding: 0.3em 1em;
    font-size: 0.9rem;
    font-weight: 550;
    margin-right: 15px;
}

.cookies-modal a {
    color: #E11E19;
    line-height: inherit;
    font-size: 1em;
}

.cookies-lang button:hover {
    color: white;
    background-color: lightslategrey;
}

.cookies-lang button:disabled {
    color: white;
    background-color: lightslategrey;
}

.fade-cookie {
    opacity: 0;
    transition: opacity 1s;
}

.fade-cookie.show {
    opacity: 1
}