/**
 * Colors
 */
/**
 * Returns a transition duration by name.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Returns a transition equation by name.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * @mixin flexible
 * @since 1.0.0
 */
/**
 * @mixin flex-box
 * @since 1.0.0
 */
/**
 * @mixin flex-row
 * @since 1.0.0
 */
/**
 * @mixin flex-col
 * @since 1.0.0
 */
/**
 * @mixin mflex-set
 * @since 1.0.0
 */
/**
 * @mixin flex-ord
 * @since 1.0.0
 */
/**
 * @mixin flex-width
 * @since 1.0.0
 */
/**
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-up
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @mixin media-breakpoint-down
 * @since 1.0.0
 */
/**
 * @function breakpoint-get
 * @since 1.0.0
 * @hidden
 */
/**
 * Converts a value to a relative vw.
 * @function rvw
 * @since 1.0.0
 */
/**
 * Converts a value to a relative vh.
 * @function rvh
 * @since 1.0.0
 */
/**
 * Convenience function to add 2 values.
 * @function calc-add
 * @since 1.0.0
 */
/**
 * Convenience function to substract 2 values.
 * @function calc-sub
 * @since 1.0.0
 */
/**
 * Convenience function to mul 2 values.
 * @function calc-mul
 * @since 1.0.0
 */
/**
 * Returns the negative value of a css variable.
 * @function neg
 * @since 1.0.0
 */
/**
 * @function make-rvw
 * @since 1.0.0
 * @hidden
 */
/**
 * @function make-rvh
 * @since 1.0.0
 * @hidden
 */
/**
 * @function strip-unit
 * @since 1.0.0
 * @hidden
 */
/**
 * Applies preset typeface attributes.
 * @mixin typeface
 * @since 1.0.0
 */
/**
* Sets the text antialias;
* @mixin text-antialias
* @since 1.0.0
*/
/**
* Sets the text adjust.
* @mixin text-adjust
* @since 1.0.0
*/
/**
* Convenience mixin to support special writing direction.
* @function text-dir
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-ttb
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-dir-btt
* @since 1.0.0
*/
/**
* Convenience mixin.
* @function text-mask
* @since 1.0.0
*/
/**
* Converts tracking to letter-spacing.
* @function tracking
* @since 1.0.0
*/
/**
* @function has-typeface-family
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-weight
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-style
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-size
* @since 1.0.0
* @hidden
*/
/**
* @function has-typeface-option
* @since 1.0.0
* @hidden
*/
/**
 * The breakpoint keys.
 * @var breakpoints
 * @since 1.0.0
 */
/**
 * The grid breakpoints.
 * @var grid
 * @since 1.0.0
 */
/**
 * Transition speed and curves.
 * @var transitions
 * @since 1.0.0
 */
/**
 * @mixin placeholder
 * @since 1.0.0
 */
/**
 * @mixin selection
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin with content parameter.
 * @function nth-child
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-of-type
 * @since 1.0.0
 */
/**
 * Convenience nth-child mixin to improve loop readability.
 * @function nth-last-child
 * @since 1.0.0
 */
/**
 * Convenience nth-last-of-type mixin to improve loop readability.
 * @function nth-last-of-type
 * @since 1.0.0
 */
/**
 * Convenience data-nth-item mixin to improve loop readability.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience nth-item mixin with content parameter.
 * @mixin nth-item
 * @since 1.0.0
 */
/**
 * Convenience data-nth-line mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-line mixin with content parameter.
 * @mixin nth-line
 * @since 1.0.0
 */
/**
 * Convenience data-nth-word mixin to improve loop readability.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Convenience nth-word mixin with content parameter.
 * @mixin nth-word
 * @since 1.0.0
 */
/**
 * Targets the last row of a sepcified amount of columns.
 * @mixin last-row
 * @since 1.0.0
 */
/**
 * Position an element with absolute type.
 * @mixin absolute
 * @since 1.0.0
 */
/**
 * Position an element with relative type.
 * @mixin relative
 * @since 1.0.0
 */
/**
 * Position an element with sticky type.
 * @mixin sticky
 * @since 1.0.0
 */
/**
 * Position an element with fixed type.
 * @mixin fixed
 * @since 1.0.0
 */
