﻿/**********/
/* PUBLIC */
/**********/

/*************/
/* Employers */
/*************/

.slide {
  width: 43%;
}

@media (max-width: 991px) {
  .slide {
    width: 90%;
  }
}

/* ALL */

.wrap-desktop {
  flex-wrap: wrap;
}

.profile-card-wrapper {
  position: relative;
  margin: 0 2% 2% 0;
  padding: 20px 25px 0;
  display: flex;
  flex-direction: column;
  min-height: 400px; /* Set a fixed height for uniformity */
  box-sizing: border-box;
}

.profile-card-infos-wrapper {
  flex-grow: 1;
}

.profile-card-buttons-wrapper {
  margin-top: auto;
}

@media (max-width: 479px) {
  .profile-card-wrapper {
    margin: 0 0 2% 0;
    padding: 20px 25px 0;
    min-width: 100%;
    height: auto; /* Allow flexibility on smaller screens */
  }
}

@media (max-width: 991px) {
  .profile-card-wrapper {
    margin: 0 2% 2% 0;
    padding: 20px 25px 0;
  }
}

.profile-card-postal-code {
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #424b5a;
  font-size: 1em;
  font-weight: 700;
}

.profile-card-name {
  color: #263540;
  font-size: 1em;
  font-weight: unset;
}

.wrapper.dashboard {
  overflow-x: hidden;
  overflow-y: auto;
}

.flex.wrap.content-center {
  justify-content: center;
}

#syndy .field {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

.section.modal.fullscreen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.modal-container {
  overflow-y: auto;
}

.pop-up-wrapper {
  top: 40px;
  position: absolute;
  margin-bottom: 0px;
}

.notication-icon {
  position: relative !important;
}

.number-notifications {
  right: 0 !important;
}

select.field.dark option {
  color: #424b5a;
}

#syndy .divider {
  border-color: #c7d2da;
  margin-bottom: -5px;
}

#syndy .divider.profile-card {
  margin: 10px auto;
}

#syndy .pop-close-button {
  top: -20px;
}

#syndy .log-off .link-block-dashboard {
  background-color: transparent;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #263540;
  line-height: 1.5em;
}

#syndy .log-off .link-block-dashboard:hover {
  color: #1468b3;
}

#syndy .menu-mobile .log-off .link-block-dashboard {
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #263540;
  line-height: 1.5em;
}

#syndy .menu-mobile .log-off .link-block-dashboard:hover {
  margin: 0;
  padding: 0;
  color: #1468b3;
}

#syndy label.picture-upload {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.form-block .col {
  padding-top: 0;
  padding-bottom: 0;
}

.form-block .w-input {
  max-width: 100%;
}

.form-block .w-select {
  max-width: 100%;
}

.text-error {
  color: #f2994a !important;
}

.field.error {
  border-color: #f2994a !important;
}

#syndy input.field._w-icon.password:-internal-autofill-selected {
  background-image: url(../images/Lock.svg) !important;
  background-color: transparent !important;
}

#syndy input.field._w-icon.mail:-internal-autofill-selected {
  background-image: url(../images/ic_mail_outline.svg) !important;
  background-color: transparent !important;
}

fieldset > legend {
  font-size: inherit;
}

fieldset > p {
  max-width: 100%;
}

.wrapper-dashboard .navigation-dashboard {
  z-index: 999 !important;
}

.wrapper-dashboard .notifications {
  z-index: 999 !important;
}

