/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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.8); /* Black w/ opacity */
  margin-left: 100%;

}

.modal-logo-padding{
  padding-left: 20px;
  padding-top: 20px;
}

.modal-logo-padding .logo{
display: none;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 2% auto; /* 15% from the top and centered */
  width: 100%; /* Could be more or less, depending on screen size */
padding-top: 20px;
padding-bottom: 20px;
}

#mod-title{
  color: var(--bleu);
  padding-left: 40px;
  padding-top: 80px;
  font-size: 1.5em;

}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: var(--bleu);
  text-decoration: none;
  cursor: pointer;
}

.modal-replacing{
  top: 180px; 
  background-color:white;
}

#hpname {display:none;}

.msg-confirm{
  margin-top: -75px;
}

.modal-logo-boxing{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.mod-box1{
  display: none;

}

.mod-box1 img{
  margin-left:-30px;
  margin-top: -15px;
}

.mod-box2{
  width: 100%;
}

.flex-mod-btn{
display: flex;
flex-direction: column;
justify-content: center;
width: 100%;
}

.mod-box1{
width: 100%;
}

.mod-box2{
  width: 100%;
}
/*************************************************************************** 



    MEDIA QUERIES 

    

****************************************************************************/


@media only screen and (min-width: 1024px) {
 


}

@media only screen and (min-width: 1150px) {

   /* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 0% auto; /* 15% from the top and centered */
  width: 40%; /* Could be more or less, depending on screen size */


}

  .modal-replacing{
    top: 235px; 
  }

  .modal-logo-padding .logo{
    display: block;
    padding-left: 40px;
  }

  #mod-title{
    font-size: 1.1em;
    padding-top: 0px;
    padding-left: 0px;
    margin-left: -30px;
  }

  .modal-logo-boxing{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  
  .mod-box1{
    display: block;
    width: 45%;
    margin-left: 40px;
  }
  
  .mod-box2{
    width: 45%;
  }
  


}

@media only screen and (min-width: 1500px) {
  .modal-replacing{
    top: 219px; 
   
  }
}

@media only screen and (min-width: 1700px) {
#mod-title{
  font-size: 1.5em;
}
}

@media only screen and (min-width: 1920px) {

}


@media only print {
  h1, h2, h3, h4, p, a, li {
      color: #000 !important;
  }
  nav {
      display: none;
  }
}