<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}

/* VARIABLE */
/* ELEMENTOR SPECIAL RESET */
body .elementor-heading-title {
  line-height: inherit;
  margin: inherit;
  padding: inherit;
}
body .elementor-widget:not(:last-child) {
  margin: 0;
}
body .elementor-column-gap-default &gt; .elementor-column &gt; .elementor-element-populated {
  padding: 0 1rem;
}

/* STRUCTURE */
html, body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

@media all and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "Montserrat";
  font-size: 1rem;
  line-height: 1.5;
}
body .elementor-section h1, body .elementor-section h2, body .elementor-section h3, body .elementor-section h4, body .elementor-section ul, body .elementor-section ol, body .elementor-section p {
  margin: 0;
  padding: 0;
}
body .elementor-section h1, body .elementor-section .h1 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
body .elementor-section h2, body .elementor-section .h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 0 3rem;
}
body .elementor-section h3, body .elementor-section .h3 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 2rem;
}
body .elementor-section p {
  margin: 0 0 1.5rem;
}

@media (max-width: 767px) {
  body .elementor-section h1, body .elementor-section .h1 {
    font-size: 3rem;
  }
  body .elementor-section h2, body .elementor-section .h2 {
    font-size: 1.6rem;
  }
}
/* FORMULAIRE */
form textarea {
  resize: none;
}
form select {
  font-size: 15px !important;
  color: #000 !important;
}
form button {
  font-weight: 600;
}
form .elementor-select-wrapper {
  position: relative;
}
form .elementor-select-wrapper:before {
  content: none !important;
}
form .elementor-select-wrapper:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 1rem;
  border: solid rgba(34, 34, 33, 0.6);
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  pointer-events: none;
}

/* LIGNE HORIZONTALE */
hr {
  display: none;
}

