#smartPopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  box-sizing: border-box;
}
#smartPopup *{
  box-sizing: border-box;
}
#smartPopup .sp-btn-close {
  background: transparent;
  border: none;
  position: absolute;
  right: -23px;
  top: -16px;
  outline: 0;
  cursor:pointer;
}
#smartPopup .smartPopup {
  min-height: 300px;
  width: 92%;
  max-width: 480px;
  background-color: #f3f3f3;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  padding: 20px;
  color: #000;
}
#smartPopup .smartPopup .spH__banner {
  padding: 15px;
  background-color: #000;
  text-transform: uppercase;
  color: #f3f3f3;
  font-size: 21px;
  text-align: center;
  margin: 0;
}
#smartPopup .smartPopup .spH .sp-row {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
#smartPopup .smartPopup .spH .sp-row > * {
  display: inline-block;
}
#smartPopup .smartPopup .spH__ico {
  width: 30%;
  text-align: center;
  padding: 0 5%;
}
#smartPopup .smartPopup .spH__ico img {
  border-radius: 12px;
  max-width: 100%;
}
#smartPopup .smartPopup .spH__txt {
  width: 69%;
  vertical-align: top;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 21px;
  text-align: left;
}
#smartPopup .smartPopup .spC .sp-row {
  padding: 15px 0;
}
#smartPopup .smartPopup .spC .sp-row:before,
#smartPopup .smartPopup .spC .sp-row:after {
  content: " ";
  display: table;
}
#smartPopup .smartPopup .spC .sp-row:after {
  clear: both;
}
#smartPopup .smartPopup .spC__devices {
  position: relative;
  max-width: 200px;
  float: left;
  width: 47%;
}
#smartPopup .smartPopup .spC__devices img {
  display: block;
  width: 100%;
}
#smartPopup .smartPopup .spC .sp__ipad {
  position: relative;
}
#smartPopup .smartPopup .spC .sp__ipad .spC__couv {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 79%;
  transform: translate(-50%, -50%);
}
#smartPopup .smartPopup .spC .sp__ipad .spC__couv--logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 45%;
  transform: translate(-50%, -50%);
}
#smartPopup .smartPopup .spC .sp__iphone {
  position: absolute;
  bottom: 0;
  right: -40px;
  max-width: 90px;
}
#smartPopup .smartPopup .spC .sp__iphone .spC__couv {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  transform: translate(-50%, -50%);
}
#smartPopup .smartPopup .spC .sp__iphone .spC__couv--logo {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 35%;
  transform: translate(-50%, -50%);
}
#smartPopup .smartPopup .spC__infos {
  float: right;
  width: 53%;
  text-align: right;
}
#smartPopup .smartPopup .spC__infos p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: right;
}
#smartPopup .smartPopup .spC__btn-apps {
  display: inline-block;
  text-align: right;
  margin: 6px 0;
  max-width: 160px;
}
#smartPopup .smartPopup .spC__btn-apps img {
  width: 100%;
}
#smartPopup .smartPopup .spf {
  border-top: 1px solid #000000;
}
#smartPopup .smartPopup .sp-btn-kill {
  border: none;
  display: block;
  width: 100%;
  font-size: 10px;
  padding-top: 5px;
  margin-bottom: -10px;
  text-align: center;
  outline: 0;
  text-decoration: underline;
  cursor:pointer;
}

@media (max-width: 470px){
  #smartPopup .smartPopup .spC__devices{
	display : none;
  }
  
  #smartPopup .smartPopup .spC__infos{
    float: initial;
    width: 100%;
    text-align: center;
  }
  
  #smartPopup .smartPopup .spC__infos p{
	text-align: center;
  }
  
  #smartPopup .smartPopup .spH__txt{
	font-size: 18px;
  }
  
  #smartPopup .smartPopup .spC__btn-apps {
    margin: 6px;
    max-width: 130px;
  }
}
