.select2-container--default .select2-selection--single{
    background-color: #F5F5EF;
    border: none;
    position: relative;
    border-radius: 0;
    height: 52px;

}

.select2-container--default .select2-selection--single .select2-selection__rendered{
      padding-left: 20px;  
      padding-left: 22px;
      line-height: 52px;
      color: #522E91;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}

.select2-dropdown{
  border: none;
  background-color: #F5F5EF;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
        color: #522E91;
}


.Formulaire-exposed-liste-offre .select2-container--default .select2-selection--single{
  background-color: #fff;
  margin-top: 5px;
}

.Formulaire-exposed-liste-offre .select2-container--default .select2-selection--single .select2-selection__rendered{
  background-color: #fff;
}

.path-candidats .select2-dropdown{
  background-color: #fff;
}

.Formulaire-exposed-liste-offre .form-item.form-item-submit button[type=submit]{
  top: -6px;
}

@media (max-width: 992px){
    #expert_manager_html .Formulaire-exposed-liste-offre .form-item input[type=text] {
    width: 100%;
  }
}