.frame-type-html iframe{
  border: none;
  border-radius: 20px;
  max-height: 50vh;
}

@media only screen and (min-width: 600px) {
  .frame-type-html iframe{
    max-height: 30vh;
  }
}


@media only screen and (min-width: 1000px) {
  .frame-type-html iframe{
    max-height: 50vh;
  }
}

#formulaireDemandeDeDevis{
  max-width: 620px;
  margin: 0 auto;
}
