/* Coding : Younes MISSIRIA */
/* Date : 2024 / 02 / 20 */
/* Ticket : https://trello.com/c/TTImOs6e  */
#js-disabled-alert {text-align: center; font-size: 1em; background-color: red; color: #fff; padding: 15px 50px;}
#js-disabled-alert > p {margin: 0; color: #fff;}
#js-disabled-alert > p > a {color: #fff; text-decoration: underline!important;}
#js-disabled-alert > p > a:hover {text-decoration: none!important;}

/* Consent v2 */
.consent-banner {position: fixed; width: 100%; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); margin: 0px; left: 0px; bottom: 0px; padding: 4px; z-index: 1000; text-align: center;}