@charset "utf-8";
/* CSS Document */

/*COOKIES*/

.cookies-box {
    background: none repeat scroll 0 0 rgba(123, 123, 123,0.8);
    border: 1px solid  rgba(80, 80, 80, 0.8);
    border-radius: 5px;
    bottom: -170px;
    left: 50%;
    margin-left: -520px;
    padding: 20px;
    position: fixed;
    width: 1000px;
    z-index: 99999998;
	transition-property: bottom;
}
.cookies-box p{color:#fff; margin-bottom:30px;}
.cookies-box a{color:#fff; }
.cookies-box-text{ width:80%; float:left;}
.cookies-box-action{ width:15%; float:left; margin-left:30px; }
.cookies-box .cookies-box-text p {
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
    font-size: 14px;
    margin: 0 0 1.5em;
    padding-right: 15px;
}
.cookies-box .cookies-box-action {
    text-align: right;
}
.cookies-box .cookies-box-action .btn {
    text-align: center;
    width: 95%;
}
.cookies-box a.btn, .btn:visited {
    border: medium none;
	background-color:#fff;
    border-radius: 0.25em;
    box-shadow: none;
    color:  rgb(123, 123, 123);
	text-decoration:none;
	text-transform:uppercase;
    cursor: pointer;
    display: block;
    line-height: 1;
    margin: 0 auto;
    overflow: visible;
    padding: 0.65em 1em;
    position: relative;
    text-align: center;
    transition: all 0.25s ease-out 0s;
    vertical-align: baseline;
    width: 100%;
}
@media only screen and (max-width: 1050px) {
.cookies-box {
    margin-left: -52%;
    padding: 20px 40px 40px;
    width: 95%;
}
.cookies-box .cookies-box-text p {
    border-right: medium none;
    font-size: 13px;
}
.cookies-box .cookies-box-action {
    text-align: left;
}
.cookies-box .cookies-box-action .btn {
    max-width: 95%;
}
.cookies-box:before {
    background-size: 70% auto !important;
    right: 40%;
    top: -78px;
}
}
/*FIN COOKIES*/