.my-webform-progressive .webform-button--next, .webform-button--previous {
  background-color: #1f24e9;
  color: #fffaf0;
  border: .2rem solid transparent;
    display: inline-block;
    font-family: Everett Regular, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    padding: 1rem 4rem 1.2rem;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    word-wrap: break-word;
    hyphens: auto;
    outline: .2rem solid transparent;
    transition: all .4s 
ease-in-out;
}
.my-webform-progressive .webform-button--next:hover {
        background-color: #1a1c97;
        color: #fffaf0;
    }

.my-webform-progressive .webform-button--previous {
  background-color: #6c6f7b;
  color: #fffaf0;
  border: .2rem solid transparent;
}

.my-webform-progressive .webform-button--previous:hover {
  background-color: #4c4f59;
  color: #fffaf0;
}

/* ----- Champ multiselect global ----- */
.form-item-top-business-goals-select .select2-selection--multiple {
  border: 2px solid #1f24e9;
  border-radius: 0.6rem;
  padding: 0.4rem;
  min-height: 4rem;
  background-color: #fffaf0; /* ton beige */
}

/* Focus */
.form-item-top-business-goals-select .select2-selection--multiple:focus,
.form-item-top-business-goals-select .select2-container--focus .select2-selection--multiple {
  border-color: #1a1c97;
  box-shadow: 0 0 0 2px rgba(31,36,233,0.25);
}

/* Conteneur Select2 */
.form-item-top-business-goals-select .select2-selection--multiple {
  border: 2px solid #1f24e9 !important;
  background-color: #fffef6 !important;
  border-radius: 6px !important;
  padding: 4px !important;
  min-height: 44px !important;
}

/* Tags sélectionnés */
.form-item-top-business-goals-select .select2-selection__choice {
  background-color: #1f24e9 !important;
  color: #fffaf0 !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 10px !important;
  font-weight:bold !important;
  margin: 3px 3px 0 0 !important;
  font-size: 13px !important;
  font-family: Everett Regular, Arial, sans-serif !important;
}

/* Croix de suppression */
.form-item-top-business-goals-select .select2-selection__choice__remove {
  color: #fffaf0 !important;
  margin-right: 6px !important;
  font-weight: bold !important;
}

/* Croix hover */
.form-item-top-business-goals-select .select2-selection__choice__remove:hover {
  color: #e4e4e4 !important;
}

/* Placeholder */
.form-item-top-business-goals-select .select2-search__field::placeholder {
  color: #6c6f7b !important;
}

.fieldset-legend{
margin-bottom: 1.6rem !important
}