
.jj-content {
  line-height: 1.5;
  font-size: 16px;
}



/*********************************************
 * CUSTOM CONTROL
 *********************************************/
.jj-content .custom-control {
  position: relative;
  display: block;
  min-height: 1.5em;
  padding-left: 1.5em; }

#postes__items .custom-control {
  padding-left: 3em; }
  #postes__items .custom-control .li-select-postes-preview {
    position: absolute;
    top: 3px;
    left: 0px; }

.jj-content .custom-control-inline {
  display: inline-flex;
  margin-right: 1em; }

.jj-content .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1em;
  height: 1.25em;
  opacity: 0; }
  .jj-content .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .jj-content .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2em rgba(0, 123, 255, 0.25); }
  .jj-content .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .jj-content .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .jj-content .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .jj-content .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.jj-content .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .jj-content .custom-control-label::before {
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    display: block;
    width: 1em;
    height: 1em;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .jj-content .custom-control-label::after {
    position: absolute;
    top: 0.25em;
    left: -1.5em;
    display: block;
    width: 1em;
    height: 1em;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.jj-content .custom-checkbox .custom-control-label::before {
  border-radius: 0.25em; }

.jj-content .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.jj-content .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.jj-content .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.jj-content .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.jj-content .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.jj-content .custom-radio .custom-control-label::before {
  border-radius: 50%; }

.jj-content .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.jj-content .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.jj-content .custom-switch {
  padding-left: 2.25em; }
  .jj-content .custom-switch .custom-control-label::before {
    left: -2.25em;
    width: 1.75em;
    pointer-events: all;
    border-radius: 0.5em; }
  .jj-content .custom-switch .custom-control-label::after {
    top: calc(0.25em + 2px);
    left: calc(-2.25em + 2px);
    width: calc(1em - 4px);
    height: calc(1em - 4px);
    background-color: #adb5bd;
    border-radius: 0.5em;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .jj-content .custom-switch .custom-control-label::after {
        transition: none; } }
  .jj-content .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75em); }
  .jj-content .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }


.jj-content .jbform-select {
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 7px; }

.jj-content .jbform-select__search {
  height: auto;
  padding: 7px 15px;
  line-height: 1;
  font-size: 0.875em;
}

.jj-content .jbform-select__items {
  /* padding: 0px 0px 0px 10px; */
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  height: 275px;
  overflow-x: hidden;
  overflow-y: auto; }
  .jj-content .jbform-select__items .item {
    margin: 4px 0px;
    font-size: 0.75em;
    color: #061e34;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 600; }




/*********************************************
 * BANNIERE
 *********************************************/
.jj-banner {
  padding: 50px 0px 25px;
  margin-bottom: 30px;
  background: linear-gradient(to bottom, rgba(17, 103, 179, 0.7), rgba(17, 103, 179, 0.7)), url("https://source.unsplash.com/wVh5grSMYaY/1600x900") no-repeat center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff; }
  .jj-banner .banner__title,
  .jj-banner .banner__date {
    text-align: center;
    text-transform: uppercase;
    color: inherit; }
  .jj-banner .banner__title {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 2em;
    line-height: 1.1;
    margin-bottom: 0;
    font-weight: 700; }
  .jj-banner .banner__date {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 1.25em;
    margin-bottom: 0px; }
  .jj-banner .banner__content {
    width: 100%;
    padding: 0.5em 0px;
    text-align: center; }
  .jj-banner .banner__description {
    margin: 0.5em 0px;
    font-size: 0.8em;
    line-height: 1.2; }
  .jj-banner .banner__cta {
    margin: 0.5em 0px;
    text-align: center; }
    .jj-banner .banner__cta .text {
      margin-bottom: 10px;
      font-size: 1.25em; }
    .jj-banner .banner__cta .btn {
      font-size: 0.75em;
      white-space: nowrap; }
  @media (min-width: 768px) {
    .jj-banner .banner__title {
      font-size: 3em;
      font-weight: 700; }
    .jj-banner .banner__date {
      font-size: 2.25em; }
    .jj-banner .banner__content {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      text-align: left; }
    .jj-banner .banner__description {
      padding-right: 15px;
      flex: 1 1 auto; } }


/*********************************************
 * JOBDATING CONTENT
 *********************************************/
.jj-content .jbform__subtitle {
  font-size: 0.925em;
  margin-bottom: 15px; }
.jj-content .col--postes .col__inner,
.jj-content .col--entreprises .col__inner {
  height: 100%;
  background: #ffffff;
  padding: 25px; }
.jj-content .jobdating__infos {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-size: 0.75em;
  color: #BBB;
  margin-bottom: 35px; }
  .jj-content .jobdating__infos > li::before {
    content: '';
    display: inline-block;
    /* vertical-align: middle; */
    width: 6px;
    height: 6px;
    background: #1167B3;
    margin-right: 5px;
    border-radius: 50%; }
.jj-content .col--poste {
  padding-right: 10px; }
.jj-content .entreprises__subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px; }
  .jj-content .entreprises__subtitle .jbform__subtitle {
    flex: 1 1 auto;
    margin: 4px 0px; }
