/**
Theme Name: AQC
Author: Kenan
Description: Thème pour AQC, basé sur Kadence.
Version: 1.2
Template: kadence
*/

#aqc-ct-columns {
  column-gap: 0;
  row-gap: 0;
}

#aqc-ct-columns > div:first-child p {
  margin-bottom: 25px;
}

#aqc-ct-columns > div:first-child p:last-of-type {
  margin-bottom: 0;
}

#aqc-ct-columns > div:last-child > p {
  padding-bottom: 50px;
  border-bottom: 1px solid;
  margin-bottom: 50px;
}

#aqc-ct-columns iframe {
  width: 100%;
}

#aqc-ct-columns .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

#aqc-ct-columns .wpcf7-form-control-wrap > *,
#aqc-ct-columns input.wpcf7-submit {
  width: 100%;
  padding: 8px;
}

#aqc-ct-columns .wpcf7-spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#aqc-ct-columns .wpcf7-response-output {
  margin: 0;
  text-align: center;
}

@media (min-width: 782px) {
  #aqc-ct-columns > div:first-child {
    padding-right: 50px;
    border-right: 1px solid;
  }
  #aqc-ct-columns > div:last-child {
    padding-left: 50px;
  }
}

@media (max-width: 781.98px) {
  #aqc-ct-columns > div:last-child > p {
    padding-top: 50px;
    border-top: 1px solid;
  }
}