@media (min-width: 768px) {
  .wrapper-dashboard {
    height: 100vh;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .wrapper-dashboard.show-menu-mobile .menu-mobile {
    opacity: 1;
    display: flex;
  }

  .wrapper-dashboard.show-menu-mobile .wrapper.dashboard {
    display: none;
  }

  .wrapper-dashboard .branding.desktop {
    z-index: 999;
  }

  .wrapper-dashboard .menu-mobile {
    background-color: transparent;
    overflow: auto;
    top: 100px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999;
    height: calc(100vh - 100px);
  }

  .wrapper-dashboard .menu-mobile .block-menu {
    display: block;
    background-color: #f2f5f7;
    height: auto;
    min-height: calc(100vh - 100px);
  }

  .wrapper-dashboard .menu-mobile .text-link {
    display: block;
  }
}

.fiche-prix-wrapper {
  position: relative;
}

.fiche-prix-wrapper.fiche-prix-additional-profile {
  margin-top: 140px;
  background-color: #1bb682;
  margin-left: -2%;
  color: white !important;
}

@media (max-width: 991px) {
  .fiche-prix-wrapper.fiche-prix-additional-profile {
    margin-left: 2%;
    margin-top: -2%;
  }
}

.fiche-prix-wrapper.fiche-prix-additional-profile h3,
.fiche-prix-wrapper.fiche-prix-additional-profile .tiny,
.fiche-prix-wrapper.fiche-prix-additional-profile .p-tiny,
.fiche-prix-wrapper.fiche-prix-additional-profile .text-grey {
  color: white;
}

.fiche-prix-wrapper.fiche-prix-additional-profile .type-abo {
  background-color: #14825d;
  color: white;
}

.fiche-prix-wrapper.fiche-prix-additional-profile .icon-abo {
  background-color: #14825d;
  color: white;
}

.fiche-prix-wrapper.fiche-prix-additional-profile .divider.price {
  background-color: #14825d;
  color: white;
}

.price-filler {
  flex: 1;
}

.description-price .description-item {
  font-size: 0.9em;
  text-align: left;
  justify-self: left;
  margin-bottom: 5px;
  align-self: start;
  margin-left: 30px;
  margin-right: 30px;
  display: list-item;
}

.syndy-spinner {
  position: relative;
  margin-left: 10px;
  left: unset;
  width: 28px;
  height: 28px;
  margin-top: -20px;
}

.toggle-renewal-button .syndy-spinner {
  margin-top: -5px;
  margin-bottom: -5px;
}

.button.box .syndy-spinner {
  width: 19px;
  height: 19px;
  margin-top: 0;
}

#syndy .wrapper-notifications {
  display: block;
}

#syndy button {
  outline: none;
}

.inline-select {
  width: auto;
  display: inline-block;
  margin-right: 0.3em;
  margin-left: 0.3em;
}

.button.outline {
  background-color: transparent;
}

.arrow {
  background-image: unset;
}

.input-group .input-group-text {
  min-width: 40px;
}

.input-group > .field.w-input {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.icon-abo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.notification-element-wrapper .image-notifications {
  overflow: hidden;
}

.notification-element-wrapper .image-notifications > * {
  width: 60px;
  height: 60px;
}

.notification-element-wrapper:hover {
  background-color: #f2f5f7;
  cursor: pointer;
}

.notification-element-wrapper .notification-status {
  width: 16px;
  height: 16px;
}

/* CUSTOM */

/* card & card loader */

.profile-card-wrapper {
  max-width: 280px;
  justify-content: start;
}

.profile-card-wrapper.disabled {
  opacity: 0.7;
}

.profile-card-socials-wrapper {
  margin: 0;
}

.profile-card-infos-container {
  max-width: 100%;
}

/*@media (max-width: 991px) {
    .profile-card-wrapper {
        max-width: none;
    }

    .profile-card-socials-wrapper {
        margin: 0 8px;
    }
}*/

.profile-card-wrapper.loader {
  position: relative;
  overflow: hidden;
}

.profile-card-wrapper.loader:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.35), rgba(0, 0, 0, 0));
  -ms-transform: translateX(-150%);
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  -ms-animation: loading 1.5s infinite;
  -webkit-animation: loading 1.5s infinite;
  animation: loading 1.5s infinite;
}

.profile-card-wrapper.loader .profile-card-name {
  width: 150px;
  color: #c7d2da;
  background-color: #c7d2da;
  font-size: unset;
  font-weight: unset;
  height: 1.2em;
  margin: 8px;
  padding: 0;
}

.profile-card-wrapper.loader .profile-card-fonction {
  width: 110px;
  color: #c7d2da;
  background-color: #c7d2da;
  font-size: unset;
  font-weight: unset;
  height: 1.2em;
  margin: auto;
  padding: 0;
}

.profile-card-wrapper.loader .profile-card-description {
  width: 180px;
  color: #c7d2da;
  background-color: #c7d2da;
  font-size: unset;
  font-weight: unset;
  height: 1.2em;
  margin: 30px 0 5px 0;
  padding: 0;
}

