.arModal {
  /*width: 100vw;
  height: 100vh;
  
  position: fixed;
  z-index: 8000;
  top: 0;
  
  left: 0;*/

 
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 9999;
}



.wrapperModal {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 350px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 15px;


/*   z-index: 9999;

  width: 300px;
  height: 320px;
  background-color: #fff;
  opacity: 1;

  
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  border-style:solid;
  border-width: 1px;
  border-color:#e4e4e4;

  padding: 20px;

  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  color: #a1a4ac;*/
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}


.modal-header {
  
  padding: 2px 16px;
  padding-top: 25px;
  text-align:center;
  color: #34495e;
  font-size:1.5em;
  font-weight: 500;
}

.modal-body {
  padding: 2px 16px;
  margin-top:35px;
  color:#34495e;
  font-size:1em;
  text-align:center;
}

.modal-footer {
  margin-top:35px;
  margin-bottom:25px;
  padding: 2px 16px;
  text-align: center;
  color: #888;
}

/*  .wrapperModal .titre {
  width: 100%;
  text-align: center;
  color:#1d2129;
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 0 2rem;
}

.wrapperModal .texte {
  padding-left:20px;
  padding-right:20px;
}

.wrapperModal .footer {
  margin-right:auto;
  margin-left:auto;
  position: absolute;
  bottom: 20px;
  width: 260px;
  text-align: center;
}*/