.list_offres_single {
  margin-bottom: 20px;
  box-shadow: 0 0 20px #0002;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.list_offres_single_top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.list_offres_single_title {
  margin-bottom: 5px;
}

.list_offres_single_infos {
  display: flex;
  gap: 25px;
  font-size: 0.9em;
}

.list_offres_single_ville,
.list_offres_single_type {
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
}

.list_offres_single_infos {
  font-weight: 500;
}

.list_offres_single_content {
  padding: 20px 20px 20px 30px;
}

.list_offres_single_more_content {
  padding: 30px 40px;
}

.list_offres_single_more_content,
.list_offres_single_apply_content {
  display: none;
}

.list_offres_single_btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.list_offres_single_more {
  height: max-content;
  cursor: pointer;
}

.list_offres_single_apply {
  height: 100%;
  padding: 0 20px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.5s;
  text-transform: uppercase;
  font-weight: 600;

  letter-spacing: 1px;
}

.list_offres_single_apply:hover {
  background-color: #c73c1b;
}

.list_offres_single_apply {
  color: white;
  background-color: #c73c1b;
}

.list_offres_single_apply_content .wpcf7-submit {
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 0.5s;
  font-weight: 600;

  letter-spacing: 1px;
  color: #ffffff;
  background-color: #bc2c48;
  padding-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 13px;
  max-width: 230px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  margin-top: 25px;
}

.list_offres_single_apply_content form {
  background-color: #fff;
  padding: 15px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.list_offres_single_apply_content form textarea,
.list_offres_single_apply_content form input {
  border-color: #CCC !important;
  border-radius: 0px !important;
  border-width: 1px !important;
  /* padding: 10px 8px 10px 8px !important; */
  border-style: solid;
  /* font-family: "Barlow Semi Condensed" !important; */
  padding: 20px 20px;
  margin: 0 0 1.5rem 0!important;
}

.list_offres_single_apply_content form input[type="file"]{
  border: 0px!important;
}

.list_offres_single_apply_content form input[type="submit"] {
  width: 20%;
  min-width: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 20px;
  background: #e54c1f !important;
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  border-color: transparent;
  color: #fff;
  margin-top: 50px;
  text-transform: unset!important;
}

.list_offres_single_apply_content form input {
  border-radius: 50px;
}

.list_offres_single_apply_content form textarea {
  border-radius: 10px;
}

.list_offres_single_apply_content .w-50 {
  width: calc(50% - 7.5px);
}

/* .list_offres_single_apply_content form > div:not(.w-50) {
  width: 100%;
} */

.list_offres_single_apply_content .wpcf7-not-valid-tip {
  color: #c73c1b;
}

.list_offres_single_apply_content .wpcf7 form.invalid .wpcf7-response-output,
.list_offres_single_apply_content
  .wpcf7
  form.unaccepted
  .wpcf7-response-output {
  color: #c73c1b;
  margin: 0;
  border: none;
  padding: 0;
}

.list_offres_single_apply_content .file .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  width: 100%;
}

.list_offres_single_apply_content .file input {
  border: none;
}

.list_offres_single_apply_content form input::placeholder,
.list_offres_single_apply_content form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  opacity: 1;
  /* Firefox */
}

.list_offres_single_apply_content form input:-ms-input-placeholder,
.list_offres_single_apply_content form textarea:-ms-textarea-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}

.list_offres_single_apply_content form input::-ms-input-placeholder,
.list_offre.list_offres_single {
  margin-bottom: 20px;
  box-shadow: 0 0 20px #0002;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.list_offres_single_top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.list_offres_single_title {
  margin-bottom: 5px;
  font-family: "Dax", sans-serif !important;
  color: #c73c1b;
  font-size: 1.2em;
}

.list_offres_single_extrait{
  padding-bottom: 5px;
  font-size: 1.1em;
  font-style: italic;
  max-width: 900px;
}

.list_offres_single_infos {
  display: flex;
  gap: 25px;
}

.list_offres_single_ville,
.list_offres_single_type,
.list_offres_single_reference {
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
}

.list_offres_single_infos {
  font-weight: 500;
}

.list_offres_single_more_content {
  padding: 30px 40px;
}

.list_offres_single_more_content p {
  margin: 0 0 10px 0;
}

.list_offres_single_more_content,
.list_offres_single_apply_content {
  display: none;
}

.list_offres_single_btns {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 350px;
  justify-content: flex-end;
}

.list_offres_single_more {
  min-width: 165px;
  height: max-content;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.list_offres_single_more::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  margin-left: 12px;
  transform: rotate(-45deg);
}

