.fea-submit-button.button.button-primary {
  background-color: #6bc248;
  border-radius: 25px;
  border: none;
  padding: 12px 24px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.fea-submit-button.button.button-primary:hover {
  background-color: #5aad3e;
  cursor: pointer;
}


.upload-files {
  color: #F4BC43 !important;
  font-family: 'Gruppo', cursive !important;
  font-weight: 600 !important;
}

.upload-files:hover {
  color: #e0a932 !important;
}


.acf-basic-uploader.file-drop {
  margin-top: 10px;
  padding: 5px 0 5px 5px;
}



.fea-submit-button.button.button-primary {
  margin-top: 20px;
}

.acf-field-upload-file {
  margin-top: 10px !important;
  padding-left: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.01); /* Pour vérifier visuellement que ça s'applique */
}


input[type="text"],
input[type="email"],
input[type="password"] {
  border: none !important;
  background-color: #f5f5f5 !important; /* gris très clair */
  border-radius: 5px;
}

/*Inscription Loueur*/

.acf-field.acf-field-submit-button.acf-field-68849ea5a4987 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.acf-field.acf-field-submit-button.acf-field-68849ea5a4987 .acf-input {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.acf-field.acf-field-submit-button.acf-field-68849ea5a4987 .fea-submit-button {
  margin: 0;
}

.acf-field.acf-field-submit-button.acf-field-68849ea5a4987 {
  margin-top: 24px !important;
}

form.frontend-form.-submit
  .acf-field.acf-field-submit-button.acf-field-68849ea5a4987 {
  padding-top: 24px;
}




/* ----------------------------------------
   BOUTONS DE VALIDATION PRINCIPAUX
---------------------------------------- */
.fea-submit-button.button.button-primary {
  background-color: #6bc248;
  border-radius: 25px;
  border: none;
  padding: 12px 24px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.fea-submit-button.button.button-primary:hover {
  background-color: #5aad3e;
  cursor: pointer;
}

/* ----------------------------------------
   BOUTONS ÉTAPES
---------------------------------------- */
.button.step-next {
  background-color: #6bc248;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.button.step-next:hover {
  background-color: #58a83a;
}

button.button.button-secondary.step-prev {
  background-color: #ffffff !important;
  color: #6bc248 !important;
  border: 2px solid #6bc248 !important;
  border-radius: 25px !important;
  padding: 12px 24px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}

button.button.button-secondary.step-prev:hover {
  background-color: #6bc248 !important;
  color: white !important;
}

/* ----------------------------------------
   TÉLÉVERSER UN FICHIER
---------------------------------------- */
.upload-files {
  color: #f4bc43 !important;
  font-family: 'Gruppo', cursive !important;
  font-weight: 600 !important;
}

.upload-files:hover {
  color: #e0a932 !important;
}

.acf-basic-uploader.file-drop {
  margin-top: 0px;
  padding: 5px 0 5px 5px;
}

/* ----------------------------------------
   FICHIERS : COLONNES & ALIGNEMENTS
---------------------------------------- */
.acf-fields {
  display: flex;
  flex-wrap: wrap;
}

.acf-field-upload-file {
  flex: 1 1 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100px;
  margin-top: 0px !important;
  padding-left: 5px !important;
  padding-top: 5px !important;
  background: rgba(255, 255, 255, 0.01);
}

.acf-field-upload-file .acf-input {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* ----------------------------------------
   CHAMPS DE FORMULAIRE TEXTE
---------------------------------------- */
input[type="text"],
input[type="email"],
input[type="password"] {
  border: none !important;
  background-color: #f5f5f5 !important;
  border-radius: 5px;
}

/* ----------------------------------------
   ÉTIQUETTES / LABELS
---------------------------------------- */
.acf-field .acf-label {
  margin-top: 10px !important;
  padding-left: 5px !important;
}

/* ----------------------------------------
   SUPPRESSION DES BORDURES DES CHAMPS
---------------------------------------- */
.acf-field {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* ----------------------------------------
   INSCRIPTION LOUEUR – BOUTONS DE SOUMISSION
---------------------------------------- */
.acf-field.acf-field-submit-button.acf-field-68849ea5a4987 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px !important;
}

.acf-field.acf-field-submit-button.acf-field-68849ea5a4987 .acf-input {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.acf-field.acf-field-submit-button.acf-field-68849ea5a4987 .fea-submit-button {
  margin: 0;
}

form.frontend-form.-submit .acf-field.acf-field-submit-button.acf-field-68849ea5a4987 {
  padding-top: 24px;
}
