#tarteaucitronServices {
    font-family: 'Outfit', sans-serif !important;
    border-radius: 20px;
    box-shadow: none !important;
}

#tarteaucitronDisclaimerAlert,
#tarteaucitronCloseAlert {
    font-family: 'Outfit', sans-serif !important;

}

#tarteaucitronServices::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

#tarteaucitronDisclaimerAlert {
    color: #1d1d1b !important;
    padding-bottom: 20px;
    margin-bottom: 20px!important
}

#tarteaucitronPrivacyUrl {
    color: #1d1d1b !important;
    font-family: 'Outfit', sans-serif !important;


}

#tarteaucitronAlertBig {
    bottom: 30px;
    width: 30% !important;
    background: white !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400;
    *{
        font: 15px 'Outfit', sans-serif !important;
        letter-spacing: 1px!important;
    }
}

@media (max-width: 768px) {
    #tarteaucitronAlertBig {
        width: 80% !important;
    }
}

#tarteaucitronRoot button#tarteaucitronBack {
    background: #0c321d !important;
}

.tarteaucitronMainLine,
.tarteaucitronClosePanel,
#tarteaucitronMainLineOffset {
    background: #dcdc01 !important;

    span,
    #tarteaucitronInfo,
    #tarteaucitronClosePanel {
        color: #1d1d1b !important;
    }
}

#tarteaucitronClosePanel {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    right: 50px !important;
    background: #dcdc01 !important;

}

.tarteaucitronTitle button {
    background: #dcdc01 !important;
}

#tarteaucitronInfo {
    background: transparent !important;
    border: none !important;
}

.tarteaucitronLine,
.tarteaucitronHidden {
    background: transparent !important;
}

.tarteaucitronCTAButton {
    font-family: 'Outfit', sans-serif !important;

}