/* HEADER */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
  height: 90px;
}
header nav {
  display: flex;
  height: 100%;
}
header nav ul {
  display: flex;
  margin: 0;
}
header nav ul:not(.sub-menu) &gt; li:last-child:not(.menu-item-type-custom) &gt; a {
  background: #4520E1;
  color: white;
  border-radius: 50px;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  transition: background 0.3s ease;
}
header nav ul:not(.sub-menu) &gt; li:last-child:not(.menu-item-type-custom) &gt; a:hover {
  background: #F05019;
  color: white;
}
header nav ul li {
  list-style: none;
  margin: 0 0 0 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
header nav ul li.current-menu-item:not(.menu-item-type-custom) &gt; a, header nav ul li.current-menu-parent &gt; a {
  color: #5624E8;
  font-weight: 600;
}
header nav ul li:hover &gt; ul {
  z-index: 3;
  opacity: 1;
  transform: translateY(0px);
}
header nav ul li:last-child ul {
  left: inherit;
  right: 0;
}
header nav ul li a {
  padding: 0 1.5rem;
  background: white;
  color: #222221;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
header nav ul li a:hover {
  color: #5624E8;
}
header nav ul li ul {
  position: absolute;
  background: white;
  z-index: -1;
  top: 90px;
  left: 0;
  width: 20rem;
  padding: 0.5rem;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
header nav ul li ul li a {
  padding: 0.5rem;
  font-size: 0.9rem;
}
header nav .hamburger {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  display: none;
}
header nav .contact {
  display: block;
  width: 40px;
  height: 40px;
  background: #222221;
  margin: 0 0 0 1.5rem;
  -webkit-mask: no-repeat center/40px url(../images/contact.svg);
          mask: no-repeat center/40px url(../images/contact.svg);
  transition: background 0.3s ease;
}
header nav .contact:hover {
  background: #F05019;
}

@media (max-width: 1400px) {
  header {
    padding: 0 1rem;
  }
  header nav ul li a {
    padding: 0 0.5rem;
  }
}
@media all and (max-width: 1024px) {
  header {
    height: 90px;
  }
  header nav ul {
    display: none;
    position: absolute;
    z-index: 2;
    top: 90px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 1rem;
    background: white;
    border-bottom: solid 1px #00174A;
  }
  header nav ul.on {
    display: block;
    flex-wrap: wrap;
  }
  header nav ul.on li {
    width: 100%;
  }
  header nav ul.on li:hover &gt; ul {
    display: block;
  }
  header nav ul.on li.menu-item-has-children &gt; a {
    position: relative;
  }
  header nav ul.on li.menu-item-has-children &gt; a:before {
    content: "";
    position: absolute;
    top: 12px;
    right: -1rem;
    border: solid #222221;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(45deg);
  }
  header nav ul.on li ul {
    position: relative;
    top: 0;
    left: 0;
    border: 0;
    display: none;
  }
  header nav .hamburger {
    display: block;
  }
  header .logo {
    margin: 0.5rem 0 0 0;
  }
  header .logo img {
    width: 160px;
	  height: auto;
  }
}
/* FOOTER */
footer {
  background: #595959;
  color: white;
  padding: 5rem 5rem;
  font-size: 1.1rem;
}
footer ul {
  margin: 0.75rem 0 0;
}
footer ul li {
  list-style: none;
  margin: 0 0 1rem;
}
footer ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}
footer ul li a:hover {
  color: #F05019;
}
footer .row {
  display: flex;
  width: 100%;
}
footer .row .col {
  width: 25%;
}
footer .baseline {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0.5rem 0 2rem 0;
}
footer .social {
  font-size: 0.8rem;
}
footer .social ul {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
footer .social ul li {
  margin: 0 0.75rem 0 0;
  padding: 0;
  width: auto;
  height: auto;
}
footer .social ul li:hover {
  background: none;
}
footer .social ul li a {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-mask-size: 30px;
          mask-size: 30px;
  transition: background 0.3s ease;
}
footer .social ul li a:hover {
  background: #F05019;
}

@media (max-width: 1400px) {
  footer {
    padding: 5rem 1rem;
  }
}
@media all and (max-width: 1024px) {
  footer ul {
    margin: 0;
    padding: 0;
  }
  footer .row {
    flex-wrap: wrap;
  }
  footer .row .col {
    width: 100%;
  }
  footer .social {
    margin: 0 0 2rem;
  }
}
/* GLOBAL */
.global {
  width: 1140px;
  margin: 4rem auto;
}

/* SOCIAL FIXED */
.social-fixed {
  position: fixed;
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #595959;
  border-radius: 20px 0 0 20px;
  padding: 1rem;
}
.social-fixed ul {
  margin: 0;
  padding: 0;
}
.social-fixed ul li {
  list-style: none;
  margin: 0 0 0.75rem;
}
.social-fixed ul li:last-child {
  margin: 0;
}
.social-fixed ul li a {
  display: block;
  width: 22px;
  height: 22px;
  background: white;
  -webkit-mask-size: 22px;
          mask-size: 22px;
  transition: background 0.3s ease;
}
.social-fixed ul li a:hover {
  background: #F05019;
}

/* COPYRIGHT */
.copyright {
  background: white;
  padding: 1rem 5rem;
  color: #595959;
  font-size: 0.8rem;
}
.copyright a {
  color: #595959;
  text-decoration: none;
}

@media (max-width: 1400px) {
  .copyright {
    padding: 1rem;
  }
}
/* SOCIAL */
.facebook {
  background: white;
  -webkit-mask: no-repeat center/30px auto url(../images/facebook.svg);
          mask: no-repeat center/30px auto url(../images/facebook.svg);
}

.linkedin {
  background: white;
  -webkit-mask: no-repeat center/30px auto url(../images/linkedin.svg);
          mask: no-repeat center/30px auto url(../images/linkedin.svg);
}

.instagram {
  background: white;
  -webkit-mask: no-repeat center/30px auto url(../images/instagram.svg);
          mask: no-repeat center/30px auto url(../images/instagram.svg);
}

.youtube {
  background: white;
  -webkit-mask: no-repeat center/30px auto url(../images/youtube.svg);
          mask: no-repeat center/30px auto url(../images/youtube.svg);
}

/* TEXTE + GROS */
.featured {
  font-size: 1.6rem;
  line-height: 1.3;
}

.featured-xl {
  font-size: 1.8rem;
  line-height: 1.3;
}

/* HEADER HALO */
.header-halo {
  position: relative;
  overflow: hidden;
}
.header-halo:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -110%;
  right: -10%;
  width: 30%;
  height: 200%;
  background: no-repeat bottom center/auto 130% url(../images/logo-halo-l.svg);
}

@media (max-width: 767px) {
  .header-halo:before {
    content: none;
  }
}
/* BOUTON */
.elementor-button-wrapper a {
  border-radius: 50px;
  background: #4520E1;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.btn {
  border-radius: 50px;
  background: #4520E1;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  height: 100%;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn:not(.none):hover {
  background: #F05019;
}
.btn.bleu {
  background: #00174A;
}
.btn &gt; div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.btn-same-size a {
  width: 80% !important;
  max-width: 250px;
}

.eolia_field_inner--apply-button .eolia_input--button {
  border-radius: 50px;
  background: #4520E1;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

/* EN CHIFFRE */
.en-chiffres:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 55%;
  background: no-repeat center right/auto 120% url(../images/logo-halo-demi.svg);
}
.en-chiffres b {
  font-size: 1.6rem;
}

@media all and (max-width: 767px) {
  .en-chiffres:before {
    content: none;
  }
}
/* EQUIPE */
.equipes .elementor-container {
  flex-wrap: wrap;
  justify-content: center;
}
.equipes .elementor-container &gt; div {
  width: 20%;
}

@media (max-width: 767px) {
  .equipes .elementor-container &gt; div {
    width: 50%;
  }
}
/* REJOIGNEZ NOUS */
.rejoignez-nous .titre-rejoignez-nous {
  margin-left: calc(100% - 570px + 1rem);
}

@media all and (max-width: 1024px) {
  .rejoignez-nous .titre-rejoignez-nous {
    margin-left: 0;
  }
}
/* ROUNDED BG - FOND BLEU AVEC ROND LOGO */
.rounded-bg {
  position: relative;
}
.rounded-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  padding-bottom: 100%;
  background: no-repeat center/100% url(../images/logo-halo.svg);
}
.rounded-bg:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  padding-bottom: 100%;
  background: #00174A;
  border-radius: 500px;
}
.rounded-bg &gt; div {
  position: relative;
  z-index: 1;
}
.rounded-bg &gt; div p:last-child {
  margin: 0;
}

