#reponse_captcha {
  opacity: 0;
  width: 100%;
  height: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.answer {
  font-weight: bold;
  color: #fff;
  border: 1px solid #ddd;
  background: #b1121b;
  padding: 3px 5px;
  display: block;
  text-align: center;
  max-width: 150px;
  margin: 5px auto !important;
}

.question_label {
  font-size: 12px;
  margin: 0;
  display: block;
  color: #666;
  text-align: center;
}

.droppable {
  height: 100%;
}

.ui-state-highlight {
  background: #84ffa7 !important;
}

.ui-state-error {
  background: #fddfdf !important;
}

.img-arrow {
  margin: 0 auto;
  width: 60px;
  display: block;
}

.monaco_captcha {
  display: block;
  width: 100%;
  background: #fdfdfd;
  max-width: 500px;
  height: 240px;
  padding: 5px;
  border: 1px solid #e3e3e3;
  margin: 20px auto;
}

.monaco_captcha .col6 {
  /*width: 50%;*/
  /*float: right;*/
  /*height: 100%;*/
  padding: 40px 10px 0 10px;
}

.monaco_captcha .col3 {
  /*width: 25%;*/
  /*float: right;*/
  /*height: 100%;*/
}

.monaco_captcha .col4 {
  /*width: 33.33336%;*/
  /*float: right;*/
  /*height: 100%;*/
}

.explication_captcha {
  margin: 0 auto;
  display: block;
  text-align: center;
  color: #767676;
  font-size: 12px;
  line-height: 14px;
}

.monaco_captcha .col3 p {
  text-align: center;
  color: #767676;
  font-size: 12px;
  font-weight: 400 !important;
}

.col-reponse .droppable {
  height: 130px !important;
  border: 1px solid #e3e3e3;
  background: #fdfdfd;
}

.monaco_captcha:not(.question_active) {
  display: none;
}

@media screen and (max-width: 768px) {
  .monaco_captcha .col6, .monaco_captcha .col3 {
    width: 33.333% !important;
  }

  .img-arrow {
    width: 40px;
  }

  .monaco_captcha {
    height: 210px !important;
  }
}

.result_answer {
  display: none;
}


.captcha-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 4fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.header { grid-area: 1 / 1 / 2 / 4; }
.choices { grid-area: 2 / 1 / 3 / 2; }
.middle { grid-area: 2 / 2 / 3 / 3; }
.response { grid-area: 2 / 3 / 3 / 4; }

form.wpcf7-form.sent .wpcf7-response-output {
  display: block !important;
  border: solid 1px #b1121b;
}