/* #region SECTION 1 */

#section-1 {
  text-align: center;
  padding-top: 55px;
}

#section-1 h2 {
  font-size: 15px;

  font-weight: bold;
}

#section-1 h3 {
  font-size: 15px;
  text-transform: none;
  width: 37%;
  margin: auto;

  font-weight: 400;
  padding-bottom: 30px;
}

#section-1 h1 {
  font-size: 45px;

  font-weight: bold;
  width: 40%;
  margin: auto;
}

/* #endregion */

/* #region SECTION 2 */

#section-2 {
  background-color: var(--gris-clair);
}

#section-2-1 {
  /* width: 80%; */
  /* max-width: 1080px; */
  /* margin: auto; */
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
}

#section-2-2Bis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: var(--spacing-md);
  column-gap: var(--spacing-md);
  /* width: 80%; */
  /* max-width: 1080px; */
  /* margin: auto; */
  padding-bottom: 100px;
}

.section2Container {
  background-color: white;
  padding: 40px 30px 20px 30px;
  height: 100%;
  box-sizing: border-box;
  border-radius: 16px;
}

.section2El2 h2 {
  font-size: 20px;
  color: var(--noir);
  margin-top: 0;
  margin-bottom: 20px;
}

.section2El4 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.section2El5 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.section2El4 p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 12px;
  color: var(--noir);
}

.section2El5 p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 12px;
  color: var(--noir);
}

.section2El6 {
  font-size: 12px;
  font-style: italic;
  color: var(--gris-fonce);
}

/* #endregion */

/* #region SECTION 3 */

.wpcf7-form {
  max-width: 1080px;
  width: 80%;
  margin: auto;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.wpcf7-list-item {
  margin: 0 !important;
}

textarea {
  padding: 16px !important;
}

#section-3-1 {
  margin-top: 90px;
  text-align: center;
  font-size: 20px;

  font-weight: bold;
}

#section-3-2 {
  text-align: center;
  color: var(--noir);
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 0;
}

#section-3-3 {
  padding-bottom: 50px;
}

#section-3-2bis {
  text-align: center;
  padding-bottom: 20px;
}

#section-3-2bis1,
#section-3-2bis2,
#section-3-2bis3 {
  display: none;
  padding-bottom: 20px;
  margin: auto;
}

#section-3-3-1 {
  display: flex;
  justify-content: center;
}

.btn-full-vert p {
  margin: 0;
}

#section-3-3-1-2 {
  margin-left: 20px;
}

#section-3-3-1-3 {
  margin-left: 20px;
}

#section-3-3-1-4 {
  margin-left: 20px;
}

#section-3-3-2 {
  display: none;
}

#section-3-3-2-1 {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
}

#section-3-3-2-1-1 {
  box-sizing: border-box;
}

#section-3-3-2-1-1-1 {
  margin-bottom: 10px;
}

#section-3-3-2-1-1-2 {
  margin-bottom: 10px;
}

#section-3-3-2-1-1-3bis {
  display: grid;
  grid-template-columns: auto auto;
}

#section-3-3-2-1-1-3 {
  margin-bottom: 10px;
}

#section-3-3-2-1-1-4 {
  margin-bottom: 10px;
  margin-left: 10px;
}

#section-3-3-2-1-1-5 {
  font-size: 13px;
}

#section-3-3-2-1-1-6 {
  font-size: 13px;
}

#section-3-3-2-1-2 {
  box-sizing: border-box;
}

#your-civilite {
  width: 50%;
  box-sizing: border-box;
}

#your-name {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding-left: 10px;
}

#your-prenom {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding-left: 10px;
}

#your-tel {
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding-left: 10px;
}

#section-3-3-2-2 {
  display: flex;
  justify-content: space-between;
}

.btnSponForm2 {
  display: flex;
  height: 48px;
  background-color: white;
  border: 2px solid var(--vert);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.btnSponForm2:hover {
  background-color: var(--vert);
  color: white;
}

#section-3-3-2-1-2-1 {
  margin-bottom: 10px;
}

