/*
Permet de rendre le bouton "Refuser/Décliner" les cookies plus difficile
d'accès
*/


.cm-btn.cm-btn-danger.cn-decline{
    background-color: #ff498f!important;
    color: #fff!important;
}

.klaro .cookie-modal {
z-index: 1001 !important
}

.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a{
color: #ff498f!important;
}
   /*
   Exemple de style (inspiré de Complianz) du bouton qui sera affiché sur
   toutes les pages
   permettant d'accepter ou de refuser les cookies
   */
#klaro-manage-consent button {
    position: fixed;
    right: 40px;
    padding: 15px;
    cursor: pointer;
    height: 50px;
    color: #ffffff;
    background-color: #48CBFF;
    border-style: solid;
    border-color: #48CBFF;
    border-width: 1px 1px 1px 1px;
    border-radius: 12px 12px 12px 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    line-height: initial;
    bottom: -35px;
    box-shadow: rgba(0, 0, 0, .19) 0 10px 20px, rgba(0, 0, 0, .23) 0 6px
    6px;
    animation: 0.5s ease 0s 1 normal forwards running mc_slideOut;
}

.slider.round{
    z-index: 99!important;
}

#klaro-manage-consent button:focus{
    outline: none;
}
#klaro-manage-consent button:hover {
    animation: 0.5s ease 0s 1 normal forwards running mc_slideIn;
}

@keyframes mc_slideOut {
    100% {
        bottom: -35px;
    }
}

@keyframes mc_slideIn {
    100% {
    bottom: 0
    }
}

.klaro .cookie-notice:not(.cookie-modal-notice),
.cm-modal.cm-klaro{
    background-color: #fff!important;
  
}

.klaro .cookie-notice p,
.klaro .cookie-notice p strong,
.cm-modal.cm-klaro .title,
.cm-modal.cm-klaro p,
.cm-list-title {
    color:#333!important;
}

.klaro .cookie-modal a, 
.klaro .context-notice a, 
.klaro .cookie-notice a{
    color:#48CBFF;
}

.klaro .cookie-modal .cm-list-label .slider{
    top: -57px!important;
    z-index: 99!important;
}

.slider {
    margin-top: 55px!important;
    margin-bottom: 5px!important;
}
  

.cm-btn.cm-btn-success{
    background-color: #48CBFF!important;
}

.cn-ok .cm-link.cn-learn-more{
    border: 1px solid #ff498f!important;
    width: 100px!important;
    padding: 5.6px!important;
    margin-top:0!important;
    border-radius: 4px!important;
}

.cm-btn.cm-btn-decline.cm-btn-danger.cn-decline{
    background-color: #ff498f;
    color: #fff!important;
}