.modal {
  display: none;
  width: 80%;
/*  background: #fff;
  padding: 15px 30px;*/
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
/*  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;*/
}

.modal a.close-modal {
  position: absolute;
  top: -100%;
  right:5%;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  /*text-indent: -9999px;
  background: url(close.png) no-repeat 0 0;*/
}

/*a.close-modal:before {position: absolute; top:12px; font:1em 'latoregular'; text-indent: 0; width: 50px; height: 20px;}
.fr a.close-modal:before {left:-60px; content: "Fermer"; }
.en a.close-modal:before {left:-50px; content: "Close"; }*/

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}