/**
 * Convenience mixin to position a element absolutely.
 * @mixin fill
 * @since 1.0.0
 */
/**
 * Disables br.
 * @function no-br
 * @since 1.0.0
 */
/**
 * Convenience z-index mixin used for easier debugging.
 * @function elevated
 * @since 1.0.0
 */
/**
 * Convenience mixin.
 * @function pushable
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function hidden
 * @since 1.0.0
 */
/**
 * Convenience mixin to reset visibility and transform.
 * @function reveal
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-property
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-duration
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-equation
 * @since 1.0.0
 */
/**
 * Convenience transition mixin.
 * @function transition-delay
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience before mixin;
 * @function before
 * @since 1.0.0
 */
/**
 * Convenience asset path function
 * @function asset
 * @since 1.0.0
 */
/**
 * @mixin position
 * @since 1.0.0
 * @hidden
 */
/**
 * @function is-valid-length
 * @since 1.0.0
 * @hidden
 */
/**
 * @function nth-if
 * @since 1.0.0
 * @hidden
 */
/**
 * Initialize the common styles of a block.
 * @function block
 * @since 1.0.1
 */
.grey-bar:after {
  background-color: #F0F1F2;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: calc((68.75px + 56.25 * ((100vw - 376px) / 1544)) - 0.1px);
}