@media all and (max-width: 1024px) {
  .rounded-bg:before {
    content: "";
  }
}
/* INTUITIVEMENT */
.intuitivement {
  position: relative;
  overflow: hidden;
}
.intuitivement:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -6rem;
  left: -6rem;
  width: 12rem;
  height: 12rem;
  background: no-repeat center/12rem url(../images/logo-halo-xl.svg);
}
.intuitivement:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -12rem;
  right: -12rem;
  width: 30rem;
  height: 30rem;
  background: no-repeat center/30rem url(../images/logo-halo-xl.svg);
}
.intuitivement a {
  color: white;
  text-decoration: none;
}

@media (max-width: 767px) {
  .intuitivement:after {
    content: none;
  }
}
/* INTRODUCTION */
.introduction .rounded-bg:before {
  background: no-repeat center/100% url(../images/logo-halo-l.svg);
}
.introduction .rounded-bg:after {
  content: none;
}
.introduction .chiffre strong, .introduction .chiffre b {
  font-size: 2.5rem;
}

@media all and (max-width: 1024px) {
  .introduction .rounded-bg:before {
    content: none;
  }
}
/* HERITAGE */
.heritage .owl-stage-outer {
  padding-top: 2.5rem;
  margin-top: -2.5rem;
}
.heritage .owl-prev, .heritage .owl-next {
  position: absolute;
  top: 26px;
  font-size: 2rem !important;
}
.heritage .owl-prev.disabled, .heritage .owl-next.disabled {
  opacity: 0.3;
}
.heritage .owl-prev {
  left: 0;
}
.heritage .owl-next {
  right: 0;
}
.heritage .date {
  position: relative;
  padding: 5rem 1rem 0;
}
.heritage .date:after {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background: white;
  border-radius: 5rem;
}
.heritage .date:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background: no-repeat center/5rem url(../images/logo-halo-xl.svg);
}
.heritage .date .annee {
  font-weight: 700;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .heritage .owl-prev, .heritage .owl-next {
    top: 29px;
  }
  .heritage .owl-prev {
    left: 2rem;
  }
  .heritage .owl-next {
    right: 2rem;
  }
}
/* PROCESSUS */
.processus {
  display: flex;
  border-top: solid 2px #ACACAC;
}
.processus .wrapper {
  display: flex;
  justify-content: center;
}
.processus .etape {
  width: 33.3333333333%;
  position: relative;
  padding: 5rem 1rem 0;
  text-align: center;
}
.processus .etape:after {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background: white;
  border-radius: 5rem;
}
.processus .etape:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background: no-repeat center/5rem url(../images/logo-halo-xl.svg);
}
.processus .etape .numero {
  font-weight: 700;
  font-size: 1.2rem;
  position: absolute;
  z-index: 2;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
}