.profile-card-description {
  max-width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.profile-card-wrapper.loader .profile-card-socials-wrapper {
  margin: 0;
}

/*@media (max-width: 479px) {
    .profile-card-wrapper.loader .profile-card-name {
        width: 100px;
        margin: 8px;
        padding: 0;
    }

    .profile-card-wrapper.loader .profile-card-fonction {
        width: 80px;
        margin: 0 8px;
        padding: 0;
    }

    .profile-card-wrapper.loader .profile-card-description {
        width: 170px;
        margin: 20px 0;
        padding: 0;
    }

    .profile-card-wrapper.loader .profile-card-socials-wrapper {
        margin: 0 8px;
    }
}*/

@keyframes loading {
  100% {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.main {
  padding-top: 0px;
}

/* color */

.blue {
  background-color: #1468b3 !important;
}

.green {
  background-color: #1bb682 !important;
}

.dark-blue {
  background-color: #263540 !important;
}

.dark-grey {
  background-color: #424b5a !important;
}

.orange {
  background-color: #f2994a !important;
}

.disabled {
  background-color: #e7ebef !important;
}

.text-blue {
  color: #1468b3 !important;
}

.text-green {
  color: #1bb682 !important;
}

a.text-green:hover {
  color: #148861 !important;
}

.text-dark-blue {
  color: #263540 !important;
}

.text-dark-grey {
  color: #424b5a !important;
}

.text-orange {
  color: #f2994a !important;
}

.text-disabled {
  color: #e7ebef !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-blue {
  border-color: #1468b3 !important;
}

.border-green {
  border-color: #1bb682 !important;
}

.border-dark-blue {
  border-color: #263540 !important;
}

.border-dark-grey {
  border-color: #424b5a !important;
}

.border-orange {
  border-color: #f2994a !important;
}

/* tag */

.wrapper-label {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 10px 20px 10px 0;
  padding: 4px 12px;
  border-radius: 4px;
}

.wrapper-label.clickable {
  cursor: pointer;
}

.wrapper-label p {
  margin: 0 15px 0 0;
}

.wrapper-label span {
  cursor: pointer;
}

.wrapper-label.dark-blue {
  background-color: #263540;
  color: #ffffff;
}

.wrapper-label.dark-grey {
  background-color: #424b5a;
  color: #ffffff;
}

.wrapper-label.blue {
  background-color: #1468b3;
  color: #ffffff;
}

.wrapper-label.green {
  background-color: #1bb682;
  color: #ffffff;
}

.wrapper-label.orange {
  background-color: #f2994a;
  color: #ffffff;
}

.wrapper-label.white {
  background-color: #ffffff;
  color: #263540;
}

/* nav */

.navigation-dashboard a .icon::before,
.navigation-dashboard a .icon {
  text-decoration: none !important;
}

.navigation-dashboard a:hover .icon::before,
.navigation-dashboard a:hover .icon {
  text-decoration: none !important;
}

.navigation-dashboard a:active .icon::before,
.navigation-dashboard a:active .icon {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .navigation-dashboard,
  .wrapper.dashboard {
    min-height: 100vh;
    height: auto;
  }
}

/* util */

.cursor-alias {
  cursor: alias !important;
}

.cursor-all-scroll {
  cursor: all-scroll !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-cell {
  cursor: cell !important;
}

.cursor-context-menu {
  cursor: context-menu !important;
}

.cursor-col-resize {
  cursor: col-resize !important;
}

.cursor-copy {
  cursor: copy !important;
}

.cursor-crosshair {
  cursor: crosshair !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-e-resize {
  cursor: e-resize !important;
}

.cursor-ew-resize {
  cursor: ew-resize !important;
}

.cursor-grab {
  cursor: -webkit-grab !important;
  cursor: grab !important;
}

.cursor-grabbing {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-n-resize {
  cursor: n-resize !important;
}

.cursor-ne-resize {
  cursor: ne-resize !important;
}

.cursor-nesw-resize {
  cursor: nesw-resize !important;
}

.cursor-ns-resize {
  cursor: ns-resize !important;
}

.cursor-nw-resize {
  cursor: nw-resize !important;
}

.cursor-nwse-resize {
  cursor: nwse-resize !important;
}

.cursor-no-drop {
  cursor: no-drop !important;
}

.cursor-none {
  cursor: none !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-progress {
  cursor: progress !important;
}

.cursor-row-resize {
  cursor: row-resize !important;
}

.cursor-s-resize {
  cursor: s-resize !important;
}

.cursor-se-resize {
  cursor: se-resize !important;
}

.cursor-sw-resize {
  cursor: sw-resize !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-w-resize {
  cursor: w-resize !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-zoom-in {
  cursor: zoom-in !important;
}

.cursor-zoom-out {
  cursor: zoom-out !important;
}

.pre {
}

.pre p {
  max-width: none;
}

.dashboard .tabs {
  width: 100%;
}

.button.solid.color-accent-1.disabled {
  border-color: #e7ebef !important;
  color: gray;
}

.client-block {
  background: white;
  padding: 20px 2%;
}

.client-block img {
  height: 80px;
}

.wrap-center {
  justify-content: center;
}

.container-img-profile {
  background-position: center;
}

.container-img-profile.cli-1 {
  background-image: url('../images/clients/tony.jpg');
}

.container-img-profile.cli-2 {
  background-image: url('../images/clients/gaetano.jpg');
}

.container-img-profile.cli-3 {
  background-image: url('../images/clients/gregory-v.jpg');
}

.container-img-profile.cli-4 {
  background-image: url('../images/clients/geoffrey-miatton.jpg');
}

.container-img-profile.emp-1 {
  background-image: url('../images/profils/syndy-employe-1.jpg');
}

.container-img-profile.emp-2 {
  background-image: url('../images/profils/syndy-employe-2.jpg');
}

.container-img-profile.emp-3 {
  background-image: url('../images/profils/syndy-employe-3.jpg');
}

.container-img-profile.emp-4 {
  background-image: url('../images/profils/syndy-employe-4.jpg');
}

.container-img-profile.emp-5 {
  background-image: url('../images/profils/syndy-employe-5.jpg');
}

.tabs-content-log {
  overflow-y: auto;
  max-height: 75vh;
}

.show-loading-animation.rect-shape,
.show-loading-animation.round-shape,
.show-loading-animation.text-row,
.show-loading-animation .rect-shape,
.show-loading-animation .round-shape,
.show-loading-animation .text-row {
  animation: react-placeholder-pulse 1.5s infinite;
}

@keyframes react-placeholder-pulse {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.6;
  }
}

spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pricing-backdrop {
  background-color: #f2f5f7aa;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  display: none;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.pricing-backdrop.show {
  display: flex !important;
}

.price-note {
  padding: 9px 10px;
  margin: 0;
}

.filler {
  flex: 1;
}

.tabs-menu.pricing-tabs-menu {
  max-width: 920px;
}

.backdrop-content {
  margin-left: auto;
  margin-right: auto;
  background-color: #1468b3;
  color: white;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.backdrop-content .spinner {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.text-counter {
  margin-right: 1.5em;
  text-align: center;
}

.transitionStep {
  filter: grayscale(1);
}

.transitionStep.accomplished {
  filter: grayscale(0);
}

/** JOB OFFERS */

.job-offer-item-wrapper {
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c7d2da;
  border-radius: 4px;
  margin: 0 2% 2% 0;
  padding: 20px 25px;
}

.job-offer-item-wrapper .job-offer-edit,
.job-offer-item-wrapper .job-offer-close,
.job-offer-item-wrapper .job-offer-publish {
  margin-right: 10px;
  align-self: center;
}

.job-offer-item-wrapper .job-offer-infos {
  min-width: 60%;
  width: auto;
}

.job-offer-item-wrapper .job-offer-actions {
  width: auto;
}

@media (max-width: 769px) {
  .job-offer-item-wrapper .job-offer-infos {
    min-width: 100%;
    width: auto;
  }
}

.job-offer-item-wrapper .job-offer-function a {
  font-weight: bold;
}

.job-offer-item-wrapper .job-offer-function,
.job-offer-item-wrapper .job-offer-zone {
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-offer-item-wrapper .job-offer-status,
.job-offer-item-wrapper .job-offer-details,
.job-offer-item-wrapper .job-offer-validity {
  align-self: center;
  margin-right: 20px;
}

.job-offer-item-wrapper .job-offer-details,
.job-offer-item-wrapper .job-offer-validity {
  flex: 1;
}

.job-offer-item-wrapper .job-offer-function::first-letter {
  text-transform: uppercase;
}

.job-offer-item-wrapper.loader {
  position: relative;
  overflow: hidden;
}

.job-offer-item-wrapper.loader:after {
  content: '';
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.35), rgba(0, 0, 0, 0));
  -ms-transform: translateX(-150%);
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  -ms-animation: loading 1.5s infinite;
  -webkit-animation: loading 1.5s infinite;
  animation: loading 1.5s infinite;
}

.job-offer-item-wrapper.loader .job-offer-item-infos-wrapper {
  width: 100%;
  color: #f2f5f7;
  background-color: #f2f5f7;
  font-size: unset;
  font-weight: unset;
  margin: 8px;
  padding: 0;
}

.job-offer-item-wrapper.loader .job-offer-item-infos-wrapper .job-offer-function,
.job-offer-item-wrapper.loader .job-offer-item-infos-wrapper .job-offer-zone {
  width: 250px;
  color: #c7d2da;
  background-color: #c7d2da;
  font-size: unset;
  font-weight: unset;
  height: 1.2em;
  margin: 8px;
  padding: 0;
}

.job-offer-item-wrapper.loader .job-offer-item-infos-wrapper .job-offer-status,
.job-offer-item-wrapper.loader .job-offer-item-infos-wrapper .job-offer-validity {
  width: 250px;
  color: #c7d2da;
  justify-self: center;
  align-self: center;
  background-color: #c7d2da;
  font-size: unset;
  font-weight: unset;
  height: 1.2em;
  margin: 8px;
  padding: 0;
}

.job-offer-item-wrapper.loader .job-offer-item-infos-wrapper .job-offer-edit {
  width: 250px;
  color: #c7d2da;
  justify-self: center;
  align-self: center;
  background-color: #c7d2da;
  font-size: unset;
  font-weight: unset;
  height: 2.4em;
  margin: 8px;
  padding: 0;
}

.job-offer-item-wrapper.loader .job-offer-item-infos-wrapper .job-offer-close {
  width: 250px;
  color: #c7d2da;
  justify-self: center;
  align-self: center;
  background-color: #c7d2da;
  font-size: unset;
  font-weight: unset;
  height: 2.4em;
  margin: 8px;
  padding: 0;
}

.box-shadow {
  box-shadow: 0 0.6px 0.5px rgba(0, 0, 0, 0.034), 0 1.7px 1.3px rgba(0, 0, 0, 0.048),
    0 3.5px 2.5px rgba(0, 0, 0, 0.06), 0 6.3px 4.5px rgba(0, 0, 0, 0.072),
    0 11.8px 8.4px rgba(0, 0, 0, 0.086), 0 18px 10px rgba(0, 0, 0, 0.12);
}

.capitalize-first:first-letter {
  text-transform: uppercase;
}

.text-fullwidth-prewrap {
  white-space: pre-wrap;
  max-width: 100%;
}

@media (max-width: 767px) {
  .placeholder-notification.mobile {
    width: 50px;
    height: 44px;
  }

  .branding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .notifications {
    position: absolute;
    top: 5px;
    right: 10px;
  }

  .notifications .notication-icon {
    z-index: 9999 !important;
    width: 50px;
    height: 44px;
  }
}

.location-label {
  text-transform: lowercase;
}

.location-label::first-letter {
  text-transform: capitalize;
}

/* common */
.ribbon {
  width: 110px;
  height: 110px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #f2994a;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 8px 0;
  background-color: #f2994a;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 14px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon.nbec::before,
.ribbon.nbec::after {
  border: 5px solid #124479;
}

.ribbon.nbec span {
  background: linear-gradient(135deg, #4295a1 20%, #99cc4b 90%);
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -50px;
  top: 27px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -50px;
  top: 27px;
  transform: rotate(45deg);
}

.chip {
  display: inline-block;
  padding: 0 25px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  border-radius: 25px;
  background-color: #f1f1f1;
  margin-bottom: 12px;
  font-weight: bold;
}

/**********/
/* SLIDER */
/**********/

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 9));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 9));
  }
}

.partner-slider {
  background: white;
  box-shadow: 0 0 0 -5px rgba(0, 0, 0, 0.125);
  min-height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.partner-slider::before,
.partner-slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: '';
  height: 100px;
  position: absolute;
  width: 250px;
  z-index: 2;
}

.partner-slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.partner-slider::before {
  left: 0;
  top: 0;
}

.partner-slider .slide-track-jobs {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 18);
  gap: 20px;
  min-height: 14rem;
  align-items: center;
}

.partner-slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(400px * 18);
  gap: 20px;
  min-height: 14rem;
  align-items: center;
}

.partner-slider .slide-track-jobs .card-preview-job-offer,
.partner-slider .slide-track .partner-slide {
  flex: 0 0 auto;
  width: 250px; 
}
.partner-slider .partner-slide {
  height: 100px;
  width: 250px;
  flex: 1 0 auto;
}

.partner-slider .partner-slide img {
  margin-left: auto;
  margin-right: auto;
}

.card-preview-job-offer {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 4px;
  min-width: 400px;
  height: 220px;
}

.card-preview-job-offer .sector {
  font-size: 16px;
  font-weight: bold;
}

.card-preview-job-offer .function {
  font-size: 16px;
  text-transform: capitalize;
}

.card-preview-job-offer .contract {
  font-size: 14px;
  color: #777;
}

.card-preview-job-offer .location {
  font-size: 14px;
  color: #777;
}

.card-preview-job-offer .salary-benefits {
  display: flex;
  flex-direction: column;
}

.card-preview-job-offer .salary-benefits .salary {
  font-size: 14px;
  margin-bottom: -20px;
  font-weight: bold;
}

.card-preview-job-offer .benefits span {
  margin-right: 5px;
}

.card-preview-job-offer .more {
  background-color: #e0e0e0;
  padding: 3px 8px;
  border-radius: 20px;
}

.partner-slider .slide-track-jobs {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 18);
}

.partner-slider .job-offer-slide {
  padding: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  min-width: 280px;
  width: 100%;
  height: 150px;
}

.partner-slider .job-offer-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  color: #333;
}

.partner-slider .job-offer-location {
  font-size: 14px;
  color: #777;
}

.partner-slider .job-offer-benefits {
  font-size: 16px;
  font-weight: bold;
  color: #007bff;
}

.search-employee-header {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .search-employee-header {
    flex-direction: column-reverse;
    justify-content: start;
  }
}

.home-half-button {
  width: 183px;
}

.home-full-button {
  width: 380px;
}

@media (min-width: 767px) {
  .home-half-button {
    width: 220px;
  }

  .home-full-button {
    width: 460px;
  }
}



/* Stripe Elements Component - Namespaced with stripe-element- prefix */
.stripe-element-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.stripe-element-form {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
}

.stripe-element-form-group {
  margin-bottom: 20px;
}

.stripe-element-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #424770;
  font-size: 14px;
}

