.u-section-1 .u-sheet-1 {
  min-height: 315px;
}

.u-section-1 .u-text-1 {
  margin: 20px auto 0 0;
}

.u-section-1 .u-layout-wrap-1 {
  margin-top: 20px;
  margin-bottom: 0;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 242px;
}

.u-section-1 .u-container-layout-1 {
  padding: 28px 30px 30px;
}

.u-section-1 .u-image-1 {
  height: 183px;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 242px;
}

.u-section-1 .u-container-layout-2 {
  padding: 28px 22px 92px;
}

.u-section-1 .u-text-2 {
  font-weight: 400;
  margin: 35px 0 0;
}

.u-section-1 .u-text-3 {
  font-weight: 700;
  margin: 10px auto 0 25px;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  padding: 0;
}

.u-section-1 .u-text-4 {
  font-weight: 400;
  margin: 10px 0 0;
}

@media (max-width: 1199px) {
  .u-section-1 .u-layout-wrap-1 {
    position: relative;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 200px;
  }

  .u-section-1 .u-image-1 {
    height: 147px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 200px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 298px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 153px;
  }

  .u-section-1 .u-image-1 {
    height: 108px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 100px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 526px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 245px;
  }

  .u-section-1 .u-container-layout-1 {
    padding: 0;
  }

  .u-section-1 .u-image-1 {
    height: 245px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 202px;
  }

  .u-section-1 .u-container-layout-2 {
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 482px;
  }

  .u-section-1 .u-text-1 {
    margin-top: 21px;
  }

  .u-section-1 .u-layout-wrap-1 {
    margin-bottom: 21px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 154px;
  }

  .u-section-1 .u-image-1 {
    height: 154px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 100px;
  }
}.u-section-2 .u-sheet-1 {
  min-height: 168px;
}

.u-section-2 .u-group-1 {
  min-height: 168px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.u-section-2 .u-container-layout-1 {
  padding-right: 0;
  padding-left: 0;
}

.u-section-2 .u-text-1 {
  margin: 20px auto 0 0;
}

.u-section-2 .u-text-2 {
  margin: 20px auto 0 20px;
}

.u-section-2 .u-btn-1 {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-image: none;
  --radius: 20px;
  border-style: solid;
  font-weight: 700;
  margin: 17px auto 0;
  padding: 0 30px 1px;
}

.u-section-2 .u-icon-1 {
  font-size: 1.4286em;
  margin-right: 5px;
  vertical-align: -3px;
}

@media (max-width: 1199px) {
  .u-section-2 .u-group-1 {
    height: auto;
  }

  .u-section-2 .u-container-layout-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 218px;
  }

  .u-section-2 .u-group-1 {
    min-height: 218px;
  }

  .u-section-2 .u-container-layout-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-section-2 .u-text-1 {
    width: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .u-section-2 .u-text-2 {
    width: auto;
    margin-left: 30px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: 30px;
  }

  /* S'assurer que le conteneur du formulaire est bien centré et dimensionné */
  .u-section-3 .form-container {
    max-width: 600px; /* Limiter la largeur pour le rendre plus agréable à lire */
    margin: 40px auto; /* Ajouter des marges pour le centrer */
    padding: 20px;
  }

  /* Style général des champs pour s'assurer qu'ils prennent toute la largeur du formulaire */
  .u-section-3 .u-form-group {
    margin-bottom: 15px;
  }

  .u-section-3 .u-input-rectangle {
    width: 100% !important; /* Force la largeur à 100% pour tous les champs de saisie */
    box-sizing: border-box; /* Inclusion du padding et border dans la largeur totale */
    padding: 10px;
  }

  /* Style spécifique pour le bouton d'envoi si besoin */
  .u-section-3 .u-btn-submit {
    /* Si la classe u-btn-1 ou u-btn-submit ne donne pas la pleine largeur, décommentez ceci: */
    /* width: 100%; */
    /* display: block; */ 
    margin-top: 15px;
  }

  /* Pour le texte du message de la nouvelle section */
  .u-section-3 .u-text-1 {
  margin-bottom: 25px;
  text-align: center;
  }
}