.jj-content .select-all {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto; }
  .jj-content .select-all .select-all-label {
    font-weight: 600;
    font-size: 0.75em;
    margin: 0px;
    margin-right: 5px; }
.jj-content .entreprises__items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
.jj-content .entreprise__item {
  margin-bottom: 1.5em;
  width: 48%;
  margin-right: 2%; }
  .jj-content .entreprise__item:nth-child(2n) {
    margin-right: 0px; }
  .jj-content .entreprise__item .entreprise__name {
    text-align: center;
    font-size: 0.875em;
    color: #061e34;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
    margin: 0.5em 0px 0px;
    text-transform: uppercase; }
  .jj-content .entreprise__item .entreprise__box {
    width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #eeeeee;
    padding: 5px 10px 10px;
    border-radius: 7px; }
  .jj-content .entreprise__item .entreprise__check {
    margin-bottom: 5px; }
  .jj-content .entreprise__item .entreprise__img {
    width: 100%;
    padding: 45%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
  @media (min-width: 576px) {
    .jj-content .entreprise__item {
      width: 32%;
      margin-right: 2%; }
      .jj-content .entreprise__item:nth-child(2n) {
        margin-right: 2%; }
      .jj-content .entreprise__item:nth-child(3n) {
        margin-right: 0; } }
  /* @media (min-width: 1200px) {
    .jj-content .entreprise__item {
      width: 23%;
      margin-right: 2.66%; }
      .jj-content .entreprise__item:nth-child(2n) {
        margin-right: 2.66%; }
      .jj-content .entreprise__item:nth-child(3n) {
        margin-right: 2.66%; }
      .jj-content .entreprise__item:nth-child(4n) {
        margin-right: 0; } } */
.jj-content .submit-wrapper {
  text-align: right; }
  .jj-content .submit-wrapper .btn {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 0.75em; }






/*********************************************
 * MODAL JOBS PREVIEW
 *********************************************/
.preview__descriptions_list .description__company,
.preview__descriptions_list .description__recruter,
.preview__descriptions_list .description__locations {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.325em;
  color: #061e34; }
.preview__descriptions_list .preview__description_item {
  padding: 1em 0px;
  border-bottom: 1px solid #cccccc; }
  .preview__descriptions_list .preview__description_item:last-child {
    border-bottom: none; }
.preview__descriptions_list .description__company {
  font-size: 1.25em; }
.preview__descriptions_list .description__info {
  margin-bottom: 0.5em;
  margin-top: 1em; }
  .preview__descriptions_list .description__info h3 {
    font-size: 1em;
    font-weight: normal;
    margin: 0px 0px 0.5em;
    color: inherit; }
  .preview__descriptions_list .description__info .description__content {
    font-size: 0.75em;
    max-height: 100px;
    overflow: hidden; }
  .preview__descriptions_list .description__info .description__content.opened {
    max-height: none;
    overflow: visible; }
  .preview__descriptions_list .description__info .preview__description__toggle {
    margin-top: 1em;
    padding: 0.325em 0.75em;
    font-size: 0.75em;
    min-height: auto;
    height: auto;
    width: auto;
    text-transform: none;
    border-radius: 5px;
    line-height: 1; }

#jobdatingJobPreviewModal .modal-content {
  border-radius: 0px;
  border: 4px solid #061e34;
}
#jobdatingJobPreviewModal  .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}





/*********************************************
 * MODAL COMPANY PREVIEW
 *********************************************/
#companyModal .companyModal__locations,
#companyModal .companyModal__functions {
  list-style-type: disc;
  padding-left: 30px; }
#companyModal .companyModal__functions li:not(.btn),
#companyModal .companyModal__locations li:not(.btn) {
  font-size: 0.825em;
  margin-bottom: 5px; }
