#tarteaucitron .uk-modal-dialog {
    width:  800px;
}

.tarteaucitronLine .tarteaucitronAllow {
    opacity: 0.4;
}

.tarteaucitronIsAllowed .tarteaucitronDeny {
    opacity: 0.4!important;
}.tarteaucitronIsDenied .tarteaucitronAllow {
    opacity: 0.4!important;
}.tarteaucitronIsAllowed .tarteaucitronAllow {
    opacity: 1!important;
}.tarteaucitronIsDenied .tarteaucitronDeny {
    opacity: 1!important;
}

@media (max-width: 639px) {
    .tarteaucitronServiceInfos li {
        flex-direction: column;
    }
}