.stripe-element-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: white;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.stripe-element-input:focus {
  outline: none;
  border-color: #1468b3;
  box-shadow: 0 1px 3px 0 #e6ebf1;
}

.stripe-element-card-container {
  padding: 10px 12px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background: white;
  transition: border-color 0.3s;
}

.stripe-element-card-container:focus-within {
  border-color: #1468b3;
  box-shadow: 0 1px 3px 0 #e6ebf1;
}

.stripe-element-pay-button {
  background: #1468b3;
  color: white;
  border: 0;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  margin-top: 24px;
}

.stripe-element-pay-button:hover {
  background: #1468b3;
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.stripe-element-pay-button:active {
  transform: translateY(0);
}

.stripe-element-pay-button:disabled {
  opacity: 0.5;
  cursor: default;
  transform: none;
  box-shadow: none;
}

.stripe-element-error-message {
  color: #df1b41;
  margin-bottom: 16px;
  padding: 10px;
  background: #ffeeee;
  border-radius: 4px;
  font-size: 14px;
}

.stripe-element-success-message {
  color: #1bb682;
  margin-bottom: 16px;
  padding: 10px;
  background: #eeffee;
  border-radius: 4px;
  font-size: 14px;
}

.stripe-element-payment-amount {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

.stripe-element-payment-amount h3 {
  margin: 0;
  font-size: 20px;
  color: #424770;
}

.stripe-element-loading {
  text-align: center;
  padding: 20px;
  margin: 20px 0;
  border-radius: 4px;
  background: #f8f9fa;
  color: #6b7c93;
}