#companyModal .companyModal__video iframe {
  margin-top: 15px;
  width: 100%;
  border: none; }
#companyModal .companyModal__info_back {
  padding: 10px 12px;
  width: auto;
  margin-bottom: 20px;
  height: auto;
  line-height: 1;
  min-height: auto;
  border-radius: 3px; }
#companyModal .companyModal__info h5 {
  margin-bottom: 0.5em;
}




.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1167b4;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  background-color: #d60d30;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  background-color: #d60d30;
  animation-delay: 0.9s;
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.loader-box {
  background-color:rgba(255,255,255,0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/*********************************************
 * INSCRIPTION
 *********************************************/
.jj-subscribe__form .submit-wrapper {
  margin-top: 3em;
  margin-bottom: 3em; }
.jj-subscribe__form .btn-submit {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

/*********************************************
 * INSCRIPTION - Ajout poste
 *********************************************/
.jj-subscribe__postes_villes {
  max-width: 100%; }
  .jj-subscribe__postes_villes .jj-subscribe__add_job_wrapper {
    text-align: center;
    margin-bottom: 20px; }
  .jj-subscribe__postes_villes .jj-subscribe__autocomplete {
    position: relative; }
    .jj-subscribe__postes_villes .jj-subscribe__autocomplete .fa {
      position: absolute;
      top: 15px;
      right: 10px;
      font-size: 28px;
      display: none; }
      .jj-subscribe__postes_villes .jj-subscribe__autocomplete .loading ~ .fa {
        display: block;
      }
    .jj-subscribe__postes_villes .jj-subscribe__autocomplete .autocomplete__list {
      position: absolute;
      top: 100%;
      left: 0px;
      right: 0px;
      background: #ffffff;
      padding: 0px;
      margin: 0px;
      list-style-type: none;
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
      .jj-subscribe__postes_villes .jj-subscribe__autocomplete .autocomplete__list li {
        cursor: pointer;
        padding: 7px 10px; }
        .jj-subscribe__postes_villes .jj-subscribe__autocomplete .autocomplete__list li + li {
          border-top: 1px solid #eeeeee; }
  .jj-subscribe__postes_villes .jj-subscribe__job_group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .jj-subscribe__postes_villes .jj-subscribe__job_group .form-control {
      flex: 0 0 65% }
    .jj-subscribe__postes_villes .jj-subscribe__job_group .jj-subscribe__job_edit {
      padding: 5px 10px;
      line-height: 1.4;
      font-size: 0.825em; }
  .jj-subscribe__postes_villes #jj-subscribe__postes,
  .jj-subscribe__postes_villes #jj-subscribe__villes {
    line-height: 1.4;
    padding: 0px;
    margin: 0px 0px 10px;
    list-style-type: none; }
    .jj-subscribe__postes_villes #jj-subscribe__postes li,
    .jj-subscribe__postes_villes #jj-subscribe__villes li {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      align-items: center;
      padding: 3px 0px 3px 10px;
      border-bottom: 1px solid #eeeeee; }
      .jj-subscribe__postes_villes #jj-subscribe__postes li .text,
      .jj-subscribe__postes_villes #jj-subscribe__villes li .text {
        flex: 1 1 auto; }
      .jj-subscribe__postes_villes #jj-subscribe__postes li .row-action,
      .jj-subscribe__postes_villes #jj-subscribe__villes li .row-action {
        flex: 0 0 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: 5px;
        color: #ffffff;
        cursor: pointer;
        border: 1px solid #eeeeee; }
      .jj-subscribe__postes_villes #jj-subscribe__postes li .remove,
      .jj-subscribe__postes_villes #jj-subscribe__villes li .remove {
        background: #d60d30; }
      .jj-subscribe__postes_villes #jj-subscribe__postes li .edit,
      .jj-subscribe__postes_villes #jj-subscribe__villes li .edit {
        background: #155ea9; }

.jj-subscribe__separator {
  margin: 2em 0px;
  border-bottom: 1px solid #eeeeee;
}