alert{
  min-width:320px;
  width:90%;
  min-height:320px;
  height:auto;
  font-family: 'Rubik', sans-serif;
}
alert #overlay{
  position:fixed;
  z-index:999999999999999999999999999;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:#000;
  opacity:0.7;
  display: none;
}
alert #alertPanel{
  position:fixed;
  top:25%;
  left:25%;
  min-height: 35%;
  width: 50%;
  z-index:99999999999999999999999999;
  color:#000;
  border:1px solid #303030;
  background-color:#eaeaea;
  display: none;
  text-align: center;
  font-size: 24px;
  font-weight:100%;
  margin-bottom: 20px;
}
alert div.texte{
    width: 50%;
    min-width: 50%;
    display: inline-block;
    /* padding: 20px 0px 10px 0px; */
    word-wrap: break-word;
    font-size: 19px;
    line-height: 21px;
    min-height: 35%;
    margin: 20%;
}
alert span.close{
  background: url("../img/close.png") no-repeat center center;
  height:48px;
  width:48px;
  position:absolute;
  right:12px;
  top:12px;
  background-size:cover;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  opacity:1.0;
}

alert #alertPanel h2{
  font-weight:100%;
  font-size:22px;
  padding:25px 0px 15px 15px;
  text-align:center;
  text-shadow:1px 1px 1px #000;
  margin:0px;
  background-color: #323232;
  border:2px solid #fff;
  -moz-box-shadow:0px 0px 8px #000;
  -webkit-box-shadow:0px 0px 8px #000;
  box-shadow:0px 0px 8px #000;
  color: #FFFFFF;
}