#section-3-3-2-1-2-2 {
  display: flex;
  flex-wrap: wrap;
}

#section-3-3-2-1Bis {
  margin-bottom: 20px;
}

#section-3-3-3 {
  display: none;
}

#tel-id {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#section-3-3-3-1 {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
}

#section-3-3-3-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#section-3-3-4 {
  display: none;
}

#section-3-3-4-bonus {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
}

#labelFile,
#labelFile2 {
  cursor: pointer;
  border: 1px solid var(--vert);
  display: block;
  background-color: var(--vert);
  height: 42px;
  color: white;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

#upload {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

#upload2 {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

#nameFilename p {
  display: inline-block;
}

#nameFilename2 p {
  display: inline-block;
}

#clearInput {
  font-weight: bold;
  cursor: pointer;
}

#clearInput2 {
  font-weight: bold;
  cursor: pointer;
}

#section-3-3-5 {
  display: none;
  flex-direction: column;
  margin-top: 20px;
  text-align: center;
}

#section-3-3-5 div {
  color: var(--vert);
  width: 80%;
  margin: auto;
  font-size: 15px;
}

.returnForm {
  padding-right: 20px;
  padding-left: 20px;
  border: 3px solid #b1b1b1;
  color: #b1b1b1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}

.returnForm:hover {
  background-color: #b1b1b1;
  color: white;
  transition: all 0.2s ease;
}

.returnForm p {
  margin: 0;
}

#section-3-3-2-2-2 p {
  margin: 0;
}

#section-3-3-2-2-2 {
  cursor: pointer;
}

#your-email {
  width: 100%;
}

#liencompteLinkedlnjour {
  width: 100%;
}

#section-3-3-3-1-1-1 {
  margin-bottom: 10px;
}

#section-3-3-3-1-2-1 {
  margin-bottom: 10px;
}

#section-3-3-3-1-2-1 span {
  color: var(--vert);
}

#section-3-3-3-2-2 {
}

#section-3-3-3-2-2 p {
  margin: 0;
}

#your-message {
  width: 100%;
  height: 120px;
}

#mess-id {
  margin-bottom: 10px;
}

.form-job-legend {
  font-size: 10px !important;
  color: var(--noir) !important;
}

#section-3-3-4-3 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  position: relative;
}

.g-recaptcha>div {
  margin: 0;
  float: none !important;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
  width: 30%;
  margin: auto !important;
  font-size: 12px;
  text-align: center;

  font-weight: bold;
  line-height: 1.7em;
}

.wpcf7-response-output {
  text-align: center;
}

div.wpcf7 .ajax-loader {
  display: block !important;
  margin: auto !important;
}

.wpcf7-spinner {
  position: absolute !important;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


#section-3-3-1-1 p{
  margin: 0;
}
/* #endregion */

/* #region SECTION 4 */

/* #endregion */

/* #region SECTION 5 */

#freeBlock {
  position: fixed;
  width: 280px;
  height: 90px;
  background-color: var(--vert-fonce);
  right: 0;
  top: 40%;
  cursor: pointer;
  border-radius: 16px 0 0 16px;
}

#freeBlock div {
  display: flex;
  text-align: left;
  justify-content: center;
  height: 100%;
  width: 80%;
  margin: auto;
  align-items: center;
}

#freeBlock div h3 {
  font-size: 14px;

  font-weight: bold;
  color: var(--blanc);
  padding: 0;
}

#freeBlock div p {
  font-size: 13px;
  color: var(--blanc);
  margin: 0;
}

.entry-content h2 {
  font-size: 22px;
  width: 60%;
  margin: auto;
  padding-bottom: 20px;
  text-align: center;
}

.entry-content p {
  padding-bottom: 50px !important;
}

