/*Gestion de cookies*/
#overbox3 {
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:60px;
    width:100%;
    text-align:center;
    min-height:60px;
    background-color: rgba(0, 0, 0, 0.8);
    color:#fff;
    z-index:99999;
}
#infobox3 {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family: 'Lato', sans-serif !important;
    top:30%;
}
#infobox3 p {
    line-height:20px;
    font-size:large;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
}