/* Cookies
------------------------------------------------------- */
.cookie{
  position:fixed;
  left: 27px;
  bottom:0;
  padding:20px;
  color:#FFF;
    background-color: #714902;
    font-style: 10px;
    /*border: 1px solid #e4e4e4;*/
    z-index: 20;
    width: 250px;
    margin: 0 0 15px 15px;
    border-radius: 15px;
    z-index: 10000;
    /*display:none;*/
}
body .cookie{
  font-size: 15px;
  line-height: 23px;
}
.cookie a{
  text-decoration: none;
  color:#fff;
}
.cookie a:hover{
  text-decoration: underline;
}
.cookie_btn{
  display:inline;
  text-decoration: none;
  margin-left: 15px;
  background-color: #7aa95c;
  padding: 3px 10px;
  border-radius: 3px;
  color:#fff;
  cursor:pointer;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  float:right;
}
.cookie_btn:hover{
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  border-radius: 0px;
  -moz-box-shadow: 0px 0px 18px #000000;
    -webkit-box-shadow: 0px 0px 18px #000000;
    box-shadow: 0px 0px 18px #000000;
}
.cookie_btn-error{
  background-color: #e84e40;
}
.btn_retour{
  background-color: #308bc8;
  padding:10px 8px;
  color:#fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width:160px;
  margin:0 auto;
  border:1px solid #308bc8;
}
.btn_retour a{
  color:#fff;
}
.btn_retour:hover{
  background-color: #fff;
  border:1px solid #308bc8;
  color:#308bc8;
}