/* ACTUALITES */
.actualites {
  padding: 4rem 0;
}
.actualites.bg-grey {
  background: #f5f5f5;
}
.actualites .owl-nav {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: calc(-33.3333333333% - 0.5rem);
  font-size: 3rem !important;
}
.actualites .owl-nav .owl-next {
  margin: 0 0 0 1rem;
}
.actualites .image {
  height: 300px;
  margin: 0 0 2rem;
}
.actualites .image.alone {
  margin: 0;
}
.actualites .actualite {
  background: white;
  margin: 0 0.5rem;
}
.actualites .actualite .image {
  height: 150px;
  width: 100%;
  margin: 0;
}
.actualites .actualite .detail {
  padding: 1rem;
}
.actualites .actualite .detail h3 {
  font-weight: 700;
}
.actualites .actualite .detail a {
  text-transform: uppercase;
  color: #222221;
  text-decoration: underline;
  font-weight: 700;
}
.actualites .actualite .detail p:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .actualites .image.alone {
    margin: 2rem 0 0 0;
  }
}
/* PAGINATION */
.pagination {
  background: #f5f5f5;
  padding: 2rem 0;
  text-align: center;
}
.pagination .wrapper {
  display: flex;
  justify-content: center;
}
.pagination .wrapper &gt; div {
  display: flex;
  justify-content: center;
  border: solid 1px #222221;
  border-radius: 10px;
  overflow: hidden;
}
.pagination .wrapper &gt; div a {
  background: white;
  display: block;
  padding: 0.75rem 1.5rem;
  color: #222221;
  text-decoration: none;
  border-left: solid 1px #222221;
}
.pagination .wrapper &gt; div a.active, .pagination .wrapper &gt; div a:hover {
  background: #76B58D;
  color: white;
}
.pagination .wrapper &gt; div a:first-child {
  border: 0;
}

