.template {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 10px;
}

section {
  width: 80%;
  margin: auto;
}

.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number wpcf7-form-control wpcf7-quiz{
  padding: 4px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  padding: 10px;
  max-width: 100%;
  width: 100%;
}

.title_commandes {
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: auto;
  font-size: 1.80rem;
}

.template>p {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .template {
    display: block;
  }

  .img {
    max-width: 50%;
  }
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: white;
  background-color: #EDBB04;
  border: none;
  padding: 15px 50px;
  border-radius: 25px;
}

.wpcf7-form-control.wpcf7-text {
  margin: 1px;
  padding: 9px;
}

.entry-content.wp-block-post-content.is-layout-flow.wp-container-core-post-content-is-layout-1.wp-block-post-content-is-layout-flow {
  margin-bottom: 50px;
}

.flex {
  display: grid;
  max-width: 100%;
  grid-template-columns: auto auto;
  column-gap: 2rem;
}

.wpcf7-form-control.wpcf7-textarea {
  width: 80%;
}

.img {
  width: 100%;
  border-radius: 25px;
}