@charset "UTF-8";
/*
CSS custom CTC
*/
div#tarteaucitronInfo {
    padding: 15px 15px !important;
    border-left: 1px solid;
    border-right: 1px solid;
}
.tarteaucitronH1 {
    font-size: 1.8em!important;
    font-weight: 600 !important;
}
.tarteaucitronH2 {
    font-size: 1.5em!important;
    font-weight: 600 !important;
}
.tarteaucitronTitle button {
    background:#CCCCCC !important;
}
.tarteaucitronInfoBox {
    border:solid 1px #CCCCCC !important;
}
.tarteaucitronLine {
    background: #F1F1F1 !important;
}
.tarteaucitronAllow,
.tarteaucitronAllow span {
    background-color: #1B870B !important;
    color:#FFFFFF !important;
}
.tarteaucitronDeny,
.tarteaucitronDeny span {
    background-color: #9C1A1A !important;
    color:#FFFFFF !important;
}
.tarteaucitronIsAllowed .tarteaucitronDeny {
    opacity: 0.4!important;
}
.tarteaucitronIsDenied .tarteaucitronAllow {
    opacity: 0.4!important;
}
.tarteaucitronIsAllowed .tarteaucitronAllow {
    opacity: 1!important;
}
.tarteaucitronIsDenied .tarteaucitronDeny {
    opacity: 1!important;
}
.tarteaucitronLine .tarteaucitronAllow, .tarteaucitronLine .tarteaucitronDeny {
    opacity: 0.4;
}
#tarteaucitronServices_mandatory button.tarteaucitronAllow {
    opacity: 1;
}
#tarteaucitronRoot .tarteaucitronCross::before {
    color: white !important;
}
#tarteaucitronRoot .tarteaucitronCheck::before {
    color: white !important;
}