.content_tarifs {
    display: flex;
    flex-wrap: wrap;
}
.flex_n{
    flex: 1;
}
.next_field{
    display: flex;
    flex-wrap: wrap;
}
.sumition_button{
    display: flex;
    flex-wrap: wrap;
}
.flex_wrap {
    display: flex;
    flex-wrap: wrap;
}
.notification_adherent {
    padding: 90px;
}
.content_notif {
    background: rgb(204 204 204 / 45%);
    padding: 1em 1lh;
    line-height: 1.4;
}
.select2-container {
    min-width: 400px;
  }

  .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
  }
  .select2-results__options[aria-multiselectable] .select2-results__option:before {
    border-radius:4px;
  }
  .select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #fff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #eaeaeb;
      color: #272727;
  }
  .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-radius: 4px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
      border-color: #f77750;
      border-width: 2px;
  }
  .select2-container--default .select2-selection--multiple {
      border-width: 2px;
  }
  .select2-container--open .select2-dropdown--below {

      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);

  }
  .select2-selection .select2-selection--multiple:after {
      content: 'hhghgh';
  }
  .global-loader {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.global-loader svg {
    width: 100px;
    height: 100px;
    background: transparent !important;
    background-color: transparent !important;
}
