.rule-cookie {
    position: fixed;
    max-height: 170px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000c24;
    color: #ffffff;
    z-index: 9999999;
    padding: 10px 50px;
    font-size: 12px;
}
.rule-cookie a {
    color: #FF7F00;
}

.rule-cookie--left{
    width: 90%;
    float: left;
}
@media(min-width: 769px)
{
	.rule-cookie--left{
		line-height: 44px;
	}
}
.rule-cookie--right {
    width: 10%;
    float: right;
}