.cookie-style 
{
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    color: #fff;
    font-size: 15px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px
}
#gerer-cookie
{
    cursor: pointer;
    text-decoration: underline;
}
#cookie 
{
    top: 0;
}
#cookie-gestion
{
    position: fixed;
    top: 42px;
    left: 0px;
    height: 182px;
    width: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    color: #fff;
    font-size: 15px;
}
#cookie-gestion .titre-section
{
    font-size: 18px;
}
#cookie-gestion .contenu-section 
{
    margin-top: 10px;
}
#cookie .btn-cookie
{
    background: rgb(53,153,255); 
    color: #fff; 
    padding-left: 5px; 
    padding-right: 5px; 
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    padding: 8px;
}
#cookie-gestion a
{
    border-bottom: 1px dashed rgb(53,153,255); 
    margin-left: 5px;
}


/* RESPONSIVE */
@media screen and (max-width: 1484px)
{
    #cookie-gestion
    {
        top: 60px;
    }
}
@media screen and (max-width: 776px)
{
    #cookie-gestion
    {
        top: 77px;
    }
}
@media screen and (max-width: 502px)
{
    #cookie-gestion
    {
        top: 94px;
    }
}
@media screen and (max-width: 386px)
{
    #cookie-gestion
    {
        top: 111px;
    }
}
@media screen and (max-width: 386px)
{
    #cookie-gestion
    {
        top: 128px;
    }
}
@media screen and (max-width: 274px)
{
    #cookie-gestion
    {
        top: 145px;
    }
}
@media screen and (max-width: 251px)
{
    #cookie-gestion
    {
        top: 162px;
    }
}
@media screen and (max-width: 215px)
{
    #cookie-gestion
    {
        top: 179px;
    }
}