@media (max-width: 767px) {
  .pagination {
    font-size: 0.9rem;
  }
  .pagination .wrapper &gt; div a {
    padding: 0.25rem 0.75rem;
  }
}
/* KIT MEDIA */
.telechargements .telechargement {
  border-bottom: solid 1px #222221;
  padding: 1rem 0;
}
.telechargements .telechargement a {
  color: #222221;
  text-decoration: none;
  display: block;
  position: relative;
  transition: color 0.3s ease;
}
.telechargements .telechargement a:hover {
  color: #F05019;
}
.telechargements .telechargement a:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 38px;
  height: 38px;
  background: no-repeat center/auto 38px url(../images/telecharger.svg);
}
.telechargements .telechargement p {
  margin: 0;
}

.presse a {
  color: #5624E8;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 2rem;
  display: inline-block;
  transition: color 0.3s ease;
}
.presse a:hover {
  color: #F05019;
}

@media (max-width: 767px) {
  .presse img {
    margin: 0 0 1rem;
  }
}
/* BLOC SOCIAL */
.social {
  position: relative;
  top: -1rem;
}
.social ul {
  display: flex;
  justify-content: center;
}
.social ul li {
  width: 5rem;
  height: 5rem;
  background: #595959;
  list-style: none;
  margin: 0 0.5rem;
  border-radius: 5rem;
  transition: background 0.3s ease;
}
.social ul li:hover {
  background: #F05019;
}
.social ul li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-size: 3rem;
          mask-size: 3rem;
  transition: background 0.3s ease;
}

/* PREV / NEXT */
.owl-prev:not(.disabled):hover span, .owl-next:not(.disabled):hover span {
  background: #F05019;
}
.owl-prev span, .owl-next span {
  color: transparent;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #5624E8;
  transition: background 0.3s ease;
}
.owl-prev span:before, .owl-next span:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(135deg);
  transition: border-color 0.3s ease;
}

.owl-prev span:before {
  left: 11px;
}

.owl-next span:before {
  transform: rotate(-45deg);
}

.owl-carousel .owl-dots {
  margin: 1.5rem 0 0 0;
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 0.25rem;
  background: #222221;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #F05019;
}

/* EMPLOI */
.eolia_results {
  margin: 4rem 0 0;
}
.eolia_results table {
  margin: 0;
}
.eolia_results table thead {
  display: none;
}
.eolia_results table tbody tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #222221;
  padding: 1rem 0;
  background: none !important;
  position: relative;
}
.eolia_results table tbody tr:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border: solid #222221;
  border-width: 0 3px 3px 0;
  padding: 5px;
  transform: translateY(-50%) rotate(-45deg);
}
.eolia_results table tbody tr td {
  padding: 0;
  border: 0;
  width: auto !important;
  position: relative;
  margin: 0 15px 0 0;
}
.eolia_results table tbody tr td:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #222221;
}
.eolia_results table tbody tr td:first-child {
  width: 100% !important;
  font-weight: 700;
  font-size: 1.1rem;
}
.eolia_results table tbody tr td:first-child:after {
  content: none;
}
.eolia_results table tbody tr td:first-child a {
  color: #4520E1;
}
.eolia_results table tbody tr td:last-child:after {
  content: none;
}
.eolia_results table tbody tr td a {
  color: #222221;
}

.eolia_results_category_title {
  display: none;
}