.landing-job-offer {
  padding-bottom: calc((55px + 45 * ((100vw - 376px) / 1544)) - 0.1px);
}
.landing-job-offer .landing-job-offer-content-wrapper {
  display: flex;
}
@media (max-width: 1440px) {
  .landing-job-offer .landing-job-offer-content-wrapper {
    flex-direction: column-reverse;
  }
}
.landing-job-offer .left-column {
  flex: 1 1 50%;
}
@media (min-width: 1441px) {
  .landing-job-offer .left-column .carousel-controls {
    margin-left: calc((68.75px + 56.25 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
@media (max-width: 1440px) {
  .landing-job-offer .left-column {
    padding-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
    padding-right: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
    padding-bottom: calc((66px + 54 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.landing-job-offer .right-column {
  flex: 0 0 50%;
  padding-left: calc((25px + 95 * ((100vw - 376px) / 1544)) - 0.1px);
  padding-right: calc((25px + 50 * ((100vw - 376px) / 1544)) - 0.1px);
}
@media (max-width: 1440px) and (min-width: 1601px) {
  .landing-job-offer .right-column {
    padding-left: calc((25px + 50 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
@media (max-width: 1440px) {
  .landing-job-offer .right-column {
    padding-top: calc((50px + 10 * ((100vw - 376px) / 1544)) - 0.1px);
    padding-bottom: calc((50px + 10 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.landing-job-offer .right-column h1, .landing-job-offer .right-column h2, .landing-job-offer .right-column h3 {
  margin: 0;
}
.landing-job-offer .right-column .heading-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 1600px) {
  .landing-job-offer .right-column .heading-wrapper {
    flex-direction: column-reverse;
  }
}
.landing-job-offer .right-column .heading-wrapper .favorites {
  background-image: url(./images/favorite.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  flex: 1 0 calc((25px + 15 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-left: calc((11px + 9 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc((25px + 15 * ((100vw - 376px) / 1544)) - 0.1px);
  height: calc((25px + 15 * ((100vw - 376px) / 1544)) - 0.1px);
}
.landing-job-offer .right-column .heading-wrapper .favorites.favorites__active {
  background-image: url(./images/favorite-active.svg);
}
@media (max-width: 1600px) {
  .landing-job-offer .right-column .heading-wrapper .favorites {
    align-self: flex-end;
    position: absolute;
    top: calc((-11px + -9 * ((100vw - 376px) / 1544)) - 0.1px);
    right: 0;
    transform: translateY(-100%);
  }
}
.landing-job-offer .right-column .type-wrapper {
  font-weight: 400;
  /* ---------------------------------------------------------------------- */
  /* Gotham                                                                 */
  /* ---------------------------------------------------------------------- */
  font-family: "Gotham", Sans-Serif;
  font-size: calc((21.25px + 3.75 * ((100vw - 1441px) / 479)) - 0.1px);
  display: flex;
  flex-direction: column;
  margin: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px) 0;
}
@media (max-width: 1440px) {
  .landing-job-offer .right-column .type-wrapper {
    font-size: calc((16.25px + 8.75 * ((100vw - 376px) / 1064)) - 0.1px);
  }
}
.landing-job-offer .right-column .type-wrapper:after {
  background-color: #F19B3E;
  content: "";
  height: calc((2.2px + 1.8 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc((39.6px + 32.4 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-top: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.landing-job-offer .right-column .employer-wrapper, .landing-job-offer .right-column .region-wrapper {
  margin: 0.5em 0;
}
.landing-job-offer .right-column .salary {
  margin: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px) 0;
}
.landing-job-offer .right-column .salary p {
  background-color: #F0F1F2;
  padding: calc((10px + 5 * ((100vw - 376px) / 1544)) - 0.1px) calc((30px + 10 * ((100vw - 376px) / 1544)) - 0.1px);
  display: inline-block;
  margin: 0;
}
.landing-job-offer .right-column .timespan {
  font-weight: 400;
  /* ---------------------------------------------------------------------- */
  /* Gotham                                                                 */
  /* ---------------------------------------------------------------------- */
  font-family: "Gotham", Sans-Serif;
  font-size: calc((13.6px + 2.4 * ((100vw - 1441px) / 479)) - 0.1px);
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
}
@media (max-width: 1440px) {
  .landing-job-offer .right-column .timespan {
    font-size: 16px;
  }
}
.landing-job-offer .right-column .actions {
  margin: calc((16.5px + 13.5 * ((100vw - 376px) / 1544)) - 0.1px) 0;
}
.landing-job-offer .right-column .actions .button {
  margin-right: calc((8.25px + 6.75 * ((100vw - 376px) / 1544)) - 0.1px);
  min-height: 60px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .landing-job-offer .right-column .actions {
    margin-top: calc((-20px + -5 * ((100vw - 376px) / 1544)) - 0.1px);
  }
  .landing-job-offer .right-column .actions .button {
    margin-top: calc((20px + 5 * ((100vw - 376px) / 1544)) - 0.1px);
  }
}
.landing-job-offer .right-column .sharing-wrapper {
  margin-top: calc((24.75px + 20.25 * ((100vw - 376px) / 1544)) - 0.1px);
}
.landing-job-offer .right-column .sharing-links {
  display: flex;
  margin-left: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.landing-job-offer .right-column .sharing-wrapper {
  display: flex;
  align-items: center;
}
.landing-job-offer .right-column .sharing-link {
  border: 2px solid #CDD1D3;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc((40px + 16 * ((100vw - 376px) / 1544)) - 0.1px);
  width: calc((40px + 16 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-right: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px);
  margin-left: calc((5.5px + 4.5 * ((100vw - 376px) / 1544)) - 0.1px);
}
.landing-job-offer .right-column .sharing-link svg {
  width: 50%;
  height: 50%;
}
.landing-job-offer .right-column .sharing-link path {
  fill: black;
}

.landing-job-offer-content-wrapper .carousel-media {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.ready .block-on-screen .landing-job-offer-content-wrapper .carousel-media {
  opacity: 1;
}
.landing-job-offer-content-wrapper .right-column > * {
  opacity: 0;
  transform: translateY(calc((13.75px + 11.25 * ((100vw - 376px) / 1544)) - 0.1px));
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(1) {
  transition-delay: 50ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(2) {
  transition-delay: 100ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(3) {
  transition-delay: 150ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(4) {
  transition-delay: 200ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(5) {
  transition-delay: 250ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(6) {
  transition-delay: 300ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(7) {
  transition-delay: 350ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(8) {
  transition-delay: 400ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(9) {
  transition-delay: 450ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(10) {
  transition-delay: 500ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(11) {
  transition-delay: 550ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(12) {
  transition-delay: 600ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(13) {
  transition-delay: 650ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(14) {
  transition-delay: 700ms;
}
.landing-job-offer-content-wrapper .right-column > *:nth-child(15) {
  transition-delay: 750ms;
}
.ready .block-on-screen .landing-job-offer-content-wrapper .right-column > * {
  opacity: 1;
  transform: none;
}