/* ------------------------ */
/* User customization style */
/* ------------------------ */


.cookies_container {
	display: none;
}
a:hover, a:focus {
	color: #272d45;
	text-decoration: none;
}
.page__header h1 {
	color: #fff;
	font-family: Poppins;
	font-weight: 600;
	text-align: center;
}
h1.page__header__title {
	font-size: 40px;
	letter-spacing: -1.6px;
	margin: 0;
}
.job__main__description__inner h2 {
	font-family: Poppins;
}
.site__header__logo .subtitle .font_humain {
	font-size: 2.4rem;
}
.jobs__sidebar {
	min-width: 372px;
	max-width: 372px;
	margin-right: 30px;
	margin-top: 0px;
}
.jobs__sidebar__filters__section__inputZZZZ select {
	height: 43px;
	color: grey;
	font-size: 16px;
	font-weight: 400;
	border: 0;
	padding: 0 22px;
	width: 100%;
	margin-bottom: 10px;
	background-color: white;
}

.job__main__side__linkZZZ {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	border-radius: 3px;
	border: 4px solid #272d45;
	text-decoration: none;
	position: relative;
	color: #272d45;
	transition: all .3s;
}
.job__main__side__linkZZZ::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	transition: all .3s;
	background: #272d45;
}
.job__main__side__linkZZZ:hover {
	color: #fff;
	background: #272d45;
}
.job__main__side__linkZZZ:hover::before {
	right: 0;
}
.job__main__side__link--mobile {
	display: none;
}

.panel-primary {
	border-radius: 3px;
  	border: 4px solid #f0f0f0;
  	padding: 35px;
}
.btn-primary {
	background: #c34cec;
  	border-color: #c34cec;
	  font-family: Poppins;
	  font-size: 16px;
	  font-weight: 600;
}
.btn-lg {
	padding: 20px 20px;
}
.glyphicon.glyphicon-send {
	margin-right: 15px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #272d45;
	border-color: #272d45;
  }

.jobs__results__header {
	height: 63px;
}
.jobs__results__header__count {
	font-size: 24px;
}

.jobs__sidebar__applyZZZ {
	height: 63px;
	line-height: 63px;
	border-radius: 3px;
	border: 2px solid #272d45;
	  border-top-color: rgb(39, 45, 69);
	  border-right-color: rgb(39, 45, 69);
	  border-bottom-color: rgb(39, 45, 69);
	  border-left-color: rgb(39, 45, 69);
	background-color: #fff;
	text-decoration: none;
	padding: 0 30px;
	display: inline-block;
	color: #272d45;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
	transition: all .3s;
}
.jobs__sidebar__applyZZZ {
	background-color: #c34cec;
	border-color: #c34cec;
	color: #fff;
	padding: 0 10px;
	text-align: center;
	width: 30%;
}

.jobs__sidebar__applyZZZ svg {
	max-width: 30px;
	vertical-align: middle;
	margin-right: 20px;
}
.jobs__sidebar__applyZZZ svg {
	float: left;
	margin-top: 15px;
}

.jaune {
	color: #c34cec;
}
.jobs__item__metas__item i {
	margin-right: 1rem;
}

.jobs__results__footer {
	text-align: center;
}
.page__header__subtitle {
	font-family: Poppins;
	font-weight: 600;
}

.page-template-default main > :not(section):not(.wp-block-spacer) {
	margin-top: 0;
}
.page-template-default .hero--page .hero__catch__page__header__subtitle p {
	margin-top: 42px;
}

.page-template-default .hero--page {
  min-height: 250px;
}

.jobs__item__description .jobs__item__metas {
  margin: 0 30px 0 0;
  max-width: 26%;
}
.site__footer__grid h3 {
	font-family: Poppins;
	margin-bottom: 24px;
}

.site__header__nav .menu__link {
  text-decoration: none;
  font-weight: 400;
  letter-spacing: -.6px;
  padding: 0 13px;
  line-height: 43px;
  display: inline-block;
  white-space: nowrap;
  transition: .3s all;
  color: var(--menu_color);
  font-family: var(--font-family-alt);
  font-size: 1rem;
}


@media (max-width:910px) {
	.job__main__side__linkZZZ.footerapply { display: none;}
	.jobs__sidebar__applyZZZ {
		height: 25px;
  	line-height: 20px;
  	width: auto;
  	display: none;
	}
	.jobs__sidebar__applyZZZ svg {
		display: none;
	}
	.jobs__item__description__inner {display: none;}
	.jobs__item__description .jobs__item__metas{max-width: 90%; margin-bottom: 30px}
}