.list_offres_single_more.less::after {
  content: "X";
  width: auto;
  height: auto;
  border: none;
  transform: rotate(0deg);
}

.list_offres_single_apply {
  height: 100%;
  padding: 0 20px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.5s;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.list_offres_single_apply:hover {
  background-color: #c73c1b;
}

.list_offres_single_apply {
  color: white;
  background-color: #c73c1b;
}

.list_offres_single_apply_content .wpcf7-submit {
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 0.5s;
  font-weight: 600;

  letter-spacing: 1px;
  color: #ffffff;
  background-color: #c73c1b;
  padding-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 13px;
  max-width: 230px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  margin-top: 25px;
}

.list_offres_single_apply_content form {
  background-color: #fff;
  padding: 15px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.list_offres_single_apply_content form textarea,
.list_offres_single_apply_content form input {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid lightgray;
}

.list_offres_single_apply_content form input {
  border-radius: 50px;
}

.list_offres_single_apply_content form textarea {
  border-radius: 10px;
  /* font-family: "Montserrat"; */
}

.list_offres_single_apply_content .w-50 {
  width: calc(50% - 7.5px);
}

.list_offres_single_apply_content .wpcf7-not-valid-tip {
  color: #c73c1b;
}

.list_offres_single_apply_content .wpcf7 form.invalid .wpcf7-response-output,
.list_offres_single_apply_content
  .wpcf7
  form.unaccepted
  .wpcf7-response-output {
  color: #c73c1b;
  margin: 0;
  border: none;
  padding: 0;
}

.list_offres_single_apply_content .file .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  width: 100%;
}

.list_offres_single_apply_content .file input {
  border: none;
}

.list_offres_single_apply_content .wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: calc(50% + 12.5px);
  transform: translate(-50%, -50%);
}

.list_offres_single_apply_content .cv,
.list_offres_single_apply_content .lm {
  max-width: 200px;
  position: relative;
  display: block;
  border-radius: 50px;
}

.list_offres_single_apply_content .cv::before {
  content: "Resume";
}

.list_offres_single_apply_content .lm::before {
  content: "Cover letter";
}

.list_offres_single_apply_content .cv::before,
.list_offres_single_apply_content .lm::before {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  /* color: #03316c;
  border: 1px solid #03316c; */
}

.list_offres_single_apply_content .cv:hover::before,
.list_offres_single_apply_content .lm:hover::before,
.list_offres_single_apply_content .filled::before {
  background-color: #03316c;
  color: #fff;
}

.list_offres_single_apply_content .cv::after,
.list_offres_single_apply_content .lm::after {
  content: "";
  background: url("/wp-content/uploads/2022/02/clip-bleu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 15%;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
}

.list_offres_single_apply_content .cv:hover::after,
.list_offres_single_apply_content .lm:hover::after,
.list_offres_single_apply_content .filled::after {
  background: url("/wp-content/uploads/2022/02/clip-blanc.svg");
}

.list_offres_single_apply_content .file {
  display: flex;
  height: max-content;
  gap: 10px;
}

.list_offres_single_apply_content .file p,
.list_offres_single_apply_content .title {
  display: none;
}

.list_offres_single_apply_content .file .filename {
  /* color: #4155d5; */
  display: flex;
  align-items: center;
}

.list_offres_single_apply_content .wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  /* color: #48a14d; */
}

.list_offres_single_apply_content .btcd-fld-itm.bf3-10 {
  display: none;
}

@media screen and (max-width: 767px) {
  .list_offres_single_top {
    flex-direction: column;
  }

  .list_offres_single_btns {
    gap: 0;
    min-width: 0;
  }

  .list_offres_single_btns > div {
    width: 50%;
  }

  .list_offres_single_more {
    border-radius: 0;
    text-align: center;
    justify-content: flex-end;
    padding-right: 30px;
  }

  .list_offres_single_apply {
    padding: 5px 20px;
    line-height: 1.25;
  }

  .list_offres_single_apply_content .file {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  #div_block-13-31 {
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
}

@media screen and (max-width: 480px) {
  .list_offres_single_more_content {
    padding: 10px 20px;
  }

  .list_offres_single_more,
  .list_offres_single_apply {
    font-size: 0.8em;
  }

  .list_offres_single_apply_content form textarea,
  .list_offres_single_apply_content form input {
    padding: 5px 10px;
  }
  .list_offres_single_more {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .list_offres_single_content {
    padding-left: 20px;
  }
}
