body #page #header-projets {
	position:relative;
	z-index:1;
}
.formulaire .chosen-container,
.formulaire select.chosen  {
	cursor: none;
  border: none;
  background-color: #2e2d2d;
  border-radius: 50px;
  min-width: unset;
  color: #fff;
  background: #2e2d2d url("images/select.svg") no-repeat;
  background-size: 20px;
  background-position: right 25px top 50%;
  padding-left: 20px;
  padding-right: 60px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  transition: background-color 300ms;
  margin-bottom: 20px;
  font-size: 16px;
}
.formulaire .chosen-container:hover,
.formulaire select.chosen:hover {
  background-color: #f15f14 !important;
}
body #page #header-projets .header-projets ul li select.chosen,
body #page #header-projets .header-projets ul li .chosen-container {
  color: #2e2d2d;
  font-weight: 700;
  background: #fff url("images/select2.svg") no-repeat;
    background-color: rgb(255, 255, 255);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 10px;
  background-position: right 10px top 50%;
  padding-right: 0px;
  text-align: right;
  text-align-last: right;
  max-width: 150px;
  min-width: 80px;
}
body #page #header-projets .header-projets ul li #cat_date_chosen {
	max-width: 85px!important;
	width: 85px!important;
}
body #page #header-projets .header-projets ul li #cat_lieu_chosen {
	max-width: 80px!important;
	width: 80px!important;
}
body .formulaire #cat_lieu_chosen .chosen-drop {
	min-width: 180px!important;
}
body #page #header-projets .header-projets ul li #cat_specificites_chosen {
	max-width: 140px!important;
	width: 140px!important;
}
body #page #header-projets .header-projets ul li #cat_statut_chosen {
	max-width: 90px!important;
	width: 90px!important;
}
body #page #header-projets .header-projets ul li #cat_type_de_projet_chosen {
	max-width: 160px!important;
	width: 160px!important;
}
.formulaire .chosen-container-single .chosen-single {
	border: none;
	cursor: none!important;
	background: transparent;
	padding: inherit;
	box-shadow: none;
  height: auto;
  line-height: normal;
  padding: 0 25px 0 0;
}
.formulaire .chosen-container-single .chosen-single span {
	margin-right: 10px;
}
.formulaire .chosen-container a::before {
	display: none;
}
.formulaire .chosen-container {
	color: var(--form--color-text);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: var(--global--line-height-body);
	padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
	background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right var(--form--spacing-unit) top 60%;
}
.formulaire .chosen-container .chosen-results {
  max-height: none;
  padding: 0;
  margin: 0;
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: left;
  text-align: left;
}
.formulaire .chosen-container .chosen-results li {
	padding: 10px 15px;
	border-bottom: solid 1px rgba(0,0,0,0.15);
	margin: 0!important;
	text-align: left!important;
  text-align-last: left!important;
  font-weight: 400;
  font-size: 14px;
  cursor: none!important;
}
.formulaire .chosen-container .chosen-results li.highlighted {
	background: #f15f14;
}
.formulaire .chosen-container .chosen-results li:first-child {
	font-weight: 200;
}
.formulaire .chosen-container .chosen-results li:last-child {
	border-bottom: none;
}
.formulaire .chosen-container:focus {
	outline-offset: 2px;
	outline: 2px dotted var(--form--border-color);
}
.formulaire .chosen-container .chosen-drop {
	border: none;
  box-shadow: 1px 4px 5px rgba(0,0,0,.25);
  min-width: 120px;
	border-radius: 10px;
  left: 0;
  max-height: 300px;
  overflow-y: scroll;
}
body #page #filters-projets button {
	border: solid 1px #2e2d2d;
	background-color: transparent;
	color: #2e2d2d;
}
body #page #filters-projets button:hover {
	color: #2e2d2d;
}
body #page #filters-projets button::before {
	color: #2e2d2d;
}
#widget-linkedin {
	margin-bottom: 40px;
}
#__EAAPS_PORTAL button:not(:hover):not(:active):not(.has-background) {
	background-color: transparent!important;
	color: #000!important;
}