.panel_cookie p,
.panel_cookie h4,
.panel_cookie input{
    font-family: arial, verdana;
	text-align:left;	
}

.panel_cookie{
  width:100%;
  position:fixed;
  left:0;
  text-transform: uppercase;
  z-index:100002;
  background: #2A2A2A;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .8);
  padding:0;
}
#panel_cookie_dol{
  bottom:0;
}
#panel_cookie{
  top:0;
}

div.tresc{
  float:left;
  margin:0 0 0 10%;
  max-width: 75%;
  width: 75%;
}


.panel_cookie input,
body .panel_cookie input{
  border:none;
  color:#fff;
  font-size: 50px;
  height: 50px!important;
  width: 50px!important;
  line-height: 50px;
  background: url("close-st1.png") no-repeat 50% #2A2A2A;
  display:block;
  float:right;
  padding:0;
  margin:0;
  cursor:pointer;
  text-indent:-999em;
}

.panel_cookie input:hover,
.panel_cookie input:focus,
.panel_cookie input:active{
  background-color: #5A5A5A;
}

.panel_cookie h4,
.panel_cookie p{
  color: #FFFFFF;
  text-shadow: 1px  1px 3px #000;
}

.panel_cookie h4{
  font-weight:100;
  font-size:14px;
  text-transform:uppercase;
  margin:0;
  display:none
;
}
.panel_cookie p{
  font-size: 10px;
  line-height: 2em;
}

.panel_cookie p a{
  color: #FFFFFF;
  margin-left: 12px;
  background:none;
  background-color: #CB602B;
  padding: 7px 7px;
  border-radius: 2px;
  text-shadow: none;
  font-size: 100%;
}

.panel_cookie a:hover, 
.panel_cookie a:active, 
.panel_cookie a:focus{
    background-color: #DF6F38;
}