/**
 * Modal
 */
#tarteaucitronRoot .tarteaucitronTitle button, .tarteaucitronDetails {
    background: #333!important;
}

/**
 * Cookie Button
 */
#tarteaucitronAlertSmall {
    left: 0;
    right: unset!important;
}
#tarteaucitronAlertSmall #tarteaucitronManager {
    line-height: 0px;
    color: transparent;
    font-size: 5px!important;
    padding: 8px 10px 3px;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    height: 20px;
    position: relative;
}
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot:after {
    content: '';
    display: block;
    width: 100%;
    height: 80%;
    background-image: url(../image/cookie.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    margin: 2px 0;
}
/**
 * Cookie Counter
 */
#tarteaucitronCookiesNumber {
    top: 21px;
    z-index: 1;
    width: 90px;
    display: flex;
    cursor: pointer;
    position: absolute;
    background-color: #FFF!important;
}
#tarteaucitronCookiesNumber:before {
    content: 'Cookies';
    display: block;
    width: 75%;
}