.chosen-container {
	margin-bottom: $form-spacing;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background-image: inherit;
}

.chosen-container-single .chosen-single {
	@extend select;
	margin-bottom: 0;
	div b {
		background: none;
	}


  // Lorsque l'option chosen allow_single_deselect est activée, une croix est
  // placée dans le formulaire. On la repostionne.
  // On désactive aussi certain style foundation de la balise abbr
  .search-choice-close {
    cursor: pointer;
    border-bottom: none;
    top: 13px;
  }
}

.chosen-choices li {
  clear: none;
}

// Chosen dans un reveal
.reveal .chosen-container {
  width: 100% !important;
}