/* FORMULAIRE DE RECHERCHE EMPLOI */
.eolia_search form .eolia_search_fields label, .eolia_search form .eolia_form-group label, .eolia_form form .eolia_search_fields label, .eolia_form form .eolia_form-group label {
  display: block;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.eolia_search form .eolia_search_fields input, .eolia_search form .eolia_form-group input, .eolia_form form .eolia_search_fields input, .eolia_form form .eolia_form-group input {
  height: 42px;
  line-height: 42px;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  padding: 0 14px;
  border-radius: 50px;
  background: #eee;
}
.eolia_search form .eolia_search_fields input[type=submit], .eolia_search form .eolia_form-group input[type=submit], .eolia_form form .eolia_search_fields input[type=submit], .eolia_form form .eolia_form-group input[type=submit] {
  background: #4520E1;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
}
.eolia_search form .eolia_search_fields input:focus, .eolia_search form .eolia_form-group input:focus, .eolia_form form .eolia_search_fields input:focus, .eolia_form form .eolia_form-group input:focus {
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.eolia_search form .eolia_search_fields .selection .select2-selection, .eolia_search form .eolia_form-group .selection .select2-selection, .eolia_form form .eolia_search_fields .selection .select2-selection, .eolia_form form .eolia_form-group .selection .select2-selection {
  height: 42px;
  font-size: 15px;
  line-height: 42px;
  padding: 0 14px;
  border-radius: 50px;
  background: #eee;
  border: 0;
}
.eolia_search form .eolia_search_fields .selection .select2-selection input, .eolia_search form .eolia_form-group .selection .select2-selection input, .eolia_form form .eolia_search_fields .selection .select2-selection input, .eolia_form form .eolia_form-group .selection .select2-selection input {
  margin: 0;
}
.eolia_search form .eolia_search_fields .selection .select2-selection input:focus, .eolia_search form .eolia_form-group .selection .select2-selection input:focus, .eolia_form form .eolia_search_fields .selection .select2-selection input:focus, .eolia_form form .eolia_form-group .selection .select2-selection input:focus {
  border: 0;
  box-shadow: none;
}
.eolia_search form .eolia_search_fields .selection .select2-selection span, .eolia_search form .eolia_form-group .selection .select2-selection span, .eolia_form form .eolia_search_fields .selection .select2-selection span, .eolia_form form .eolia_form-group .selection .select2-selection span {
  height: 42px;
  line-height: 42px;
}
.eolia_search form .eolia_search_fields .selection .select2-selection b, .eolia_search form .eolia_form-group .selection .select2-selection b, .eolia_form form .eolia_search_fields .selection .select2-selection b, .eolia_form form .eolia_form-group .selection .select2-selection b {
  border: solid #222221;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  top: 12px;
  right: 0;
  margin: 0;
  left: inherit;
}
.eolia_search form .eolia_search_fields .selection .select2-selection ul li, .eolia_search form .eolia_form-group .selection .select2-selection ul li, .eolia_form form .eolia_search_fields .selection .select2-selection ul li, .eolia_form form .eolia_form-group .selection .select2-selection ul li {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 1rem 0 0;
}
.eolia_search form .eolia_search_fields .selection .select2-selection .select2-selection__clear, .eolia_search form .eolia_form-group .selection .select2-selection .select2-selection__clear, .eolia_form form .eolia_search_fields .selection .select2-selection .select2-selection__clear, .eolia_form form .eolia_form-group .selection .select2-selection .select2-selection__clear {
  top: 0;
}
.eolia_search form .eolia_search_fields .select2-container .select2-results ul li[class*=highlighted], .eolia_search form .eolia_form-group .select2-container .select2-results ul li[class*=highlighted], .eolia_form form .eolia_search_fields .select2-container .select2-results ul li[class*=highlighted], .eolia_form form .eolia_form-group .select2-container .select2-results ul li[class*=highlighted] {
  background: #4520E1;
}

/* MODAL DE RECHERCHE EMPLOI */
.modal-open {
  overflow: auto;
}
.modal-open .eolia_search .modal {
  flex: none;
  max-width: 100%;
}
.modal-open .eolia_search .modal .eolia_results {
  margin: 0;
}
.modal-open .eolia_search .modal-footer {
  display: none;
}

/* COOKIES (ADDONS) */
body #cookie-notice {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
}

/* OVERLAY COOKIES */
.axeptio-widget--open div#axeptio_overlay:before {
	background: rgba(0, 0, 0, 0.65);
	content: '';
	z-index: 9999;
	height: 100vh;
	width: 100vw;
}

div#axeptio_overlay:before {
position: fixed;
background: transparent;
display: block;
content: "";
left: 0;
top: 0;
transition: all .4s;
}

/*# sourceMappingURL=styles.css.map */</pre></body></html>