.legal-overlay{
  display:none;
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background:url("../img/background.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.cookieWarning{
  z-index: 99999;
  padding: 25px;
  font-family: sans-serif;
  font-size: 13px;
  height: auto;
  background-color: white;
  border: 3px solid #7697BA;
  box-shadow: 1px 1px 5px #000000;
  color: #666666;
  margin: 150px auto;
  position: relative;
  width: 635px;    
}

.cookieWarning p{
  margin :1em 0 1.2em 1em
}
.cookieWarning .cookie-btn {
  text-align: center;
}
.cookieWarning .bouton {
  display: inline-block;
  width: 450px;
  clear: both;
  margin: 2px auto 12px;
  padding: 0 30px;
  background: #7697BA url(../img/fleche-blanche.png) no-repeat 12px 12px;
  border: 3px solid #7697BA;
  box-shadow: 1px 1px 0 #6C6969;
  border-radius: 10px;
  font-family: misoregular;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #547396;
}
.bouton.legal-validate{
  
}
