/* #region SECTION 2 */
.blocChiffre11 {
  background-color: var(--gris-clair);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blocChiffre111 {
  width: 80%;
  margin: auto;
  padding: var(--spacing-lg) 0 var(--spacing-md) 0;
  max-width: 896px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--spacing-md);
  row-gap: var(--spacing-md);
}

.blocChiffre1111 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.blocChiffre1111 h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
}

.blocChiffre1111 p {
  margin-top: 0;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.blocChiffre112 p {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 30px;
}

/* #endregion */

/*#region SECTION 3*/
#section-3-1 {
  padding: 50px 0 0 0;
}

#section-3-1 p {
  margin-bottom: 0;
}

#section-3-1 h3 {
  line-height: 1.3em;
  font-size: 30px;
}

#btn-realisation {
  display: block;
  max-width: 1400px;
  width: 90%;
  margin: auto;
}

#btn-realisation button {
  margin: 20px auto 0 auto;
}

#section-3-bonus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 0;
}

#triangle-code {
  border: 0;
  transition: border 0.5s ease-out;
  display: inline-block;
  height: 0;
  width: 0;
}

#section-3-2 {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
  background-color: #f4f5f6;
  width: 100%;
  /* margin-bottom: 30px; */
}

.section-3-2-active {
  max-height: max-content !important;
}

.section-3-2-notactive {
  max-height: 0 !important;
}

.wpcf7 {
  width: 50%;
  display: flex;
  margin: auto;
}

.wpcf7-form {
  width: 100%;
}

#titreFormulaire {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 30px 0;
  text-align: center;
}

#formulaire2 {
  display: flex;
  margin-bottom: 30px;
}

#particulierPro {
  width: 50%;
}

#civilite {
  margin-left: 30px;
  width: 50%;
}

#formulaire3 {
  display: flex;
  margin-bottom: 30px;
}

#nom-id {
  width: 50%;
}

#prenom-id {
  width: 50%;
  margin-left: 30px;
}

#formulaire4 {
  display: flex;
  margin-bottom: 30px;
}

#datedenaissance-id {
  width: 50%;
}

#tel-id {
  width: 50%;
  margin-left: 30px;
}

#mail-id {
  width: 50%;
}

#adresse-id {
  margin-bottom: 30px;
}

#formulaire5 {
  display: flex;
  margin-bottom: 30px;
}

#formulaire51 {
  margin: 30px 0;
}

#formulaire51 .wpcf7-list-item {
  margin: 0;
}

#formulaire61 {
  margin-bottom: 30px;
  margin-top: 15px;
}

#codepostal-id {
  width: 50%;
}

#ville-id {
  width: 50%;
  margin-left: 30px;
}

#formulaire7 {
  font-size: 15px;
}

#formulaire8 {
  font-size: 15px;
  margin-bottom: 30px;
}

#formulaire9 {
  font-size: 15px;
  margin-bottom: 30px;
}

div.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
}

/* #endregion */

/*#region SECTION 4*/
#section4 {
  padding: var(--spacing-md) 0;
}

#section49 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--spacing-md);
}

.section41 {
  background-color: #edf0f0;
  padding: var(--spacing-lg) var(--spacing-md);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
}

.section41 h3 {
  text-align: center;
  font-size: 30px;
}

.btn-decouvrir {

  align-self: center;
  margin: 20px auto 0 auto;
  text-align: center;
}

/* #endregion */

/*#region SECTION 5*/
#section5 {
  max-width: 1400px;
  width: 90%;
  margin: auto;
}

#section5 h3 {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

#section5-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section52 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.section522 p {
  font-size: 15px;
  text-align: center;
}

/* #endregion */

/*#region SECTION 6*/
#section6 {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  display: grid;
  margin-top: 50px;
  margin-bottom: 50px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
}

.sections61 {
  font-size: 15px;
  padding: var(--spacing-lg);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#section61 {
  background-color: var(--vert-fonce);
  border-radius: 16px;
}

