.overloadCardServiceForm {
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  display:none;  
  border:none;
  background-color:grey;
  opacity:.5;
  
  z-index:2111000000;
}
.popupCardServiceForm {
  position:fixed;
  display:block;
  top:0;
  left:0;
  width:400px;
  height:450px;
  border:none;  
  display:none;
  z-index:2111000010;
}
.popupCardServiceForm .closeCSF {
  position: absolute;
  top: 0;
  right:-50px;
  width:38px;
  height:38px;
  background-color:white;
  border:1px solid white;  
  border-radius:50%;
  text-align: center;
  vertical-align: middle;
  font-family: Verdana;
  line-height:35px;  
  font-size:30px;
  cursor: pointer;
  font-weight: 100;  
}
.popupCardServiceForm .closeCSF:hover {
  background-color:#FF4600;
  border:1px solid #FF4600; 
  color:white;
}
.popupCardServiceForm .frame {
  width:100%;
  height:100%;
}

/* medias */
@media screen and (max-width: 720px) {
  .popupCardServiceForm .closeCSF {
    right:0;
  }  
}