.modalProcess {
  display: none;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-contentProcess {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 780px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
}

.close {
  cursor: pointer;
}

/* #endregion */

/* #region @media */

@media (max-width: 1199px) {

  /*************/
  /* SECTION 1 */
  /*************/
  #section-1 h1 {
    width: 70%;
  }

  #section-1 h3 {
    width: 48%;
  }

  #section-2-2Bis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /*************/
  /* SECTION 3 */
  /*************/
  #section-3-3-1 {
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin: auto;
  }

  /*************/
  /* SECTION 4 */
  /*************/
  /*************/
  /* SECTION 5 */
  /*************/
}
@media (max-width: 991px) {

  /*************/
  /* SECTION 1 */
  /*************/
  /*************/
  /* SECTION 2 */
  /*************/
  #section-2-2Bis {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /*************/
  /* SECTION 3 */
  /*************/
  #section-3-3-1 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .btnSponForm1 {
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #section-3-3-2-1 {
    grid-template-columns: auto;
  }

  #section-3-3-2-1-1-3bis {
    grid-template-columns: auto;
  }

  #section-3-3-2-1-1-4 {
    margin-left: 0;
  }

  #section-3-3-3-1 {
    grid-template-columns: auto;
  }

  #section-3-3-3-1-2 {
    margin-top: 20px;
  }

  #section-3-3-4-bonus {
    grid-template-columns: auto;
  }

  /*************/
  /* SECTION 4 */
  /*************/
  /*************/
  /* SECTION 5 */
  /*************/
}
@media (max-width: 767px) {

  /*************/
  /* SECTION 1 */
  /*************/
  #section-1 {
    padding-top: 30px;
  }

  #section-1 h2 {
    font-size: 12px;
  }

  #section-1 h1 {
    width: 90%;
    font-size: 28px;
    padding-bottom: 30px;
  }

  #section-1 h3 {
    display: none;
  }

  /*************/
  /* SECTION 2 */
  /*************/
  #section-2-1 {
    display: none;
  }

  #section-2-2Bis {
    padding-top: 21px;
    padding-bottom: 20px;
  }

  .section2Container {
    margin-bottom: 10px;
  }

  /*************/
  /* SECTION 3 */
  /*************/
  #section-3-1 {
    margin-top: 40px;
  }

  #section-3-2 {
    width: 85%;
    margin: auto;
    padding-bottom: 10px;
  }

  #section-3-2bis {
    width: 85%;
    margin: auto;
  }

  #section-3-3-1 {
    flex-direction: column;
    align-items: center;
  }

  .btnSponForm1 {
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 85%;
  }

  #section-3-3-2-1-1-3bis {
    display: block;
  }

  #section-3-3-2-1-1-4 {
    margin-left: 0;
  }

  #section-3-2bis1,
  #section-3-2bis2,
  #section-3-2bis3 {
    margin: auto;
    padding-top: 40px;
  }

  #section-3-3-2-1-1-1 {
    margin-bottom: 40px;
  }

  #section-3-3-3-1 {
    flex-direction: column;
  }

  #section-3-3-3-1-1 {
    width: 100%;
    margin-right: 0;
  }

  #section-3-3-3-1-2 {
    margin-left: 0px;
    margin-top: 20px;
  }

  #section-3-3-4-1 {
    width: 100%;
  }

  #labelFile {
    width: 100%;
  }

  #nameFilename {
    text-align: center;
  }

  #section-3-3-4-2 {
    width: 100%;
  }

  #section-3-3-4-3 {
    flex-direction: column-reverse;
  }

  div.wpcf7-mail-sent-ok {
    width: 85%;
  }

  .wpcf7-submit {
    box-sizing: border-box;
  }

  .wpcf7-spinner {
    top: 100%;
  }

  #section-3-3-4-3-2 {
    margin-bottom: 20px;
  }

  /*************/
  /* SECTION 4 */
  /*************/
  /*************/
  /* SECTION 5 */
  /*************/
}
/* #endregion */