/*Cookie Consent Begin*/

#cookie-consent {
    position: fixed;
    bottom: 0;
    background-color: rgba(24, 24, 24, 0.9);
    min-height: 100px;
    width: 100%;
    font-size: 0.85em;
    color: #fff;
    line-height: 26px;
    padding: 20px 55px 10px 55px;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    /* left: 8%;
    right: 8%; */
    display: none;
    z-index: 2147483645;
}

#cookie-consent p {
    /* font-size: 1em; */
    line-height: 1.5;
}

#cookie-consent a {
    color: white;
    text-decoration: underline;
}

#cookie-consent a:hover {
    color: #b2b2b2;
    text-decoration: none;
}

#cookie-consent .jbtn {
    background: #b2b2b2;
    padding: 12px 25px 10px 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em;
    text-align: center;
    border: 1px solid transparent;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#cookie-consent .jbtn:hover {
    background: white;
}

#cookie-consent .consent-content {
    display: grid;
    grid-template-columns: auto auto;
}

#cookie-consent .consent-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 55px;
}

.tarteaucitronH3{
    color: #000;
}

/* TABLET */

@media (max-width: 990px) {
    #cookie-consent .consent-content {
        grid-template-columns: 1fr;
    }
    #cookie-consent .consent-btn-container {
        padding: 15;
    }
    #cookie-consent .consent-btn-container {
        padding: 15px 0 15px 0;
    }
}