/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/styles-default.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
/* stylelint-enable */
.offers-list {
  padding: 6rem 0 3.5rem;
}
@media (min-width: 1024px) {
  .offers-list {
    padding: 1rem 0 5rem;
  }
}
.offers-list__content .cta-link:before {
  background-color: #e1115d;
}
.offers-list__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .offers-list__item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.offers-list__title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 2.5rem;
  font-family: "White Angelica", sans-serif;
}
@media (min-width: 1024px) {
  .offers-list__title span {
    font-size: 4rem;
  }
}
@media (min-width: 1280px) {
  .offers-list__title span {
    font-size: 5rem;
  }
}
.offers-list__title-img {
  height: 3.75rem;
  margin-top: -1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .offers-list__title-img {
    height: 5.625rem;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .offers-list__title-img {
    height: 7rem;
  }
}
.offers-list__section {
  position: relative;
}
.offers-list__section-background {
  position: absolute;
  top: 6%;
  left: 77px;
  height: 84%;
  margin-left: -15.8125rem;
}
@media (max-width: 767px) {
  .offers-list__section:before {
    position: absolute;
    top: 0;
    left: -2rem;
    width: calc(100% + 64px);
    height: 96%;
    margin-left: 0;
    background-image: url(/wp-content/themes/bluelink/dist/680c5943750b6b7f9dd9.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
}

.list-grid {
  position: relative;
  z-index: 2;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .list-grid-wrap {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .list-grid {
    margin-top: -3.5rem;
    padding-top: 4rem;
    background-color: #fff;
  }
  .list-grid:before {
    position: absolute;
    top: 3.5rem;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
  }
}
.list-grid__item {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .list-grid__item {
    margin-bottom: 2.5rem;
  }
}

.ais-Pagination,
.observatoires-pagination {
  margin-top: 2rem;
}
.ais-Pagination--noRefinement,
.observatoires-pagination--noRefinement {
  display: none;
}
.ais-Pagination-list,
.observatoires-pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-family: "Helvetica Neue LT W05 45 Light", Arial, sans-serif;
}
.ais-Pagination-item,
.ais-Pagination .page-numbers,
.observatoires-pagination-item,
.observatoires-pagination .page-numbers {
  line-height: 1;
}
.ais-Pagination-item:not(:last-child),
.ais-Pagination .page-numbers:not(:last-child),
.observatoires-pagination-item:not(:last-child),
.observatoires-pagination .page-numbers:not(:last-child) {
  margin-right: 1rem;
}
.ais-Pagination-item--previousPage,
.ais-Pagination .prev,
.observatoires-pagination-item--previousPage,
.observatoires-pagination .prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.ais-Pagination-item--previousPage, .ais-Pagination-item--nextPage,
.ais-Pagination .prev,
.ais-Pagination .next,
.observatoires-pagination-item--previousPage,
.observatoires-pagination-item--nextPage,
.observatoires-pagination .prev,
.observatoires-pagination .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  border: 1px solid #041039;
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out background-color;
  transition: 0.4s ease-in-out background-color;
}
.ais-Pagination-item--previousPage a, .ais-Pagination-item--nextPage a,
.ais-Pagination .prev a,
.ais-Pagination .next a,
.observatoires-pagination-item--previousPage a,
.observatoires-pagination-item--nextPage a,
.observatoires-pagination .prev a,
.observatoires-pagination .next a {
  width: 100%;
}
.ais-Pagination-item--previousPage svg, .ais-Pagination-item--nextPage svg,
.ais-Pagination .prev svg,
.ais-Pagination .next svg,
.observatoires-pagination-item--previousPage svg,
.observatoires-pagination-item--nextPage svg,
.observatoires-pagination .prev svg,
.observatoires-pagination .next svg {
  -webkit-transition: 0.4s ease-in-out stroke;
  transition: 0.4s ease-in-out stroke;
  stroke: #041039;
}
.ais-Pagination-item--previousPage:not(.ais-Pagination-item--disabled):hover, .ais-Pagination-item--nextPage:not(.ais-Pagination-item--disabled):hover,
.ais-Pagination .prev:not(.ais-Pagination-item--disabled):hover,
.ais-Pagination .next:not(.ais-Pagination-item--disabled):hover,
.observatoires-pagination-item--previousPage:not(.ais-Pagination-item--disabled):hover,
.observatoires-pagination-item--nextPage:not(.ais-Pagination-item--disabled):hover,
.observatoires-pagination .prev:not(.ais-Pagination-item--disabled):hover,
.observatoires-pagination .next:not(.ais-Pagination-item--disabled):hover {
  background-color: #041039;
}
.ais-Pagination-item--previousPage:not(.ais-Pagination-item--disabled):hover svg, .ais-Pagination-item--nextPage:not(.ais-Pagination-item--disabled):hover svg,
.ais-Pagination .prev:not(.ais-Pagination-item--disabled):hover svg,
.ais-Pagination .next:not(.ais-Pagination-item--disabled):hover svg,
.observatoires-pagination-item--previousPage:not(.ais-Pagination-item--disabled):hover svg,
.observatoires-pagination-item--nextPage:not(.ais-Pagination-item--disabled):hover svg,
.observatoires-pagination .prev:not(.ais-Pagination-item--disabled):hover svg,
.observatoires-pagination .next:not(.ais-Pagination-item--disabled):hover svg {
  stroke: #fff;
}
.ais-Pagination-item--disabled,
.observatoires-pagination-item--disabled {
  opacity: 0.5;
}
.ais-Pagination-item--selected,
.ais-Pagination .current,
.observatoires-pagination-item--selected,
.observatoires-pagination .current {
  font-family: "Helvetica Neue LT W05 65 Medium", Arial, sans-serif;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100% 1px;
}

.filters {
  position: relative;
  z-index: 5;
  color: #fff;
}
.filters__toggle {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  padding: 1.125rem 1.5rem;
  font-size: 0.8125rem;
  font-family: "Helvetica Neue LT W05 65 Medium", Arial, sans-serif;
  line-height: 1;
  background-color: #041039;
  border-radius: 2.5rem;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.filters__toggle:hover {
  background-color: #061959;
}
.filters__toggle.is-active .icon {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.filters__dropdown {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 3.5rem 1.5rem 1.5rem;
  font-family: "Helvetica Neue LT W05 45 Light", Arial, sans-serif;
  background-color: #041039;
  border-radius: 1.125rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out visibility, 0.4s ease-in-out opacity;
  transition: 0.4s ease-in-out visibility, 0.4s ease-in-out opacity;
}
.filters__dropdown.is-active {
  visibility: visible;
  opacity: 1;
}
.filters__link {
  display: block;
  font-family: "Helvetica Neue LT W05 45 Light", Arial, sans-serif;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: 0.4s ease-in-out transform;
  transition: 0.4s ease-in-out transform;
}
.filters__link:before {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  background-color: #f8c329;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out opacity;
  transition: 0.4s ease-in-out opacity;
  content: "";
}
.filters__link:hover {
  font-family: "Helvetica Neue LT W05 65 Medium", Arial, sans-serif;
}
.filters__link--reset {
  -webkit-transform: none;
          transform: none;
}
.filters__link--reset:before {
  display: none;
}
.filters__link--reset:hover {
  font-family: "Helvetica Neue LT W05 65 Medium", Arial, sans-serif;
}

.filters-list__item {
  position: relative;
  overflow: hidden;
}
.filters-list__item:not(:last-child) {
  margin-bottom: 0.25rem;
}
.filters-list__item.is-active .filters__link {
  font-family: "Helvetica Neue LT W05 65 Medium", Arial, sans-serif;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.filters-list__item.is-active .filters__link:before {
  opacity: 1;
}

.filters-list__item--selected .filters__link {
  font-family: "Helvetica Neue LT W05 65 Medium", Arial, sans-serif;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.filters-list__item--selected .filters__link:before {
  opacity: 1;
}

.ais-SearchBox {
  margin-top: -1.75rem;
}
@media (min-width: 768px) {
  .ais-SearchBox {
    margin-top: -2.25rem;
  }
}
.ais-SearchBox-form {
  position: relative;
}
.ais-SearchBox-input {
  width: 100%;
  height: 3.5rem;
  padding: 0 2rem 0 3rem;
  text-overflow: ellipsis;
  background-color: #edddc8;
  border-radius: 2.5rem;
}
@media (min-width: 768px) {
  .ais-SearchBox-input {
    height: 4.5rem;
    padding-left: 4rem;
  }
}
.ais-SearchBox-input::-webkit-input-placeholder {
  color: #b0a08c;
  font-style: italic;
  opacity: 1;
}
.ais-SearchBox-input::-moz-placeholder {
  color: #b0a08c;
  font-style: italic;
  opacity: 1;
}
.ais-SearchBox-input::-ms-input-placeholder {
  color: #b0a08c;
  font-style: italic;
  opacity: 1;
}
.ais-SearchBox-input::placeholder {
  color: #b0a08c;
  font-style: italic;
  opacity: 1;
}
.ais-SearchBox-input:focus {
  outline: none;
}
.ais-SearchBox-submit {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .ais-SearchBox-submit {
    left: 2rem;
  }
}
.ais-SearchBox .ais-SearchBox-reset {
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .ais-SearchBox .ais-SearchBox-reset {
    right: 2rem;
  }
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.hero-gen__illu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom 0 right 0;
     object-position: bottom 0 right 0;
}
.hero-gen__illu--center {
  -o-object-position: bottom 50% right 0;
     object-position: bottom 50% right 0;
}
@media (max-width: 1023px) {
  .hero-gen__illu--center {
    opacity: 0.5;
  }
  .hero-gen__illu--sky-blue {
    opacity: 0.5;
  }
  .hero-gen__illu-wrap {
    height: 15.9375rem;
    margin-top: -6.25rem;
    margin-right: -5rem;
  }
  .hero-gen__illu-wrap--ref {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .hero-gen .title span {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .hero-gen .title br {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hero__content {
    padding-bottom: 7.375rem;
  }
}

.hero--home {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .hero--home .myImageHome {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero--home .image-wrapper {
  width: calc(100% + 4rem);
  margin: 0 -32px;
}
@media (min-width: 1024px) {
  .hero--home .image-wrapper {
    width: calc(100% + 3rem);
    margin: 0;
  }
}
@media (min-width: 1280px) {
  .hero--home .image-wrapper {
    width: calc(100% + 104px);
  }
}
.hero--home-title {
  font-size: 2.5rem;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .hero--home-title {
    font-size: 3.5rem;
  }
  .hero--home-title span {
    font-size: 4rem;
  }
}
@media (min-width: 1440px) {
  .hero--home-title {
    font-size: 4rem;
  }
  .hero--home-title span {
    font-size: 4.5rem;
  }
}
.hero--home__sticky-button button {
  -webkit-transition: 0.4s ease-in-out transform, 0.4s ease-in-out background-color;
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out background-color;
}
@media (max-width: 1023px) {
  .hero--home__sticky-button {
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 2rem;
    left: 0;
    pointer-events: none;
  }
  .hero--home__sticky-button button {
    border: 1px solid #041039;
    pointer-events: all;
  }
  .hero--home__sticky-button button.is-hidden {
    -webkit-transform: translateY(calc(100% + 2rem));
            transform: translateY(calc(100% + 2rem));
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .hero--home__sticky-button {
    position: relative;
    top: -13rem;
    height: 3.5rem;
  }
  .hero--home__sticky-button button {
    position: relative;
    left: 50%;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, calc(100% + 2rem));
            transform: translate(-50%, calc(100% + 2rem));
  }
  .hero--home__sticky-button button.is-sticky {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%, calc(100% + 2rem));
            transform: translate(-50%, calc(100% + 2rem));
  }
  .hero--home__sticky-button button.is-sticky.is-visible {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.hero-edito__title-img {
  height: 4.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .hero-edito__title-img {
    height: 6.75rem;
  }
}
.hero-edito--city h1 span {
  color: #041039;
  font-size: 4rem;
}
@media (max-width: 767px) {
  .hero-edito--city h1 span {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .hero-edito--city .paragraph--L {
    padding-right: 20%;
  }
}
@media (min-width: 1280px) {
  .hero-edito--city .paragraph--L {
    padding-right: 0;
  }
}
.hero-edito--city-img {
  margin-top: -95%;
}
@media (max-width: 767px) {
  .hero-edito--city-img {
    margin-top: -152%;
  }
}
.hero-edito--city-img-wrapper {
  position: relative;
  padding-top: 129%;
}
@media (max-width: 767px) {
  .hero-edito--city-img-wrapper {
    margin-left: -2rem;
    padding-top: 114%;
  }
}
.hero-edito--city-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero-edito--city .hero-edito__pic-wrap {
    margin-right: -2rem;
    margin-bottom: 10%;
    padding-top: 104% !important;
  }
}
@media (min-width: 1280px) {
  .hero-edito .breadcrumb {
    margin-left: -21%;
  }
}
@media (min-width: 1024px) {
  .hero-edito {
    padding-bottom: 3.5rem;
  }
  .hero-edito__inner {
    position: relative;
  }
  .hero-edito__inner:after {
    position: absolute;
    bottom: calc(-3.5rem - 1px);
    left: 0;
    width: 100vw;
    height: 3.5rem;
    background-color: #fff;
    content: "";
  }
  .hero-edito__inner--white:after {
    background-color: #041039;
  }
  .hero-edito__inner--night-blue:after {
    background-color: #fff;
  }
}
.hero-edito__pic-wrap {
  position: relative;
  z-index: 2;
  margin-bottom: -3rem;
  padding-top: 120%;
}
@media (min-width: 768px) {
  .hero-edito__pic-wrap {
    margin-bottom: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .hero-edito__pic-wrap {
    width: calc(100% + 3rem);
  }
}
@media (min-width: 1280px) {
  .hero-edito__pic-wrap {
    width: calc(100% + 104px);
  }
}
.hero-edito__pic-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .hero-edito__picto {
    width: 130%;
    max-width: none;
  }
}
.hero-edito__sticky-button button {
  -webkit-transition: 0.4s ease-in-out transform, 0.4s ease-in-out background-color;
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out background-color;
}
@media (max-width: 1023px) {
  .hero-edito__sticky-button {
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 2rem;
    left: 0;
    pointer-events: none;
  }
  .hero-edito__sticky-button button {
    border: 1px solid #041039;
    pointer-events: all;
  }
  .hero-edito__sticky-button button.is-hidden {
    -webkit-transform: translateY(calc(100% + 2rem));
            transform: translateY(calc(100% + 2rem));
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .hero-edito__sticky-button {
    position: relative;
    top: -13rem;
    height: 3.5rem;
  }
  .hero-edito__sticky-button button {
    position: relative;
    left: 50%;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-50%, calc(100% + 2rem));
            transform: translate(-50%, calc(100% + 2rem));
  }
  .hero-edito__sticky-button button.is-sticky {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%, calc(100% + 2rem));
            transform: translate(-50%, calc(100% + 2rem));
  }
  .hero-edito__sticky-button button.is-sticky.is-visible {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.hero-publication__illu {
  position: relative;
  width: calc(100% + 2rem);
  padding-top: 100%;
}
@media (min-width: 1024px) {
  .hero-publication__illu {
    width: calc(100% + 3rem);
    margin-right: -3rem;
  }
}
@media (min-width: 1280px) {
  .hero-publication__illu {
    width: calc(100% + 104px);
    margin-right: -6.5rem;
  }
}
.hero-publication__illu img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top 0 right 0;
     object-position: top 0 right 0;
}

.hero-join {
  position: relative;
  background-color: #faebd7;
}
@media (max-width: 1023px) {
  .hero-join:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    background-color: #fff;
    content: "";
  }
}
@media (min-width: 1280px) {
  .hero-join .breadcrumb {
    margin-left: -21%;
  }
}
.hero-join__pic {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .hero-join__pic {
    max-width: 33.125rem;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .hero-join__pic {
    position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    height: 100%;
    background-color: #faebd7;
  }
  .hero-join__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
    mix-blend-mode: multiply;
  }
}
.hero-join__pic:before, .hero-join__pic:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  content: "";
}
@media (max-width: 767px) {
  .hero-join__pic:before, .hero-join__pic:after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero-join__pic:before {
    width: 60%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(250, 235, 215, 0)), to(#faebd7));
    background-image: linear-gradient(to left, rgba(250, 235, 215, 0), #faebd7);
  }
  .hero-join__pic:after {
    width: 100%;
    height: 17%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(250, 235, 215, 0)), to(#faebd7));
    background-image: linear-gradient(to top, rgba(250, 235, 215, 0), #faebd7);
  }
}

.hero-job {
  position: relative;
}
.hero-job__pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .hero-job__pic {
    width: 52%;
  }
}
.hero-job__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.slice__heading__overflow {
  position: relative;
  display: block;
}
@media (min-width: 1024px) {
  .slice__heading__overflow::after {
    position: absolute;
    top: 0;
    right: 1px;
    z-index: -1;
    width: 60vw;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    content: "";
  }
}
.slice__heading__overflow.slice__heading__overflow--white::after {
  background-color: #fff;
}
.slice__heading__overflow.slice__heading__overflow--black::after {
  background-color: #000;
}
.slice__heading__overflow.slice__heading__overflow--grey::after {
  background-color: #666666;
}
.slice__heading__overflow.slice__heading__overflow--grey-dark::after {
  background-color: #232323;
}
.slice__heading__overflow.slice__heading__overflow--grey-medium::after {
  background-color: #d5d5d5;
}
.slice__heading__overflow.slice__heading__overflow--raspberry-red::after {
  background-color: #e1115d;
}
.slice__heading__overflow.slice__heading__overflow--raspberry-red-light::after {
  background-color: #fbdce8;
}
.slice__heading__overflow.slice__heading__overflow--strawberry-red::after {
  background-color: #e30613;
}
.slice__heading__overflow.slice__heading__overflow--red::after {
  background-color: #ff0000;
}
.slice__heading__overflow.slice__heading__overflow--blue::after {
  background-color: #60a2d4;
}
.slice__heading__overflow.slice__heading__overflow--mid-blue::after {
  background-color: #afd4eb;
}
.slice__heading__overflow.slice__heading__overflow--sky-blue::after {
  background-color: #c9e8fb;
}
.slice__heading__overflow.slice__heading__overflow--night-blue::after {
  background-color: #041039;
}
.slice__heading__overflow.slice__heading__overflow--light-blue::after {
  background-color: #c9e8fb;
}
.slice__heading__overflow.slice__heading__overflow--green::after {
  background-color: #65afa4;
}
.slice__heading__overflow.slice__heading__overflow--green-leaf::after {
  background-color: #2f4f4f;
}
.slice__heading__overflow.slice__heading__overflow--green-weed::after {
  background-color: #65afa4;
}
.slice__heading__overflow.slice__heading__overflow--green-light::after {
  background-color: #e5fffb;
}
.slice__heading__overflow.slice__heading__overflow--yellow::after {
  background-color: #f8c329;
}
.slice__heading__overflow.slice__heading__overflow--light-yellow::after {
  background-color: #fef3d4;
}
.slice__heading__overflow.slice__heading__overflow--rose::after {
  background-color: #f7c9ca;
}
.slice__heading__overflow.slice__heading__overflow--cream::after {
  background-color: #faebd7;
}

.slice--home-expertise {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .slice--home-expertise {
    margin-top: -152px;
    overflow: initial;
  }
}
.slice--home-expertise .shape {
  width: 120%;
  -webkit-transform: translate(60%, -80%);
          transform: translate(60%, -80%);
}
@media (min-width: 1024px) {
  .slice--home-expertise .shape {
    width: 26.8%;
    -webkit-transform: translateY(-24.6%);
            transform: translateY(-24.6%);
  }
}
.slice--home-expertise .shape::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.slice--home-expertise .push--expertise__title-img-white {
  height: 51px;
  margin-top: -1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .slice--home-expertise .push--expertise__title-img-white {
    height: 60px;
    margin-top: -2rem;
  }
}
.slice--home-expertise .swiper-container {
  position: relative;
  margin-bottom: 3.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 1921px) {
  .slice--home-expertise .swiper-container {
    width: 150%;
  }
}
@media (min-width: 1024px) {
  .slice--home-expertise .swiper-container {
    margin-bottom: 6rem;
    padding-top: 10rem;
  }
}
.slice--home-expertise .swiper-container:before {
  position: absolute;
  top: 0;
  left: -55vw;
  z-index: 2;
  width: 55vw;
  height: 110%;
  background-color: #041039;
  content: "";
}
@media (min-width: 1024px) {
  .slice--home-expertise .swiper-slide-next .push--expertise {
    margin-top: -74px;
  }
  .slice--home-expertise .push--expertise {
    margin-top: 0;
    -webkit-transition: 0.3s ease-in-out margin-top;
    transition: 0.3s ease-in-out margin-top;
  }
  .slice--home-expertise .swiper-slide:last-child .swiper-slide-next .push--expertise {
    margin-top: 0 !important;
  }
}
.slice--home-expertise .push--expertise .cta-link:before {
  background-color: #e1115d;
}

.slice-newsletter .shape {
  top: 0;
  left: 0;
  -webkit-transform: translate(-11.25rem, -0.625rem);
          transform: translate(-11.25rem, -0.625rem);
  pointer-events: none;
}
@media (max-width: 767px) {
  .slice-newsletter .shape {
    width: 62.5rem;
    height: auto;
    -webkit-transform: translate(-6.25rem, 0.5rem);
            transform: translate(-6.25rem, 0.5rem);
  }
}
.slice-newsletter .custom-checkbox .wpcf7-form-control-wrap {
  position: relative;
}
.slice-newsletter .form__field-error {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.slice-newsletter #newsletter-form {
  margin-top: 2rem;
}
.slice-newsletter #newsletter-form.is-hidden {
  display: none;
}
.slice-newsletter #newsletter-form .text-input {
  padding: 0.9375rem 1.5rem;
}
@media (min-width: 768px) {
  .slice-newsletter #newsletter-form .text-input {
    padding: 1.125rem 2rem;
  }
}
.slice-newsletter #newsletter-form .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.slice-newsletter #newsletter-form .consentTop input[type=checkbox]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.slice-newsletter #newsletter-form .consentTop .checkNewsletter label {
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 1.25rem;
  cursor: pointer;
  font-size: 0.8125rem !important;
  font-family: "Helvetica Neue LT W05 45 Light", Arial, sans-serif;
  padding: 0;
  margin: 0;
}
.slice-newsletter #newsletter-form .consentTop .checkNewsletter label::after, .slice-newsletter #newsletter-form .consentTop .checkNewsletter label::before {
  display: none !important;
}
.slice-newsletter #newsletter-form .consentTop .checkNewsletter label span {
  position: relative;
  display: block;
  padding-left: 2.25rem !important;
}
.slice-newsletter #newsletter-form .consentTop .checkNewsletter label span::before {
  background: transparent;
  border: 1px solid #041039;
  border-radius: 0.375rem;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25rem;
  border-color: #fff;
}
.slice-newsletter #newsletter-form .consentTop .checkNewsletter label span:after {
  background: #041039;
  border-radius: 0.1875rem;
  content: "";
  height: 0.75rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 0.75rem;
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.slice-newsletter #newsletter-form .consentTop .voirPlusNewsletter {
  padding-left: 4rem !important;
  position: relative;
  color: #fff;
  font-family: Helvetica Neue LT W05eMedium, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem !important;
  cursor: pointer;
}
.slice-newsletter #newsletter-form .consentTop .voirPlusNewsletter svg {
  margin-right: 0.5rem;
}
.slice-newsletter #newsletter-form .consentPlus {
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 1.25rem;
  padding-left: 4rem !important;
  font-size: 0.8125rem !important;
  font-family: "Helvetica Neue LT W05 45 Light", Arial, sans-serif;
  display: none;
}
.slice-newsletter .wpcf7-response-output {
  font-size: 1.0625rem;
  line-height: 1.38;
  color: #fff;
  margin: 2em 0 1em !important;
  padding: 0 !important;
  padding-left: calc(26px + 1rem) !important;
  border: 0 !important;
  font-family: "Helvetica Neue LT W05 45 Light", Arial, sans-serif;
  position: relative;
}
.slice-newsletter .wpcf7-response-output::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: 0.5rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.slice-newsletter .wpcf7-response-output.alert-warning::before, .slice-newsletter .wpcf7-response-output.alert-danger::before {
  background: url(/wp-content/themes/bluelink/dist/93ffc179e81ffa9becb2.svg) center center no-repeat #60a2d4;
  background-size: 12px auto;
}
.slice-newsletter .wpcf7-response-output.alert-success::before {
  background: url(/wp-content/themes/bluelink/dist/77a4212518f197c8db93.svg) center center no-repeat #60a2d4;
  background-size: 12px auto;
}
.slice-newsletter #newsletter-success-message {
  gap: 1rem;
}
.slice-newsletter #newsletter-success-message.is-hidden {
  display: none;
}
.slice-newsletter .newsletter-label {
  padding-left: 2.25rem !important;
  font-size: 0.8125rem !important;
}
.slice-newsletter .newsletter-label:before {
  top: 4px !important;
}
.slice-newsletter .newsletter-label:after {
  top: 8px !important;
}

