
/* end Error Message */

#popup-end {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-size: 12px;
  z-index: 1050;
}

#popup-end #overlay-popupend {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#popup-end #center {
  background-image: url("https://cdn.img-content.com/fr/customer/helper/images/bg-confirmation.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: auto;
  left: 5%;
  margin-top: 0;
  position: fixed;
  top: 10%;
  width: 90%;
}

#popup-end #center p {
  line-height: 1.5;
  padding: 30% 5% 0;
  text-align: left;
}

#popup-end #center #img {
  padding-top: 30px;
  text-align: center;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
 
  /* end Error Message */

  #popup-end {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    font-size: 12px;
    z-index: 1050;
  }

  #popup-end #overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
  }

  #popup-end #center {
    background-image: url("https://cdn.img-content.com/fr/customer/helper/images/bg-confirmation.png");
    width: 510px;
    height: 374px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -255px;
    margin-top: -187px;
  }

  #popup-end #center p {
    line-height: 27px;
    padding: 180px 45px 0;
    text-align: left;
  }

  #popup-end #center #img {
    padding-top: 30px;
    text-align: center;
  }
  
}
