.pibcookie-banner {
        position: fixed;
        bottom: 20px;
        width: 80%;
        max-width:450px;
        background: #ffffffee;
        border: 2px solid #980909;
        color: #000;
        padding: 50px;
        display: none;
        /* justify-content: space-between; */
        /* align-items: center; */
        z-index: 9999;
        font-size: 14px;
        border-radius: 14px;
}

.pibcookie-banner a {
    color: #ccc;
    text-decoration: underline;
}
.pibcookie-text{
    font-size:0.8em;
    
}
.pibcookie-buttons button {
    margin-left: 10px;
    padding: 6px 12px;
    border: none;
    cursor: pointer;
}

#pibcookie-accept {
   /* background: #fff;*/
}

#pibcookie-refuse {
 /*   background: #555;
    color: #fff;*/
}
.pibcookie-buttons {
    right: 5px;
    position: absolute;
    bottom: 5px;
}


btn-primary{
 color:#980909 !important;   
}
}