.slice--office-details .title span {
  font-family: "White Angelica", sans-serif;
}
.slice--office-details .text-15 {
  line-height: 1.2;
}
.slice--office-details .text-15 img {
  max-width: 70%;
  max-height: 60px;
}
.slice--office-details .map__wrapper {
  margin-top: -7.5rem;
  margin-right: -4rem;
  margin-left: -4rem;
}
@media (min-width: 1024px) {
  .slice--office-details .map__wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
.slice--office-details .map:before {
  display: block;
  padding-top: 90%;
  content: "";
}
@media (min-width: 1024px) {
  .slice--office-details .map:before {
    padding-top: 31%;
  }
}
.slice--office-details .map {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slice--our-talents .markers-wrapper {
  position: absolute;
  z-index: 1;
}
.slice--our-talents .markers-wrapper .map-picto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.slice--our-talents .markers-wrapper .map-picto:after {
  position: absolute;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 1px dotted #fff;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: border-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  content: "";
  pointer-events: none;
}
@media (min-width: 1024px) {
  .slice--our-talents .markers-wrapper .map-picto {
    width: 0.5rem;
    height: 0.5rem;
  }
  .slice--our-talents .markers-wrapper .map-picto:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.slice--our-talents .title {
  z-index: 0;
}
.slice--our-talents .title span {
  position: relative;
  z-index: -1;
}
.slice--our-talents .title span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 105%;
  height: auto;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  content: url(/wp-content/themes/bluelink/dist/b85fc1affe3f94a8efa1.svg);
}
.slice--our-talents .map-wrapper:after {
  position: absolute;
  inset: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 16, 57, 0)), color-stop(80%, rgba(4, 16, 57, 0.7)));
  background-image: linear-gradient(to left, rgba(4, 16, 57, 0), rgba(4, 16, 57, 0.7) 80%);
  -webkit-transform: translateX(-10%) scale(1.5);
          transform: translateX(-10%) scale(1.5);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  content: "";
}
@media (min-width: 375px) {
  .slice--our-talents .map-wrapper:after {
    -webkit-transform: translateX(-28%) scale(1.3);
            transform: translateX(-28%) scale(1.3);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media (min-width: 768px) {
  .slice--our-talents .map-wrapper:after {
    -webkit-transform: translateX(-19%) scale(1.2);
            transform: translateX(-19%) scale(1.2);
  }
}
@media (min-width: 1024px) {
  .slice--our-talents .map-wrapper:after {
    -webkit-transform: scale(1.13);
            transform: scale(1.13);
  }
}

.slice--portraits .title {
  z-index: 0;
}
.slice--portraits .title span {
  position: relative;
  z-index: -1;
}
.slice--portraits .title span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 105%;
  height: auto;
  -webkit-transform: translateY(37%);
          transform: translateY(37%);
  content: url(/wp-content/themes/bluelink/dist/b85fc1affe3f94a8efa1.svg);
}

@media (min-width: 1024px) {
  .slice-push {
    padding-top: 3rem;
  }
}
.slice-push__inner {
  gap: 1rem;
}
.slice-push__inner .card-push {
  width: 100%;
}
@media (min-width: 1024px) {
  .slice-push__inner {
    gap: 2.5rem;
  }
  .slice-push__inner .card-push {
    width: calc(50% - 40px);
  }
  .slice-push__inner .card-push:nth-child(odd) {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
  .slice-quote__img {
    padding-right: 16%;
  }
}
.slice-quote__content__text {
  position: relative;
}
@media (max-width: 767px) {
  .slice-quote__content__text--has-icon {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .slice-quote__content__text--has-icon > div {
    padding-right: 15%;
  }
}
@media (max-width: 767px) {
  .slice-quote__content__quote {
    padding-right: 0;
    font-size: 1.125rem;
    line-height: 1.7;
  }
}
.slice-quote__content__author {
  font-size: 1.0625rem;
  line-height: 1.89;
}
@media (max-width: 767px) {
  .slice-quote__content__author {
    font-size: 1rem;
    line-height: 1.6;
  }
  .slice-quote__content svg {
    width: 31px;
    height: 33px;
  }
}
.slice-quote__content .icon-quote {
  stroke: #041039 !important;
  stroke-width: 0.3;
}
.slice-quote__content .icon-quote-end {
  position: absolute;
  right: 0;
  bottom: -0.75rem;
}
@media (min-width: 768px) {
  .slice-quote__content .icon-quote-end {
    bottom: 0.875rem;
  }
}
.slice-quote .button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.swiper-navigation {
  padding: 16px 20px;
  border: 1px solid #041039;
  border-radius: 24px;
}
.swiper-navigation.is-hidden {
  visibility: hidden;
}
.swiper-navigation svg {
  stroke: #041039;
}
.swiper-navigation--white {
  border: 1px solid #fff;
}
.swiper-navigation--white svg {
  stroke: #fff;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1023px) {
  .slider-with-nav {
    padding-bottom: 4.625rem;
  }
  .slider-with-nav__nav {
    position: absolute;
    right: 0;
    bottom: -1.25rem;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slice--reinsurance {
  padding-bottom: 0 !important;
}

.slice--reinsurance .swiper-navigation:has(.swiper-button-lock) {
  display: none;
}

.slice-text--sky-blue {
  padding: 5rem 0;
  background-color: #c9e8fb;
}
@media (max-width: 767px) {
  .slice-text--sky-blue {
    padding: 2.5rem 0;
  }
}
.slice-text:not(.observatoire) img:not(.emoji) {
  position: relative;
  left: -32px;
  width: 163px;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .slice-text:not(.observatoire) img:not(.emoji) {
    position: absolute;
    bottom: 0;
    left: -100px;
    width: 200px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .slice-text:not(.observatoire) img:not(.emoji) {
    bottom: 0;
    left: -130px;
    width: 246px;
  }
}
.slice-text__img {
  position: absolute;
}
.slice-text__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-img:not(.text-img--white) {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .text-img:not(.text-img--white) {
    padding: 2.5rem 0;
  }
}
.text-img--night-blue {
  color: #fff !important;
  background-color: #041039 !important;
}
.text-img--cream {
  background-color: #faebd7;
}
.text-img__img {
  width: calc(100% + 2rem);
  margin-bottom: 2rem;
  margin-left: -2rem;
}
@media (min-width: 768px) {
  .text-img__img--right {
    margin-right: -2rem;
    margin-left: 0;
  }
  .text-img__img {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .text-img__img {
    width: calc(100% + 3rem);
  }
  .text-img__img--left {
    margin-left: -3rem;
  }
  .text-img__img--right {
    margin-right: -3rem;
  }
}
@media (min-width: 1280px) {
  .text-img__img {
    width: calc(100% + 104px);
  }
  .text-img__img--left {
    margin-left: -6.5rem;
  }
  .text-img__img--right {
    margin-right: -6.5rem;
  }
}
.text-img__deco {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 64%;
  height: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .text-img__deco {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.text-img__img1 {
  width: 64%;
  margin-bottom: 22%;
}
.text-img__img2 {
  width: 55%;
  margin-left: -18%;
}

.slice-content__image--one {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  padding-top: 56.25%;
}
@media (min-width: 768px) {
  .slice-content__image--one {
    margin-left: 32px;
    padding-top: 56.25%;
  }
}
@media (min-width: 1024px) {
  .slice-content__image--one {
    margin-right: -120px;
    margin-left: 120px;
    padding-top: 56.25%;
  }
}
.slice-content__image--two {
  position: relative;
  padding-top: 120%;
}
@media (max-width: 767px) {
  .slice-content__image--two {
    padding-top: 120%;
  }
}
.slice-content__image--two img {
  z-index: 2;
  padding-right: 14%;
}
@media (max-width: 767px) {
  .slice-content__image--two img {
    padding-right: 0;
  }
}
.slice-content__image--two .icon__circle {
  position: absolute;
  top: -32px;
  left: -68px;
  z-index: 1;
  width: 90%;
}
@media (max-width: 767px) {
  .slice-content__image--two .icon__circle {
    top: -80px;
    left: -22px;
  }
}
.slice-content__image--one, .slice-content__image--two {
  width: 100%;
  height: 100%;
}
.slice-content__image--one img, .slice-content__image--two img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slice-bullets__picto {
  width: calc(100% + 3rem);
  margin-left: -3rem;
}
@media (min-width: 1024px) {
  .slice-bullets__picto {
    width: calc(100% + 104px);
    margin-left: -6.5rem;
  }
}
@media (max-width: 767px) {
  .slice-bullets__picto {
    display: none;
  }
}
.slice-bullets__item {
  position: relative;
  padding-left: 0;
}
.slice-bullets__item:before {
  display: none;
}
@media (max-width: 767px) {
  .slice-bullets__item {
    margin-left: 2rem;
  }
}
.slice-bullets__item:not(:last-child) {
  margin-bottom: 5.25rem;
}
@media (max-width: 767px) {
  .slice-bullets__item:not(:last-child) {
    margin-bottom: 4.1875rem;
  }
}
.slice-bullets__item-number {
  position: absolute;
  top: -2.75rem;
  left: -2rem;
  z-index: 1;
  color: #c9e8fb;
  font-size: 6.25rem;
  font-family: "White Angelica", sans-serif;
  line-height: 80px;
  letter-spacing: -3px;
}
@media (min-width: 768px) {
  .slice-bullets__item-number {
    top: -3rem;
    left: -2.5rem;
    font-size: 7.5rem;
  }
}
.slice-bullets--sky-blue {
  padding: 2.5rem 0;
  background-color: #c9e8fb;
}
@media (min-width: 768px) {
  .slice-bullets--sky-blue {
    padding: 5rem 0;
  }
}
.slice-bullets--sky-blue .slice-bullets__item-number {
  color: #afd4eb !important;
}
.slice-bullets--night-blue {
  padding: 2.5rem 0;
  color: #fff !important;
  background-color: #041039;
}
@media (min-width: 768px) {
  .slice-bullets--night-blue {
    padding: 5rem 0;
  }
}
.slice-bullets--night-blue .title--S {
  color: #fff !important;
  font-family: "Helvetica Neue LT W05 45 Light", Arial, sans-serif !important;
}
.slice-bullets--night-blue .slice-bullets__item-number {
  color: #11225b !important;
}

.slice-media__shape {
  position: absolute;
  right: 0;
  bottom: -3.75rem;
  z-index: -1;
  width: 34.375rem;
  margin-right: -6rem;
  stroke-width: 3;
}
@media (min-width: 768px) {
  .slice-media__shape {
    bottom: -3.5rem;
    width: 59.375rem;
  }
}
@media (min-width: 1024px) {
  .slice-media__shape {
    bottom: -2.5rem;
    width: 90%;
    margin-right: -6.5rem;
    stroke-width: 2.1;
  }
}
@media (max-width: 1023px) {
  .slice-media__content {
    width: calc(100% + 4rem);
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
.slice-media__header {
  min-height: 5rem;
}
@media (min-width: 1024px) {
  .slice-media__title {
    padding-right: 9.375rem;
  }
}
.slice-media--podcast__title {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .slice-media--podcast__title {
    font-size: 2.5rem;
  }
}

.slice-slider-pictures .row {
  position: relative;
  z-index: 3;
}
.slice-slider-pictures .swiper-slide {
  width: 100% !important;
}
.slice-slider-pictures .slider-pictures__item {
  position: relative;
  padding-top: 86.2%;
}
@media (min-width: 768px) {
  .slice-slider-pictures .slider-pictures__item {
    padding-top: 45%;
  }
}
@media (min-width: 1440px) {
  .slice-slider-pictures .slider-pictures__item {
    padding-top: 53.19%;
  }
}
.slice-slider-pictures .slider-pictures__item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slice-slider-pictures .icon__circle {
  position: absolute;
  bottom: -56px;
  left: -120px;
  z-index: 1;
}
@media (max-width: 767px) {
  .slice-slider-pictures .icon__circle {
    display: none;
  }
}

.slice-testimony {
  z-index: 0;
}
.slice-testimony__img {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 128.2%;
}
.slice-testimony__img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slice-testimony__content {
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .slice-testimony__content {
    padding-left: 27%;
  }
}
.slice-testimony__infos {
  position: relative;
  z-index: 3;
  margin-top: 6rem;
  padding-right: 14%;
}
@media (max-width: 1023px) {
  .slice-testimony__infos {
    margin-top: 2rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .slice-testimony__infos {
    margin-top: 0;
  }
  .slice-testimony__text {
    font-size: 1.125rem !important;
  }
}
.slice-testimony__circle {
  position: absolute;
  top: -30vw;
  left: -64%;
  z-index: -1;
  width: 120vw;
  height: 120vw;
  background-color: #faebd7;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .slice-testimony__circle {
    top: -50%;
    left: -20%;
    width: 75vw;
    height: 75vw;
  }
}
@media (min-width: 1024px) {
  .slice-testimony__circle {
    top: -6rem;
    left: -65%;
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
}
.slice-testimony svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
}
@media (max-width: 1023px) {
  .slice-testimony svg {
    position: static;
    margin-bottom: 2rem;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .slice-testimony svg {
    width: auto;
    height: 2rem;
    margin-bottom: 1rem;
  }
}

.slice-dropdown .accordion {
  border-bottom: 1px solid #e8e8e8;
}
.slice-dropdown .accordion .accordion__content {
  position: relative;
}
.slice-dropdown .accordion .accordion__content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #60a2d4;
  content: "";
}
.slice-dropdown .accordion-button {
  padding: 1.5rem 0 2rem;
}
.slice-dropdown .accordion-button svg {
  position: relative;
  top: 1.25rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slice-dropdown .accordion-button.is-active svg {
  -webkit-transform: none;
          transform: none;
}
.slice-dropdown__title {
  padding-right: 1.25rem;
}

.slice-organization__title {
  padding-right: 35%;
}
@media (max-width: 767px) {
  .slice-organization__title {
    padding-right: 0;
  }
}
.slice-organization-item {
  z-index: 3;
  margin-bottom: 2rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slice-organization-item {
    margin-bottom: 1.5rem;
  }
}
.slice-organization-item__img {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 128.2%;
}
.slice-organization-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slice-organization .icon__circle {
  position: absolute;
  top: -64px;
  right: -40px;
  z-index: -1;
}

.modal__inner .slice-organization-item {
  padding-top: 2.5rem;
  padding-right: 1.5rem;
  cursor: default !important;
}

.profile-modal .modal__content {
  margin-top: -1.5rem;
}

@media (min-width: 1024px) {
  .publications-list__item {
    width: calc(33.33% - 1.5rem) !important;
  }
  .publications-list__item:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.push-cs {
  padding-top: 2rem;
  border-top: 1px solid rgba(4, 16, 57, 0.1);
}
@media (min-width: 768px) {
  .push-cs {
    padding-top: 4.5rem;
  }
}
.push-cs__title {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .push-cs__title {
    width: 68%;
  }
}
@media (min-width: 1280px) {
  .push-cs__title {
    width: 58%;
  }
}

@media (min-width: 1024px) {
  .prizes__title {
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
  .prizes__title:before {
    position: absolute;
    top: 0;
    right: -2rem;
    left: -200%;
    height: 101%;
    background-color: #fff;
    content: "";
  }
}
.prizes__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 18rem;
  padding: 1.5rem;
  background-color: #c9e8fb;
}
@media (min-width: 768px) {
  .prizes__item {
    min-height: 20.25rem;
    padding: 2rem 2rem;
  }
}
.prizes__item-logo {
  height: 2rem;
  margin-bottom: 2rem;
}
.prizes__item-logo img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
@media (min-width: 768px) {
  .prizes__item-logo {
    height: 6rem;
    margin-bottom: 3rem;
  }
}
.prizes__item-text {
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .prizes__item-text {
    font-size: 1.0625rem;
  }
}
.prizes__item-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.13;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .prizes__item-title {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .prizes .slider-with-nav {
    padding-bottom: 4.625rem;
  }
  .prizes .slider-with-nav__nav {
    position: absolute;
    top: -12px !important;
    right: 0;
    width: auto !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

/* $responsive-max-containers: (
  md: 100vw,
  lg: 1024px,
  xl: 1280px,
); */
.other-exp__title {
  margin-left: 18%;
}
@media (max-width: 767px) {
  .other-exp__title {
    margin-left: 0;
  }
  .other-exp__title br {
    display: none;
  }
}
.other-exp__inner {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .other-exp__inner {
    width: 71%;
    margin-bottom: 5rem;
  }
  .other-exp__inner:first-child, .other-exp__inner:nth-child(2) {
    margin-left: 18%;
  }
  .other-exp__inner:last-child {
    margin-bottom: 0;
  }
}
.other-exp__content-wrap__title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 2.5rem;
  font-family: "White Angelica", sans-serif;
}
@media (min-width: 1024px) {
  .other-exp__content-wrap__title span {
    font-size: 4rem;
  }
}
.other-exp__content__title-img {
  height: 3.625rem;
  margin-top: -14px;
  margin-bottom: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .other-exp__content__title-img {
    height: 5.875rem;
    margin-top: -34px;
    margin-bottom: 2px;
  }
}

.actuBlockImg {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.slice--map .custom-select-container .custom-select-opener {
  padding: 1rem 0;
  color: #ff0000;
  font-size: 2.5rem;
  font-family: "Helvetica Neue LT W05 45 Light", Arial, sans-serif;
  border-bottom: 1px dotted #ff0000;
  border-radius: 0;
}
.slice--map .custom-select-container .custom-select-icon-wrapper {
  display: none;
  width: 1.125rem;
}
.slice--map .custom-select-container .custom-select-panel {
  top: 5rem;
  display: none;
  background-color: #041039;
  border: 1px dotted #fff;
  border-radius: 0;
}
.slice--map .custom-select-container .custom-select-option {
  color: #fff;
}
.slice--map .custom-select-container .custom-select-option.has-focus {
  color: #fff;
}
.slice--map .custom-select-container .custom-select-option.is-selected {
  color: #ff0000;
}

@media (max-width: 767px) {
  .slider-with-nav__nav {
    width: 100%;
  }
  .slider-with-nav__nav .swiper-navigation {
    padding: 14px 12px;
  }
}

.slider-jobs .title span {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding-left: 0.5rem;
  color: #ff0000;
  font-weight: 400;
  font-size: 2.875rem;
  font-family: "White Angelica", sans-serif;
}
@media (max-width: 767px) {
  .slider-jobs .title span {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .slider-jobs .title span {
    font-size: 3.25rem;
  }
}
.slider-jobs .title span span {
  font-family: "Helvetica Neue LT W05 35 Thin", Arial, sans-serif;
  color: #fff;
}
.slider-jobs--night-blue {
  padding: 5rem 0;
  background-color: #041039;
}
@media (max-width: 767px) {
  .slider-jobs--night-blue {
    padding: 2.5rem 0;
  }
}
.slider-jobs--night-blue .swiper-navigation {
  border-color: #fff;
}
.slider-jobs--night-blue .swiper-navigation svg {
  stroke: #fff;
}
.slider-jobs--night-blue .slider-jobs__grid::after {
  background-color: #041039;
}
.slider-jobs--sky-blue {
  padding: 5rem 0;
  background-color: #c9e8fb;
}
@media (max-width: 767px) {
  .slider-jobs--sky-blue {
    padding: 2.5rem 0;
  }
}
.slider-jobs--sky-blue .slider-jobs__grid::after {
  background-color: #c9e8fb;
}

.slider-jobs__grid {
  position: relative;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .slider-jobs__grid {
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .slider-jobs__grid:after {
    position: absolute;
    top: 0;
    right: -101%;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
  }
}

.slice--contact {
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .slice--contact::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 101vw;
    height: 50%;
    background-color: #041039;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
  }
}
.slice--contact-image {
  right: -30px;
  bottom: -6px;
  max-height: 266px;
}
@media (min-width: 1024px) {
  .slice--contact-image {
    bottom: 0;
    left: 57px;
    max-height: 344px;
  }
}
.slice--contact .fluid-grid {
  border-radius: 0.5rem;
}
@media (max-width: 1023px) {
  .slice--contact .fluid-grid {
    width: 100vw;
    max-width: 100vw;
    min-height: 425px;
    border-radius: 0;
  }
}

.page-template-page-contact .slice--contact::before {
  display: none;
}
.page-template-page-contact .slice--contact .fluid-grid {
  border-radius: 0;
}

.custom-select-container {
  position: relative;
  width: 100%;
}
.custom-select-container select {
  width: 100%;
  padding: 1.25rem 2rem 1.25rem 2rem;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  border: 1px solid #041039;
  border-radius: 2.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 1024px) {
  .custom-select-container select {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
}
.custom-select-container select option {
  width: 100%;
}
.custom-select-container + label {
  position: absolute;
  top: 0;
  left: 1.25rem;
  padding: 0 0.25rem;
  font-size: 1rem;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-select-container .custom-select-icon-wrapper {
  position: absolute;
  top: 0;
  right: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.8125rem;
  height: 100%;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .custom-select-container .custom-select-icon-wrapper {
    width: 5.3125rem;
  }
}
.custom-select-container .custom-select-icon {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.custom-select-container .custom-select-opener {
  display: none;
  width: 100%;
  padding: 1.375rem 2rem 0.9375rem 2rem;
  font-size: 0.875rem;
  line-height: normal;
  letter-spacing: normal;
  border: 1px solid #041039;
  border-radius: 2.25rem;
  cursor: pointer;
  -webkit-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
.custom-select-container .custom-select-opener span {
  position: relative;
  z-index: 11;
}
.has-error .custom-select-container .custom-select-opener {
  border-color: #ff0000;
}
@media (min-width: 1024px) {
  .custom-select-container .custom-select-opener {
    display: block;
  }
}
@media (max-width: 767px) {
  .custom-select-container select.custom-select-opener {
    display: block;
  }
}
.custom-select-container .custom-select-panel {
  position: absolute;
  top: 2.0625rem;
  left: 0;
  z-index: 10;
  width: 100%;
  max-height: 200px;
  padding: 1rem 0;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #041039;
  border-top-color: transparent;
  border-radius: 0 0 2.25rem 2.25rem;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}
.custom-select-container .custom-select-option {
  padding: 0.3125rem 1.5rem;
  color: #041039;
  font-size: 0.875rem;
  line-height: 2.5;
  cursor: pointer;
}
.custom-select-container .custom-select-option:first-child {
  padding-top: 0;
}
.custom-select-container .custom-select-option:last-child {
  padding-bottom: 0;
}
.custom-select-container .custom-select-option.has-focus {
  color: #000;
}
.custom-select-container .custom-select-option.is-selected {
  color: #000;
  font-family: "Helvetica Neue LT W05 65 Medium", Arial, sans-serif;
}
.custom-select-container.is-open .custom-select-panel {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
}
.custom-select-container.is-open .custom-select-icon {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.card-partner {
  position: relative;
  padding: 100% 20px 0 20px;
  background-color: #fff;
  border: 1px solid #041039;
  border-radius: 50%;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-partner img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-height: 5.9375rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.swiper-slide-active .card-partner {
  background-color: #041039;
  opacity: 1;
}
.swiper-slide-active .card-partner img {
  -webkit-filter: brightness(0) invert(1) grayscale(0);
          filter: brightness(0) invert(1) grayscale(0);
}

.card-publication {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 31.25rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .card-publication {
    min-height: 33.75rem;
  }
}
.card-publication__tag {
  position: relative;
  z-index: 3;
  height: 1.5rem;
  padding: 7px 10px 6px 1.25rem;
  color: #041039;
  font-size: 0.6875rem;
  font-family: "Helvetica Neue LT W05 65 Medium", Arial, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c9e8fb;
  border-radius: 14px;
}
.card-publication__tag:before {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 9px;
  height: 9px;
  background-color: #60a2d4;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.card-publication__tag--livre-blanc, .card-publication__tag--white-paper {
  background-color: #fbdce8;
}
.card-publication__tag--livre-blanc:before, .card-publication__tag--white-paper:before {
  background-color: #e1115d;
}
.card-publication__tag--parole-dexpert, .card-publication__tag--expert-opinion {
  background-color: #e5fffb;
}
.card-publication__tag--parole-dexpert:before, .card-publication__tag--expert-opinion:before {
  background-color: #65afa4;
}
.card-publication__tag--podcast {
  background-color: #fef3d4;
}
.card-publication__tag--podcast:before {
  background-color: #f8c329;
}
.card-publication__image {
  position: relative;
  height: 15rem;
  padding: 1.25rem;
}
.card-publication__image:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 4.625rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  content: "";
}
.card-publication__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-publication__image--bg {
  position: absolute;
  inset: 0;
  height: auto;
}
.card-publication__image--bg:after {
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.card-publication__image--illu:after {
  display: none;
}
.card-publication__image--illu img {
  right: 0;
  left: auto;
  max-width: 16.875rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top 0 right -20px;
     object-position: top 0 right -20px;
}
.card-publication__infos {
  position: relative;
  z-index: 2;
  padding: 1.5rem 2rem 2rem 2rem;
}
@media (max-width: 1279px) {
  .card-publication__infos {
    padding: 1.5rem;
  }
}
.card-publication__infos--podcast {
  padding: 1.25rem 0.75rem 1.25rem 0.75rem;
}
@media (min-width: 1024px) {
  .card-publication__infos--podcast {
    padding: 1.5rem 0.75rem 1.25rem 0.75rem;
  }
}
.card-publication__title {
  font-size: 1.5rem;
  line-height: 1.13;
}
@media (min-width: 768px) {
  .card-publication__title {
    font-size: 2rem;
  }
}
.card-publication__title--big {
  font-size: 2rem;
}
@media (min-width: 1440px) {
  .card-publication__title--big {
    font-size: 2.5rem;
  }
}

.card-newsroom {
  position: relative;
  display: block;
  z-index: 3;
}

.card-talent {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
.card-talent .card__visual:after {
  position: absolute;
  inset: 0;
  -webkit-box-shadow: inset 0 0 2.5rem 0.3125rem rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 0 2.5rem 0.3125rem rgba(0, 0, 0, 0.7);
  content: "";
}
.card-talent .card__visual--podcast:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #041039;
  opacity: 0.7;
  content: "";
}
.card-talent__location {
  font-size: 1rem;
}
.card-talent__location::before {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
  background-color: #666666;
  border-radius: 50%;
  content: "";
}
.card-talent__status {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .card-talent__status {
    font-size: 1.125rem;
  }
}
.card-talent .picto-play {
  cursor: pointer;
}

.slice-timeline .card-timeline {
  position: relative;
  width: 100%;
}
.slice-timeline .card-timeline__line {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #60a2d4;
}
.slice-timeline .card-timeline:first-child .card-timeline__line {
  position: absolute;
  top: 22px;
  left: 23px;
  width: 100%;
  height: 1px;
  background-color: #60a2d4;
}
.slice-timeline .card-timeline__year {
  color: #60a2d4;
  font-size: 3.75rem;
  font-family: "White Angelica", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .slice-timeline .card-timeline__year {
    font-size: 2.5rem;
  }
}
.slice-timeline .card-timeline .paragraph {
  padding-right: 20%;
}
@media (max-width: 767px) {
  .slice-timeline .card-timeline .paragraph {
    padding-right: 1.25rem;
  }
}
.slice-timeline .card-timeline .icon__point {
  position: relative;
  z-index: 3;
  margin-bottom: 2rem;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .slice-timeline .card-timeline .icon__point {
    margin-bottom: 1.5rem;
  }
}
.slice-timeline .swiper-slide:last-child .card-timeline__line {
  display: none;
}
@media (max-width: 767px) {
  .slice-timeline .swiper-slide-active .card-timeline__line {
    background: -webkit-gradient(linear, left top, right top, from(#60a2d4), to(#fff)) !important;
    background: linear-gradient(to right, #60a2d4, #fff) !important;
  }
  .slice-timeline .swiper-slide-next .card-timeline__line {
    background-color: #fff !important;
  }
  .slice-timeline .swiper-slide-next .card-timeline .icon__point {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.slice-timeline .swiper-slide-next + .swiper-slide .card-timeline__line {
  background: -webkit-gradient(linear, left top, right top, from(#60a2d4), to(#fff)) !important;
  background: linear-gradient(to right, #60a2d4, #fff) !important;
}
.slice-timeline .swiper-slide-next + .swiper-slide + .swiper-slide .card-timeline__line {
  background-color: #fff !important;
}
.slice-timeline .swiper-slide-next + .swiper-slide + .swiper-slide .card-timeline .icon__point {
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slice-timeline .swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-reinsurance {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1rem 1.25rem 0;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .card-reinsurance {
    padding: 2rem 1rem;
  }
}
.card-reinsurance__number {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .card-reinsurance__number {
    font-size: 3.5rem;
  }
}
@media (min-width: 1440px) {
  .card-reinsurance__number {
    font-size: 4.5rem;
  }
}
.card-reinsurance__image {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6.25rem;
  height: 5rem;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .card-reinsurance__image {
    width: 7.5rem;
    height: 7.5rem;
    margin-right: 1.5rem;
  }
}
.card-reinsurance__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  min-height: 28.75rem;
  padding: 2.5rem 1.5rem;
  background-color: #c9e8fb;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  .card-study {
    min-height: 36.25rem;
    padding: 2.5rem;
  }
}
.card-study__title {
  padding-right: 0;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
@media (min-width: 1024px) {
  .card-study__title {
    padding-right: 10%;
  }
}
@media (min-width: 1440px) {
  .card-study__title {
    padding-right: 17%;
  }
}

.card-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 28.75rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .card-reference {
    min-height: 31.25rem;
    padding: 2rem;
  }
}
.card-reference__testimony {
  font-size: 1.25rem;
  line-height: 1.33;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .card-reference__testimony {
    font-size: 1.5rem;
  }
}
.card-reference__name {
  font-size: 1.5rem;
  line-height: 1;
}
.card-reference__job {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.33;
}
.card-reference .icon {
  stroke-width: 0.5;
}

.card-push {
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
  background-color: #faebd7;
}
@media (min-width: 768px) {
  .card-push {
    padding: 2.5rem;
  }
}
.card-push--night-blue {
  background-color: #041039;
}
.card-push--night-blue .paragraph, .card-push--night-blue .title, .card-push--night-blue .cta-link {
  color: #fff;
}
.card-push--sky-blue {
  background-color: #c9e8fb;
}
.card-push__infos {
  z-index: 1;
  padding-right: 10%;
}
@media (min-width: 768px) {
  .card-push__infos {
    padding-right: 41%;
  }
}
@media (min-width: 1440px) {
  .card-push__infos {
    padding-right: 34%;
  }
}
.card-push__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 34%;
  max-height: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-push--references .card-push__image {
  -webkit-transform: translate(-16%, 2%);
          transform: translate(-16%, 2%);
}
.card-push--observatory .card-push__image {
  width: 40%;
}
.card-push--about .card-push__image {
  bottom: 50%;
  width: 45%;
  -webkit-transform: translate(9%, 50%);
          transform: translate(9%, 50%);
}
.card-push--join-us .card-push__image {
  bottom: 50%;
  width: 46%;
  -webkit-transform: translate(15%, 50%);
          transform: translate(15%, 50%);
}
.card-push--our-job-offers .card-push__image {
  width: 81%;
}
.card-push--our-commitments .card-push__image {
  bottom: 50%;
  width: 41%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.card-job {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 2.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .card-job {
    padding: 2rem 1.25rem;
  }
}
.card-job__type {
  font-size: 0.875rem;
  line-height: 1.45;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .card-job__type {
    font-size: 0.75rem;
  }
}
.card-job__place {
  position: relative;
  font-size: 1rem;
  font-family: "Helvetica Neue LT W05 55 Roman", Arial, sans-serif;
  line-height: 1;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .card-job__place {
    font-size: 0.875rem;
    letter-spacing: 0.88px;
  }
}
.card-job__place--city {
  position: relative;
  margin-top: 4px;
  margin-right: 0.5rem;
  padding-left: 20px;
  font-family: "Helvetica Neue LT W05 65 Medium", Arial, sans-serif !important;
}
.card-job__place--city:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
  content: "";
}
.card-job__place--country {
  padding-left: 0.5rem;
}
.card-job__place--country:before {
  position: absolute;
  top: 2px;
  left: -1px;
  width: 1px;
  height: 12px;
  background-color: #041039;
  content: "";
}

.block-newsroom-observatory {
  padding-bottom: 4.5rem;
}

.block-observatory {
  position: relative;
  z-index: 3;
}

.block-newsroom {
  position: relative;
  z-index: 3;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .block-newsroom {
    margin-top: 3rem;
  }
}
.block-newsroom--icon {
  position: relative;
}
.block-newsroom--icon:after {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 100%;
  content: url(/wp-content/themes/bluelink/dist/77c94242f72b5c353e9e.svg);
}

.newsroomIcon span {
  position: relative;
  z-index: 3;
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .newsroomIcon span {
    margin-top: 3rem;
  }
}
.newsroomIcon span:after {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  height: 100%;
  content: url(/wp-content/themes/bluelink/dist/77c94242f72b5c353e9e.svg);
}

.icon-feather {
  position: absolute;
  top: 64px;
  right: 16px;
}
@media (max-width: 767px) {
  .icon-feather {
    top: 48%;
    right: -24px;
    width: 126px;
  }
}

.last-news {
  padding: 4rem 0;
  background-color: #faebd7;
}
@media (min-width: 768px) {
  .last-news {
    padding-bottom: 5rem;
  }
}
.last-news__title {
  width: 53.125rem;
  max-width: none;
  margin-left: -8rem;
}
@media (min-width: 768px) {
  .last-news__title {
    width: 90rem;
    margin-left: -12.8125rem;
  }
}
@media (max-width: 1023px) {
  .last-news__cta {
    margin-top: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .last-news__cta {
    position: absolute;
    top: 6.5rem;
    right: 0;
  }
  .last-news__item {
    width: calc(30% - 26px) !important;
  }
  .last-news__item:first-child {
    width: calc(40% - 26px) !important;
  }
  .last-news__item:not(:last-child) {
    margin-right: 2.5rem;
  }
}

.map-wrapper {
  /* &:after {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to left, rgba($color__night-blue, 0), rgba($color__night-blue, 0.87) 80%);
    transform: scale(1.1);
    transform-origin: center top;
    content: '';

    @include responsive(lg) {
      transform: scale(1.3);
      transform-origin: left center;
    }
  } */
}
.map-wrapper .map {
  -webkit-transform: translateX(-10%) scale(1.5);
          transform: translateX(-10%) scale(1.5);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0.42;
}
@media (min-width: 375px) {
  .map-wrapper .map {
    -webkit-transform: translateX(-28%) scale(1.3);
            transform: translateX(-28%) scale(1.3);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media (min-width: 768px) {
  .map-wrapper .map {
    -webkit-transform: translateX(-19%) scale(1.2);
            transform: translateX(-19%) scale(1.2);
  }
}
@media (min-width: 1024px) {
  .map-wrapper .map {
    -webkit-transform: scale(1.13);
            transform: scale(1.13);
  }
}

.markers-wrapper {
  top: 0;
  left: 0;
  width: 150%;
  height: 150%;
  -webkit-transform: translateX(-23.5%);
          transform: translateX(-23.5%);
}
@media (min-width: 375px) {
  .markers-wrapper {
    top: 50%;
    width: 130%;
    height: 130%;
    -webkit-transform: translate(-21.7%, -50%);
            transform: translate(-21.7%, -50%);
  }
}
@media (min-width: 768px) {
  .markers-wrapper {
    width: 120%;
    height: 120%;
    -webkit-transform: translate(-16%, -50%);
            transform: translate(-16%, -50%);
  }
}
@media (min-width: 1024px) {
  .markers-wrapper {
    width: 113%;
    height: 113%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.marker {
  cursor: pointer;
}
.marker__title {
  top: 50%;
  left: 1.5rem;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.marker__title:after {
  -webkit-transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width: 1024px) {
  .marker__title {
    left: 3rem;
  }
}
.marker__picto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 1px dotted #fff;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: border-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.marker__picto:before {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  content: "";
}
@media (min-width: 1024px) {
  .marker__picto {
    width: 2.5rem;
    height: 2.5rem;
  }
  .marker__picto:before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.marker.is-active {
  z-index: 1;
}
.marker.is-active .marker__title {
  color: #ff0000;
}
.marker.is-active .marker__title:after {
  background-color: #ff0000;
}
.marker.is-active .marker__picto {
  border-color: #ff0000;
}
.marker.is-active .marker__picto:before {
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #ff0000;
}
@media (min-width: 1024px) {
  .marker.is-active .marker__picto:before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.marker--santiago-du-chili, .marker--santiago-de-chile {
  top: 76%;
  left: 23%;
}
@media (min-width: 768px) {
  .marker--santiago-du-chili, .marker--santiago-de-chile {
    top: 80%;
    left: 24%;
  }
}
@media (min-width: 1024px) {
  .marker--santiago-du-chili, .marker--santiago-de-chile {
    top: 78%;
    left: 22%;
  }
}
.marker--ile-maurice, .marker--mauritius {
  top: 71.5%;
  left: 58%;
}
@media (min-width: 768px) {
  .marker--ile-maurice, .marker--mauritius {
    left: 59%;
  }
}
@media (min-width: 1024px) {
  .marker--ile-maurice, .marker--mauritius {
    top: 69.5%;
    left: 57.5%;
  }
}
.marker--paris {
  top: 27%;
  left: 44.5%;
}
.marker--paris .marker__title {
  top: 50%;
  left: -0.5rem;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media (min-width: 375px) {
  .marker--paris {
    top: 29%;
    left: 45.5%;
  }
}
@media (min-width: 768px) {
  .marker--paris {
    top: 30%;
    left: 46%;
  }
}
@media (min-width: 1024px) {
  .marker--paris {
    top: 27%;
    left: 44.5%;
  }
}
@media (min-width: 1280px) {
  .marker--paris {
    top: 27.5%;
    left: 45%;
  }
}
.marker--prague {
  top: 27.5%;
  left: 49%;
}
@media (min-width: 768px) {
  .marker--prague {
    top: 28%;
    left: 49.5%;
  }
}
@media (min-width: 1024px) {
  .marker--prague {
    top: 26%;
    left: 47.5%;
  }
}
@media (min-width: 1280px) {
  .marker--prague {
    left: 48%;
  }
}
.marker--santiago {
  top: 77%;
  left: 22%;
}
@media (min-width: 375px) {
  .marker--santiago {
    left: 24%;
  }
}
@media (min-width: 1024px) {
  .marker--santiago {
    left: 22%;
  }
}
@media (min-width: 1280px) {
  .marker--santiago {
    left: 23%;
  }
}
.marker--strasbourg {
  top: 27%;
  left: 46%;
}
.marker--strasbourg .marker__title {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.marker--strasbourg .marker__title:after {
  position: relative;
  top: 0;
  left: 50%;
  display: block;
  width: 0.0625rem;
  height: 3rem;
  margin-top: 0.125rem;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
}
@media (min-width: 1024px) {
  .marker--strasbourg .marker__title:after {
    height: 5.5rem;
  }
}
@media (min-width: 375px) {
  .marker--strasbourg {
    top: 29%;
    left: 47.2%;
  }
}
@media (min-width: 768px) {
  .marker--strasbourg {
    top: 30%;
    left: 47.2%;
  }
}
@media (min-width: 1024px) {
  .marker--strasbourg {
    top: 27%;
    left: 46%;
  }
}
@media (min-width: 1280px) {
  .marker--strasbourg {
    top: 27.5%;
  }
}
.marker--sydney {
  top: 81.5%;
  left: 86.5%;
}
.marker--sydney .marker__title {
  top: 50%;
  left: -0.5rem;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media (min-width: 375px) {
  .marker--sydney {
    top: 83.5%;
  }
}
@media (min-width: 768px) {
  .marker--sydney {
    left: 87.5%;
  }
}
@media (min-width: 1024px) {
  .marker--sydney {
    top: 81.5%;
    left: 84.5%;
  }
}
@media (min-width: 1280px) {
  .marker--sydney {
    left: 86%;
  }
}

.video {
  position: relative;
  padding-top: 56.5%;
}
.video .cld-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .video.video_portrait {
    height: 100vh;
    width: 100vw;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .video.video_portrait {
    height: 95vh;
  }
}
.video__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.4s visibility ease-in-out, 0.4s opacity ease-in-out;
  transition: 0.4s visibility ease-in-out, 0.4s opacity ease-in-out;
}
.video__overlay.is-hidden, .lyt-activated .video__overlay {
  visibility: hidden;
  opacity: 0;
}
.video__overlay:hover {
  cursor: pointer;
}
.video__overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  content: "";
}
.video__overlay .video__overlay__infos {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 1rem;
}
@media (min-width: 768px) {
  .video__overlay .video__overlay__infos {
    padding: 2rem;
  }
}
.video__overlay button {
  position: relative;
  width: 4rem;
  height: 4rem;
  background-color: red;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .video__overlay button {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.video__overlay button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-41%, -50%);
          transform: translate(-41%, -50%);
}
@media (max-width: 767px) {
  .video__overlay button svg {
    width: 1rem;
    height: 1.125rem;
  }
}
.video iframe,
.video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* stylelint-disable-next-line */
lite-youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
}
lite-youtube:before {
  display: none;
}

.block-jobs__title {
  max-width: none;
  margin-left: -6.8125rem;
}
@media (max-width: 767px) {
  .block-jobs__title {
    display: none;
  }
}
@media (min-width: 768px) {
  .block-jobs__title {
    width: 69.375rem;
  }
}
@media (min-width: 1024px) {
  .block-jobs__title {
    width: 75.75rem;
  }
}
@media (min-width: 1280px) {
  .block-jobs__title {
    width: 90rem;
  }
}
.block-jobs__title--mobile {
  width: 30.125rem;
  max-width: none;
  margin-bottom: 1.5rem;
  margin-left: -4rem;
}
@media (min-width: 768px) {
  .block-jobs__title--mobile {
    display: none;
  }
}
.block-jobs .swiper-navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.block-jobs__pic {
  position: relative;
  width: 100%;
  padding-top: 81%;
}
@media (max-width: 1023px) {
  .block-jobs__pic {
    padding-top: 100%;
  }
}
.block-jobs__pic img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-jobs__pic--square {
  padding-top: 100%;
}
.block-jobs__items {
  position: relative;
}
.block-jobs__items:before {
  position: absolute;
  top: 11%;
  left: 0;
  width: 90rem;
  height: 100%;
  margin-left: -5.8125rem;
  content: url(/wp-content/themes/bluelink/dist/9b4ac2246fc706a0b63f.svg);
}
@media (max-width: 1023px) {
  .block-jobs__items:before {
    display: none;
  }
}
.block-jobs__items:after {
  position: absolute;
  top: 71%;
  left: 0;
  width: 90rem;
  height: 100%;
  margin-left: -6.8125rem;
  content: url(/wp-content/themes/bluelink/dist/c338a0ba9ebc84ac358e.svg);
}
@media (max-width: 1023px) {
  .block-jobs__items:after {
    display: none;
  }
}
.block-jobs__item {
  width: 100%;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .block-jobs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.block-jobs__item .cta-link {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .block-jobs__item .cta-link {
    opacity: 1;
  }
}
.block-jobs__item .title {
  position: relative;
  color: #041039;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-jobs__item .title:after {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: url(/wp-content/themes/bluelink/dist/707ec4b2934cbade58b6.svg);
}
@media (max-width: 767px) {
  .block-jobs__item .title {
    color: #60a2d4 !important;
  }
  .block-jobs__item .title:after {
    opacity: 1;
  }
}
.block-jobs__item:hover .title {
  color: #60a2d4 !important;
}
.block-jobs__item:hover .title:after {
  opacity: 1;
}
.block-jobs__item:hover .cta-link {
  opacity: 1;
}
@media (min-width: 1024px) {
  .block-jobs .swiper-wrapper {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .block-jobs .swiper-wrapper .swiper-slide {
    width: 39% !important;
  }
  .block-jobs .swiper-wrapper .swiper-slide--space {
    margin-right: 11.8%;
  }
  .block-jobs .swiper-wrapper .swiper-slide--space-left {
    margin-left: 8.5%;
  }
}

.textarea--offer {
  height: 7.5rem !important;
}
@media (max-width: 767px) {
  .textarea--offer {
    height: 14.25rem !important;
  }
}

.form__field-underline {
  margin-top: 0.5rem;
  color: #041039;
  font-size: 0.875rem;
  line-height: 1.45;
}

.contact-form {
  border-bottom: 1px solid rgba(4, 16, 57, 0.1);
}
@media (min-width: 1024px) {
  .contact-form .cols {
    gap: 2.5rem;
  }
}

.slice--qualification-form:before {
  display: none;
}
.slice--qualification-form + .slice-push {
  padding: 0.8125rem 0;
}
@media (min-width: 1024px) {
  .slice--qualification-form + .slice-push {
    padding: 6rem 0;
  }
}

/*# sourceMappingURL=default.min.css.map*/