.js_accept_cookie {
    background: #f0f0f0;
    padding: 10px 10rem;
    display: none;
    flex-direction: row;
}

.js_accept_cookie .message {
    text-align: center;
    font-size: 12px;
}

.js_accept_cookie .message a {
    color: #000000;
    text-decoration: underline;
}

.js_accept_cookie .actions {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.js_accept_cookie .actions a {
    display: flex;
    width: 40%;
    margin: auto 5px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #ffffff;
    opacity: .8;
    height: 32px;
    padding-top: 3px;
}

.js_accept_cookie .actions a:hover {
    text-decoration: none;
    opacity: 1;
}

.js_accept_cookie .actions a.accept {
    background: #75c865;
}

.js_accept_cookie .actions a.refuse {
    background: #909090;
}

.div_aff_cookies {
    text-align : center;
    margin-bottom: 50px;
}

.rgpd.tpl-front {
    display: block;
}

.h3-like{
    color: var(--color-1);
}

ul{
    margin-bottom: 20px;
}

ul li{
    margin-bottom: 10px;
}

p{
    line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
    .js_accept_cookie {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .js_accept_cookie .actions {
        margin-top: 10px;
    }
}


@media(max-width: 768px){
	.js_accept_cookie{padding:  10px 15px}
}

@media only screen and (max-width: 599px) {
    .js_accept_cookie .actions {
        flex-direction: column;
        align-items: center;
    }

    .js_accept_cookie .actions a {
        margin:  5px 0;
    }
}