@charset "UTF-8";
@font-face {
  src: url("/fonts/normal.ttf");
  font-family: "Montserrat";
  font-display: swap;
}
@font-face {
  src: url("/fonts/bold.ttf");
  font-family: "Montserrat";
  font-weight: bold;
  font-display: swap;
}
@font-face {
  src: url("/fonts/boldItalic.ttf");
  font-family: "Montserrat";
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  src: url("/fonts/italic.ttf");
  font-family: "Montserrat";
  font-style: italic;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--secondary);
  background: #fafafa;
}

a {
  font-size: 16px;
  margin: 0 0 0 0;
}
a:hover {
  text-decoration: none;
}

.text-underline:hover {
  text-decoration: underline;
}

.text-underline-none {
  text-decoration: none;
}

hr {
  /* border-top: 1px solid var(--primary); */
}

ul {
  padding-left: 40px;
}

/*
ul {
  list-style: none;
  li{
      display: flex;
      align-items: center;
      &::before {
          content: "";
          background: var(--tertiary);
          font-weight: bold;
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          margin: 0 19px 0 0;
      }
  }
}
*/
form {
  padding: 5px;
}
form label {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
form input, form textarea {
  border-radius: 5px;
  background: #eee;
  padding: 5px 10px;
  border: none;
  display: block;
}
form input:focus-visible, form textarea:focus-visible {
  outline: none;
}

.form-contorl {
  border: none;
}
.form-secondary {
  background: var(--secondary);
  color: white;
}

.box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.background-primary {
  background-color: var(--primary);
}
.background-primaryLight {
  background-color: var(--primaryLight);
}
.background-primaryDark {
  background-color: var(--primaryDark);
}
.background-secondary {
  background-color: var(--secondary) !important;
}
.background-secondaryLight {
  background-color: var(--secondaryLight);
}
.background-secondaryDark {
  background-color: var(--secondaryDark);
}
.background-tertiary {
  background-color: var(--tertiary);
}
.background-tertiaryLight {
  background-color: var(--tertiaryLight);
}
.background-tertiaryDark {
  background-color: var(--tertiaryDark);
}
.background-white {
  background-color: #fff;
}
.background-black {
  background-color: #000;
}

.color-primary {
  color: var(--primary) !important;
}
.color-primaryLight {
  color: var(--primaryLight) !important;
}
.color-primaryDark {
  color: var(--primaryDark) !important;
}
.color-secondary {
  color: var(--secondary) !important;
}
.color-secondaryLight {
  color: var(--secondaryLight) !important;
}
.color-secondaryDark {
  color: var(--secondaryDark) !important;
}
.color-tertiary {
  color: var(--tertiary) !important;
}
.color-tertiaryLight {
  color: var(--tertiaryLight) !important;
}
.color-tertiaryDark {
  color: var(--tertiaryDark) !important;
}

.hover-underline:hover {
  text-decoration: underline;
}

select {
  box-shadow: none;
  border: none;
  border-bottom: solid 1px;
  padding: 0 0 5px 0;
  background: none;
  color: #000;
}
select option {
  font-weight: bold;
  color: #000;
}
select:focus-visible {
  outline: none;
}

textarea {
  border: none;
  line-height: 4ch;
  background-image: none;
  background-size: 100% 4ch;
}
textarea:focus-visible {
  outline: none;
}

.alert {
  display: block;
  z-index: 999;
}

/* .container {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  padding: 0;
} */
.cursor-pointer {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.color-red {
  color: var(--primary) !important;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.bi:before {
  color: #000;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding: 0;
}

.row {
  margin: auto;
}

.popup {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 14px;
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  padding: 45px 25px 105px;
  width: 550px;
  max-width: 90%;
  background: url("./../img/logo_emp_dark.png") center bottom 40px no-repeat, white;
  background-size: 100px;
  text-align: center;
  max-height: 100vh;
  overflow-y: scroll;
}
.popup::-webkit-scrollbar {
  display: none;
}
.popup-x {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  overflow: hidden;
  top: 13px;
  right: 2px;
  color: #000;
  cursor: pointer;
  background-color: #EBEBEB;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.popup-x::before {
  font-size: 20px;
  content: "X";
  font-family: "Playfair";
  font-weight: bold;
}
.popup-title {
  margin: 0 0 30px;
  font-weight: 600;
  text-align: center;
}

.file {
  display: none;
}
.file-label {
  padding: 5px 10px;
  background: var(--primary);
  border: solid 2px var(--primary);
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
}
.file-label:hover {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
  cursor: pointer;
}

.color-primary {
  color: var(--primary);
}

.alert-dismissible {
  text-align: center !important;
}

.button-standard-primary, .btn-link-primary {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 0 0;
  width: 100%;
  box-shadow: none;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
}
.button-standard-primary:hover, .btn-link-primary:hover {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}
.button-standard-primary-reverse, .btn-link-primary-reverse {
  background: #fff;
  border-color: var(--primary);
  color: var(--primary);
  padding: 5px 10px;
  margin: 0 0 0 0;
  width: 100%;
  box-shadow: none;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
}
.button-standard-primary-reverse:hover, .btn-link-primary-reverse:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.button-standard-black, .btn-link-black {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 0 0;
  width: 100%;
  box-shadow: none;
  border: solid 2px #000;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.button-standard-black:hover, .btn-link-black:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}

.button-standard-black-link {
  border-color: #000;
  text-align: center;
  font-weight: 600;
  border: solid 2px;
  border-radius: 20px;
}

.button-standard-black-link:hover {
  border-color: #000;
  border: solid 2px;
}

.button-standard-white {
  background: #fff;
  border-color: #fff;
  color: #000;
  padding: 5px 10px;
  margin: 0 0 0 0;
  width: 100%;
  cursor: pointer;
}
.button-standard-white:hover {
  background: #000;
  border-color: #fff;
  color: #fff;
}

.button-standard-primary-search-dropdown {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 0 0;
  width: 100%;
  cursor: pointer;
}
.button-standard-primary-search-dropdown:hover {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}

.section {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  padding: 10px 10px 10px 10px;
  margin: 20px 0px;
}

.heart, .heart-fill {
  cursor: pointer;
  background: var(--primaryLight);
  color: var(--primary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: "bootstrap-icons";
  font-size: 0.8rem;
}
.heart:before, .heart-fill:before {
  content: "\f417";
}
.heart-fill:before {
  content: "\f415";
}

[class^=alert-], [class*=" alert-"] {
  position: fixed;
  width: 600px;
  max-width: 95vw;
  top: 50%;
  left: 50%;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  transform: translate(-50%, -50%);
  transition: visibility 0s, opacity 0.5s linear;
}
[class^=alert-] button, [class*=" alert-"] button {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #000;
  border-color: #007bff;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  color: #fff;
  border-color: #adb5bd !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #adb5bd !important;
}

.form-control:focus, .custom-checkbox:focus {
  box-shadow: none !important;
}

/* main {
  padding-top: calc(1rem + 83px);
} */
.navbar-expand-md .navbar-collapse {
  justify-content: space-between;
}

.gi-navbar-center {
  justify-content: space-between;
  width: 250px;
}
.gi-navbar-center .nav-item {
  position: relative;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gi-navbar-center .nav-item:hover .label {
  opacity: 1;
}
.gi-navbar-center .nav-item .nav-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gi-navbar-center .nav-item i:before {
  font-size: 1.5rem;
}
.gi-navbar-center .nav-item .label {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 43px);
  padding: 0 5px;
  background: #eaeaea;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gi-navbar-center .nav-item:nth-child(1) {
  background: #efefef;
}
.gi-navbar-center .nav-item:nth-child(1) i::before {
  color: #b9b9b9;
}
.gi-navbar-center .nav-item:nth-child(2) {
  background-color: var(--primaryLight);
}
.gi-navbar-center .nav-item:nth-child(2) i::before {
  color: var(--primary);
}
.gi-navbar-center .nav-item:nth-child(3) {
  background: var(--secondaryLight);
}
.gi-navbar-center .nav-item:nth-child(3) i::before {
  color: var(--secondary);
}
.gi-navbar-center .nav-item:nth-child(4) {
  background: lightgreen;
}
.gi-navbar-center .nav-item:nth-child(4) i::before {
  color: green;
}
.gi-navbar-center .nav-item .nav-link {
  margin: 0rem 1rem;
  padding: 0;
}
.gi-navbar-center .nav-item .nav-link img {
  padding: 10px;
  border-radius: 50%;
}

.gi-navbar-candidate-connected .gi-navbar-center .nav-link {
  margin: 0;
}

.gi-navbar-right {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  width: 200px;
  display: flex;
  justify-content: flex-end;
}
.gi-navbar-right .dropdown-menu {
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 0 0 25px 25px;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1607843137);
  top: 45px;
}
.gi-navbar-right .dropdown-menu:hover {
  background-color: #fff;
}
.gi-navbar-right .dropdown-menu .dropdown-item {
  padding: 1rem 2rem;
  line-height: 30px;
  background: #fff;
  border-bottom: solid 1px var(--secondary);
}
.gi-navbar-right .dropdown-menu .dropdown-item:first-child {
  border-top: solid 1px var(--secondary);
}
.gi-navbar-right .dropdown-menu .dropdown-item i {
  margin: 0 15px 0 0;
}
.gi-navbar-right button {
  padding: 0;
  color: #000;
}
.gi-navbar-right button:hover {
  color: #000;
  text-decoration: none;
}
.gi-navbar-right .logout {
  margin: auto;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.dropdown-toggle .nav-link {
  padding-right: 20px;
}

.dropdown-menu {
  min-width: 256px !important;
  margin-right: 450px;
  left: -200px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.gi-navbar-candidate-connected {
  background: none;
}
.gi-navbar-candidate-connected .container {
  background: #fff;
  padding: 10px 15px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.gi-navbar-candidate-connected .container .navbar-brand {
  width: 200px;
}

.blog__blog-display__loop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog__blog-display__loop-item {
  background-size: cover;
  background-position: center;
  flex-basis: 31.33%;
  margin-top: 2rem;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
}
.blog__blog-display__loop-item:nth-child(2) {
  margin: 2rem 3% 0 3%;
}
.blog__blog-display__loop-item:nth-child(5) {
  margin: 2rem 3% 0 3%;
}
.blog__blog-display__loop-item__link {
  width: 31%;
}
.blog__blog-display__loop-item__link:nth-child(2) {
  margin: 0 3% 0 3%;
}
.blog__blog-display__loop-item__link:nth-child(5) {
  margin: 0 3% 0 3%;
}
.blog__blog-display__loop__margin {
  margin-bottom: 5%;
}

.blog__infos {
  color: #fff;
  background: var(--secondaryOpacity8);
  width: 100%;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog__infos-title {
  height: 90px;
  align-items: center;
}
.blog__infos-title span {
  font-style: italic;
}
.blog__infos-date {
  margin-bottom: 1rem;
}

.body-space {
  padding: 60px 0 0 0;
  min-height: calc(100vh - 40px);
}

@media only screen and (max-width: 992px) {
  .blog__blog-display__loop-item {
    flex-basis: 100%;
  }
  .blog__blog-display__loop-item:nth-child(2) {
    margin: 2rem auto 0;
  }
  .blog__blog-display__loop-item:nth-child(5) {
    margin: 2rem auto 0;
  }
}
.social-share {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 150px;
}
.social-share li a {
  font-size: 1.5rem;
}
.social-share li a:before {
  color: #000;
  font-family: "icomoon";
}
.social-share li:nth-child(1) a:before {
  content: "\e908";
}
.social-share li:nth-child(2) a:before {
  content: "\e90b";
}
.social-share li:nth-child(3) a:before {
  content: "\e909";
}
.social-share li:nth-child(4) a:before {
  content: "\e90a";
}

@media only screen and (max-width: 992px) {
  .blog__blog-display__loop-item {
    flex-basis: 100%;
  }
  .blog__blog-display__loop-item:nth-child(2) {
    margin: 2rem auto 0;
  }
  .blog__blog-display__loop-item:nth-child(5) {
    margin: 2rem auto 0;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("./icomoon/icomoon.eot");
  src: url("./icomoon/icomoon.eot") format("embedded-opentype"), url("./icomoon/icomoon.ttf") format("truetype"), url("./icomoon/icomoon.woff") format("woff"), url("./icomoon/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e924";
  color: #5e6674;
  font-size: 2.5rem;
}

.icon-twitter1:before {
  content: "\e921";
  color: #5e6674;
  font-size: 2.5rem;
}

.icon-linkedin1:before {
  content: "\e922";
  color: #5e6674;
  font-size: 2.5rem;
}

.icon-facebook1:before {
  content: "\e923";
  color: #5e6674;
  font-size: 2.5rem;
}

.icon-mon_compte:before {
  content: "\e920";
  color: #4d4d5c;
}

.icon-achat:before {
  content: "\e91c";
  color: white;
}

.icon-publie_offre:before {
  content: "\e91e";
  font-size: 2rem;
  color: var(--primary);
}

.icon-bouton_plus:before {
  content: "\e925";
  color: var(--primary);
  font-size: 1.5rem;
}

.icon-ecriture:before {
  content: "\e91f";
  font-size: 1.4rem;
}

.icon-visible_vu:before {
  content: "\e91d";
  font-size: 2rem;
}

.icon-braquette:before {
  font-size: 0.6rem;
  margin-left: 10px;
  content: "\e91b";
}

.icon-menu:before {
  content: "\e92b";
  font-size: 3rem;
}

.icon-phone:before {
  content: "\e91a";
}

.icon-LIBRE_SERVICE:before {
  content: "\e90b";
}

.icon-CLE_EN_MAIN:before {
  content: "\e90a";
}

.icon-PUBLICITE:before {
  content: "\e902";
}

.icon-RECRUTEMENT_ASSISTE:before {
  content: "\e903";
}

.icon-MARQUE_EMPLOYEUR:before {
  content: "\e907";
}

.icon-hamburger-1:before {
  content: "\e904";
  font-size: 2rem;
}

.icon-user:before {
  content: "\e905";
}

.icon-produits:before {
  content: "\e906";
}

.icon-recrutement:before {
  content: "\e909";
}

.icon-zone_candidat:before {
  content: "\e914";
}

.icon-CHECK:before {
  content: "\e913";
}

.icon-FLECHE:before {
  content: "\e912";
}

.icon-AFFICHAGE_POSTE:before {
  content: "\e901";
}

.icon-recrutement-1:before {
  content: "\e908";
}

.icon-eye:before {
  content: "\e90c";
  color: black;
  font-size: 1.7rem;
}

.icon-modified:before {
  content: "\e90e";
  color: black;
  font-size: 1.2rem;
}

.icon-maison:before {
  content: "\e90d";
}

.icon-share:before {
  content: "\e90f";
  color: black;
  font-size: 1.7rem;
}

.icon-star:before {
  content: "\e910";
  color: black;
  font-size: 2rem;
}

.icon-up:before {
  content: "\e911";
  color: black;
  font-size: 1.7rem;
}

.icon-mon_espace_recruteur:before {
  content: "\e916";
  color: #4d4d5c;
}

.icon-entreprise:before {
  content: "\e917";
  color: #4d4d5c;
}

.icon-Affichage_doffres_d_emploi:before {
  content: "\e918";
  color: #535a6b;
}

.icon-check-1:before {
  content: "\e919";
  color: #535a6b;
}

.icon-Maison:before {
  content: "\e92a";
  font-size: 5.3rem;
}

.icon-instagram1:before {
  content: "\e927";
  color: #fff;
}

.icon-linkedin2:before {
  content: "\e928";
  color: #fff;
}

.icon-twitter2:before {
  content: "\e929";
  color: #fff;
}

.icon-Facebook:before {
  content: "\e926";
  color: #fff;
}

.product-dropdown {
  color: black;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
}

.header-guest {
  background: black;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 0px 15px;
}
.header-guest .container {
  height: 100%;
}
.header-guest .container .header-guest-logo-div {
  background: #014EA5;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 226px;
}
.header-guest .header-nav-link [class^=dropdown-menu-], .header-guest .header-nav-link [class*=" dropdown-menu-"] {
  position: absolute;
  top: calc(100% + 18px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  left: -35px;
  width: 300px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px;
}
.header-guest .header-nav-link [class^=dropdown-menu-] a, .header-guest .header-nav-link [class*=" dropdown-menu-"] a {
  width: calc(100% - 60px);
  margin-right: auto;
  margin-left: auto;
  padding: 3px;
}
.header-guest .header-nav-link .icon-braquette::before {
  margin-left: 3px;
}
.header-guest .cart {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.header-guest .cart .bi {
  cursor: pointer;
}
.header-guest .icon-hamburger-1 {
  color: white;
  margin-left: 20px;
  cursor: pointer;
}
.header-guest .navbar-collapse {
  justify-content: space-between;
}
.header-guest .navbar-collapse .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  color: white;
}
.header-guest .navbar-collapse .nav-item .icon-braquette, .header-guest .navbar-collapse .nav-item a {
  color: white;
}
.header-guest .navbar-collapse .nav-item .icon-recrutement-1 {
  font-size: 2.8rem;
}
.header-guest .navbar-collapse .nav-item .login {
  margin: 0;
  color: #000;
  background: var(--primary);
  cursor: pointer;
  padding: 5px 10px;
  border-color: var(--primary);
  margin: 0 20px;
}
.header-guest .navbar-collapse .nav-item .login:hover {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}
.header-guest .navbar-collapse .nav-item .employer {
  margin: 0;
  color: #000;
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border-color: #fff;
}
.header-guest .navbar-collapse .nav-item .employer:hover {
  color: #fff;
  background: #000;
  border-color: #fff;
}

.header-employer .cart .bi {
  cursor: pointer;
}
.header-employer .cart .bi::before {
  color: #000;
}
.header-employer-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}
.header-employer-dropdown .bi-list:before {
  color: #fff;
}
.header-employer-dropdown #dropdownMenuButton {
  color: #fff;
  cursor: pointer;
}
.header-employer-dropdown .dropdown-menu {
  left: -192px;
  top: 47px;
}
.header-employer-profile {
  margin-left: 1rem;
  color: #000;
}
.header-employer-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-employer-cart span {
  font-size: 0.8rem;
  position: absolute;
  top: 10%;
  left: 100%;
  padding: 1px 1px 0 0;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-employer-cart .bi-cart2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-employer-cart .bi-cart2:before {
  color: #fff;
  font-size: 1.5rem;
}
.header-employer-cart .tool-tip {
  position: absolute;
  min-width: 200px;
  text-align: center;
  bottom: -40px;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 0.8rem;
}
.header-employer-cart .tool-tip::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.header-employer-cart .tool-tip-none {
  display: none;
}

#cardHeaderQty {
  margin-right: 2px;
}

.menu {
  position: fixed;
  z-index: 1028;
  width: 100vw;
  height: calc(100% - 60px);
  bottom: 0;
  right: 0;
  display: none;
}

.sidebar {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  background: #fff;
  min-width: 350px;
  position: fixed;
  z-index: 99999999999999;
  top: 60px;
  right: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  height: 0;
  transition: 0.3s;
  overflow: hidden;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 0;
  width: 100%;
  overflow: scroll;
}
.sidebar-content::-webkit-scrollbar {
  display: none;
}
.sidebar-hr {
  background: #d3d3d3;
  width: calc(100% - 70px);
  padding: 0.5px;
  margin: 15px auto;
}
.sidebar a, .sidebar p, .sidebar h6, .sidebar h5, .sidebar form, .sidebar .icons {
  color: var(--secondary);
  width: calc(100% - 70px);
  margin-right: auto;
  margin-left: auto;
  padding: 3px;
}
.sidebar h5 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar h5 span {
  font-size: 2rem;
}
.sidebar h5 img {
  width: 30px;
  height: auto;
}
.sidebar .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 35px 0 auto;
  width: 50%;
}
.sidebar .icons .bi::before {
  color: #000;
}
.sidebar .icons a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.sidebar input {
  width: 100%;
}
.sidebar .input-group {
  flex-wrap: nowrap;
  width: calc(100% - 30px - 90px);
  margin: -10px 0 10px auto !important;
}
.sidebar .input-group-text {
  background: none;
  border: none;
  cursor: pointer;
  border-radius: unset;
  border-bottom: solid 1px #000;
}
.sidebar .input-group-text .bi:before {
  color: #000;
}

@media only screen and (max-width: 991px) {
  .header-guest {
    padding: 0 15px 0 0;
  }
  .header-nav-link {
    display: none !important;
  }
  .sidebar {
    right: 0;
    width: 100%;
  }
  .sidebar-content {
    color: var(--secondary);
    padding: 20px 15px;
    max-height: 100vh;
    width: 100%;
  }
  .sidebar-content_profile {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    border: solid 1px var(--secondary);
  }
  .sidebar-content .col-6, .sidebar-content .col-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sidebar-content_item {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
    height: 70px;
    padding: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    margin-top: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .sidebar {
    max-height: calc(100% - 60px);
    right: 0;
    top: 60px;
    border-radius: 0;
    width: 100%;
  }
}
.fixed-top {
  height: 60px;
}

.baniere {
  height: 45px;
  background-color: var(--tertiary);
  color: var(--tertiaryDark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.baniere-content {
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.baniere .cv-btn {
  font-size: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-decoration: underline;
  cursor: pointer;
  animation-duration: 4s;
  animation-delay: -4s;
  animation-iteration-count: infinite;
}
.baniere .cv-btn:hover {
  animation-play-state: paused;
}
.baniere span {
  font-size: 2rem;
  padding: 0;
}
.baniere label, .baniere p {
  min-width: -moz-max-content;
  min-width: max-content;
}

@keyframes earthquake {
  0% {
    left: 0px;
  }
  1% {
    left: -10px;
    transform: rotate(-10deg);
  }
  3% {
    left: 10px;
    transform: rotate(10deg);
  }
  5% {
    left: -10px;
    transform: rotate(-10deg);
  }
  7% {
    left: 10px;
    transform: rotate(10deg);
  }
  8% {
    left: 0px;
    transform: rotate(0deg);
  }
  100% {
    left: 0px;
  }
}
@media (max-width: 767px) {
  .baniere {
    padding: 3px;
  }
  .baniere p {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .header-guest .cart {
    margin-left: unset;
  }
  .header-guest .icon-braquette {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4px;
  }
  .header-guest .icon-braquette:before {
    font-size: 6px !important;
  }
  .header-guest .espace-employeur {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
  }
}
.footer {
  background: var(--secondary);
  color: #fff;
  padding: 50px 0;
  z-index: 1;
}
.footer-copy {
  color: #000;
  margin: 10px 0 0;
}
.footer-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list a {
  color: #000;
  font-size: 13px;
  font-weight: lighter;
}
.footer-list a:hover {
  text-decoration: none;
  font-weight: 600;
}
.footer-list-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 130px;
}
.footer-list-social .bi::before {
  color: #000;
}
.footer-list-element a {
  font-size: 1rem;
}
.footer-list a {
  font-size: 1rem;
}

@media only screen and (max-width: 992px) {
  .footer-element {
    padding: 50px 0 90px;
  }
}
@media only screen and (max-width: 576px) {
  .set-image {
    width: 100%;
  }
}
.home-page-candidat__search {
  background: url("../img/personages_home_candidat.png") left bottom no-repeat, url("../img/engrenage_home.webp") bottom 0px left no-repeat, var(--secondaryLight);
  background-size: clamp(100px, 70%, 1000px), clamp(100px, 70%, 1000px);
}
.home-page-candidat__search__container {
  text-align: right;
  padding: 130px 0 0 0;
}
.home-page-candidat__search__container-title {
  color: #000;
}
.home-page-candidat__search__container-subtitle {
  color: var(--primary);
}
.home-page-candidat__search__container-subtitle span {
  color: #000;
}
.home-page-candidat__search__container__form {
  text-align: right;
}
.home-page-candidat__search__container__form__input-container {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  border-radius: 12px;
  margin-bottom: 20px;
}
.home-page-candidat__search__container__form__input-container-label {
  color: #000;
  margin-right: 30px;
  font-weight: bold;
  font-size: 1.5rem;
}
.home-page-candidat__search__container__form__input-container-input-group {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  padding: 15px;
}
.home-page-candidat__search__container__form__input-container-input-group-input {
  border: none;
  min-width: 350px;
  padding-bottom: 0;
}
.home-page-candidat__search__container__form__input-container-input-group-input::-moz-placeholder {
  color: #b9b9b9;
  font-weight: bold;
}
.home-page-candidat__search__container__form__input-container-input-group-input::placeholder {
  color: #b9b9b9;
  font-weight: bold;
}
.home-page-candidat__search__container__form-button {
  background: var(--primary);
  min-width: 375px;
  padding: 5px 10px;
  border-color: var(--primary);
  color: #fff;
}
.home-page-candidat__search__container__form-button:hover {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}
.home-page-candidat__search__recent {
  background: rgba(0, 0, 0, 0.1607843137);
  text-align: center;
  margin-top: 30px;
}
.home-page-candidat__search__recent__embed {
  padding: 50px 0;
  color: #fff;
}
.home-page-candidat__search__recent__embed-title {
  margin-bottom: 30px;
}
.home-page-candidat__search__recent__embed__div {
  display: flex;
  justify-content: space-between;
}
.home-page-candidat__search__recent__embed__div-text {
  color: #fff;
}
.home-page-candidat__search__recent__embed__div-text:hover {
  color: var(--primary);
}
.home-page-candidat__popular {
  background: var(--secondaryLight) 0% 0% no-repeat padding-box;
  padding: 90px 0 45px;
  text-align: center;
}
.home-page-candidat__popular__container {
  text-align: center;
  background: #fff;
  border-radius: 60px;
  padding: 50px;
}
.home-page-candidat__popular__container-title {
  margin-bottom: 60px;
  color: #000;
}
.home-page-candidat__popular__container__div {
  display: flex;
  justify-content: space-between;
}
.home-page-candidat__popular__container__div__item {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #fffdfd;
  border-radius: 13px;
  padding: 45px 10px;
  flex-basis: 18%;
  height: 200px;
}
.home-page-candidat__popular__container__div__item:hover {
  border-color: var(--primary);
  border-width: 3px;
}
.home-page-candidat__popular__container__div__item-icon-img {
  width: 30%;
}
.home-page-candidat__popular__container__div__item-text {
  margin-top: 3em;
  color: #000;
  font-weight: bold;
}
.home-page-candidat__popular-button {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  padding: 5px 10px;
  margin: 45px 0 0 0;
}
.home-page-candidat__popular-button:hover {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}
.home-page-candidat__feature {
  padding-top: 3em;
  padding-bottom: 3em;
  background: #e8ecd6;
}
.home-page-candidat__feature__container {
  background: #000;
  color: #fff;
  padding: 65px 70px;
  text-align: center;
  border-radius: 60px;
}
.home-page-candidat__feature__container-title {
  margin: 0 0 60px;
}
.home-page-candidat__feature__container__caroussel div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page-candidat__feature__container__caroussel__item__job {
  background: #fff;
  width: 90% !important;
  border-radius: 8px;
  padding: 20px;
}
.home-page-candidat__feature__container__caroussel__item__job__div {
  text-align: center;
}
.home-page-candidat__feature__container__caroussel__item__job-title {
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.1;
}
.home-page-candidat__feature__container__caroussel__item__job-title span {
  font-style: italic;
}
.home-page-candidat__feature__container__caroussel__item__job-infos {
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 3em;
}
.home-page-candidat__feature__container__caroussel__item__job-img {
  max-width: 100%;
  max-height: 50px;
  width: 100px;
  height: 50px;
  margin: auto;
}
.home-page-candidat__feature__container__caroussel__item__job-link {
  color: var(--primary);
}
.home-page-candidat__blog {
  background: var(--secondaryLight);
}
.home-page-candidat__blog__container {
  padding: 70px 0;
}
.home-page-candidat__blog__container__title-expert {
  color: var(--primary);
}
.home-page-candidat__blog__container__title-daily {
  color: #000;
  margin: 0 0 60px;
}
.home-page-candidat__blog__container__div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page-candidat__blog__container__div__article {
  flex-basis: 25%;
  min-height: 300px;
  width: 90%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-page-candidat__blog__container__div__article-save {
  background: chartreuse;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}
.home-page-candidat__blog__container__button {
  text-align: center;
}
.home-page-candidat__blog__container__button-btn {
  padding: 5px 10px;
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  margin: 60px auto 0;
}
.home-page-candidat__blog__container__button-btn:hover {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}
.home-page-candidat__newsletter {
  background: #000;
  color: #fff;
  padding: 40px 0;
}
.home-page-candidat__newsletter__container {
  display: flex;
  justify-content: space-between;
}
.home-page-candidat__newsletter__item {
  display: flex;
  align-items: flex-end;
  padding-left: 10px;
}
.home-page-candidat__newsletter__item-input {
  border-bottom-color: #fff;
  width: 275px;
  color: #fff;
}
.home-page-candidat__newsletter__item-input::-moz-placeholder {
  color: #fff;
}
.home-page-candidat__newsletter__item-input::placeholder {
  color: #fff;
}
.home-page-candidat__newsletter__item-button {
  width: 275px;
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  padding: 5px 10px;
}
.home-page-candidat__newsletter__item-button:hover {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}
.home-page-candidat__contact {
  padding: 130px 0 0;
  background: var(--secondaryLight);
}
.home-page-candidat__contact__container {
  background: url("../img/personages_home_candidat_2.png") right bottom no-repeat, url("../img/engrenage_double.png") bottom 130px right 230px no-repeat;
}
.home-page-candidat__contact-title {
  font-size: 50px;
  color: var(--primary);
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.home-page-candidat__contact-subtitle {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin: 0 0 245px 0;
}
.home-page-candidat__contact-btn {
  color: #fff;
  padding: 5px 10px;
  background: var(--primary);
  border-color: var(--primary);
  margin: 0 0 90px;
}
.home-page-candidat__contact-btn:hover {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}

@media only screen and (max-width: 992px) {
  .home-page-candidat__search__recent__embed__div {
    flex-direction: column;
  }
  .home-page-candidat__popular__container__div__item:nth-child(5) {
    display: none;
  }
  .home-page-candidat__newsletter {
    text-align: center;
  }
  .home-page-candidat__newsletter__container {
    display: block;
  }
  .home-page-candidat__newsletter__item {
    padding-left: 0;
    justify-content: center;
  }
  .home-page-candidat__newsletter__item-input {
    margin: 20px 0;
    width: 100%;
  }
  .home-page-candidat__newsletter__item-button {
    width: 100%;
  }
  .home-page-candidat__blog__container__div {
    flex-direction: column;
  }
  .home-page-candidat__blog__container__div__article {
    flex-basis: unset;
    width: 100%;
  }
  .home-page-candidat__blog__container__div__article:nth-child(2) {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-page-candidat__popular__container__div {
    flex-wrap: wrap;
  }
  .home-page-candidat__popular__container__div__item {
    flex-basis: 48%;
  }
  .home-page-candidat__popular__container__div__item:nth-child(1), .home-page-candidat__popular__container__div__item:nth-child(2) {
    margin: 0 0 4% 0;
  }
}
@media only screen and (max-width: 576px) {
  .home-page-candidat__contact-btn {
    margin-left: 60%;
  }
  .home-page-candidat__feature__container {
    padding: 2em;
    width: 90%;
    margin: auto;
  }
  .home-page-candidat__feature__container__caroussel__item__job-title {
    margin-bottom: 0em;
  }
  .home-page-candidat__feature__container__caroussel__item__job-infos {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .home-page-candidat__search__container__form__input-container {
    display: block;
    text-align: left;
  }
  .home-page-candidat__search__container__form__input-container-input-group-input {
    min-width: auto;
    width: 100%;
  }
  .home-page-candidat__search__container__form-button {
    min-width: auto;
    width: 100%;
  }
  .home-page-candidat__popular__container {
    padding: 30px;
  }
  .home-page-candidat__blog__container__div__article__infos {
    height: 40%;
  }
}
.blog-header {
  position: sticky;
  background: #fff;
  z-index: 5;
  top: 71px;
}
.blog-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  padding: 1rem 0;
  margin: auto;
}
.blog-nav__item {
  color: green;
}
.blog-nav__item:hover {
  color: darkgreen;
}
.blog-nav__item-selected {
  border-bottom: solid green 2px;
}
.blog-nav__item-selected:hover {
  border-bottom: solid 2px darkgreen;
}
.blog__category-item {
  margin: 0 5% 0 0;
  white-space: nowrap;
  color: #fff !important;
}
.blog__category__container {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1607843137);
  background: var(--primary);
  border: none !important;
}
.blog__category__container__nav {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
.blog__category__container__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  overflow-x: scroll;
  padding: 2% 0;
}
.blog__category__container__category::-webkit-scrollbar {
  display: none;
}
.blog__category__container__category__div {
  display: flex;
  justify-content: flex-start;
}
.blog__category__container__category__div input {
  padding: 5px 20px;
  border-radius: 40px;
  background: white;
}
.blog__category__container__category__div button {
  border-radius: 50%;
  padding: 0;
  width: 48px;
  height: 48px;
  margin-left: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.blog__category__container__category__div button .bi::before {
  color: white;
}
.blog__category__container-seach {
  flex-basis: 20%;
  margin: 0 0 0 5%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.blog__blog-display__space {
  padding: 5% 0;
}
.blog__blog-display__special {
  background: var(--tertiary);
  padding: 5% 0;
}
.blog__blog-display__special .container {
  color: var(--tertiaryLight);
}
.blog__blog-display__item {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  min-height: 100%;
  color: #000;
}
.blog__blog-display__item:hover {
  color: #000;
}
.blog__blog-display__item__text-side {
  position: relative;
  flex: 1 2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.blog__blog-display__item__text-side__container {
  height: 100%;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.blog__blog-display__item__text-side__container__last {
  display: flex;
  justify-content: space-between;
  margin: 3% 0 0 0;
}
.blog__blog-display__item__text-side__container__last__bottom {
  font-weight: bold;
}
.blog__blog-display__item__text-side__container__last-cat {
  color: var(--primary);
  font-weight: bold;
}
.blog__blog-display__item__img-side {
  flex: 1 1;
}
.blog__blog-display__item__img-side-img {
  width: 100%;
}
.blog-save {
  min-height: calc(100vh - 40px);
}
.blog-save__saved {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2%;
}
.blog-save__saved__item {
  display: flex;
}
.blog-save__saved__item-img {
  flex-basis: 30%;
}
.blog-save__saved__item-img img {
  width: 100%;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-save__saved__item__infos {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.blog-save__saved__item__infos__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.blog-save__saved__item__infos__header-deleate svg {
  cursor: pointer;
}
.blog-save__saved__item__infos-cat {
  color: var(--primary);
}
.blog-save__saved__item__infos__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.blog-save__saved__item__infos__bottom-read {
  color: rgba(0, 0, 0, 0.5);
}
.blog-save__saved__item__infos__bottom-saved {
  color: rgba(0, 0, 0, 0.5);
}
.blog-save__saved__item__infos__bottom__share {
  text-align: center;
}
.blog-detail__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 15px;
}
.blog-detail__header-save {
  border-radius: 50%;
  background: lightgreen;
  color: darkgreen;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-detail__header__infos {
  text-align: left;
  width: 100%;
}
.blog-detail__header__infos-title {
  color: #000;
}
.blog-detail__header__infos__item {
  display: flex;
  align-items: flex-start;
}
.blog-detail__header__infos__item-category {
  color: var(--primary);
}
.blog-detail__header__infos__item-read {
  color: #000;
  margin: 0 5%;
}
.blog-detail__header__infos__item-view {
  color: #000;
  display: flex;
  align-items: center;
}
.blog-detail__header__infos__item-view span {
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
}
.blog-detail__body {
  display: flex;
  align-items: flex-start;
}
.blog-detail__body__content {
  flex-basis: 100%;
}
.blog-detail__body__content-img img {
  width: 100%;
}
.blog-detail__body__content__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.blog-detail__body__content__description {
  margin: 0 0 5% 0;
  font-size: 1.05rem;
}
.blog-detail__body__content__description img {
  max-width: 100%;
}
.blog-detail__body__content__description h1,
.blog-detail__body__content__description h2,
.blog-detail__body__content__description h3,
.blog-detail__body__content__description h4,
.blog-detail__body__content__description h5 {
  margin-top: 1rem;
}
.blog-detail__body__side-bar__popular {
  text-align: center;
}
.blog-detail__body__side-bar__popular__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 1.5rem 0;
}
.blog-detail__body__side-bar__popular__item-nb {
  font-size: 40px;
  color: green;
  margin: 0 5% 0 0;
}
.blog-detail__body__side-bar__popular__item-title {
  text-align: left;
  color: #000;
}
.blog-detail__body__side-bar__pub {
  height: 500px;
  border: solid 1px black;
  background-image: url("https://storage.googleapis.com/website-production/uploads/2018/04/brand-advertising-walgreens.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-detail__body__side-bar__feature {
  margin: 10% 0 0 0;
}
.blog-detail__body__side-bar__feature-title {
  text-align: center;
}
.blog-detail__body__side-bar__feature__item {
  margin: 0 0 5% 0;
}
.blog-detail__body__side-bar__feature__item__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.blog-detail__body__side-bar__feature__item__header-save {
  background: var(--primaryLight);
  color: var(--primary);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-detail__body__side-bar__feature__item-city {
  color: var(--secondary);
}
.blog-detail__body__side-bar__feature__item__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.blog-detail__body__side-bar__feature__item__footer-date {
  color: var(--secondaryDark);
}
.blog-detail__body__side-bar__feature__item__footer-img {
  max-width: 40%;
}
.blog-detail__body__side-bar__feature__item__footer-img img {
  width: 100%;
}

.test {
  display: none;
}

.searchPaginationTop {
  padding-top: 2rem;
}

.selectedCat {
  color: var(--primary);
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .blog__blog-display__loop-item__link {
    width: 100%;
  }
  .blog__blog-display__loop-item__link:nth-child(2) {
    margin: 0;
  }
  .blog__blog-display__loop-item__link:nth-child(5) {
    margin: 0;
  }
  .blog__blog-display__item {
    flex-wrap: wrap;
  }
  .blog__blog-display__item__img-side {
    flex-basis: 100%;
  }
  .blog__blog-display__item__text-side {
    flex-basis: 100%;
  }
  .blog-save__saved__item {
    flex-direction: column;
  }
  .blog-save__saved__item-img img {
    max-height: 300px;
  }
  .blog-detail__body__content {
    flex-basis: 100%;
    margin: 0;
  }
  .blog-detail__body__side-bar {
    display: none;
  }
}
.blog-search {
  min-height: calc(100vh - 340px);
  padding-bottom: 0rem;
}
.blog-search-count {
  margin: 1rem 0;
}
.blog-search-icon {
  cursor: pointer;
}
.blog-search-partiel {
  display: flex;
  justify-content: space-between;
}
.blog-search-partiel__img {
  flex-basis: 25%;
  max-width: 250px;
}
.blog-search-partiel__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 8.7rem;
}
.blog-search-partiel__text {
  flex-basis: 73%;
  padding: 5px;
}
.blog-search-partiel__text-categorie {
  color: var(--primary);
}
.blog-search-partiel__text-title {
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
  color: #000;
}
.blog-search-partiel__text__info {
  display: flex;
  justify-content: flex-start;
  font-size: 0.8rem;
  color: #000;
}
.blog-search-partiel__text-excerpt {
  color: var(--secondary);
}

.myPaginationBottom {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .blog__category__container__category {
    width: 100%;
  }
  .blog__category__container-seach {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .blog-search-partiel__text-excerpt {
    display: none;
  }
  .blog-search-partiel__text-title {
    font-size: 0.8rem;
  }
  .blog-search-partiel__img img {
    height: 100%;
  }
  .blog-search {
    max-width: 100%;
  }
}
.job {
  /* Rounded sliders */
}
.job-sub-menu-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-sub-menu-div-item {
  border-bottom: solid 2px #fff;
}
.job-sub-menu-div-item:hover {
  color: var(--primary);
  border-bottom: solid 2px var(--primary);
}
.job .filter-icon {
  display: none;
  font-size: 2rem;
  color: var(--secondaryDark);
  position: fixed;
  top: 175px;
  right: 5vw;
  z-index: 1;
}
.job .filter-icon::before {
  background: #fff;
  border-radius: 50%;
}
.job-nothing {
  text-align: center;
  font-weight: bold;
}
.job-nav {
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 5px 0 5px;
}
.job-nav-item {
  display: flex;
  align-items: center;
}
.job-nav-item span {
  margin-left: 8px;
  font-weight: bold;
}
.job-nav-item .heart-fill {
  background: none;
}
.job-nav-item-selected {
  border-bottom: solid var(--primary) 2px;
}
.job-nav-item-selected:hover {
  border-bottom: solid 2px var(--primaryDark);
}
.job-nav-item:nth-child(2) {
  margin: 0 5%;
}
.job-nav-item:nth-child(2) .heart, .job-nav-item:nth-child(2) .heart-fill {
  margin: 0 0 0 5px;
}
.job-nav-item:nth-child(3) {
  margin-right: 5%;
}
.job-search {
  background: var(--secondaryLight);
  padding: 2% 0;
}
.job-search__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-search__form__input-group {
  flex-basis: 38%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 10px 20px;
  margin-bottom: 1rem;
}
.job-search__form__input-group:nth-child(2) {
  margin: 0 3%;
}
.job-search__form__input-group-input {
  border-bottom: none;
  padding-bottom: 0;
  width: 100%;
}
.job-search__form-btn {
  width: 100%;
  margin: 1rem 0;
}
.job__advance {
  padding: 20px 0;
  background: #fff;
  border: solid 1px var(--secondaryLight);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.job__advance__div__distance {
  margin-bottom: 0.2rem;
}
.job__advance__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.job__advance__item {
  display: flex;
  justify-content: space-between;
}
.job__advance__item-drop {
  flex-direction: column;
  min-width: 200px;
}
.job__advance__item-drop__cont {
  justify-content: space-between;
}
.job__advance__item-drop p {
  margin: 1rem 0 0.2rem;
}
.job__advance__item-drop select {
  background: var(--secondary);
  color: #fff;
  padding: 0;
  border-radius: 4px;
  border-radius: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 10px solid var(--secondary);
}
.job__advance__item-label {
  border: solid 1px var(--secondaryLight);
  padding: 2px;
  cursor: pointer;
  background: #fff;
  width: 20%;
  text-align: center;
}
.job__advance__item__reset {
  color: var(--primary);
  width: -moz-fit-content;
  width: fit-content;
}
.job__advance__item__reset:hover {
  color: var(--primaryDark);
}
.job__advance__item-radio input {
  display: none;
}
.job__content {
  background: var(--secondaryLight);
  padding: 2rem 0;
  min-height: calc(100vh - 164px);
}
.job__content__search {
  margin-bottom: 20px;
}
.job__content__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.job__content__filter {
  min-width: 30%;
  max-width: 30%;
  flex-basis: 30%;
  transition: 0.3s ease;
}
.job__content__filter::-webkit-scrollbar {
  display: none;
}
.job__content__filter__form {
  position: fixed;
}
.job__content__filter__form form {
  height: 65vh;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 28vw;
  max-width: 28vw;
  margin-left: 2vw;
  margin-top: -10px;
  padding-bottom: 35px;
}
.job__content__filter__form form::-webkit-scrollbar {
  display: none;
}
.job__content__filter__form .bi-x {
  display: none;
}
.job__content__publicity {
  flex-basis: 25%;
}
.job__content__jobs {
  margin: 0px 2rem;
  flex-basis: 70%;
  overflow: inherit;
}
.job__content__jobs__item {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 13px;
  padding: 20px 20px 5px;
  margin: 1rem 0 0 0;
}
.job__content__jobs__item__icon {
  cursor: pointer;
}
.job__content__jobs__item__share {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.job__content__jobs__item__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.job__content__jobs__item__top__description {
  flex-basis: 83%;
}
.job__content__jobs__item__top__link {
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.job__content__jobs__item__top__link svg {
  font-size: 0.8rem;
  margin: 0 5px 0.5rem 0;
}
.job__content__jobs__item__top img {
  width: 15%;
  max-width: 80px;
}
.job__content__jobs__item__title::first-letter {
  text-transform: uppercase;
}
.job__content__jobs__item__infos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.job__content__jobs__item__infos__city {
  margin: 0 5% 0 0;
  color: var(--secondary);
}
.job__content__jobs__item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.job__content__jobs__item__bottom__feature {
  border-radius: 20px;
  padding: 2px 1rem;
  border: solid 1px var(--primary);
  background: var(--primary);
  color: #fff;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 1rem;
}
.job__content__jobs__item__bottom__date {
  width: 200px;
  font-size: 0.8rem;
}
.job__content__jobs__item__bottom__date::first-letter {
  text-transform: uppercase;
}
.job__content__jobs__item__bottom__expired {
  margin-top: 1rem;
  color: var(--primary);
}
.job__content__jobs__item__bottom__heart {
  background: var(--primaryLight);
  color: var(--primary);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.job__content__jobs__item__description {
  max-height: 0px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
.job__content__jobs__item__description p {
  margin-bottom: 0.75rem;
}
.job__content__jobs__item__description ul {
  list-style: disc;
}
.job__content__jobs__item__description button {
  max-width: 200px;
  margin: auto;
  display: block;
}
.job__content__jobs__alert {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: calc(30vw + 1.7rem);
  bottom: 40px;
  margin: 0 0 0 -2vw;
  padding: 5px 0px;
  z-index: -2;
}
.job__content__jobs__alert-icon {
  font-size: 1.2rem;
}
.job__content__jobs__alert-icon::before {
  color: #fff;
}
.job__content__jobs__alert-text {
  color: #fff;
  margin: 5px 5% 0;
  font-size: 0.8rem;
}
.job__content__jobs__alert__switch {
  margin-top: 5px;
}
.job__content__detail {
  flex-basis: calc(65% - 0.5rem);
  position: sticky;
  top: 100px;
}
.job__content__detail__container {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 80vh;
  overflow-y: scroll;
  border-radius: 13px;
  background: #fff;
  padding: 30px 40px;
  margin-top: 1rem;
}
.job__content__detail__container::-webkit-scrollbar {
  display: none;
}
.job__content__detail__container__div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.job__content__detail__container__div-title {
  flex-basis: 100%;
}
.job__content__detail__container__div-title::first-letter {
  text-transform: uppercase;
}
.job__content__detail__container__div-date {
  font-size: 0.8rem;
}
.job__content__detail__container__city {
  color: var(--secondary);
}
.job__content__detail__container__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.job__content__detail__container__bottom__btn {
  flex-basis: 30%;
}
.job__content__detail__container__bottom__logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.job__content__detail__container__bottom__logo__div {
  margin-left: 5%;
  flex-basis: 150px;
}
.job__content__detail__container__bottom__logo__div-img {
  max-width: 100px;
}
.job__content__detail__container__icon i {
  font-size: 1.8rem;
}
.job__content__detail__container__icon i:nth-child(2), .job__content__detail__container__icon i:nth-child(3), .job__content__detail__container__icon i:nth-child(4) {
  margin: 0 1%;
}
.job__content__detail__container__icon i:nth-child(1) {
  margin-right: 1%;
}
.job__content__detail__container__icon i:nth-child(5) {
  margin-left: 1%;
}
.job__content__detail__container__context {
  margin: 2rem 0 0 0;
}
.job__content__detail__container__context ul, .job__content__detail__container__context ol, .job__content__detail__container__context dl {
  padding-left: 2em;
}
.job__content__detail__container__context p {
  margin-bottom: 0.75rem;
}
.job .popup-question {
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  background: #EBEBEB 0% 0% no-repeat padding-box;
  padding: 96px 47px 105px 47px !important;
}
.job .popup-question .popup-border-none {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.job .popup-question .popup-border-none .content-desktop {
  display: flex;
  flex-direction: column;
}
.job .popup-question .popup-border-none .content-desktop .popup-paragraph {
  display: flex;
  flex-direction: row;
}
.job .popup-question .popup-border-none .content-desktop .popup-paragraph .triangle {
  width: 18px;
  height: 24px;
  background-image: url(/img/triangle.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 53px;
}
.job .popup-question .popup-border-none .content-desktop .popup-paragraph .styled-text {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}
.job .popup-question .popup-border-none .content-desktop .popup-paragraph .styled-text span {
  font-weight: bold;
  color: var(--primary);
  font-size: 20px;
  line-height: 25px;
}
.job .popup-question .popup-border-none .content-desktop .popup-paragraph:nth-child(2) {
  margin-top: 25px;
}
.job .popup-question .popup-border-none .content-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires {
  margin-top: 40px;
  border: 1px solid #707070;
  padding: 20px 40px 35px 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .info-heading-wraper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .info-heading-wraper h6 {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--primary);
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .info-heading-wraper p {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  color: #000000;
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .info-heading-wraper p br {
  display: none;
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 20px;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-size: 8px;
  line-height: 11px;
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre .inner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: bold;
  color: #000000;
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre .inner-content .votre-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 28px;
  border: 1px solid #000000;
  font-size: 8px;
  line-height: 11px;
  margin-bottom: 10px;
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre .inner-content p {
  font-size: 8px;
  line-height: 11px;
  margin-bottom: 0;
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre .voir-loffre-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre .voir-loffre-btn-wrapper .voir-loffre-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 11px;
  font-weight: bold;
  width: 80px;
  height: 22px;
  color: #fff;
  background-color: var(--primary);
}
.job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre:nth-child(2) {
  margin: 0 42px;
}
@media screen and (max-width: 768px) {
  .job .popup-question {
    width: 340px;
    padding: 66px 36px 66px 36px !important;
  }
  .job .popup-question .popup-border-none .content-info {
    display: flex;
    flex-direction: column;
  }
  .job .popup-question .popup-border-none .content-info .popup-paragraph {
    display: flex;
    flex-direction: row;
  }
  .job .popup-question .popup-border-none .content-info .popup-paragraph .triangle {
    width: 18px;
    height: 24px;
    background-image: url(/img/triangle.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-right: 53px;
  }
  .job .popup-question .popup-border-none .content-info .popup-paragraph .styled-text {
    text-align: left;
    font-size: 16px;
    line-height: 25px;
  }
  .job .popup-question .popup-border-none .content-info .popup-paragraph .styled-text span {
    font-weight: bold;
    color: var(--primary);
    font-size: 20px;
    line-height: 25px;
  }
  .job .popup-question .popup-border-none .content-info .popup-paragraph:nth-child(2) {
    margin-top: 25px;
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires {
    margin-top: 40px;
    border: 1px solid #707070;
    padding: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires .info-heading-wraper {
    flex-direction: column;
    align-items: flex-start;
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires .info-heading-wraper h6 {
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--primary);
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires .info-heading-wraper p {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    color: #000000;
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires .info-heading-wraper p br {
    display: inline-block;
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper {
    flex-direction: column;
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 20px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre .inner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: bold;
    color: #000000;
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre .inner-content .votre-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 28px;
    font-size: 10px;
    line-height: 14px;
    border: 1px solid #000000;
    margin-bottom: 10px;
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre .inner-content p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre .voir-loffre-btn-wrapper .voir-loffre-btn {
    font-size: 12px;
    line-height: 16px;
  }
  .job .popup-question .popup-border-none .content-info .emplois-prioritaires .voir-loffre-wrapper .voir-loffre:not(:last-child) {
    margin-bottom: 20px;
  }
}
.job-alert {
  background: var(--secondaryLight);
  padding: 2rem 0;
  min-height: calc(100vh - 162px);
}
.job-alert__container {
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 2rem;
  padding: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-alert__container__left {
  flex-basis: 20%;
}
.job-alert__container__center {
  text-align: center;
  flex-basis: 20%;
}
.job-alert__container__right__input input {
  display: none;
}
.job-alert__container__right__input-label {
  background: 0% 0% no-repeat padding-box;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 0 1rem;
  cursor: pointer;
}
.job-alert__container__right__input .first {
  margin-right: -4px;
  border-right: none;
}
.job-alert__container__right__input .selected {
  background: var(--primaryLight);
}
.job-alert__container__remove {
  align-self: center;
  text-align: center;
  flex-basis: 2%;
  font-family: bootstrap-icons;
}
.job-alert__container__remove:before {
  content: "\f5de";
  cursor: pointer;
}
.job-apply {
  background: var(--secondaryLight);
  padding: 30px 0;
  min-height: calc(100vh - 162px);
}
.job-apply .container {
  max-width: 1200px;
}
.job-apply__item {
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  cursor: pointer;
  margin: 0 5% 2rem;
}
.job-apply__item-img {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 80px;
  max-height: 80px;
}
.job-apply__item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-apply__item__header-title {
  width: calc(100% - 85px);
}
.job-apply__item__header i {
  cursor: pointer;
}
.job-apply__item__view {
  color: var(--primary);
  margin: 0 0 0.75rem 0;
}
.job-apply__item__view .bi::before {
  color: var(--primary);
}
.job-apply__item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-apply__item__footer-date {
  text-transform: capitalize;
}
.job-apply__item__footer-btn {
  background: var(--tertiary);
  border-color: var(--tertiary);
  color: #fff;
  padding: 5px 10px;
  width: 140px;
}
.job-apply__item__footer-btn:hover {
  background: var(--tertiaryDark);
  border-color: var(--tertiaryDark);
}
.job-apply__item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.job-detail {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.job-detail .job__content__detail__container {
  overflow-y: visible;
  height: auto;
}
.job-detail__left {
  flex-basis: calc(60% - 0.5rem);
  border-radius: 30px;
  overflow: hidden;
}
.job-detail__right {
  flex-basis: calc(30% - 0.5rem);
}
.job .dropdown {
  position: relative;
  font-size: 14px;
  color: #333;
  min-width: 25%;
  font-weight: bold;
}
.job .dropdown .dropdown-list {
  z-index: 5;
  position: absolute;
  top: 41px;
  left: 2px;
  right: 2px;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-x: hidden;
}
.job .dropdown .dropdown-list::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
.job .dropdown .dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  display: flex;
  align-items: center;
}
.job .dropdown .dropdown-option input {
  margin-right: 5px;
}
.job .dropdown .dropdown-label {
  display: block;
  border: 1px solid #ccc;
  padding: 12px;
  line-height: 1;
  cursor: pointer;
  background: var(--secondary);
  color: #fff;
  border-radius: 4px;
}
.job .dropdown .dropdown-label:before {
  content: "\e90c";
  font-size: 8px;
  margin-top: 4px;
  font-family: "icomoon";
  float: right;
}
.job .dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
  background: none;
  box-shadow: none;
  position: static;
  max-height: none;
}
.job .dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
}
.job .dropdown.on .dropdown-label:before {
  content: "▲";
}
.job .dropdown [type=checkbox] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.job .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}
.job .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.job .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--secondaryLight);
  transition: 0.4s;
}
.job .slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: -2px;
  bottom: -3px;
  background-color: white;
  transition: 0.4s;
}
.job input:checked + .slider {
  background-color: var(--secondary);
}
.job input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.job input:checked + .slider:before {
  transform: translateX(28px);
}
.job .slider.round {
  border-radius: 34px;
}
.job .slider.round:before {
  border-radius: 50%;
}

.currentPage {
  color: #fff;
  background: #000;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.testChevron {
  font-size: 0.8rem;
  font-weight: 900;
}

.myPaginationBottom {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.myPaginationTop {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1200px) {
  .job__content__publicity {
    display: none;
  }
}
/*job Application*/
#application-login {
  margin: 0 0 1rem;
}

.application {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.application__left {
  flex-basis: 48%;
}
.application__left-title {
  text-align: center;
  margin-top: 3rem;
}
.application__form__login {
  width: 60%;
  margin: 0 auto;
}
.application__form__login .linkedin-btn {
  background: #0072b1;
  border-color: #0072b1;
}
.application__form__login .linkedin-btn:hover {
  background: #04669A;
  border-color: #04669A;
}
.application__form__login #w0 .form-group:last-child button {
  background: #ff3e30;
  border-color: #ff3e30;
}
.application__form__login #w0 .form-group:last-child button:hover {
  background: #C20806;
  border-color: #C20806;
}
.application__form__login__email input {
  box-shadow: none !important;
  border: none !important;
  border-bottom: solid 1px !important;
  padding: 0 0 5px 10px !important;
  background: none !important;
  font-weight: lighter !important;
  color: #000 !important;
}
.application__form__login__input__button {
  margin-top: 2rem;
}
.application__form-title {
  text-align: center;
}
.application__form__signin {
  width: 60%;
  margin: 3rem auto 0 auto;
}
.application__form__signin__btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.application__form__signin__goto {
  margin-top: 1rem;
}
.application__form__signin__goto i {
  font-size: 2rem;
}

.cv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cv__left {
  flex-basis: 45%;
  margin-top: 2.6rem;
}
.cv__left__title {
  text-align: center;
  margin-left: 5%;
}
.cv__left__form {
  width: 60%;
  margin: 0 auto;
}
.cv__left__form__upload {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cv__left__form__upload .fileinput-remove {
  display: none;
}
.cv__left__form__btn {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.cv__left__form__btn-next {
  width: 48%;
}
.cv__left__form__btn-cancel {
  width: 48%;
}
.cv__left__form .help-block {
  color: var(--primary);
}

.message {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.message__left {
  flex-basis: 45%;
  width: 60%;
  margin: 0 auto;
}
.message__left__form {
  width: 60%;
  margin: 0 auto;
}
.message__left-title {
  text-align: center;
  margin-top: 3rem;
}
.message__left__letter {
  margin-top: 2rem;
}
.message__left__noletter {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.message__left__cancel {
  margin-top: 2rem;
}
.message__left__accordion {
  margin-bottom: 2rem;
}
.message__left__btn__collapsed {
  width: 100%;
}
.message__left__accordion__textArea {
  width: 100%;
}

.success {
  margin: 3rem auto 0 auto;
  text-align: center;
}
.success-title {
  font-size: 1.75rem;
}
.success-link {
  font-size: 1.75rem;
}

.displayNone {
  display: none;
}

.myPagination a {
  color: #000;
}

.postuler__job__detail {
  flex-basis: 48%;
}

.postuler__job__detail .rightHeart, .postuler__job__detail .employer-add-form {
  display: none;
}

.myPagination__container {
  width: 33%;
  margin: 0 auto;
}

.myPagination {
  display: flex;
  justify-content: center;
}

.myPagination a {
  color: #000;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 992px) {
  .job .filter-icon {
    display: block;
  }
  .job__content__filter {
    min-width: 0%;
    max-width: 0%;
    overflow: hidden;
  }
  .job__content__filter__form {
    width: 100%;
    transition: 0.3s ease;
    overflow: hidden;
    position: fixed;
    z-index: 4;
    background: #fff;
    margin: -77px auto 0;
    padding: 10vw 0 5vw;
    height: calc(100vh - 60px);
    display: none;
  }
  .job__content__filter__form .bi-x {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
  }
  .job__content__filter__form form {
    width: 90%;
    margin: auto;
    max-width: 90%;
  }
  .job__content__jobs {
    margin: 0px auto;
    max-width: 90%;
    flex-basis: 100%;
  }
  .job__content__jobs__alert {
    width: 100vw;
    margin: 0;
    bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    position: fixed;
  }
  .job-detail {
    flex-wrap: wrap;
  }
  .job-detail__left {
    flex-basis: 100%;
    box-shadow: none;
    border-radius: none;
    overflow: visible;
  }
  .job-detail__right {
    flex-basis: 100%;
  }
  .job-detail .job__content__detail__container {
    padding: 0;
  }
  .job-alert__container {
    flex-direction: column;
    position: relative;
  }
  .job-alert__container__left {
    width: 0%;
    margin: 0 auto 0 0;
  }
  .job-alert__container__right {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .job-alert__container__right__input-label {
    padding: 0 0.8rem;
  }
  .job-alert__container__center {
    width: 90%;
    margin: 0 auto 0 0;
    text-align: left;
  }
  .job-alert__container__remove {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .application__form__login {
    width: 100%;
  }
  .application__form__signin {
    width: 100%;
  }
  .postuler__job__detail .job__content__detail__container {
    padding: 10px 20px;
  }
  .cv__left__form {
    width: 100%;
  }
  .message__left__form {
    width: 100%;
  }
  .myPagination__container {
    width: 60%;
    margin: 0 auto;
  }
}
.select_item {
  color: var(--primary);
  background: var(--primaryLight);
}

.displayNone {
  display: none;
}

@media only screen and (max-width: 576px) {
  .job-nav {
    justify-content: space-between;
    width: 100%;
    overflow-x: scroll;
  }
  .job-nav::-webkit-scrollbar {
    display: none;
  }
  .job-nav-item {
    width: 25%;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .job-nav-item:first-child {
    margin-left: 10px;
  }
  .job-nav-item:last-child {
    margin-right: 10px;
  }
  .application__left {
    flex-basis: 100%;
  }
  .postuler__job__detail {
    flex-basis: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cv__left {
    flex-basis: 100%;
  }
  .message__left {
    flex-basis: 100%;
  }
  .myPagination__container {
    width: 100%;
    margin-top: 2.5rem;
    flex-wrap: nowrap;
  }
  .myPagination {
    justify-content: center;
  }
}
.job-detail .job__content__detail__container {
  box-shadow: none;
}

@media only screen and (max-width: 400px) {
  .myPagination a {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
}
html {
  font-size: 62.5% !important;
}

.job-posting-main-parent input {
  background-color: #fff;
}
.job-posting-main-parent .file-upload-wrapper {
  position: relative;
  width: 100%;
}
.job-posting-main-parent .custom-file-upload {
  display: block;
  padding: 8px 12px;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 16px;
  margin-top: 9px;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .custom-file-upload-placeholder {
  font-family: "Playfair", serif;
}
.job-posting-main-parent #fileInput {
  display: none;
}
.job-posting-main-parent #fileInfo {
  margin-top: 8px;
  font-size: 12px;
}
.job-posting-main-parent select {
  text-align: center;
}
.job-posting-main-parent .body-section {
  background-image: url(/img/background.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 62.5% !important;
}
.job-posting-main-parent .body-section .job-detail-post {
  color: #014EA5 !important;
}
.job-posting-main-parent .body-section #desc {
  height: 300px;
  resize: none;
}
.job-posting-main-parent .body-section .post-heading {
  background: #E36759;
  color: #fff;
  margin: 4rem 0;
  padding: 3rem 0;
  font-weight: 600 !important;
}
.job-posting-main-parent .body-section .feature-desc {
  text-align: center;
  margin: 0 8rem;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container {
  padding: 6rem 8rem;
  margin: 3rem 0 8rem 0;
  border: 1px solid #000;
}
.job-posting-main-parent .body-section .job-detail-container .job-detail {
  color: #014EA5;
  font-weight: 700;
  font-size: 3rem;
}
.job-posting-main-parent .body-section .job-detail-container .job-link {
  text-decoration: underline;
  color: #014EA5;
}
.job-posting-main-parent .body-section .job-detail-container .job-desc {
  color: #6c6c6c;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .job-desc a {
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .job-offer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.job-posting-main-parent .body-section .job-detail-container .job-offer-box {
  border: 1px solid #E36759;
  padding: 5rem;
  height: 290px;
  width: 320px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s linear;
}
.job-posting-main-parent .body-section .job-detail-container .job-offer-box:hover {
  background-color: #ffd7d3;
  cursor: pointer;
}
.job-posting-main-parent .body-section .job-detail-container .job-offer {
  color: #E36759;
}
.job-posting-main-parent .body-section .job-detail-container .job-offer + p {
  font-size: 3.5rem;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .job-extra {
  font-weight: 600;
}
.job-posting-main-parent .body-section .job-detail-container .job-or {
  color: #E36759;
  font-size: 4rem;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .job-open {
  color: #E36759;
  font-weight: 600;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .job-question-main {
  gap: 2rem;
}
.job-posting-main-parent .body-section .job-detail-container .job-extra {
  text-align: center;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .job-question {
  outline: none;
  border: none;
  background: #014EA5;
  padding: 6px;
  font-weight: 600;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 1.8rem;
  cursor: pointer;
}
.job-posting-main-parent .body-section .job-detail-container .job-input-container {
  margin: 1rem 0 1rem 0;
  width: 100%;
}
.job-posting-main-parent .body-section .job-detail-container .job-input-main {
  width: 50%;
  margin-bottom: 2.5rem;
  margin-bottom: 15px;
}
.job-posting-main-parent .body-section .job-detail-container .job-input-main > label {
  font-size: 24px;
  font-weight: bold;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .upload-file {
  width: 100%;
}
.job-posting-main-parent .body-section .job-detail-container .input-group {
  width: 50%;
  margin-top: 10px;
  outline: none;
  border: 1px solid #707070;
  padding: 1rem;
  font-size: 1.3rem;
}
.job-posting-main-parent .body-section .job-detail-container .job-input-full {
  width: 100% !important;
}
.job-posting-main-parent .body-section .job-detail-container ::-webkit-file-upload-button {
  border: 1px solid #707070;
  outline: none;
  padding: 1rem;
  font-size: 1.3rem;
  margin-top: 10px;
  width: 40%;
  background: transparent;
  cursor: pointer;
}
.job-posting-main-parent .body-section .job-detail-container .more-offer {
  outline: none;
  text-decoration: none;
  border: none;
  background: #014EA5;
  color: #fff;
  padding: 2rem;
  margin-top: 3rem;
  width: 400px;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .more-offer:hover {
  color: #fff;
  text-decoration: none;
}
.job-posting-main-parent .body-section .job-detail-container .candidate-desc {
  color: #E36759;
  font-weight: 600;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .job-question-main {
  gap: 1rem;
}
.job-posting-main-parent .body-section .job-detail-container .reception-checkbox {
  margin-top: 6px;
  height: 20px;
  min-width: 20px;
}
.job-posting-main-parent .body-section .job-detail-container .reception-label {
  font-weight: 600;
  color: #014EA5;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .input-group {
  width: 100%;
  margin-top: 10px;
  outline: none;
  border: 1px solid #707070;
  padding: 1rem;
  font-size: 1.3rem;
}
.job-posting-main-parent .body-section .job-detail-container .reception-desc {
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .add-more {
  outline: none;
  border: none;
  background: #014EA5;
  color: #fff;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  border-radius: 5px;
  padding: 10px;
}
.job-posting-main-parent .body-section .job-detail-container .add-more + a {
  text-decoration: underline;
  color: #014EA5;
  font-size: 1.8rem;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .accept-check {
  font-size: 2rem;
  font-family: "Playfair", serif;
}
.job-posting-main-parent .body-section .job-detail-container .more-offer {
  outline: none;
  border: none;
  background: #014EA5;
  color: #fff;
  padding: 14px 0px;
  margin-top: 3rem;
  width: 400px;
}
.job-posting-main-parent .body-section .job-detail-container .more-offer:hover {
  color: #fff;
  text-decoration: none;
}

.modal .close {
  z-index: 999;
  opacity: 1;
  right: 5%;
}
.modal .close-icon {
  font-size: 20px;
}
.modal .arrow-container {
  gap: 3.5rem;
}
.modal .arrow {
  transform: rotate(270deg);
  width: 65px;
}
.modal .arrow-content {
  width: 20px;
}
.modal .question-heading h4 {
  font-size: 2.5rem;
  color: #014EA5;
}
.modal .question-heading p {
  font-size: 1.8rem;
  color: #6c6c6c;
  font-family: "Playfair", serif;
}
.modal .modal-detail {
  font-size: 2.3rem;
}
.modal .stripe-label {
  font-size: 1.6rem;
  font-family: "Playfair", serif;
}
.modal .stripe-field {
  border: 1px solid rgba(204, 204, 204, 0.8);
  outline: none;
  padding: 1rem;
  border-radius: 4px;
  font-size: 1.5rem;
}
.modal .visa-image {
  right: 10px;
  bottom: 8px;
}
.modal .images-container {
  gap: 0.5rem;
}
.modal .strip-container {
  width: 50%;
}
.modal .cvc-card {
  right: 10px;
  top: 8px;
}
.modal .card-desc {
  font-size: 1.5rem;
  color: #6c6c6c;
  letter-spacing: 1px;
  font-family: "Playfair", serif;
}
.modal .card-button-container {
  margin-bottom: 6rem;
}
.modal .card-button {
  outline: none;
  border: none;
  background: #000;
  padding: 10px 30px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  font-family: "Playfair", serif;
}
.modal .container-box {
  height: 100dvh;
  padding: 0 5rem;
  gap: 4rem;
}
.modal .back-desc {
  font-size: 2.5rem;
  color: #ff0000;
  font-weight: 600;
}
.modal .back-button {
  outline: none;
  border: none;
  width: 320px;
  background: #014EA5;
  color: #fff;
  font-size: 2rem;
  padding: 2rem;
  font-weight: 600;
}
.modal .job-question-main {
  gap: 2rem;
}
.modal .view-container {
  padding: 10rem 13rem 3rem;
}
.modal .view-title {
  font-size: 3rem;
  margin-bottom: 15px;
}
.modal .view-desc {
  font-size: 2rem;
  line-height: 1;
  font-family: "Playfair", serif;
}
.modal .view-header {
  border-bottom: 2px solid #000;
}
.modal .view-main {
  border: 2px solid rgba(204, 204, 204, 0.8);
  padding: 3rem !important;
}
.modal .view-button {
  outline: none;
  border: none;
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 10px 0 20px 0;
  font-size: 2rem;
  font-weight: 600;
  width: 250px;
}
.modal .vew-likes {
  outline: none;
  border: none;
  background: #D5E6FD;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 10px;
}
.modal .view-social {
  display: flex;
  list-style: none;
  margin: 3rem 0 2rem 0;
  padding-left: 0px;
}
.modal .view-social > li {
  border: 2px solid #000;
  padding: 20px;
}
.modal .view-social > li:nth-child(even), .modal .view-social > li:nth-child(3) {
  border-left: none;
}
.modal .view-page-title {
  font-weight: bold;
  font-size: 2rem;
}
.modal .view-page-detail {
  font-size: 1.8rem;
  margin: 3rem 0;
  font-family: "Playfair", serif;
}
.modal .button-container {
  margin: 5rem 0 0 0;
  gap: 3rem;
}
.modal .icons-social {
  width: 25px;
}
.modal .view-button-register {
  outline: none;
  border: none;
  width: 35rem;
  background: #014EA5;
  color: #fff;
  font-size: 2.3rem;
  padding: 1rem;
  font-weight: bold;
}
.modal .view-button-modifier {
  outline: none;
  border: 1px solid #000;
  width: 35rem;
  background: transparent;
  color: #000;
  font-size: 2.3rem;
  padding: 1rem;
  font-weight: bold;
}
.modal .c-mt-135 {
  margin-top: 135px;
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .job-offer-container {
    flex-direction: column !important;
    flex-wrap: unset !important;
  }
}
/*Mobile Responsive*/
@media only screen and (max-width: 599px) {
  .job-posting-main-parent .job-detail-container h3 {
    font-size: 20px;
  }
  .job-posting-main-parent .reception-checkbox {
    margin-top: 4px !important;
  }
  .job-posting-main-parent .body-section .post-heading {
    margin: 5rem 0;
    font-size: 2.5rem;
    padding: 2rem 0;
  }
  .job-posting-main-parent .body-section .feature-desc {
    font-size: 1.8rem;
    margin: 0 2rem;
  }
  .job-posting-main-parent .body-section .job-detail-container {
    padding: 3rem 4rem;
    margin: 3rem 0 5rem 0;
  }
  .job-posting-main-parent .body-section .job-detail-container label {
    font-size: 16px !important;
  }
  .job-posting-main-parent .body-section .job-desc {
    font-size: 1.6rem;
  }
  .job-posting-main-parent .body-section .job-offer-container {
    justify-content: center !important;
  }
  .job-posting-main-parent .body-section .job-open {
    font-size: 1.6rem;
  }
  .job-posting-main-parent .body-section .job-details {
    align-items: center;
    flex-direction: column;
    gap: 0 !important;
  }
  .job-posting-main-parent .body-section .job-input-main {
    width: 100% !important;
  }
  .job-posting-main-parent .body-section .job-input-main > label {
    font-size: 1.8rem;
    font-family: "Playfair", serif !important;
  }
  .job-posting-main-parent .body-section .job-input-main span {
    font-size: 1.4rem;
  }
  .job-posting-main-parent .body-section .job-wrap {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .job-posting-main-parent .body-section .more-offer {
    padding: 0.8rem;
  }
  .job-posting-main-parent .body-section .reception-checkbox {
    margin-top: 4px;
    height: 18px;
    width: 18px;
  }
  .job-posting-main-parent .body-section .reception-label {
    font-size: 1.6rem;
    font-family: "Playfair", serif;
  }
  .job-posting-main-parent .body-section .accept-check {
    font-size: 1.6rem;
  }
  .job-posting-main-parent .body-section .wrapper {
    margin-bottom: 0;
  }
  .job-posting-main-parent .body-section .wrap-item {
    flex-wrap: wrap;
  }
  .job-posting-main-parent .body-section .container-box {
    padding: 0 1rem !important;
  }
  .job-posting-main-parent .body-section .back-button {
    padding: 1rem !important;
    width: 200px !important;
  }
  .job-posting-main-parent .body-section .view-container {
    padding: 2rem;
  }
  .job-posting-main-parent .body-section .view-container {
    padding: 0;
  }
  .job-posting-main-parent .body-section .view-title {
    font-size: 1.8rem;
  }
  .job-posting-main-parent .body-section .view-desc {
    font-size: 1rem;
  }
  .job-posting-main-parent .body-section .view-main {
    padding: 1rem !important;
  }
  .job-posting-main-parent .body-section .view-button {
    min-width: 180px !important;
    width: 180px !important;
    font-size: 1.5rem;
  }
  .job-posting-main-parent .body-section .view-social > li {
    padding: 6px;
  }
  .job-posting-main-parent .body-section .view-page-title {
    font-size: 1.6rem;
  }
  .job-posting-main-parent .body-section .view-page-detail {
    font-size: 1.2rem;
  }
  .job-posting-main-parent .body-section .icons-social {
    width: 16px;
  }
  .job-posting-main-parent .body-section .view-button-modifier {
    width: 25rem;
    padding: 0.5rem;
  }
  .job-posting-main-parent .body-section .view-button-register {
    width: 25rem;
    padding: 0.5rem;
    margin-bottom: 20px;
  }
  .job-posting-main-parent .body-section .cvc-full {
    flex-wrap: wrap !important;
  }
  .job-posting-main-parent .body-section .cvc-full .strip-container {
    width: 100%;
  }
  .job-posting-main-parent .body-section .visa-image {
    bottom: 12px;
  }
  .job-posting-main-parent .body-section .images-container > img {
    width: 30px;
  }
  .job-posting-main-parent .body-section .card-button {
    width: 250px !important;
  }
  ::-webkit-file-upload-button {
    width: 70%;
  }
}
.redactor-toolbar {
  z-index: 1;
}

@media (min-width: 765px) and (max-width: 912px) {
  .view-container {
    padding: 4rem 0rem !important;
  }
}
.site-signup, .reset-password, .verification {
  min-height: calc(100vh - 40px - 1.5rem);
  margin-bottom: 1.5rem;
}
.site-signup h1, .reset-password h1, .verification h1 {
  text-align: center;
  margin: 1.5rem 0 15px;
  font-weight: bold;
}
.site-signup h2, .site-signup p, .site-signup label, .reset-password h2, .reset-password p, .reset-password label, .verification h2, .verification p, .verification label {
  color: #000;
}
.site-signup .form-control, .reset-password .form-control, .verification .form-control {
  background: #fff;
}
.site-signup-advantage, .reset-password-advantage, .verification-advantage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
  text-align: center;
}
.site-signup-subtitle, .reset-password-subtitle, .verification-subtitle {
  margin: 0 0 1rem 25%;
}

.site-signup .left {
  border: solid 1px #eff1f4;
  background: white;
  padding: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.site-signup .right {
  background: #e3e5e8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 40px 30px;
}
.site-signup-advantage__item {
  margin: 0 auto 0 25px;
  text-align: left;
  color: black;
}
.site-signup-advantage__item-title {
  font-weight: bold;
}
.site-login {
  min-height: calc(100vh - 40px);
}
.site-login h1 {
  text-align: center;
  font-weight: bold;
  margin-top: 1.5rem;
}
.site-login .linkedin-btn {
  background: #0072b1;
  border-color: #0072b1;
}
.site-login .linkedin-btn:hover {
  background: #04669A;
  border-color: #04669A;
}
.site-login #w0 .form-group:last-child button {
  display: block;
  background: #000;
  border-color: #000;
  color: #fff;
}
.site-login #w0 .form-group:last-child button:hover {
  background: #343434;
  border-color: #343434;
}

.employer-portal__menu {
  margin: 2% 0;
}
.employer-portal__menu__add {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid var(--primary);
  border-radius: 10px;
  width: 100%;
  color: var(--primary);
  padding: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1%;
  text-align: center;
}
.employer-portal__menu .section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1%;
}
.employer-portal__menu .section:last-child {
  min-width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 1%;
}
.employer-portal__menu .section:last-child img {
  max-width: 115px;
  max-height: 80px;
}
.employer-portal__menu .section p {
  font-weight: bold;
}
.employer-portal__menu .section p span {
  color: var(--primary);
}
.employer-portal__menu__portal {
  margin: 0 1% 0 0 !important;
  font-weight: bold;
}
.employer-portal__menu__portal:hover {
  color: #000;
}
.employer-portal__menu__portal .icon {
  font-size: 5rem;
}
.employer-portal__steps {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.employer-portal__steps__list {
  font-size: 1rem;
  margin-left: 1rem;
}
.employer-portal__steps__list a {
  color: #000;
  font-size: 1rem;
}
.employer-portal__steps__list a:hover {
  text-decoration: underline;
}
.employer-portal__steps .percent {
  text-align: center;
}
.employer-portal__steps .percent h5 {
  color: var(--primary);
}
.employer-portal__steps .percent .center {
  position: relative;
}
.employer-portal__steps .percent .center .number {
  color: var(--primary);
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.employer-portal__steps .percent .round {
  transform: rotate(-90deg);
  transition: all 1s ease-in-out;
  /* SVG */
  fill: none;
  stroke: var(--primary);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 0 999;
}
.employer-portal__filter {
  margin: 20px 1% 0 0;
  padding: 1rem 2rem;
  height: -moz-fit-content;
  height: fit-content;
}
.employer-portal__filter h5 {
  color: var(--primary);
  margin: 30px 0 10px;
}
.employer-portal__filter .icon-mon_compte {
  font-size: 2rem;
}
.employer-portal__filter .icon-mon_compte::before {
  color: var(--primary);
}
.employer-portal__filter select {
  border: 1px solid #707070;
  border-radius: 18px;
  font-weight: bold;
  padding: 2px 10px;
}
.employer-portal__job {
  margin: 0 0 0 1%;
  width: 74.5%;
}
.employer-portal__job .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.employer-portal__job .icons {
  border-left: solid 1px #000;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}
.employer-portal__job .icons span {
  cursor: pointer;
}
.employer-portal__job label {
  font-size: 14px;
}

.businesses {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 4rem;
}
.businesses-add {
  display: flex;
}
.businesses-add-plus-icon {
  font-size: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.businesses-add-building-icon {
  font-size: 4rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
.businesses__item {
  flex-basis: 22%;
  margin: 1.5%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 13px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}
.businesses__item:hover {
  background: none;
}
.businesses__item img {
  max-height: 175px;
}
.businesses__item-title {
  width: 100%;
  align-self: center;
  text-align: center;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.businesses img {
  max-width: 150px;
  max-height: 150px;
  margin: auto;
}
.businesses__add {
  margin-bottom: 5rem;
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.businesses input {
  width: 100% !important;
}

.business input, .business select {
  border-radius: 5px;
  background: #eee;
  padding: 5px 10px;
  border: none;
  display: block;
  font-size: inherit;
  width: 100% !important;
}

@media only screen and (max-width: 576px) {
  .businesses__item {
    flex-basis: 45%;
    margin: 2.5%;
  }
}
.business {
  width: 70%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  margin: 2rem auto;
  padding: 60px;
  background: #fff;
}
.business__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business__logo__upload {
  display: flex;
  align-items: center;
}
.business__logo__upload__custom-file-upload p {
  display: inline;
  color: var(--primary);
}
.business__logo__upload__custom-file-upload .plus {
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  display: inline-flex;
  font-size: 1.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-left: 20px;
}
.business__logo__upload__img {
  width: 15%;
  margin-left: 2rem;
}
.business__logo__upload__img img {
  width: 100%;
}
.business__name {
  margin-top: 2rem;
}
.business__url {
  margin-top: 2rem;
}
.business__desc {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.business__desc__label {
  margin-bottom: 1rem;
}
.business__desc .redactor-editor {
  min-height: 300px;
}
.business__address {
  margin-top: 2rem;
}
.business__tel {
  margin-top: 2rem;
}
.business__poste {
  margin-top: 2rem;
}
.business__submit {
  max-width: 250px;
  margin: 2rem auto 0 auto;
}

@media only screen and (max-width: 768px) {
  .business {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .business {
    width: 100%;
    padding: 20px;
  }
  .business__logo__upload__img {
    width: 30%;
  }
}
.garantie__title {
  text-align: center;
}
.garantie h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.garantie h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.garantie span {
  font-weight: bold;
}
.garantie__container {
  max-width: 1200px;
  margin: 0 auto 4rem auto;
}

.service-background {
  background: url("/img/need.png") no-repeat -130px bottom/600px;
}

.employer-home {
  position: relative;
}
.employer-home .popup-prix, .employer-home .popup-prix-promotion {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #FFD7D2;
  padding: 50px;
  border-radius: 24px;
  max-width: 98%;
  width: 445px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.employer-home .popup-prix-promotion {
  cursor: pointer;
  background: url("/img/promotion-desktop.png") center/cover no-repeat;
  height: 600px;
  width: 500px;
  z-index: 100000;
}
.employer-home .popup-prix-promotion-background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3333333333);
  top: 0;
  left: 0;
}
.employer-home .popup-prix-card {
  border-top: solid 3px var(--primary);
  background: #fff;
  margin-bottom: 30px;
}
.employer-home .popup-prix-card-description {
  padding: 15px;
}
.employer-home .popup-prix-card-description h6, .employer-home .popup-prix-card-description-amount {
  font-size: 14px;
}
.employer-home .popup-prix-card .bi-star-fill:before {
  color: var(--primary);
}
.employer-home .popup-prix-card-separator {
  border-top: 2px dashed var(--tertiary);
  margin: 10px 0;
}
.employer-home .popup-prix a, .employer-home .popup-prix-promotion a {
  border-radius: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.employer-home section {
  background: #fff;
}
.employer-home .job-offer-background {
  background: url("/img/home_2.png") center top/cover no-repeat;
}
.employer-home__container {
  min-height: calc(100vh - 60px);
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
  background: url("/img/home_1.png") center top/cover no-repeat;
}
.employer-home__container .arrow {
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  color: var(--primary);
  height: 70px;
  width: 80px;
  cursor: pointer;
}
.employer-home__container .arrow .icon-braquette {
  position: absolute;
  opacity: 1;
  animation: arrow infinite 2s ease-out;
}
.employer-home__container .arrow .icon-braquette::before {
  font-size: 2rem;
}
@keyframes arrow {
  0% {
    bottom: calc(100% - 32px);
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    bottom: 0px;
    opacity: 0;
  }
  100% {
    bottom: 0px;
    opacity: 0;
  }
}
.employer-home__container__div {
  background: var(--primary);
  padding: 65px 30px 60px;
}
.employer-home__container__div.offre {
  padding: 65px 55px;
}
.employer-home__container__text {
  border-radius: 0 0px 0 80%;
  color: #fff;
  text-align: left;
}
.employer-home__container__title {
  color: #fff;
  font-size: 33px;
}
.employer-home__container__subtitle {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  margin: 0 0 2rem;
}
.employer-home__container button {
  max-width: 80%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 1rem 0 0;
}
.employer-home__numbers {
  background: #fff;
  padding: 70px 0;
}
.employer-home__numbers h2 {
  text-align: center;
}
.employer-home__numbers__div__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.employer-home__numbers__div__item:nth-child(2) {
  padding: 0 10px;
  border-left: solid 3px var(--primary);
  border-right: solid 3px var(--primary);
}
.employer-home__numbers__div__item h3 {
  font-weight: bold;
  font-size: 45px;
  margin: 0;
  color: var(--primary);
}
.employer-home__numbers__div__item h4 {
  font-weight: bold;
  text-align: center;
  color: var(--primary);
}
.employer-home__solution {
  background: var(--primaryLight);
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.employer-home__solution h2 {
  text-align: center;
}
.employer-home__solution__div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.employer-home__solution__div__item {
  flex-basis: 30%;
  min-width: 250px;
  padding: 2%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.employer-home__solution__div__item:last-child button {
  background: #38B54A;
  border: #38B54A solid 2px;
}
.employer-home__solution__div__item h3, .employer-home__solution__div__item img {
  height: 100px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
.employer-home__solution__div__item img {
  max-height: 70px;
  margin: 15px auto 3rem;
}
.employer-home__solution__div__item span {
  color: var(--primary);
  text-align: center;
  font-size: 6rem;
  display: block;
  margin-bottom: 20px;
}
.employer-home__solution__div__item h3 {
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
  color: #000;
}
.employer-home__solution__div__item p {
  margin-bottom: 3rem;
  text-align: center;
  min-height: 170px;
  display: flex;
  align-items: center;
}
.employer-home__solution__div__item ul {
  list-style: none;
  padding: 0;
}
.employer-home__solution__div__item ul li {
  font-weight: bold;
}
.employer-home__solution__div__item ul li::before {
  content: "✓";
  color: rgb(30, 161, 30);
  margin-right: 10px;
}
.employer-home__solution__btn {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 40px auto 0;
  display: block;
}
.employer-home__candidat {
  min-height: 100vh;
  background: url("../img/homepageEmployeur/engrenage.png") no-repeat right center, #eaf1d0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.employer-home__candidat .col-6 {
  position: relative;
}
.employer-home__candidat .col-6 img {
  margin: 0px 0 -26px;
}
.employer-home__candidat .col-6 .cercle-top, .employer-home__candidat .col-6 .cercle-center, .employer-home__candidat .col-6 .cercle-bottom {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  top: 0%;
  left: 49%;
  transform: translate(-50%, -100%);
}
.employer-home__candidat .col-6 .cercle-center, .employer-home__candidat .col-6 .cercle-bottom {
  width: 300px;
  height: 300px;
  top: 34%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.employer-home__candidat .col-6 .cercle-bottom {
  top: 123%;
  left: 46%;
  transform: translate(-50%, -50%);
}
.employer-home__candidat-text {
  margin: 0 0 50px;
}
.employer-home__candidat-btn {
  width: 60%;
  min-width: 150px;
}
.employer-home__infolettre {
  background: var(--primary);
  padding: 50px 0;
  text-align: center;
}
.employer-home__infolettre h2, .employer-home__infolettre p {
  color: #fff;
}
.employer-home__expert {
  background: #fff;
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.employer-home__expert-title {
  color: var(--primary);
  font-weight: bold;
  text-align: center;
}
.employer-home__expert-text {
  text-align: center;
}
.employer-home__expert-link {
  color: var(--primary);
  font-weight: bold;
  margin: 50px 0 0 auto;
  text-align: right;
}
.employer-home__bottom {
  padding: 70px 0 0;
}
.employer-home__bottom__employer {
  padding: 80px 0;
  background: var(--primaryLight);
}
.employer-home__bottom__employer-title {
  color: var(--primary);
  font-weight: bold;
  text-align: center;
}
.employer-home__bottom__employer__card {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
  width: 170px !important;
  height: 200px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.employer-home__bottom__employer__card img {
  max-width: 100%;
  max-height: 100%;
}
.employer-home__bottom__urgent img {
  width: 349px;
  height: auto;
  position: absolute;
  top: 40%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.employer-home__bottom__urgent-title {
  color: var(--primary);
}
.employer-home__bottom__urgent-text {
  margin: 20px 0 32px;
}
.employer-home__bottom__urgent-btn {
  margin-bottom: 70px !important;
}
.employer-home__bottom__contact {
  padding: 25px 0 0;
  background: #535A6B;
}
.employer-home__bottom__contact__container {
  text-align: center;
}
.employer-home__bottom__contact-title {
  font-size: 50px;
  color: var(--primary);
}
.employer-home__bottom__contact-subtitle {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 40px 0;
}
.employer-home__bottom__contact-btn {
  color: #fff;
  padding: 5px 10px;
  background: var(--primary);
  border-color: var(--primary);
  margin: 0 0 40px;
}
.employer-home__bottom__contact-btn:hover {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}

@media only screen and (max-width: 991px) {
  .employer-home .popup-prix-promotion {
    background-image: url("/img/promotion-mobile.png");
    height: 320px;
    width: 320px;
  }
  .employer-home__container {
    min-height: 0;
    padding: 20px 0;
  }
  .employer-home__container img {
    display: none;
  }
  .employer-home__container__title {
    margin: 0;
    text-align: left;
  }
  .employer-home__container__subtitle {
    text-align: left;
    font-size: 1.75rem;
    margin: 1.5rem 0;
    width: 100%;
  }
  .employer-home h1 {
    font-size: 2.5rem;
  }
  .employer-home__solution__div {
    flex-direction: column;
  }
  .employer-home__solution__div__item {
    padding: 1rem;
    border-right: none;
    margin-bottom: 15px;
  }
  .employer-home__solution__div__item h3 {
    height: auto;
  }
  .employer-home__solution__div__item p {
    min-height: auto;
  }
  .employer-home__solution__div__item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .employer-home__expert {
    padding: 2rem 0;
  }
  .employer-home__bottom__contact__container {
    background: none;
  }
}
@media only screen and (max-width: 768px) {
  .service-background {
    background: none !important;
  }
  .employer-home__container img {
    margin-top: 10px;
  }
  .employer-home__numbers__div__item:nth-child(2) {
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 576px) {
  .employer-home__container img {
    margin: 10px 0 -474px;
  }
  .employer-home__bottom__urgent img {
    display: none;
  }
}
.about .intro-img {
  background: none;
}
.about .intro-text {
  padding: 20px;
  background: #ffffff;
}
.about .intro-text h1 {
  margin-bottom: 30px;
  text-align: center;
  color: var(--primary);
  font-weight: bold;
  font-size: 40px;
}
.about .mission-title h2 {
  padding: 0 20px;
  color: var(--primary);
}
.about .mission-text {
  padding: 0 20px;
  font-size: 24px;
}
.about .why-text, .about .why-img {
  flex-basis: 50%;
  padding: 20px;
}
.about .why-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.about .why-text h2 {
  text-align: left;
  color: var(--primary);
}
.about .why-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vw;
  background-image: url("/img/about_2.png");
}
.about .citation {
  padding: 30px 0;
}
.about .citation-text {
  background: var(--primaryLight);
  padding: 20px;
  text-align: right;
}
.about .citation-text h3 {
  color: var(--primary);
  font-weight: bold;
  font-size: 28px;
}
.about .citation-text p {
  color: var(--primary);
  font-size: 24px;
}
.about .citation-img {
  /* height: 350px;
  overflow: hidden;
  text-align: center; */
  display: none;
}
.about .team {
  text-align: center;
}
.about .team h2 {
  color: var(--primary);
}
.about .team p {
  font-size: 20px;
}
.about .team-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.about .team-container .person {
  flex-basis: 33.33%;
  padding: 20px;
}
.about .team-container .person-img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  margin: 20px auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about .team-container .person-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.about .team-container .person-job {
  min-height: 72px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .about .intro {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("/img/about.png") center/cover no-repeat;
  }
  .about .intro-img {
    flex-basis: 50%;
  }
  .about .intro-text {
    flex-basis: 50%;
    padding: 130px 20px 30px 70px;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about .intro-text p, .about .intro-text h1 {
    max-width: 680px;
    margin: 0 auto 0 0;
  }
  .about .intro-text h1 {
    text-align: left;
    margin: -150px auto 20px 0;
  }
  .about .mission {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .about .mission-title {
    flex-basis: 40%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .about .mission-text {
    flex-basis: 60%;
    padding: 30px 20px 30px 70px;
    height: 300px;
    display: flex;
    align-items: center;
    max-width: 720px;
    margin: 0 auto 0 0;
  }
  .about .mission-text p {
    margin-bottom: 0;
  }
  .about .why-container {
    display: flex;
    flex-direction: row;
  }
  .about .why-container:nth-child(2) {
    flex-direction: row-reverse;
  }
  .about .why-img {
    min-height: auto;
  }
  .about .why-text {
    padding: 20px 20px 20px 70px;
  }
  .about .why-text-container {
    max-width: 510px;
    margin: 0 auto 0 0;
  }
  .about .citation {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
  .about .citation-text {
    padding: 70px;
    flex-basis: 50%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about .citation-text .sign {
    text-align: right;
    margin: 0 0 0 auto;
  }
  .about .citation-text .sign .poste {
    font-size: 1rem;
  }
  .about .citation-img {
    flex-basis: 30%;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
}
.portal {
  min-height: calc(100vh - 40px);
}
.portal .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-basis: 45%;
  margin: 0 auto;
}
.portal .right i {
  font-size: 100px;
}
.portal .right p {
  text-align: center;
}
.portal-search {
  display: flex;
  justify-content: flex-start;
  width: 100% !important;
}
.portal-keyword-input {
  width: 100% !important;
}
.portal__job__job-items {
  padding: 2rem;
}

.job-item-checkbox {
  margin-left: 0.5rem;
}
.job-item .icons .bi {
  font-size: 1.2rem;
}

.employer-product nav {
  justify-content: space-around;
  position: fixed;
  z-index: 2;
  background: var(--primary);
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  top: 60px;
  height: 60px;
  overflow: hidden;
}
.employer-product nav .nav {
  padding: 0 20px;
  overflow-x: scroll;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.employer-product nav .nav::-webkit-scrollbar {
  display: none;
}
.employer-product nav .nav-item {
  display: flex;
  align-items: center;
}
.employer-product nav .nav-item .active {
  background: #fff;
}
.employer-product nav .list-group-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  height: 100%;
  background: var(--primary);
}
.employer-product nav .list-group-item i {
  font-size: 4rem;
}
.employer-product__content {
  margin-top: 120px;
}
.employer-product__background {
  padding: 95px 0;
  background: url("../img/IMG_EMP_AFFICHAGE.png") center/cover no-repeat;
}
.employer-product-head .col-7 {
  text-align: center;
}
.employer-product-head-title {
  color: #FFD0CA;
  font-style: 30px;
  font-weight: bold;
}
.employer-product-head-description {
  color: #000;
  font-weight: bold;
  margin-bottom: 55px;
}
.employer-product-head-products {
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 235px;
  flex-wrap: wrap;
  width: 80%;
}
.employer-product-head-products__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-basis: 50%;
  padding: 40px;
}
.employer-product-head-products__item-title {
  font-weight: bold;
}
.employer-product-head-products__item i {
  color: var(--primary);
  font-size: 100px;
}
.employer-product-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0px;
}
.employer-product-menu-sticky {
  margin-top: 60px;
  background: #fff;
}
.employer-product-menu__item {
  display: flex;
  align-items: center;
  margin: 0 20px 0;
}
.employer-product-menu__item i {
  font-size: 60px;
}
.employer-product-menu__item-title {
  margin: 0 10px;
  padding: 0px 0;
}
.employer-product-menu__item-title-pillule {
  border-radius: 25px;
  background: var(--primary);
  color: #fff;
  padding: 5px 10px;
  margin: 0;
}
.employer-product section:first-child {
  margin-top: 40px;
  min-height: calc(100vh - 60px);
}
.employer-product section h2 {
  font-weight: bold;
  color: #000;
}
.employer-product section h3 {
  font-weight: bold;
}
.employer-product section hr {
  border: 1px solid var(--primary);
  width: 5rem;
}
.employer-product-affichage__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.employer-product-affichage__items__card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 70px 10px 30px;
  text-align: center;
  margin-top: 25px;
  background: #fff;
  position: relative;
  color: black;
}
.employer-product-affichage__items__card-container {
  padding: 0 10px;
}
.employer-product-affichage__items__card-selected {
  background: var(--tertiary);
}
.employer-product-affichage__items__card-list {
  height: 440px;
  text-align: left;
  padding: 0;
  font-size: 0.9rem;
  list-style: none;
}
.employer-product-affichage__items__card-list li::before {
  content: "\e913";
  font-family: "icomoon";
  color: var(--primary);
  margin-right: 5px;
  font-weight: bold;
}
.employer-product-affichage__items__card-facturation {
  color: #414141;
  max-width: 220px;
  margin: auto;
}
.employer-product-affichage__items__card-facturation.month {
  margin: -15px 50px 0 auto;
  text-align: right;
}
.employer-product-affichage__items__card-baniere {
  position: absolute;
  top: 0px;
  right: -20px;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 20px 20px 20px;
  background: var(--primaryLight);
  z-index: 1;
}
.employer-product-affichage__items__card-promotion {
  position: absolute;
  top: 18px;
  left: -57px;
  padding: 10px 50px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  background: var(--primary);
  z-index: 1;
  transform: rotate(315deg);
  font-size: 0.8rem;
}
.employer-product-affichage__items__card-default {
  text-align: right;
  height: 24px;
  margin: 10px 40px 0 0;
}
.employer-product-affichage__items__card-title {
  color: #000;
  height: 48px;
}
.employer-product-affichage__items__card-text {
  margin: 20px auto;
  max-width: 185px;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.employer-product-affichage__items__card-question {
  font-weight: bold;
  background: var(--secondary);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  cursor: help;
  margin-bottom: 20px;
}
.employer-product-affichage__items__card-question:hover .tooltiptext {
  visibility: visible;
}
.employer-product-affichage__items__card-question .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #9F9F9F;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -100px;
}
.employer-product-affichage__items__card-question .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #9F9F9F transparent transparent transparent;
}
.employer-product-affichage__items__card-price-dollar {
  color: var(--secondary);
  font-size: 30px;
  font-weight: bold;
}
.employer-product-affichage__items__card-price-mention {
  text-align: right;
  margin: 0 40px 0 auto;
}
.employer-product-affichage__items__card-mention {
  color: grey;
  text-align: center;
  font-size: 0.7rem;
  margin-top: 7px;
  display: block;
}
.employer-product-illimite {
  background: url("/img/illimite_banner.png") center/100% no-repeat;
  height: 400px;
  width: 100%;
  margin-top: 110px;
}
.employer-product-recrutement {
  background: #FAFAFA 0% 0% no-repeat padding-box;
}
.employer-product-recrutement .img {
  background: url("/img/recrutement_assiste.png") center/cover no-repeat;
  margin: 0 20px 0 0;
  width: 100%;
  height: 400px;
}
.employer-product-recrutement .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.employer-product-recrutement .right-title {
  margin: 0 auto 1.25rem 0;
}
.employer-product-recrutement__btn {
  margin: 2rem 0 0 auto;
}
.employer-product-recrutement-subtitle {
  font-size: 1.1rem;
  text-align: right;
}
.employer-product-recrutement-item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #E8E8E8;
  border-radius: 0;
  padding: 3% 5%;
  font-size: 20px;
  background: #fff;
  margin-top: 20px;
}
.employer-product-chasse {
  background: #FAFAFA 0% 0% no-repeat padding-box;
}
.employer-product-chasse-title {
  margin: 5rem auto;
  text-align: center;
}
.employer-product-pub {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  min-height: 80vh;
}
.employer-product-pub .img {
  background: url("/img/marque_employeur.png") center/cover no-repeat;
  margin: 0 20px 0 0;
  width: 100%;
  height: 400px;
}
.employer-product-pub .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.employer-product-pub .right-title {
  margin: 0 0 1.25rem auto;
}
.employer-product-pub__btn {
  margin: 2rem auto 0 0;
}
.employer-product-pub-subtitle {
  font-size: 1.1rem;
  text-align: left;
}
.employer-product-pub-item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #E8E8E8;
  border-radius: 13px;
  padding: 3% 5%;
  font-size: 20px;
  background: #fff;
  margin-top: 20px;
}

.product-icon {
  font-size: 100px;
  color: var(--primary);
}

.btn-illimited {
  background-color: var(--secondary);
}

/* ul {
    list-style: none;
  } */
.employer-product-pub ul li:before {
  content: "\e913";
  font-family: "icomoon";
  font-weight: 900;
  margin-right: 5px;
}

.employer-product-recrutement ul li:before {
  content: "\e919";
  font-family: "icomoon";
  font-weight: 900;
  margin-right: 5px;
}

@media only screen and (max-width: 992px) {
  .employer-product-illimite {
    height: 270px;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .employer-product-head-title {
    margin: 15px 0;
  }
  .employer-product__background {
    background: #FAFAFA;
  }
  .employer-product-illimite {
    height: 270px;
    margin: 20px 0 0;
  }
  .employer-product-affichage__items__card {
    max-width: 90%;
    padding: 40px;
    margin: 25px auto 0;
  }
  .employer-product-affichage__items__card-baniere {
    right: -10px;
    top: -15px;
  }
  .employer-product-affichage__items__card-promotion {
    font-size: 0.7rem;
    top: 13px;
  }
  .employer-product-affichage__items__card-question {
    display: none;
  }
  .employer-product-affichage__items__card-price {
    font-size: 34px;
    margin: 0;
    text-align: center;
  }
  .employer-product-affichage__items__card-list {
    height: auto;
  }
  .employer-product-menu {
    overflow-x: scroll;
  }
  .employer-product-recrutement-item {
    flex-wrap: wrap;
  }
  .employer-product h6 {
    white-space: nowrap;
  }
}
.dashed {
  border: 1px dashed #1F1F1F;
}

.bg-grey {
  background: #ccc;
}

.product-illimite {
  background: #FAFAFA;
}
.product-illimite-banniere {
  padding: 5em 0 1px;
  margin-top: 43px;
  position: relative;
}
.product-illimite-banniere .sub-menu {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #fff;
  border-radius: 25px;
  font-weight: bold;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  max-width: 95%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.product-illimite-banniere .sub-menu p {
  cursor: pointer;
  padding: 5px 15px;
}
.product-illimite-banniere .sub-menu .active {
  color: var(--primary);
}
.product-illimite-banniere .sub-menu .promo {
  position: absolute;
  bottom: -30px;
  right: -175px;
  color: var(--primary);
  font-weight: bold;
  text-transform: uppercase;
}
.product-illimite-banniere .sub-menu .promo span {
  color: #000;
}
.product-illimite-content {
  padding: 45px 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.product-illimite .pub {
  background: url("/img/illimite.png") center/100% no-repeat;
  height: 330px;
  width: 100%;
}
.product-illimite__btn {
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .product-illimite-banniere .sub-menu p {
    font-size: 1rem;
    padding: 5px 9px;
  }
  .product-illimite-banniere .sub-menu .promo {
    right: 80px;
  }
  .product-illimite-banniere .sub-menu .promo span {
    transform: rotateY(180deg);
    position: absolute;
    right: -30px;
  }
}
@media only screen and (max-width: 576px) {
  .product-illimite-banniere {
    background: none;
    padding: 1rem 0;
  }
}
.employer-cart-container {
  display: flex;
}
.employer-cart .sub-menu {
  margin: 2rem auto 1rem;
  position: relative;
  background: #fff;
  border-radius: 25px;
  font-weight: bold;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  max-width: 95%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.employer-cart .sub-menu p {
  cursor: pointer;
  padding: 5px 15px;
}
.employer-cart .sub-menu .active {
  color: var(--primary);
}
.employer-cart .sub-menu .promo {
  position: absolute;
  bottom: -30px;
  right: -175px;
  color: var(--primary);
  font-weight: bold;
  text-transform: uppercase;
}
.employer-cart .sub-menu .promo span {
  color: #000;
}
.employer-cart-mention {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.employer-cart-content {
  width: 100%;
}
.employer-cart-text {
  margin: 2.5rem 0 0 0;
  font-weight: bold;
}
.employer-cart__description {
  height: 0px;
  overflow: hidden;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.employer-cart__item {
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 20px;
  flex-direction: column;
  cursor: pointer;
}
.employer-cart__item__tooltip {
  font-weight: bold;
  background: #DBDBDB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  cursor: help;
}
.employer-cart__item__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.employer-cart__item__description {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex-basis: 245px;
}
.employer-cart__item-text {
  margin: 0;
}
.employer-cart__item__nb {
  flex-basis: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.employer-cart__item-price {
  flex-basis: 147px;
  text-align: right;
}
.employer-cart-products {
  align-items: center;
  justify-content: space-between;
  margin: 0px auto 15px 0;
}
.employer-cart-products__img {
  display: none;
}
.employer-cart-products__item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  padding: 30px 15px;
  flex-basis: 24%;
  min-width: 250px;
  text-align: center;
  margin-top: 25px;
}
.employer-cart-products__item-selected {
  background: var(--primaryLight);
}
.employer-cart-products__item-title {
  color: var(--primary);
  font-weight: bold;
}
.employer-cart-products__item-text {
  margin: 0 0 20px 0;
}
.employer-cart-products__item__nb {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 20px 0;
}
.employer-cart-products__item__nb-plus, .employer-cart-products__item__nb-moins {
  width: 30px;
  height: 30px;
  padding: 0;
  min-width: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 1.5rem;
  border-color: #000;
}
.employer-cart-products__item__nb-moins {
  padding: 0 0 1px 1px;
}
.employer-cart-products__item__nb-text {
  margin: 0;
}
.employer-cart-summary {
  padding: 65px 0 15px;
  background: white;
  position: sticky;
  right: 0;
  top: 60px;
  height: 100%;
  overflow-y: scroll;
}
.employer-cart-summary::-webkit-scrollbar {
  display: none;
}
.employer-cart-summary__div {
  border: 1px solid #D1D1D1;
  padding: 20px;
}
.employer-cart-summary__div-title {
  font-weight: bold;
  text-align: center;
}
.employer-cart-summary__div__data {
  width: 100%;
}
.employer-cart-summary__div__data-product {
  float: left;
  width: 50%;
}
.employer-cart-summary__div__data-qty {
  float: left;
  width: 25%;
  text-align: center;
}
.employer-cart-summary__div__data-price {
  float: left;
  width: 25%;
  text-align: right;
}
.employer-cart-summary__div-empty {
  text-align: center;
  clear: both;
}
.employer-cart-summary__div__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.employer-cart-summary__div__row__card-select {
  width: 100%;
}
.employer-cart-summary__div__row h5 {
  margin: 0;
  font-weight: bold;
  color: var(--primary);
}
.employer-cart-summary__div__row-total {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.employer-cart-summary__div__row-total h5 {
  display: inline;
}
.employer-cart-summary__div__row-total h5:first-child {
  margin: 0px 50px 0px 0;
}
.employer-cart-summary__div__row-total-last {
  margin-top: 0.5rem;
}
.employer-cart-summary__div__row select {
  min-width: 200px;
}
.employer-cart-summary__div__row-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 220px;
  cursor: pointer;
  margin-top: calc(1rem + 5px);
  margin-bottom: 1rem;
}
.employer-cart-summary__div__row-add-plus {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  font-size: 1.5rem;
}
.employer-cart-summary__div input {
  margin: 15px 0 15px 0;
  width: 100%;
}
.employer-cart-summary__div button {
  margin: 5px 0 0 auto;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.employer-cart-summary__div button:last-child {
  display: block;
}
.employer-cart .promotion-banner {
  background-color: var(--primary);
  color: white;
  padding: 5px;
  display: inline-block;
  margin-bottom: 10px;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(https://c.tenor.com/I6kN-6X7nhAAAAAj/loading-buffering.gif) no-repeat center/50px;
  z-index: 10000;
}

@media only screen and (max-width: 576px) {
  .employer-cart-products__item {
    min-width: 100%;
  }
}
.employer-confirmation {
  min-height: calc(100vh - 90px);
}
.employer-confirmation-title {
  margin-top: 1rem;
  font-weight: bold;
}
.employer-confirmation-div {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  max-width: 80%;
  min-width: 288px;
  margin: 40px auto 0;
  padding: 80px 130px;
  text-align: center;
  background: #fff;
}
.employer-confirmation-div-text {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .employer-confirmation-div {
    padding: 30px;
  }
  .employer-confirmation-div-text {
    margin-bottom: 15px;
  }
}
.employer-payment {
  background: #FCFCFC 0% 0% no-repeat padding-box;
  min-height: calc(100vh - 90px);
  padding-top: 3rem;
}
.employer-payment-iframe-content {
  margin-top: 1rem;
}
.employer-payment-payment-invoice-logo {
  width: 40%;
}
.employer-payment .invoice-menu {
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.employer-payment .invoice-menu h5 {
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(0, 0, 0, 0.5);
}
.employer-payment .invoice-menu .selected {
  border-bottom: 5px solid var(--primary);
}
.employer-payment .invoice-menu .selected h5 {
  color: var(--primary);
}
.employer-payment-cards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.employer-payment-cards-item { /* flip-card */
  color: black !important;
  background-color: transparent;
  width: 280px;
  height: 160px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.employer-payment-cards-item:hover .employer-payment-cards-item-content {
  transform: rotateY(180deg);
}
.employer-payment-cards-item-content { /* flip-card-inner */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.employer-payment-cards-item-front { /* card-front */
  position: absolute;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
  padding: 30px;
}
.employer-payment-cards-item-back { /* card-back */
  padding: 30px;
  position: absolute;
  width: 100%;
  height: 100%; /* Safari */
  backface-visibility: hidden;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.employer-payment-cards-item-infos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  max-width: 100%;
  flex-wrap: wrap;
}
.employer-payment-cards-item-infos p {
  color: #fff;
}
.employer-payment-cards-item-infos h5 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
}
.employer-payment-cards-item-nb {
  color: #fff;
  text-align: left;
}
.employer-payment .add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  margin: 35px 0;
}
.employer-payment .add .plus {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.employer-payment .add h5 {
  margin: 0;
}
.employer-payment .add-card-form {
  display: none;
  max-width: 500px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.employer-payment .add-card-form label {
  display: block;
  font-weight: bold;
}
.employer-payment .add-card-form label:last-child {
  display: inline;
  margin-left: 10px;
}
.employer-payment .add-card-form button {
  width: 80%;
  margin-left: 10%;
}
.employer-payment .add-card-form input, .employer-payment .add-card-form select {
  margin-bottom: 20px;
}
.employer-payment .add-card-form input {
  width: 100%;
}
.employer-payment .add-card-form input[type=checkbox] {
  margin-bottom: 0;
  width: auto;
}
.employer-payment .add-card-form select {
  margin-right: 10px;
}
.employer-payment .add-card-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.employer-payment .add-card-form-row-item {
  flex-basis: 48%;
}
.employer-payment-historic-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.employer-payment-historic-div-left, .employer-payment-historic-div-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 380px;
}
.employer-payment-historic-div-left button, .employer-payment-historic-div-right button {
  margin-left: 15px;
}
.employer-payment-historic-div-left select, .employer-payment-historic-div-right select {
  margin-top: 6px;
}
.employer-payment-historic table {
  border-collapse: separate;
  width: 100%;
  margin-top: 30px;
  border-spacing: 0 15px;
}
.employer-payment-historic table tbody tr {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 22px;
}
.employer-payment-historic table tbody td {
  padding: 20px 25px;
}
.employer-payment-historic table tbody td .dropdown button {
  background: none;
  border: none;
}
.employer-payment-historic table tbody td .dropdown-menu {
  background: #fff;
  transform: translate3d(-174px, 26px, 0px) !important;
}
.employer-payment-historic table thead {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: #fff;
}
.employer-payment-historic table thead tr {
  border-radius: 8px;
  background-color: #B9B9B9;
}
.employer-payment-historic table thead td {
  padding: 15px 25px;
}
.employer-payment .payment__iframe {
  max-width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 576px) {
  .employer-payment .invoice-menu {
    width: 100%;
    display: block;
  }
  .employer-payment-cards-item {
    margin: 10px 0;
  }
}
.employer-personal-infos {
  padding-bottom: 2rem;
}
.employer-personal-infos h1 {
  margin-bottom: 30px;
}
.employer-personal-infos .section {
  padding: 60px;
  border-radius: 10px;
  text-align: center;
}
.employer-personal-infos label {
  display: block;
  text-align: left;
}
.employer-personal-infos input {
  width: 100%;
  margin-bottom: 30px;
}
.employer-personal-infos select {
  display: flex;
  margin: 20px 0;
}
.employer-personal-infos button {
  width: 30%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.employer-personal-infos-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.employer-personal-infos-row-item {
  flex-basis: 48%;
  min-width: 200px;
}
.employer-personal__container-Section {
  max-width: 800px;
  margin: 3rem auto 0 auto;
}
.employer-personal-collabs {
  background: #fff;
  padding: 80px 0;
}
.employer-personal-collabs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
.employer-personal-collabs-row h6, .employer-personal-collabs-row p, .employer-personal-collabs-row select {
  flex-basis: 22%;
}
.employer-personal-collabs-row .dropdown #dropdownMenuButton {
  width: 15px;
  margin: 0px 0px 0px auto;
}
.employer-personal-collabs-row .dropdown-menu {
  transform: translate3d(-243px, 24px, 0px) !important;
}
.employer-personal-collabs-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 auto;
  width: 275px;
  cursor: pointer;
  margin-top: 15px;
}
.employer-personal-collabs-add-plus {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.employer-personal-collabs-add h5 {
  margin: 0;
}
.employer-personal-collabs-form {
  display: none;
  padding: 35px;
}
.employer-personal-collabs-form input {
  width: 100%;
  margin-bottom: 20px;
}
.employer-personal-collabs-form label, .employer-personal-collabs-form select {
  display: block;
}
.employer-personal-collabs-form select {
  margin-bottom: 20px;
}
.employer-personal-collabs-form-btn {
  text-align: center;
}
.employer-personal-collabs-form button {
  width: 30%;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.employer-personal-explainations {
  background: #000;
  color: #fff;
  padding: 80px 0;
}
.employer-personal-explainations h3, .employer-personal-explainations h5, .employer-personal-explainations p {
  color: #fff;
}
.employer-personal-explainations h3 {
  margin-bottom: 45px;
}
.employer-personal-explainations h5 {
  font-weight: bold;
  width: 220px;
  margin-bottom: 0;
}
.employer-personal-explainations p {
  width: calc(100% - 220px);
  text-align: left;
}
.employer-personal-explainations hr {
  background: #fff;
}
.employer-personal-explainations-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}

.employer-facture {
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.employer-facture__back {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.employer-facture__back h5 {
  margin: 0;
}
.employer-facture__header {
  background: #B9B9B9 0% 0% no-repeat padding-box;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-bottom: 25px;
}
.employer-facture__header-consult {
  color: #ffffff;
}
.employer-facture__header-dropdown {
  margin: 0px 10px;
}
.employer-facture__header .bi:before {
  color: #ffffff;
}
.employer-facture__header__div {
  display: flex;
  justify-content: flex-start;
}
.employer-facture__header__download {
  color: #fff;
}
.employer-facture__header__download:hover {
  color: #fff;
}
.employer-facture__contents {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 60px;
  padding: 0 20px;
  background: white;
}
.employer-facture__content {
  margin-bottom: 20px;
}
.employer-facture__content__center {
  text-align: center;
}
.employer-facture__content__row__right_table_td {
  padding: 0px !important;
}
.employer-facture__content table td {
  padding: 0.2rem;
}
.employer-facture__content__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.employer-facture__content__row__second {
  margin-bottom: 2rem;
}
.employer-facture__content__row__left {
  flex-basis: 48%;
}
.employer-facture__content__row__left-company {
  margin: 0;
}
.employer-facture__content__row__left-facture {
  margin-top: 50px;
}
.employer-facture__content__row__left__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.employer-facture__content__row__left__row__left {
  width: 11rem;
}
.employer-facture__content__row__left__row__right {
  width: calc(100% - 80px);
}
.employer-facture__content__row__right {
  flex-basis: 48%;
  text-align: right;
}
.employer-facture__content__row__right__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F4F4F4 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 15px;
}
.employer-facture__content__row__right__row-small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 0 0 0 auto;
  margin-bottom: 15px;
}
.employer-facture__content table {
  width: 100%;
  margin-bottom: 15px;
}
.employer-facture__content table thead {
  background: #F4F4F4 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
.employer-facture__content table td {
  padding: 15px;
}
.employer-facture__content table tbody tr {
  border-bottom: solid 1px #B9B9B9;
}
.employer-facture__content .hr {
  background: #F4F4F4 0% 0% no-repeat padding-box;
  border-radius: 4px;
  padding: 8px;
}
.employer-facture__content .summary {
  width: 48%;
  min-width: 300px;
  margin: 60px 0 0 auto;
}
.employer-facture__content .summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.employer-facture__content .summary .subtotal {
  margin-bottom: 15px;
}
.employer-facture__transaction {
  text-align: center;
  margin-top: 2rem;
  max-width: 850px;
}
.employer-facture__transaction__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.employer-facture__transaction__item-label {
  text-align: left;
}
.employer-facture__transaction__item__right {
  display: flex;
  align-items: center;
}
.employer-facture__transaction__item__right-amount {
  font-weight: bold;
  margin-right: 20px;
}
.employer-facture__transaction__item__right-eye {
  color: #000;
  width: 10px;
}

.employer-candidate__header {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
.employer-candidate__header__job {
  display: flex;
  justify-content: space-between;
}
.employer-candidate__header__job select {
  border-bottom: none;
  font-size: 1.5rem;
  padding: 0;
  color: var(--primary);
  font-weight: bold;
}
.employer-candidate__header__job .dropdown {
  cursor: pointer;
}
.employer-candidate__header__job .dropdown-toggle {
  white-space: inherit;
}
.employer-candidate__header__job .dropdown .dropdown-menu {
  transform: translate3d(0px, 36px, 0px);
  width: 500px;
}
.employer-candidate__header__job .dropdown .dropdown-menu .dropdown-item {
  white-space: break-spaces;
}
.employer-candidate__header__job-name {
  font-size: 2rem;
}
.employer-candidate__header__job-number {
  font-size: 1.2rem;
  color: #CBCBCB;
}
.employer-candidate__header__job__info {
  font-size: 1.2rem;
}
.employer-candidate__header__job__info-adress {
  color: #CBCBCB;
}
.employer-candidate__menu {
  margin: 2rem 0 5px;
}
.employer-candidate__menu-performance, .employer-candidate__menu-candidat, .employer-candidate__menu-service {
  background: #fff;
  padding: 0.5rem;
  color: var(--primary);
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
}
.employer-candidate__section {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.employer-candidate__section__performance {
  margin-top: 2rem;
  min-height: 80vh;
}
.employer-candidate__section__performance-title {
  font-size: 2rem;
}
.employer-candidate__section__performance__topstats {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
}
.employer-candidate__section__performance__topstats__vue {
  text-align: center;
  padding-right: 5%;
  padding-left: 5%;
  border-right: 1px solid #EBEBEB;
}
.employer-candidate__section__performance__topstats__vue-title {
  font-size: 1.5rem;
}
.employer-candidate__section__performance__topstats__vue-user {
  font-size: 1.5rem;
}
.employer-candidate__section__performance__topstats__time {
  padding-right: 5%;
  border-right: 1px solid #EBEBEB;
}
.employer-candidate__section__performance__topstats__time-title {
  font-size: 1.5rem;
}
.employer-candidate__section__performance__topstats__time-min {
  font-size: 1.5rem;
  text-align: center;
}
.employer-candidate__section__performance__topstats__total {
  padding-right: 5%;
  border-right: 1px solid #EBEBEB;
}
.employer-candidate__section__performance__topstats__total-title {
  font-size: 1.5rem;
}
.employer-candidate__section__performance__topstats__total-min {
  font-size: 1.5rem;
  text-align: center;
}
.employer-candidate__section__performance__topstats__interested {
  border-right: 1px solid #EBEBEB;
  padding-right: 5%;
}
.employer-candidate__section__performance__topstats__interested-title {
  font-size: 1.5rem;
}
.employer-candidate__section__performance__topstats__interested-min {
  text-align: center;
  font-size: 1.5rem;
}
.employer-candidate__section__performance__topstats__archived {
  text-align: center;
  padding-right: 5%;
}
.employer-candidate__section__performance__topstats__archived-title {
  font-size: 1.5rem;
}
.employer-candidate__section__performance__topstats__archived-min {
  font-size: 1.5rem;
}
.employer-candidate__section__left {
  max-width: 25%;
}
.employer-candidate__section__left-content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 1rem 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  margin-top: 2rem;
}
.employer-candidate__section__left__div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.employer-candidate__section__left__div i {
  font-size: 1.5rem;
  margin-right: 1rem;
}
.employer-candidate__section__left__div-title {
  margin-bottom: 0;
}
.employer-candidate__section__left__div-title-red {
  color: var(--primary);
}
.employer-candidate__section__left__filter {
  margin-top: 1rem;
}
.employer-candidate__section__left__filter__radio {
  display: flex;
  flex-direction: column;
}
.employer-candidate__section__left__filter__radio__item {
  display: flex;
  justify-content: space-between;
}
.employer-candidate__section__left__filter__radio__item div {
  margin-left: 1rem;
}
.employer-candidate__section__left__filter__keyword {
  margin-top: 1rem;
}
.employer-candidate__section__left__filter__keyword-title {
  color: var(--primary);
}
.employer-candidate__section__left__filter__keyword-input {
  display: inline;
  width: 222px;
  border-radius: 5px;
  background: #eee;
  padding: 5px 10px;
  border: none;
}
.employer-candidate__section__left__filter__keyword-input:focus-visible {
  outline: none;
}
.employer-candidate__section__left__filter__result-title {
  color: var(--primary);
  margin-bottom: 1rem;
}
.employer-candidate__section__left__filter__result__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1rem 0;
  margin-bottom: 1rem;
  cursor: pointer;
  border-bottom: solid rgb(190, 190, 190) 1px;
}
.employer-candidate__section__left__filter__result__item-name span {
  margin-left: 30%;
}
.employer-candidate__section__left__filter__result__item-job {
  color: var(--primary);
}
.employer-candidate__section__right {
  margin: 0 0 0 1%;
  width: 74.5%;
}
.employer-candidate__section__right hr {
  margin-top: 1rem;
}
.employer-candidate__section__right__item__tab3 {
  margin-top: 2rem;
}
.employer-candidate__section__right__item__tab4 {
  margin-top: 2rem;
}
.employer-candidate__section__right__item__header {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.employer-candidate__section__right__item__header-name {
  font-size: 2rem;
  color: var(--primary);
}
.employer-candidate__section__right__item__header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
}
.employer-candidate__section__right__item__header__bottom__right {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.employer-candidate__section__right__item__header__bottom__right .selectStatus {
  border-bottom: none;
  padding: 0;
}
.employer-candidate__section__right__item__header__bottom__right__modified {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.employer-candidate__section__right__item__menu {
  margin-top: 2rem;
}
.employer-candidate__section__right__item__menu-tab {
  background: #fff;
  color: var(--primary);
  padding: 0.5rem;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  margin-top: 1rem;
}
.employer-candidate__section__right__item__tab1 {
  margin-top: 6px;
}
.employer-candidate__section__right__item__tab1__div {
  width: 30%;
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}
.employer-candidate__section__right__item__tab1__cont {
  background: #F0F0F0;
  margin-bottom: 4rem;
}
.employer-candidate__section__right__item__tab1__cont .container {
  padding: 2rem 0;
}
.employer-candidate__section__right__item__tab__cont {
  min-height: 90vh;
}
.employer-candidate__section__service {
  margin-top: 0.4rem;
}
.employer-candidate__section__service__ativity {
  display: flex;
  justify-content: space-between;
}
.employer-candidate__section__service__ativity__left {
  flex-basis: 100%;
}
.employer-candidate__section__service__ativity__left-div {
  padding-left: 2rem;
}
.employer-candidate__section__service__ativity__left-title {
  background: #EBEBEB;
  padding: 1rem;
  font-size: 1.2rem;
}
.employer-candidate__section__service__ativity__right {
  flex-basis: 20%;
}
.employer-candidate__section__service__ativity__right-div {
  padding-left: 2rem;
}
.employer-candidate__section__service__ativity__right-title {
  background: #EBEBEB;
  padding: 1rem;
  font-size: 1.2rem;
}
.employer-candidate__section__service__add {
  margin-bottom: 4rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.employer-candidate__section__service__add-title {
  background: #EBEBEB;
  padding: 1rem;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.employer-candidate__section__service__add__item {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  flex-basis: 15%;
  margin: 0 0.8%;
  text-align: center;
  padding: 1rem;
  margin-top: 3rem;
}
.employer-candidate__section__service__add__item-title-p {
  padding-top: 4rem;
}

.btn-secondary .dropdown-toggle {
  background: red;
}

.employer-candidate__section__right__item .dropdown-menu {
  margin-right: 117.28px;
}

.employer-candidate__section__right__item .btn-secondary .dropdown-toggle {
  background: red !important;
}

/* .employer-candidate__section__right .container:nth-child(1){
    margin-top: 0.85rem;
} */
.keyWordIconSubmit {
  cursor: pointer;
}

.backgroundBlack {
  background: var(--primary);
  color: #fff;
}

.hiddenSection {
  display: none;
}

.employer-portal__menu__add .section img {
  margin-right: 2rem;
}

.employer-candidate__section__left__filter__result hr {
  margin-top: 0;
  margin-bottom: 0;
}

.no-result {
  min-height: 80vh;
}

.selectLeftClient p {
  color: var(--primary);
}

.highcharts-range-selector {
  background: white !important;
  border: 2px solid black !important;
}

.employer-candidate__section__right__item__tab5__partiel .employer-add-form {
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.candidature {
  margin: 0 auto 4rem auto;
}
.candidature-title {
  margin-top: 3rem;
}
.candidature__container__item {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 2rem;
  color: black;
  background: white;
}
.candidature__container__item:hover {
  color: black;
  background: #eaeaea;
}
.candidature__container__item__right {
  display: flex;
  align-items: center;
  color: var(--primary);
}
.candidature__container__item__right .bi:before {
  color: var(--primary);
}
.candidature__container__item__right-icon {
  margin-left: 0.5rem;
  font-size: 1.2rem;
}
.candidature__container__item__left__job {
  margin-bottom: 0.75rem;
}

@media only screen and (max-width: 576px) {
  .candidature {
    width: 100%;
  }
  .candidature__container__item {
    flex-wrap: wrap;
  }
  .candidature__container__item__left {
    flex-basis: 100%;
  }
  .candidature__container__item__right {
    margin-top: 1rem;
    flex-basis: 100%;
  }
}
.employer-add-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}
.employer-add-nav-hr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -83%);
  width: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.employer-add-nav-hr hr {
  width: 150%;
}
.employer-add-nav-link, .employer-add-nav-link-selected {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #B9B9B9;
  font-weight: bold;
  z-index: 5;
}
.employer-add-nav-link:hover, .employer-add-nav-link-selected:hover {
  color: #000;
}
.employer-add-nav-link-selected {
  color: #000;
}
.employer-add-nav-link-selected .employer-add-nav-link-cercle {
  background: var(--primary);
  color: #fff;
}
.employer-add-nav-link-cercle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  color: #B9B9B9;
  font-weight: bold;
}
.employer-add-form {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #EDEDED;
  border-radius: 10px;
  padding: 60px;
  margin-bottom: 30px;
  background: white;
}
.employer-add-form label {
  display: block;
  color: #000;
  margin-top: 20px;
}
.employer-add-form-detail {
  margin: 30px 0;
}
.employer-add-form-detail-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 100px;
}
.employer-add-form-detail-header-lng {
  background: #EBEBEB 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0px 0px;
  padding: 8px 8px 10px;
  margin: 0px 2px;
  cursor: pointer;
  color: #7C7C7C;
  font-weight: bold;
}
.employer-add-form-detail-header .selected-lng {
  color: #fff;
  padding: 10px;
  background: #000;
}
.employer-add-form-detail-content .redactor-editor {
  height: 500px;
}
.employer-add-form-detail-content input, .employer-add-form-detail-content textarea {
  width: 100%;
}
.employer-add-form-sector {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.employer-add-form-sector select {
  margin-right: 25px;
}
.employer-add-form-sector-add {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.employer-add-form-sector-add-plus {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  font-weight: bold;
  margin: 0px 10px 0px 0px;
  padding: 1px 0 0 1px;
}
.employer-add-form-languages {
  margin-left: 12px;
}
.employer-add-form-btn {
  display: flex;
  justify-content: center;
  margin: 2.5rem auto 0 auto;
}
.employer-add-form-apply {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.employer-add-form-apply__email {
  display: flex;
  width: 100%;
  align-items: flex-end;
}
.employer-add-form-apply__email-radio {
  margin-right: 1.5rem;
  width: 100%;
}
.employer-add-form-apply__email input[type=text] {
  width: 100%;
}
.employer-add-form-apply__redirect {
  display: flex;
  width: 100%;
  align-items: flex-end;
  margin-top: 7px;
}
.employer-add-form-apply__redirect-radio {
  margin-right: 1.5rem;
  width: 100%;
}
.employer-add-form-apply__redirect input[type=text] {
  width: 100%;
}
.employer-add-form .redirect-warning {
  background-color: var(--primary);
  color: var(--tertiaryLight);
  padding: 15px;
  border: 1px solid var(--primary);
  border-radius: 4px;
  width: auto;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity 0.5s ease-in-out;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s;
  position: relative;
  padding-right: 35px;
}
.employer-add-form .redirect-warning .close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: var(--secondaryLight);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  transition: background-color 0.2s;
}
.employer-add-form .redirect-warning .close-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.employer-add__frequency {
  width: calc(100% - 1rem);
  margin-left: 1rem;
}
.employer-add__type select {
  width: calc(100% - 1rem);
  margin-left: 1rem;
}
.employer-add__salary input[type=number] {
  width: calc(100% - 1rem);
}
.employer-add__experience {
  width: 100%;
}
.employer-add__address input {
  width: 100%;
}
.employer-add__sector select {
  width: calc(100% - 1rem);
  margin: 0 0 0 1rem;
}

.job {
  /* Rounded sliders */
}
.job .filter-icon {
  display: none;
  font-size: 2rem;
  color: var(--secondaryDark);
  position: fixed;
  top: 175px;
  right: 5vw;
}
.job .filter-icon::before {
  background: #fff;
  border-radius: 50%;
}
.job-nothing {
  text-align: center;
  font-weight: bold;
}
.job-nav {
  color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -3px;
  margin-bottom: 0;
  padding: 18px 0 0;
}
.job-nav-item-selected {
  border-bottom: solid var(--primary) 2px;
}
.job-nav-item-selected:hover {
  border-bottom: solid 2px var(--primaryDark);
}
.job-nav-item:nth-child(2) {
  margin: 0 5%;
  display: flex;
  align-items: center;
}
.job-nav-item:nth-child(2) .heart, .job-nav-item:nth-child(2) .heart-fill {
  margin: 0 0 0 5px;
}
.job-nav-item:nth-child(3) {
  margin-right: 5%;
}
.job-search {
  background: var(--secondaryLight);
  padding: 2% 0;
}
.job-search__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-search__form__input-group {
  flex-basis: 38%;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 10px 20px;
  margin-bottom: 1rem;
}
.job-search__form__input-group:nth-child(2) {
  margin: 0 3%;
}
.job-search__form__input-group-input {
  border-bottom: none;
  padding-bottom: 0;
  width: 100%;
}
.job-search__form-btn {
  width: 100%;
  margin: 1rem 0;
}
.job__advance {
  padding: 20px 0;
  background: #fff;
  border: solid 1px var(--secondaryLight);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.job__advance__div__distance {
  margin-bottom: 0.2rem;
}
.job__advance__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.job__advance__item {
  display: flex;
  justify-content: space-between;
}
.job__advance__item-drop {
  flex-direction: column;
  min-width: 200px;
}
.job__advance__item-drop__cont {
  justify-content: space-between;
}
.job__advance__item-drop p {
  margin: 1rem 0 0.2rem;
}
.job__advance__item-drop select {
  background: var(--secondary);
  color: #fff;
  padding: 0;
  border-radius: 4px;
  border-radius: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 10px solid var(--secondary);
}
.job__advance__item-label {
  border: solid 1px var(--secondaryLight);
  padding: 2px;
  cursor: pointer;
  background: #fff;
  width: 20%;
  text-align: center;
}
.job__advance__item__reset {
  color: var(--primary);
}
.job__advance__item__reset:hover {
  color: var(--primaryDark);
}
.job__advance__item-radio input {
  display: none;
}
.job__content {
  background: var(--secondaryLight);
  padding: 2rem 0 0;
  min-height: calc(100vh - 164px);
}
.job__content__search {
  margin-bottom: 20px;
}
.job__content__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.job__content__filter {
  min-width: 30%;
  max-width: 30%;
  flex-basis: 30%;
  transition: 0.3s ease;
}
.job__content__filter::-webkit-scrollbar {
  display: none;
}
.job__content__filter__form {
  position: fixed;
}
.job__content__filter__form form {
  height: 72vh;
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 28vw;
  max-width: 28vw;
  margin-left: 2vw;
}
.job__content__filter__form form::-webkit-scrollbar {
  display: none;
}
.job__content__filter__form .bi-x {
  display: none;
}
.job__content__publicity {
  flex-basis: 25%;
}
.job__content__jobs {
  margin: 0px 2rem;
  flex-basis: 70%;
}
.job__content__jobs__item {
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 13px;
  padding: 25px;
  margin: 1rem 0 0 0;
}
.job__content__jobs__item__share {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.job__content__jobs__item__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.job__content__jobs__item__top__description {
  flex-basis: 83%;
}
.job__content__jobs__item__top img {
  width: 15%;
  max-width: 80px;
}
.job__content__jobs__item__title {
  text-transform: capitalize;
}
.job__content__jobs__item__infos {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.job__content__jobs__item__infos__city {
  margin: 0 5% 0 0;
  color: var(--secondary);
}
.job__content__jobs__item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.job__content__jobs__item__bottom__feature {
  border-radius: 20px;
  padding: 2px 1rem;
  border: solid 1px var(--secondary);
  color: var(--secondary);
}
.job__content__jobs__item__bottom__date::first-letter {
  text-transform: uppercase;
}
.job__content__jobs__item__bottom__expired {
  margin-top: 1rem;
  color: var(--primary);
}
.job__content__jobs__item__bottom__heart {
  background: var(--primaryLight);
  color: var(--primary);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.job__content__jobs__item__description {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.job__content__jobs__alert {
  background: var(--secondaryDark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: calc(30vw + 1.7rem);
  bottom: 40px;
  margin: 0 0 0 -2vw;
  padding: 5px 0px;
}
.job__content__jobs__alert-icon::before {
  color: #fff;
}
.job__content__jobs__alert-text {
  color: #fff;
  margin: 0 5%;
  font-size: 0.8rem;
}
.job__content__jobs__alert__switch {
  margin-top: 5px;
}
.job__content__detail {
  flex-basis: calc(65% - 0.5rem);
  position: sticky;
  top: 100px;
}
.job__content__detail__container {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 80vh;
  overflow-y: scroll;
  border-radius: 13px;
  background: #fff;
  padding: 30px 40px;
  margin-top: 1rem;
}
.job__content__detail__container::-webkit-scrollbar {
  display: none;
}
.job__content__detail__container__div {
  display: flex;
  justify-content: space-between;
}
.job__content__detail__container__div-title {
  flex-basis: 100%;
}
.job__content__detail__container__div-title::first-letter {
  text-transform: uppercase;
}
.job__content__detail__container__city {
  color: var(--secondary);
}
.job__content__detail__container__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.job__content__detail__container__bottom__btn {
  flex-basis: 30%;
}
.job__content__detail__container__bottom__logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.job__content__detail__container__bottom__logo__div {
  margin-left: 5%;
  flex-basis: 150px;
}
.job__content__detail__container__bottom__logo__div-img {
  width: 100%;
}
.job__content__detail__container__icon i {
  font-size: 1.8rem;
}
.job__content__detail__container__icon i:nth-child(2), .job__content__detail__container__icon i:nth-child(3), .job__content__detail__container__icon i:nth-child(4) {
  margin: 0 1%;
}
.job__content__detail__container__icon i:nth-child(1) {
  margin-right: 1%;
}
.job__content__detail__container__icon i:nth-child(5) {
  margin-left: 1%;
}
.job__content__detail__container__context {
  margin: 2rem 0 0 0;
}
.job-alert {
  background: var(--secondaryLight);
  padding: 2rem 0;
  min-height: calc(100vh - 162px);
}
.job-alert__container {
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 2rem;
  padding: 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-alert__container__center {
  text-align: center;
}
.job-alert__container__right__input input {
  display: none;
}
.job-alert__container__right__input-label {
  background: 0% 0% no-repeat padding-box;
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 0 1rem;
  cursor: pointer;
}
.job-alert__container__right__input .first {
  margin-right: -4px;
  border-right: none;
}
.job-alert__container__right__input .selected {
  background: var(--primaryLight);
}
.job-alert__container__remove {
  align-self: center;
  text-align: center;
  flex-basis: 2%;
  font-family: bootstrap-icons;
}
.job-alert__container__remove:before {
  content: "\f5de";
  cursor: pointer;
}
.job-apply {
  background: var(--secondaryLight);
  padding: 30px 0;
  min-height: calc(100vh - 162px);
}
.job-apply .container {
  max-width: 1200px;
}
.job-apply__item {
  border-radius: 15px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 2rem;
  position: relative;
  cursor: pointer;
}
.job-apply__item-img {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 80px;
  max-height: 80px;
}
.job-apply__item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-apply__item__header i {
  cursor: pointer;
}
.job-apply__item__view {
  color: var(--primary);
  margin: 0 0 0.75rem 0;
}
.job-apply__item__view .bi::before {
  color: var(--primary);
}
.job-apply__item__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-apply__item__footer-date {
  text-transform: capitalize;
}
.job-apply__item__footer-btn {
  background: var(--tertiary);
  border-color: var(--tertiary);
  color: #fff;
  padding: 5px 10px;
  width: 140px;
}
.job-apply__item__footer-btn:hover {
  background: var(--tertiaryDark);
  border-color: var(--tertiaryDark);
}
.job-apply__item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.job-detail {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.job-detail .job__content__detail__container {
  overflow-y: visible;
  height: auto;
}
.job-detail__left {
  flex-basis: calc(65% - 0.5rem);
  border-radius: 30px;
  overflow: hidden;
}
.job-detail__right {
  flex-basis: calc(35% - 0.5rem);
}
.job .dropdown {
  position: relative;
  font-size: 14px;
  color: #333;
  min-width: 25%;
  font-weight: bold;
}
.job .dropdown .dropdown-list {
  z-index: 5;
  position: absolute;
  top: 41px;
  left: 2px;
  right: 2px;
  transform-origin: 50% 0;
  transform: scale(1, 0);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-x: hidden;
}
.job .dropdown .dropdown-list::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  background: transparent; /* Optional: just make scrollbar invisible */
}
.job .dropdown .dropdown-option {
  display: block;
  padding: 8px 12px;
  opacity: 0;
  display: flex;
  align-items: center;
}
.job .dropdown .dropdown-label {
  display: block;
  border: 1px solid #ccc;
  padding: 12px;
  line-height: 1;
  cursor: pointer;
  background: var(--secondary);
  color: #fff;
  border-radius: 4px;
}
.job .dropdown .dropdown-label:before {
  content: "\e90c";
  font-size: 8px;
  margin-top: 4px;
  float: right;
}
.job .dropdown.on .dropdown-list {
  transform: scale(1, 1);
  transition-delay: 0s;
  background: none;
  box-shadow: none;
  position: static;
  max-height: none;
}
.job .dropdown.on .dropdown-list .dropdown-option {
  opacity: 1;
}
.job .dropdown.on .dropdown-label:before {
  content: "▲";
}
.job .dropdown [type=checkbox] {
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.job .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}
.job .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.job .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--secondaryLight);
  transition: 0.4s;
}
.job .slider:before {
  position: absolute;
  content: "";
  height: 27px;
  width: 27px;
  left: -2px;
  bottom: -3px;
  background-color: white;
  transition: 0.4s;
}
.job input:checked + .slider {
  background-color: var(--secondary);
}
.job input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.job input:checked + .slider:before {
  transform: translateX(28px);
}
.job .slider.round {
  border-radius: 34px;
}
.job .slider.round:before {
  border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
  .job__content__publicity {
    display: none;
  }
}
/*job Application*/
.application {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.application__left {
  flex-basis: 48%;
}
.application__left-title {
  text-align: center;
  margin-top: 3rem;
}
.application__form__login {
  width: 60%;
  margin: 0 auto;
}
.application__form__login__email input {
  box-shadow: none !important;
  border: none !important;
  border-bottom: solid 1px !important;
  padding: 0 0 5px 10px !important;
  background: none !important;
  font-weight: lighter !important;
  color: #000 !important;
}
.application__form__login__input__button {
  margin-top: 2rem;
}
.application__form-title {
  text-align: center;
}
.application__form__signin {
  width: 60%;
  margin: 3rem auto 0 auto;
}
.application__form__signin__btn {
  margin-top: 2rem;
}
.application__form__signin__goto {
  margin-top: 1rem;
}
.application__form__signin__goto i {
  font-size: 2rem;
}

.cv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cv__left {
  flex-basis: 45%;
  margin-top: 2.6rem;
}
.cv__left__title {
  text-align: center;
  margin-left: 5%;
}
.cv__left__form {
  width: 60%;
  margin: 0 auto;
}
.cv__left__form__upload {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cv__left__form__btn {
  margin-top: 3rem;
}
.cv__left__form__btn-cancel {
  margin-top: 2rem;
}
.cv__left__form .help-block {
  color: red;
}

.message {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.message__left {
  flex-basis: 45%;
  width: 60%;
  margin: 0 auto;
}
.message__left__form {
  width: 60%;
  margin: 0 auto;
}
.message__left-title {
  text-align: center;
  margin-top: 3rem;
}
.message__left__letter {
  margin-top: 2rem;
}
.message__left__noletter {
  margin-top: 2rem;
}
.message__left__cancel {
  margin-top: 2rem;
}
.message__left__accordion {
  margin-bottom: 2rem;
}
.message__left__btn__collapsed {
  width: 100%;
}
.message__left__accordion__textArea {
  width: 100%;
}

.success {
  margin: 3rem auto 0 auto;
  text-align: center;
}
.success-title {
  font-size: 1.75rem;
}
.success-link {
  font-size: 1.75rem;
}

.select_item {
  color: var(--primary);
  background: var(--primaryLight);
  border: 1px solid var(--primary);
}

.displayNone {
  display: none;
}

.myPagination a {
  color: black;
  margin-left: 1rem;
}

.currentPage {
  margin-left: 1rem;
  color: #fff;
  background: #000;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.testChevron {
  font-size: 0.8rem;
  font-weight: 900;
}

.myPaginationBottom {
  margin-top: 2rem;
}

.myPaginationTop {
  margin-bottom: 1rem;
}

.postuler__job__detail {
  flex-basis: 48%;
}

.postuler__job__detail .rightHeart, .postuler__job__detail .employer-add-form {
  display: none;
}

@media only screen and (max-width: 992px) {
  .job .filter-icon {
    display: block;
  }
  .job__content__filter {
    min-width: 0%;
    max-width: 0%;
    overflow: hidden;
  }
  .job__content__filter__form {
    width: 0%;
    transition: 0.3s ease;
    overflow: hidden;
    z-index: 4;
    background: #fff;
    margin: -77px auto 0;
    padding: 10vw 0 5vw;
    height: calc(100vh - 60px);
  }
  .job__content__filter__form .bi-x {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
  }
  .job__content__filter__form form {
    width: 90%;
    margin: auto;
    max-width: 90%;
  }
  .job__content__jobs {
    margin: 0px auto;
    max-width: 90%;
    flex-basis: 100%;
  }
  .job__content__jobs__alert {
    width: 100vw;
    margin: 0;
    bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    position: fixed;
  }
  .job-detail {
    flex-wrap: wrap;
  }
  .job-detail__left {
    flex-basis: 100%;
    box-shadow: none;
    border-radius: none;
    overflow: visible;
  }
  .job-detail__right {
    display: none;
  }
  .job-detail .job__content__detail__container {
    padding: 0;
  }
  .job-alert__container {
    flex-direction: column;
    position: relative;
  }
  .job-alert__container__left {
    width: 0%;
    margin: 0 auto 0 0;
  }
  .job-alert__container__right {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .job-alert__container__right__input-label {
    padding: 0 0.8rem;
  }
  .job-alert__container__center {
    width: 90%;
    margin: 0 auto 0 0;
    text-align: left;
  }
  .job-alert__container__remove {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .application__form__login {
    width: 100%;
  }
  .application__form__signin {
    width: 100%;
  }
  .postuler__job__detail .job__content__detail__container {
    padding: 10px 20px;
  }
  .cv__left__form {
    width: 100%;
  }
  .message__left__form {
    width: 100%;
  }
}
.select_item {
  color: var(--primary);
  background: var(--primaryLight);
  border: 1px solid var(--primary);
}

.displayNone {
  display: none;
}

.myPagination a {
  color: black;
  margin-left: 1rem;
}

.currentPage {
  margin-left: 1rem;
  color: #fff;
  background: #000;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.testChevron {
  font-size: 0.8rem;
  font-weight: 900;
}

.myPaginationBottom {
  margin-top: 2rem;
}

.myPaginationTop {
  margin-bottom: 1rem;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .application__left {
    flex-basis: 100%;
  }
  .postuler__job__detail {
    flex-basis: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cv__left {
    flex-basis: 100%;
  }
  .message__left {
    flex-basis: 100%;
  }
}
.employer-preview {
  padding-bottom: 50px;
}
.employer-preview__container {
  margin: 0 auto;
}
.employer-preview-lng {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 100px;
}
.employer-preview-lng-item {
  background: #EBEBEB 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0px 0px;
  padding: 8px 8px 10px;
  margin: 0px 2px;
  cursor: pointer;
  color: #7C7C7C;
  font-weight: bold;
}
.employer-preview-lng .selected-lng {
  color: #fff;
  padding: 10px;
  background: #000;
}
.employer-preview-content .job__content__detail__container {
  box-shadow: none;
  webkit-box-shadow: none;
}
.employer-preview__button {
  width: 30%;
  display: flex;
  justify-content: center;
  margin: 2rem auto 0 auto;
}
.employer-preview__button button {
  margin-left: 1rem;
}
.employer-preview__button a {
  margin-right: 1rem;
  text-align: center;
  border-radius: 4px;
  font-weight: 600;
}
.employer-preview__button a:hover {
  color: #fff;
}

.cart-button {
  color: #fff;
}

.cart-button a:hover {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .job__content__publicity {
    display: none;
  }
}
/*job Application*/
.application {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.application__left {
  flex-basis: 48%;
}
.application__left-title {
  text-align: center;
  margin-top: 3rem;
}
.application__form__login {
  width: 60%;
  margin: 0 auto;
}
.application__form__login__email input {
  box-shadow: none !important;
  border: none !important;
  border-bottom: solid 1px !important;
  padding: 0 0 5px 10px !important;
  background: none !important;
  font-weight: lighter !important;
  color: #000 !important;
}
.application__form__login__input__button {
  margin-top: 2rem;
}
.application__form-title {
  text-align: center;
}
.application__form__signin {
  width: 60%;
  margin: 3rem auto 0 auto;
}
.application__form__signin__btn {
  margin-top: 2rem;
}
.application__form__signin__goto {
  margin-top: 1rem;
}
.application__form__signin__goto i {
  font-size: 2rem;
}

.cv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cv__left {
  flex-basis: 45%;
  margin-top: 2.6rem;
}
.cv__left__title {
  text-align: center;
  margin-left: 5%;
}
.cv__left__form {
  width: 60%;
  margin: 0 auto;
}
.cv__left__form__upload {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cv__left__form__upload .kv-upload-progress .progress {
  background: none;
}
.cv__left__form__upload .kv-upload-progress .progress-bar {
  background: none !important;
  color: #000;
}
.cv__left__form__btn {
  margin-top: 3rem;
}
.cv__left__form__btn-cancel {
  margin-top: 2rem;
}
.cv__left__form .help-block {
  color: red;
}

.message {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.message__left {
  flex-basis: 45%;
  width: 60%;
  margin: 0 auto;
}
.message__left__form {
  width: 60%;
  margin: 0 auto;
}
.message__left-title {
  text-align: center;
  margin-top: 3rem;
}
.message__left__letter {
  margin-top: 2rem;
}
.message__left__noletter {
  margin-top: 2rem;
}
.message__left__cancel {
  margin-top: 2rem;
}
.message__left__accordion {
  margin-bottom: 2rem;
}
.message__left__btn__collapsed {
  width: 100%;
}
.message__left__accordion__textArea {
  width: 100%;
}

.success {
  margin: 3rem auto 0 auto;
  text-align: center;
}
.success-title {
  font-size: 1.75rem;
}
.success-link {
  font-size: 1.75rem;
}

.select_item {
  color: var(--primary);
  background: var(--primaryLight);
  border: 1px solid var(--primary);
}

.displayNone {
  display: none;
}

.myPagination a {
  color: black;
  margin-left: 1rem;
}

.currentPage {
  margin-left: 1rem;
  color: #fff;
  background: #000;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.testChevron {
  font-size: 0.8rem;
  font-weight: 900;
}

.myPaginationBottom {
  margin-top: 2rem;
}

.myPaginationTop {
  margin-bottom: 1rem;
}

.postuler__job__detail {
  flex-basis: 48%;
}

.postuler__job__detail .rightHeart, .postuler__job__detail .employer-add-form {
  display: none;
}

@media only screen and (max-width: 992px) {
  .job .filter-icon {
    display: block;
  }
  .job__content__filter {
    min-width: 0%;
    max-width: 0%;
    overflow: hidden;
  }
  .job__content__filter__form {
    width: 0%;
    transition: 0.3s ease;
    overflow: hidden;
    z-index: 4;
    background: #fff;
    margin: -77px auto 0;
    padding: 10vw 0 5vw;
    height: calc(100vh - 60px);
  }
  .job__content__filter__form .bi-x {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
  }
  .job__content__filter__form form {
    width: 90%;
    margin: auto;
    max-width: 90%;
  }
  .job__content__jobs {
    margin: 0px auto;
    max-width: 90%;
    flex-basis: 100%;
  }
  .job__content__jobs__alert {
    width: 100vw;
    margin: 0;
    bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
    position: fixed;
  }
  .job-detail {
    flex-wrap: wrap;
  }
  .job-detail__left {
    flex-basis: 100%;
    box-shadow: none;
    border-radius: none;
    overflow: visible;
  }
  .job-detail__right {
    display: none;
  }
  .job-detail .job__content__detail__container {
    padding: 0;
  }
  .job-alert__container {
    flex-direction: column;
    position: relative;
  }
  .job-alert__container__left {
    width: 0%;
    margin: 0 auto 0 0;
  }
  .job-alert__container__right {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .job-alert__container__right__input-label {
    padding: 0 0.8rem;
  }
  .job-alert__container__center {
    width: 90%;
    margin: 0 auto 0 0;
    text-align: left;
  }
  .job-alert__container__remove {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .application__form__login {
    width: 100%;
  }
  .application__form__signin {
    width: 100%;
  }
  .postuler__job__detail .job__content__detail__container {
    padding: 10px 20px;
  }
  .cv__left__form {
    width: 100%;
  }
  .message__left__form {
    width: 100%;
  }
}
.select_item {
  color: var(--primary);
  background: var(--primaryLight);
  border: 1px solid var(--primary);
}

.displayNone {
  display: none;
}

.myPagination a {
  color: black;
  margin-left: 1rem;
}

.currentPage {
  margin-left: 1rem;
  color: #fff;
  background: #000;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.testChevron {
  font-size: 0.8rem;
  font-weight: 900;
}

.myPaginationBottom {
  margin-top: 2rem;
  text-align: center;
}

.myPaginationTop {
  margin-bottom: 1rem;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .application__left {
    flex-basis: 100%;
  }
  .postuler__job__detail {
    flex-basis: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .cv__left {
    flex-basis: 100%;
  }
  .message__left {
    flex-basis: 100%;
  }
}
.employer-contact {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}
.employer-contact-left {
  flex-basis: 25%;
}
.employer-contact-left__item {
  flex-basis: 0;
}
.employer-contact-left__item__underline-selected {
  text-decoration: underline;
}
.employer-contact-left hr {
  width: 90%;
  margin-left: 0;
}
.employer-contact-right {
  flex-basis: 72%;
}
.employer-contact-right__contact-us-msg {
  margin-top: 2rem;
}
.employer-contact-right__contact-us-call {
  margin-top: 2rem;
}
.employer-contact-right__contact-us-call a {
  color: var(--primary);
}
.employer-contact-right__contact-us__open-title {
  margin-top: 2rem;
}
.employer-contact-right__contact-us__open__div-table {
  margin-bottom: 4rem;
}
.employer-contact-right__contact-us__open__div-table td {
  padding-right: 2rem;
}
.employer-contact-right__contact-us__div button {
  font-weight: bold;
}
.employer-contact-right__contact-us__div textarea, .employer-contact-right__contact-us__div input {
  border: none;
}
.employer-contact-right__contact-us__div textarea {
  height: 222px;
}
.employer-contact-right__faq {
  margin-bottom: 4rem;
}
.employer-contact-right__faq-title {
  color: var(--primary);
  font-weight: bold;
}
.employer-contact-right__faq-title:not(:first-child) {
  margin-top: 2rem;
}
.employer-contact-right__politique {
  margin-bottom: 4rem;
}
.employer-contact-right__politique-title {
  color: var(--primary);
  font-weight: bold;
  margin-top: 1rem;
}

.contactBtn {
  width: 20%;
}

.contactBtn:hover {
  color: #fff;
}

.selectedContact {
  color: var(--primaryDark);
}

.employer-contact-mobile {
  display: none;
}

@media only screen and (max-width: 576px) {
  .employer-contact {
    margin-top: 1rem;
    display: block;
  }
  .employer-contact-left {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
  }
  .employer-contact-left__item {
    flex-basis: fit-content;
    margin-right: 20px;
    white-space: nowrap;
  }
  .employer-contact-left hr {
    display: none;
  }
  .employer-contact-right {
    margin-top: 30px;
  }
  .employer-contact-mobile {
    margin-top: 2rem;
    margin: 2rem auto 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .employer-contact-right {
    flex-basis: 100%;
  }
  .contactBtn {
    width: 50%;
  }
}
.infolettre {
  background: #fafafa;
  min-height: calc(100vh - 40px);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.infolettre h1 {
  font-weight: bold;
  color: var(--primary);
}
.infolettre p {
  margin-bottom: 30px;
}
.infolettre form {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.infolettre form input {
  margin-bottom: 20px;
  flex-basis: 60%;
  min-width: 300px;
}
.infolettre form button {
  flex-basis: 30%;
  min-width: 200px;
  display: inline;
}
.infolettre-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.infolettre-row-item {
  border-radius: 42px;
  padding: 40px;
  max-width: 600px;
  margin: 50px auto;
  background: white;
  text-align: center;
}
.infolettre__subscribed {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.infolettre__subscribed p {
  margin-bottom: 20px;
  flex-basis: 60%;
  min-width: 300px;
}
.infolettre__subscribed a {
  flex-basis: 30%;
  min-width: 200px;
  display: inline;
}
.infolettre__subscribed input {
  margin-bottom: 20px;
  flex-basis: 60%;
  min-width: 300px;
}

@media only screen and (max-width: 768px) {
  .infolettre-row-item {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .infolettre form input, .infolettre form button {
    flex-basis: 100%;
  }
}
.policy {
  background: #fafafa;
  min-height: calc(100vh - 40px);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.policy p {
  margin: 10px 0 10px 0;
}
.policy h3 {
  margin: 10px 0 10px 0;
}
.policy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.policy-row-item {
  margin-top: 50px;
  margin-bottom: 50px;
  flex-basis: 65%;
}

.charte .color-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.charte .color-item .carre {
  width: 66px;
  height: 66px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: none;
}
.charte .buttons button {
  margin: 10px 0;
}

.company_vip_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
.company_vip_head-logo {
  max-height: 90px;
}
.company_vip_head-link {
  color: var(--primary);
}
.company_vip_head_socials {
  display: flex;
  align-items: center;
}
.company_vip_head_socials a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--primary);
  color: white;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_vip_head_socials a + a {
  margin-left: 20px;
}
.company_vip_head_socials a:hover {
  background: var(--primaryDark);
}
.company_vip_infos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company_vip_infos_title {
  color: var(--primary);
}
.company_vip_infos p {
  font-size: 14px;
}
.company_vip_content {
  margin-top: 40px;
}
.company_vip_content h2 {
  margin-top: 70px;
  margin-bottom: 50px;
}
.company_vip_content_text p {
  font-size: 14px !important;
}
.company_vip_content_job_search {
  background: black;
  padding: 2rem;
  border-radius: 10px;
  margin: 0 0 2rem;
}
.company_vip_content_job_search input {
  width: 100%;
  border-radius: 60px;
  padding: 10px 25px;
}
.company_vip_content_job .job_index-content_list_item {
  background: white;
  border-radius: 13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 15px;
  margin: 0 0 20px;
  cursor: pointer;
}
.company_vip_content_job .job_index-content_list_item-feature {
  border-radius: 20px;
  padding: 2px 1rem;
  border: solid 1px var(--primary);
  background: var(--primary);
  color: #fff;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 1rem;
}
.company_vip_content_job .job_index-content_list_item-title {
  width: -moz-fit-content;
  width: fit-content;
}
.company_vip_content_job .job_index-content_list_item-logo {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 80px;
  max-height: 50px;
}
.company_vip_content_job .job_index-content_list_item-company {
  width: -moz-fit-content;
  width: fit-content;
}
.company_vip_content_job .job_index-content_list_item_infos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.company_vip_content_job .job_index-content_list_item_infos-city {
  margin: 0 25px 0 0;
}
.company_vip_content_job .job_index-content_list_item_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company_vip_content_job .job_index-content_list_item_description {
  height: 0;
  overflow: hidden;
}
.company_vip_content_job .job_index-content_list_item_description button {
  margin: 15px auto;
}
.company_vip_content_job .job_index-content_description {
  display: none;
}
.company_vip_content_job .row {
  margin-right: -15px;
  margin-left: -15px;
}
.company_vip_content_job .col-lg-4,
.company_vip_content_job .col-lg-6,
.company_vip_content_job .col,
.company_vip_content_job .col-lg-8 {
  padding-right: 15px;
  padding-left: 15px;
}
.company_vip_content_images {
  display: grid;
  grid-template-columns: 0.7fr auto;
  grid-gap: 20px;
  position: relative;
  margin: 0 0 3rem;
}
.company_vip_content_images > .image {
  background: center/cover no-repeat, #ccc;
  text-align: center;
}
.company_vip_content_images > .image-1 {
  grid-row: 1/span 2;
  height: 550px;
}
.company_vip_content_images button {
  position: absolute;
  bottom: -20px;
  font-weight: bold;
  left: 70%;
  transform: translate(-50%, 0);
}
.company_vip_benefits {
  background: #00539c;
  color: white;
  padding: 3rem 0;
}
.company_vip_benefits ul {
  list-style-type: none;
}
.company_vip_employes_img {
  background: center/cover no-repeat, #ccc;
  width: 100%;
  height: 220px;
  background: grey;
  position: relative;
}
.company_vip_employes button {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 167px;
}
.company_vip_text {
  padding: 4rem 0;
  background-color: var(--secondary);
}

@media screen and (max-width: 992px) {
  .fancybox-toolbar {
    position: relative;
  }
  .fancybox-button--close {
    position: absolute;
    top: 0;
    right: 0;
  }
  .fancybox-button--zoom {
    position: absolute;
    top: 0;
    left: 0;
  }
  .company_vip {
    padding-bottom: 0;
  }
  .company_vip_head {
    display: block;
    margin: 0;
    text-align: center;
  }
  .company_vip_head-logo {
    display: block;
    margin: auto;
  }
  .company_vip_head button {
    margin: 0.5rem auto 1rem;
  }
  .company_vip_head_socials {
    margin: 1rem 0 0;
    justify-content: center;
  }
  .company_vip_infos {
    display: block;
    text-align: center;
  }
  .company_vip_infos div {
    margin-bottom: 0.75rem;
  }
  .company_vip_infos_title {
    margin-bottom: 0;
  }
  .company_vip_content h2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .company_vip_content_text {
    margin-top: 40px;
  }
  .company_vip_content_images {
    grid-template-columns: 1fr;
  }
  .company_vip_content_images > .image {
    height: 550px;
  }
  .company_vip_content_images button {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .company_vip_content_images > .image {
    height: 470px;
  }
}
@media screen and (max-width: 575px) {
  .company_vip .blog-search-partiel__img {
    width: 140px;
  }
  .company_vip_content_images > .image {
    height: 340px;
  }
}