#avis-cookies{ 
    background: #eee; 
    padding: 10px; 
    overflow: hidden;
    box-shadow: 0 0 40px 40px rgba(0,0,0,0.5);
    margin-bottom: 5px;
    font-size:13px;
    position:fixed;
    bottom:0;
    right:0;
    left:0;
    z-index: 9999;
}
#avis-cookies h5{ font-size:13px; margin-bottom: 0px;}
#avis-cookies p{ margin-bottom: 0px; display:inline-block;}
#avis-cookies a.boton.tip{
    display:inline-block; 
    width: auto; 
    padding:0 6px 2px 6px; 
    text-shadow: none; 
    background: #f7831e; 
    color:#fff;
    height: 16px;
    line-height: 16px;
    font-size:13px;
    cursor:pointer;
    margin: 0 40px 0 5px;
}
#avis-cookies a.boton.tip.black{
    background: #333;
}
#avis-cookies a.boton.tip:hover{background: red;
}

#configCookies{width:80%; top:10%!important; right: 10%!important;left: 10%!important; bottom:auto!important; height: auto!important; min-height: auto!important;}

@media print, screen and (min-width: 40em){
.reveal, .reveal.tiny, .reveal.small, .reveal.large {
    top:10%!important;
    right: 10%!important;
    left: 10%!important; 
    bottom:auto!important;
    margin: 0 auto;
    height: auto!important; min-height: auto!important;
}
}