#section61 h2 {
  color: var(--beige);
  font-size: 30px;
}

#section611 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#section6112 {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  color: var(--blanc);
}

#section6113 {
  margin-top: 0;
  text-align: center;
  font-size: 15px;
  color: var(--blanc);
}

#section62 {
  background-color: var(--beige);
  color: var(--noir);
  border-radius: 16px;
}

#section62 h2 {
  color: var(--vert-fonce);
  font-size: 30px;
}

#section621 {
  display: flex;
  font-weight: bold;
}

#section6211 {
  width: 50%;
  padding-right: var(--spacing-sm);
}

#section6212 {
  width: 50%;
  padding-left: var(--spacing-sm);
  border-left: 1px solid var(--noir);
}

.sections61 h1 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 30px;
  margin-left: 30px;
}

/* #endregion */

/*#region SECTION 9*/
#section9 {
  padding: var(--spacing-lg) 0;
}

#section912 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: var(--spacing-md);
  row-gap: var(--spacing-md);
}

#section91 h2 {
  text-align: center;
}

.section9121 {
  padding: var(--spacing-lg) var(--spacing-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  border: 1px solid var(--gris-clair);
  border-radius: 16px;
  text-align: center;
  row-gap: var(--spacing-sm);
}

/* #endregion */

/*#region @MEDIA*/
@media (max-width: 1199px) {

  /*************/
  /* SECTION 9 */
  /*************/
  #section912 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {

  /*************/
  /* SECTION 2 */
  /*************/
  .blocChiffre111 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /*************/
  /* SECTION 3 */
  /*************/
  #formulaire2 {
    display: block;
    margin-bottom: 30px;
  }

  #particulierPro {
    width: 100%;
    margin-bottom: 30px;
  }

  #civilite {
    margin-left: 0;
    width: 100%;
  }

  #formulaire3 {
    display: block;
    margin-bottom: 30px;
  }

  #nom-id {
    width: 100%;
    margin-bottom: 30px;
  }

  #prenom-id {
    width: 100%;
    margin-left: 0px;
  }

  #formulaire4 {
    display: block;
    margin-bottom: 30px;
  }

  #mail-id {
    width: 100%;
    margin-bottom: 30px;
  }

  #tel-id {
    width: 100%;
    margin-left: 0px;
  }

  #formulaire5 {
    display: block;
    margin-bottom: 30px;
  }

  #codepostal-id {
    width: 100%;
    margin-bottom: 30px;
  }

  #ville-id {
    width: 100%;
    margin-left: 0px;
  }

  .wpcf7 {
    width: 90%;
    display: flex;
    margin: auto;
  }

  /*************/
  /* SECTION 4 */
  /*************/
  #section4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }
  
#section49 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

  /*************/
  /* SECTION 5 */
  /*************/
  .section521 {
    display: flex;
    justify-content: center;
  }

  #section5-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #datadocke {
    margin-top: 20px;
  }

  .section52 {
    width: 100%;
  }

  /*************/
  /* SECTION 6 */
  /*************/
  #section6 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 30px;
  }

  /*************/
  /* SECTION 9 */
  /*************/
  #section912 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {

  /*************/
  /* SECTION 2 */
  /*************/
  .blocChiffre111 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  /*************/
  /* SECTION 4 */
  /*************/
  #section4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 30px;
  }

  .section41 {
    width: auto;
  }

  .section42 {
    margin-left: 0;
    margin-top: 30px;
    width: auto;
  }

  /*************/
  /* SECTION 6 */
  /*************/
  #section621 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #section6212 {
    border-left: none;
    /* border-top: 1px solid white; */
    width: 90%;
    padding: 0;
  }

  #section6212>p {
    margin-top: 0;
  }

  #section6211 {
    width: 90%;
  }

  /*************/
  /* SECTION 7 */
  /*************/
  #section-7 {
    height: auto;
  }

  #section-7-2 {
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
  }

  .section-72 {
    margin-left: 0px;
  }
}

/* #endregion */