@charset "UTF-8";
/* ---------- [ STYLE ]

Master CSS for loading all stylesheets

Uses sass as a CSS preoprocessor
@link https://sass-lang.com/

Use BEM methodology for class names
> block, element, modifier
@link http://bem.info/

Use SMACSS for folder organization
> layout, module, object and state
@link https://smacss.com/

Use concetric-css standard for property order
> placement, visibility, layers, content, text
@link http://rhodesmill.org/brandon/2011/concentric-css/
*/
/* ---------- [ COLOR ] */
/* ---------- [ FONT ] */
/* ---------- [ SIZE ] */
/* ---------- [ SHADOW ] */
.before--1-2, .blocks--before-1-2:before, .banner:before,
.before--3-4,
.blocks--before-4-5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.75;
  width: 100%;
  height: 100%;
}

.before--1-2, .blocks--before-1-2:before, .banner:before {
  background-image: linear-gradient(135deg, #63c7e2 0%, #4a72b4 100%);
}

.before--3-4, .blocks--before-4-5:before {
  background-image: linear-gradient(135deg, #FD6585 0%, #0D25B9 100%);
}

.orienta-18-bold, .highlight__title, .intro__subtitle, .card__title, .block-seo__title, .block__title, .info__title, .key-figures__title, .snippet-small__title, .find-offers__title, .snippet__title {
  font-family: "Orienta", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
/* ---------- [ RESET ] */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]),
[hidden] {
  display: none;
}

strong {
  font-weight: 700;
  background-image: linear-gradient(135deg, #FD6585 0%, #0D25B9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.strong--black {
  color: #000;
}

.strong--white {
  color: #FFF;
}

/* ---------- [ BASE ] */
* {
  -webkit-tap-highlight-color: grey;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #FFF;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 1.45rem;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
}

h1 {
  font-size: 2.2rem;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

a,
button {
  cursor: pointer;
}

svg {
  width: 100%;
  height: 100%;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input[disabled] {
  opacity: 1;
  -webkit-text-fill-color: grey;
}

/* ---------- [ MEDIA QUERIES ] */
body:before {
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: gold;
  padding: 0.5em;
  z-index: 9999;
  font-weight: 700;
  font-size: 1.1rem;
  color: black;
  pointer-events: none;
}

/*@media only screen and (max-width: 1024px)   { body:before { content: 'L - ipad landscape - 896-1024'; } }
@media only screen and (max-width: 895px)   { body:before { content: 'M - ipad portrait - 768-895'; } }
@media only screen and (max-width: 767px)   { body:before { content: 'S - 545-767'; } }
@media only screen and (max-width: 544px)  { body:before { content: 'XS - 0-544'; } }
@media only screen and (min-width: 1400px)  { body:before { content: 'XL - 1400-1599'; } }
@media only screen and (min-width: 1600px) { body:before { content: 'XXL - 1600-infinite'; } }*/
/* ---------- [ HEADER ] */
.header {
  position: sticky;
  top: 0;
  z-index: 4;
  background-color: #FFF;
  padding: 0 20px;
}
.header__container {
  display: flex;
  margin: 0 auto;
  padding: 5px 0;
  max-width: 1140px;
  min-height: 70px;
}

/* ---------- [ COLUMN ] */
.column {
  padding: 0 20px;
}
.column__container {
  display: flex;
  margin: 0 auto 100px;
  max-width: 1140px;
}
.column__left {
  position: relative;
  flex: 1;
  padding-right: 40px;
}
.column__right {
  width: 285px;
}

@media (max-width: 768px) {
  .column__container {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .column__left {
    padding-right: 0;
  }
  .column__right {
    width: 100%;
  }
}
/* ---------- [ FOOTER ] */
.footer {
  background-color: #333333;
  padding: 0 20px;
  /*&__item {}*/
}
.footer__container {
  display: flex;
  margin: 0 auto;
  background-color: #333333;
  padding: 20px 0;
  max-width: 1140px;
}
.footer__container--mentions {
  border-top: 1px solid #cccccc;
  padding: 0;
}
.footer__list {
  flex: 1;
}
.footer__list--mentions {
  flex-direction: row;
  display: flex;
}
.footer__link {
  display: block;
  padding: 15px 20px 15px 0;
  color: #FFF;
  font-size: 1.4rem;
}
.footer__link:hover {
  color: #cccccc;
}
.footer__text {
  padding: 15px 15px 15px 0;
  color: #cccccc;
  font-size: 1.4rem;
}
.footer__social {
  flex: 1;
}

@media (max-width: 768px) {
  .footer__container {
    flex-direction: column;
    margin-bottom: 0;
  }
  .footer__container--mentions {
    padding: 20px 0;
  }
  .footer__list, .footer__social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* ---------- [ NAV ] */
.nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s ease all;
}
.nav__list {
  display: flex;
  align-items: center;
  padding: 0 7px;
}
.nav__item {
  display: flex;
}
.nav__item--offer {
  position: relative;
}
.nav__item--offer:hover .dropdown {
  display: block;
}
.nav__link {
  padding: 7px;
}
.nav__link:hover {
  color: #333333;
}
.nav__link--offer {
  position: relative;
}
.nav__link--offer .fas {
  position: relative;
  top: -3px;
}

@media (max-width: 768px) {
  .nav {
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    height: 0px;
    top: 70px;
    right: 0;
    /*right: 100%;*/
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .nav--active {
    height: auto;
    padding: 0 20px 20px;
  }
  .nav__list {
    flex-direction: column;
  }
  .nav__link--offer {
    display: none;
  }
}
/* ---------- [ HELLO ] */
.hello {
  display: flex;
  align-items: center;
}
.hello__city-job {
  position: relative;
  padding-right: 20px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-family: "Orienta", sans-serif;
  font-weight: 500;
  font-size: 3rem;
}
.hello__city {
  color: #000;
}
.hello__job {
  color: #4a72b4;
}
.hello__logo {
  position: relative;
  padding-left: 22px;
  height: 40px;
}
.hello__logo:before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 40px;
}
.hello__img {
  height: 40px;
}

@media (max-width: 768px) {
  .hello__city-job {
    width: -moz-min-content;
    width: min-content;
    font-size: 2rem;
  }
  .hello__logo {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .hello__logo:before {
    width: 0;
  }
  .hello__img {
    height: 28px;
  }
}
/* ---------- [ BANNER ] */
.banner {
  position: relative;
  background-image: url("../../img/background/hellowork-banniere.jpg");
  padding: 0 20px;
  min-height: 410px;
  background-size: cover;
}
.banner__container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1140px;
}
.banner__title, .banner__text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
  font-family: "Orienta", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 5rem;
  text-shadow: 1px 1px 2px #333333;
}
.banner__title {
  font-size: 5rem;
}
.banner__text {
  font-size: 3.1rem;
}
.banner__logo-hellowork {
  padding-left: 20px;
  height: 115px;
}

@media (max-width: 768px) {
  .banner {
    min-height: 361px;
  }
  .banner__title, .banner__text {
    font-size: 3rem;
  }
  .banner__logo-hellowork {
    height: 90px;
  }
}
/* ---------- [ SEARCH OFFER ] */
.search-offer {
  pointer-events: none;
  position: sticky;
  top: 155px;
  z-index: 3;
  padding: 0 20px;
  height: 170px;
  /* MEGA MODIFIER */
}
.search-offer__container {
  pointer-events: all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  top: -50%;
  margin: 0 auto;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #FFF;
  padding: 30px 45px;
  max-width: 800px;
  height: 170px;
  transition: 0.3s ease all;
}
.search-offer__text {
  color: #63c7e2;
  font-family: "Orienta", sans-serif;
  font-size: 3rem;
  text-align: center;
  transition: 0.3s ease all;
}
.search-offer__form {
  display: flex;
  position: relative;
}
.search-offer__input {
  flex: 1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #4a72b4;
  height: 40px;
  padding: 0 0 0 15px;
}
.search-offer--sticky {
  padding: 0;
}
.search-offer--sticky .search-offer__container {
  border-radius: 0;
  padding: 0 20px 15px 20px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.search-offer--sticky .search-offer__text {
  display: none;
}
.search-offer--sticky .form {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .search-offer {
    /* MEGA MODIFIER */
  }
  .search-offer__container {
    padding: 20px;
  }
  .search-offer--sticky {
    padding: 0;
  }
  .search-offer--sticky .search-offer__container {
    padding: 0 20px 15px 20px;
  }
}
.burger-arrow {
  display: none;
  position: fixed;
  top: 10px;
  right: 5px;
  z-index: 100;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 250ms ease;
}
.burger-arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #4a72b4;
  transition: all 250ms ease;
}
.burger-arrow span:before, .burger-arrow span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #4a72b4;
  transition: all 250ms ease;
}
.burger-arrow span:before {
  transform: translateY(-7px);
}
.burger-arrow span:after {
  transform: translateY(7px);
}

@media (max-width: 768px) {
  .burger-arrow {
    display: block;
  }
  .burger-arrow--active span {
    width: 0;
  }
  .burger-arrow--active span:before,
  .burger-arrow--active span:after {
    width: 23px;
    transform-origin: 0 0;
  }
  .burger-arrow--active span:before {
    transform: translateY(-8px) translateX(-8px) rotate(45deg);
  }
  .burger-arrow--active span:after {
    transform: translateY(8px) translateX(-9px) rotate(-45deg);
  }
}
/* ---------- [ BACK ] */
.back__link {
  color: #333333;
  font-size: 1.3rem;
}
.back__link:before {
  content: "‹";
}
.back__link:hover {
  color: #4a72b4;
}

/* ---------- [ SKILL ] */
.skill {
  padding-top: 15px;
}
.skill__container {
  display: flex;
}
.skill__icon {
  padding-right: 10px;
}
.skill__title {
  color: #63c7e2;
  font-size: 1.3rem;
}
.skill__list {
  display: flex;
  padding: 5px 0 0 28px;
}
.skill__item {
  padding-right: 4px;
  padding-bottom: 5px;
  color: #333333;
  font-size: 1.3rem;
}
.skill__item:before {
  content: "-";
  padding-right: 4px;
}
.skill__item:first-child:before {
  content: "";
  padding-right: 0;
}

/* ---------- [ THREAD ] */
.thread__list {
  display: flex;
}
.thread--padding-top {
  padding-top: 20px;
}
.thread__item {
  padding-right: 4px;
  color: #333333;
  font-size: 1.3rem;
}
.thread__item:after {
  content: "›";
}
.thread__item:last-child:after {
  content: "";
}
.thread__link:hover {
  color: #4a72b4;
}

@media (max-width: 768px) {
  .thread {
    padding: 20px 0;
  }
  .thread__list {
    flex-direction: column;
  }
}
/* ---------- [ SNIPPET ] */
.snippet {
  position: relative;
}
.snippet--fake {
  position: absolute;
  z-index: -1;
  width: calc(100% - 40px);
  filter: blur(4px);
}
.snippet__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #f1f1f1;
  padding: 20px 10px;
  transition: 0.3s ease all;
  color: #333333;
}
.snippet__container--offer {
  align-items: flex-start;
}
.snippet__container-hover {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f1f1f1;
  padding: 20px 10px;
  transition: 0.3s ease all;
  color: #cccccc;
}
.snippet__container-hover:hover {
  background-color: #f1f1f1;
  padding: 20px;
  color: #333333;
  /* EXTREME CHEAT */
}
.snippet__container-hover:hover .button--snippet:first-child {
  background-position: right;
}
.snippet__info {
  flex: 1;
  padding-right: 20px;
}
.snippet__title {
  padding-bottom: 15px;
  color: #4a72b4;
}
.snippet__link:visited {
  color: #cccccc;
}
.snippet__link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.snippet__text {
  padding-top: 15px;
  text-align: justify;
}
.snippet__text--no-padding {
  padding: 0;
}
.snippet__button-container {
  display: flex;
  padding-top: 15px;
}
.snippet__button-container--no-padding {
  padding: 0;
}
.snippet__button-container--offer {
  justify-content: center;
  width: 100%;
}
.snippet__img {
  border: 1px solid #cccccc;
  background-color: #FFF;
  height: 40px;
  padding: 6px 13px;
  box-sizing: content-box;
}
.snippet__img--offer {
  margin-top: 20px;
  height: 65px;
}

@media (max-width: 768px) {
  .snippet--fake {
    display: none;
  }
  .snippet__container-hover {
    flex-direction: column;
  }
  .snippet__info {
    padding-right: 0;
    width: 100%;
  }
  .snippet__title {
    text-align: center;
  }
  .snippet__img {
    margin-top: 15px;
  }
  .snippet__img--offer {
    order: -1;
    margin: 0 auto 15px;
  }
  .snippet__button-container {
    justify-content: center;
  }
  .snippet__button-container--no-padding {
    padding-top: 15px;
    width: 100%;
  }
}
/* ---------- [ SCREENSHOT ] */
.screenshot__list {
  display: flex;
  justify-content: space-between;
}
.screenshot__item {
  width: 47%;
}
.screenshot__img {
  width: 100%;
}

/* ---------- [ PAGINATION ] */
.pagination {
  padding: 20px 0;
}
.pagination__list {
  display: flex;
  justify-content: center;
}
.pagination__item {
  padding: 0 2px;
}
.pagination__link {
  font-size: 1.3rem;
}
.pagination__link--active {
  color: #4a72b4;
  font-weight: 600;
}
.pagination__link--active:hover {
  color: #4a72b4;
}
.pagination__link:hover {
  color: #0D25B9;
}

/* ---------- [ FIND OFFERS ] */
.find-offers {
  padding: 20px;
}
.find-offers__title {
  margin: 0 auto;
  padding-bottom: 15px;
  max-width: 300px;
  color: #63c7e2;
  text-align: center;
}
.find-offers__button-container {
  display: flex;
  justify-content: center;
}
.find-offers__button-container--padding-top {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .find-offers__button-container {
    flex-direction: column;
    align-items: center;
  }
}
/* ---------- [ SIMILAR OFFERS ] */
.similar-offers {
  display: flex;
  align-items: normal;
  justify-content: space-between;
}
.similar-offers--space-between {
  justify-content: space-between;
}

@media (max-width: 768px) {
  .similar-offers {
    flex-direction: column;
  }
}
/* ---------- [ SNIPPET INFO ] */
.snippet-info--offer {
  width: 100%;
}
.snippet-info__list {
  display: flex;
}
.snippet-info__list--snippet-small {
  flex-direction: column;
  align-items: flex-start;
}
.snippet-info__item {
  display: flex;
  padding-right: 20px;
}
.snippet-info__item--snippet-small {
  padding: 0 0 5px 0;
}
.snippet-info__item--snippet-small:last-child {
  padding: 0;
}
.snippet-info__icon {
  padding-right: 10px;
}
.snippet-info__text {
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .snippet-info__list {
    flex-direction: column;
  }
  .snippet-info__item {
    padding: 0 0 5px 0;
  }
  .snippet-info__item:last-child {
    padding: 0;
  }
}
/* ---------- [ SNIPPET SMALL ] */
.snippet-small {
  position: relative;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 30%;
}
.snippet-small__container-hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  height: 100%;
  transition: 0.3s ease all;
  color: #cccccc;
}
.snippet-small__container-hover:hover {
  color: #333333;
}
.snippet-small__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
  width: 100%;
}
.snippet-small__title {
  padding-bottom: 15px;
  text-align: center;
  color: #4a72b4;
}
.snippet-small__link:visited {
  color: #cccccc;
}
.snippet-small__link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.snippet-small__text {
  padding-top: 15px;
  text-align: justify;
}
.snippet-small__text--no-padding {
  padding: 0;
}
.snippet-small__img {
  margin-top: 15px;
  border: 1px solid #cccccc;
  background-color: #FFF;
  box-sizing: content-box;
  padding: 6px 13px;
  height: 40px;
}

@media (max-width: 768px) {
  .snippet-small {
    margin-bottom: 20px;
    width: 100%;
  }
  .snippet-small:last-child {
    margin-bottom: 0;
  }
}
/* ---------- [ CARD ] */
#newsdetail th, #newsdetail td {
  border-bottom: 1px solid #ddd;
  padding: 5px 0 5px 0;
}
#newsdetail th {
  font-weight: 700;
}
#newsdetail tr:nth-child(even) {
  background-color: #f2f2f2;
}
#newsdetail h2 {
  margin-top: 50px !important;
}
#newsdetail h3 {
  font-size: 1.3em;
  margin-top: 20px !important;
}
#newsdetail table {
  width: 100%;
}
#newsdetail > * {
  margin: 10px 0 10px 0;
}
#newsdetail strong {
  background-image: none;
  color: #333333;
}
#newsdetail a {
  font-weight: bold;
}
#newsdetail a:link {
  color: #0000EE;
}
#newsdetail a:visited {
  color: #551A8B;
}
#newsdetail a:link:active, #newsdetail a:visited:active {
  color: #FF0000;
}
#newsdetail li {
  list-style: circle inside;
  margin-bottom: 10px;
}
#newsdetail img {
  border: none;
  border-radius: 30px;
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#newsdate {
  text-align: right;
}

/* ---------- [ KEY FIGURES ] */
.key-figures {
  margin-bottom: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #FFF;
}
.key-figures__title {
  padding-bottom: 15px;
  color: #63c7e2;
}
.key-figures__list {
  padding-bottom: 15px;
}
.key-figures__item {
  list-style: inside;
  list-style-type: disc;
  padding-bottom: 5px;
  color: #333333;
  font-size: 1.3rem;
}
.key-figures__item::marker {
  color: #0D25B9;
}
.key-figures__item:last-child {
  padding-bottom: 0;
}
.key-figures__text {
  color: #333333;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .key-figures__title, .key-figures__item {
    text-align: center;
  }
  .key-figures__title::marker, .key-figures__item::marker {
    color: transparent;
  }
}
/* ---------- [ INFO ] */
.info {
  position: relative;
  padding: 20px 0;
  border-top: 2px solid #f1f1f1;
  text-align: justify;
}
.info:first-child {
  border: 0;
}
.info--no-border {
  border: 0;
}
.info__title {
  margin: 0 auto;
  padding-bottom: 15px;
  color: #63c7e2;
}
.info__text--padding-top {
  padding-top: 15px;
}
.info__list {
  padding-top: 15px;
}
.info__list--no-padding {
  padding-top: 0;
}
.info__item--strong {
  font-weight: 700;
  background-image: linear-gradient(135deg, #FD6585 0%, #0D25B9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.info__link {
  display: block;
  padding-top: 15px;
  color: #4a72b4;
}
.info__link:hover {
  color: #0D25B9;
}
.info__link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .info__title {
    text-align: center;
  }
}
/* ---------- [ BLOCKS ] */
.blocks {
  position: relative;
  padding: 50px 20px 100px;
  background-position-x: center;
}
.blocks--with-title {
  padding-top: 150px;
}
.blocks--all-offers {
  background-image: url("../../img/background/hellowork-toutes-nos-offres.jpg");
  background-size: cover;
  background-position-y: -60px;
}
.blocks--all-trainings {
  background-image: url("../../img/background/hellowork-formations.jpg");
  background-size: cover;
}
.blocks--other-offers {
  background-image: url("../../img/background/hellowork-annonces-pres-de-chez-vous.jpg");
  background-size: cover;
}
.blocks--column {
  padding: 0;
}
.blocks__title {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding-bottom: 50px;
  font-size: 3rem;
  color: #FFF;
  opacity: 1;
  text-align: center;
  text-shadow: 1px 1px 2px #333333;
}
.blocks__title--before {
  position: absolute;
  left: 0;
  top: 16px;
  z-index: -1;
  width: 100%;
  color: #f1f1f1;
  font-family: "Orienta", sans-serif;
  font-size: 15rem;
  white-space: nowrap;
  text-align: center;
  opacity: 0.6;
  text-shadow: none;
}
.blocks__title--variant {
  color: #63c7e2;
  text-shadow: none;
}
.blocks__title--error {
  font-size: 6rem;
}
.blocks__link:hover {
  color: #FFF;
}
.blocks__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1140px;
  justify-content: space-between;
}
.blocks__container__home {
  max-width: 1800px;
  justify-content: start;
}
.blocks__container--card {
  max-width: 1600px;
}
.blocks__container--center {
  justify-content: center;
}

@media (max-width: 768px) {
  .blocks {
    padding-bottom: 50px;
  }
  .blocks__title--error {
    font-size: 4rem;
  }
  .blocks--with-title {
    padding-top: 50px;
  }
  .blocks__title--before {
    display: none;
  }
}
/* ---------- [ BLOCK ] */
.block {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #FFF;
  padding: 20px;
  width: 30%;
  /*&__list {}*/
}
.block__home {
  width: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  box-shadow: 1px 2px 0 1px rgba(0, 0, 0, 0.1);
  align-items: center;
}
.block__home:hover {
  background-image: linear-gradient(135deg, #63c7e2 0%, #6b8ed6 100%);
  color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
.block--column--count {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
  width: 100%;
  padding: 2rem 0;
}
.block--sp {
  margin: 0;
  box-shadow: none;
  background-color: transparent;
  width: 12%;
}
.block--no-margin {
  margin: 0;
}
.block--flex-1 {
  flex: 1;
  margin-bottom: 0;
}
.block--flex-1:first-child {
  margin-right: 30px;
}
.block--flex-1:last-child {
  margin-left: 30px;
}
.block--column {
  width: 47.5%;
}
.block__img {
  margin: 0 auto 20px;
  width: auto;
  height: 45px;
}
.block__title {
  margin: 0 auto;
  padding-bottom: 15px;
  max-width: 300px;
  color: #63c7e2;
  text-align: center;
}
.block__link-sp:visited {
  color: #cccccc;
}
.block__item {
  padding-bottom: 5px;
  text-align: center;
}
.block__item:last-child {
  padding-bottom: 0;
}
.block__link {
  color: #333333;
  font-size: 1.3rem;
}
.block__link:hover {
  color: #4a72b4;
}
.block__text {
  font-size: 1.3rem;
  text-align: justify;
}

@media (max-width: 768px) {
  .block {
    flex: auto;
    margin-bottom: 20px;
    width: 100%;
  }
  .block--column--count {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
  .block__home {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 20px;
    max-width: calc(50% - 10px);
    align-items: center;
  }
  .block--hidden {
    display: none;
  }
  .block:last-child {
    margin-bottom: 0;
  }
  .block--sp {
    display: none;
  }
  .block--flex-1:first-child {
    margin-right: 0;
  }
  .block--flex-1:last-child {
    margin-left: 0;
  }
}
.block-seo {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #FFF;
  padding: 20px;
  width: 100%;
}
.block-seo__title {
  margin: 0 auto;
  padding-bottom: 15px;
  max-width: 100%;
  color: #63c7e2;
  text-align: center;
}
.block-seo__link-sp:visited {
  color: #cccccc;
}
.block-seo__item {
  padding-bottom: 5px;
  text-align: center;
  text-align: left;
  width: 100%;
}
.block-seo__item:last-child {
  padding-bottom: 0;
}
.block-seo__link {
  color: #333333;
  font-size: 1.3rem;
  float: left;
  width: 50%;
}
.block-seo__link:hover {
  color: #4a72b4;
}
@media (max-width: 768px) {
  .block-seo .block {
    flex: auto;
    margin-bottom: 20px;
    width: 100%;
  }
  .block-seo .block:last-child {
    margin-bottom: 0;
  }
  .block-seo .block--sp {
    display: none;
  }
  .block-seo .block--flex-1:first-child {
    margin-right: 0;
  }
  .block-seo .block--flex-1:last-child {
    margin-left: 0;
  }
}

/* ---------- [ CARD ] */
.card {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  width: 31%;
  min-height: 250px;
  /*&__link {
    &:visited { color: $grey; }
  }*/
}
.card__img {
  max-width: 178px;
}
.card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FFF;
  padding: 20px;
  height: 100%;
}
.card__title {
  padding-bottom: 15px;
  color: #4a72b4;
}
.card__text {
  text-align: justify;
}

@media (max-width: 768px) {
  .card {
    margin-bottom: 20px;
    width: 100%;
    min-height: auto;
  }
  .card:last-child {
    margin-bottom: 0;
  }
  .card__title {
    text-align: center;
  }
  .card__img {
    display: none;
  }
}
/* ---------- [ SOCIAL ] */
.social {
  /*&__item {}*/
}
.social__list {
  display: flex;
  padding: 15px 15px 15px 0;
}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: 0.3s ease all;
}
.social__link--facebook {
  background-color: #3a589b;
}
.social__link--twitter {
  background-color: #598dca;
}
.social__link--linkedin {
  background-color: #0274B3;
}
.social__link:hover {
  transform: scale(1.1);
}
.social__icon {
  font-size: 2.5rem;
  color: #FFF;
}

/* ---------- [ FORM ] */
.form {
  position: relative;
}
.form__input {
  border-radius: 5px;
  border: 1px solid #4a72b4;
  height: 40px;
  padding: 0 0 0 15px;
  font-family: "Montserrat", sans-serif;
  outline: 0;
}
.form__input--no-right-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form__input--flex-1 {
  flex: 1;
}
.form__input--hightlight {
  margin-right: 20px;
}
.form--flex {
  display: flex;
}

@media (max-width: 768px) {
  .form--alert {
    flex-direction: column;
  }
  .form__input--alert {
    margin: 0 0 15px 0;
  }
}
/* ---------- [ INTRO ] */
.intro {
  margin: 0 auto;
  padding: 0 20px 100px 20px;
  max-width: calc(800px + 20px * 2);
}
.intro--little-padding-bottom {
  padding: 0 0 20px 0;
}
.intro--no-padding {
  padding: 0;
}
.intro__title {
  margin-bottom: 15px;
  color: #4a72b4;
  font-family: "Orienta", sans-serif;
  font-size: 3rem;
  text-align: center;
  transition: 0.3s ease all;
}
.intro__subtitle {
  margin: 20px 0 15px;
  color: #63c7e2;
  text-align: center;
  transition: 0.3s ease all;
}
.intro__subtitle--no-margin-bottom {
  margin-bottom: 0;
}
.intro__text {
  text-align: justify;
  font-size: 1.45rem;
}
.intro__link {
  color: #4a72b4;
}
.intro__link:hover {
  color: #0D25B9;
}

@media (max-width: 768px) {
  .intro {
    padding-bottom: 50px;
  }
  .intro--little-padding-bottom {
    padding: 0 0 20px 0;
  }
}
/* ---------- [ ERROR ] */
.error {
  position: relative;
  padding: 0 20px 100px;
}
.error__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1140px;
  justify-content: space-between;
}
.error__title {
  padding-bottom: 20px;
  width: 100%;
  font-family: "Orienta", sans-serif;
  font-size: 3rem;
  text-align: center;
}
.error__text {
  padding-top: 20px;
}

/* ---------- [ POPUP ] */
.popup {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
}
.popup--hidden {
  display: none;
}
.popup__container {
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: initial;
}

@media (max-width: 768px) {
  .popup__container {
    margin: 0 20px;
  }
}
/* ---------- [ SOURCE ] */
.source--padding-top {
  padding-top: 20px;
}
.source--inline {
  display: flex;
  align-items: center;
}
.source__text {
  color: #333333;
  font-size: 1.3rem;
}
.source__img-container {
  display: flex;
  justify-content: space-between;
}
.source__img {
  max-width: 48%;
  max-height: 30px;
}
.source__img--inline {
  max-width: initial;
  max-height: initial;
}

@media (max-width: 768px) {
  .source {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* ---------- [ BUTTON ] */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 0;
  background-size: 200%;
  padding: 9.5px 12px;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  transition: 0.3s ease all;
  /*&__icon {}*/
}
.button:hover {
  background-position: right;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  color: #FFF;
  cursor: pointer;
}
.button--1-2 {
  background-image: linear-gradient(135deg, #63c7e2 0%, #4a72b4 50%);
}
.button--3-4 {
  background-image: linear-gradient(135deg, #FD6585 10%, #0D25B9 100%);
}
.button--center {
  margin: 0 auto;
}
.button--no-left-radius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button--nav {
  width: auto;
  font-size: 1.3rem;
  font-weight: 600;
}
.button--find-offers {
  align-items: center;
  margin: 0 20px;
  text-align: center;
}
.button--back-top-top {
  border-radius: 50rem;
  width: 50px;
  height: 50px;
  font-size: 3rem;
}
.button--popup {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -10px;
  border-radius: 50rem;
  background: #FFF;
  width: 40px;
  height: 40px;
  font-size: 2rem;
}
.button--popup .button__icon {
  background-image: linear-gradient(135deg, #FD6585 0%, #0D25B9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button--snippet {
  margin-right: 20px;
}
.button--snippet:last-child {
  position: relative;
  z-index: 2;
  margin-right: 0;
}
.button--banner {
  margin: 0 auto;
  border: 1px solid #FFF;
  background: transparent;
}
.button--banner .button__icon {
  color: #FFF;
}
.button--banner .button__text {
  margin-left: 10px;
  color: #FFF;
  text-shadow: 1px 1px 2px #333333;
}
.button--banner:hover {
  background-color: #FFF;
  background-image: none;
}
.button--banner:hover .button__icon {
  background-image: linear-gradient(135deg, #FD6585 0%, #0D25B9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button--banner:hover .button__text {
  background-image: linear-gradient(135deg, #FD6585 0%, #0D25B9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: none;
}
.button--highlight {
  z-index: 1;
  border: 1px solid #FFF;
  background-color: transparent;
}
.button--highlight:hover {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #0D25B9;
}
.button--highlight:hover .button__icon,
.button--highlight:hover .button__text {
  color: #0D25B9;
}
.button--ring:hover .fa-bell {
  animation: ring 8s 0s ease-in-out;
  transform-origin: 50% 0;
}
.button--cookie {
  margin-right: 20px;
}
.button--cookie:last-child {
  margin-right: 0;
}
.button__text {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .button--nav {
    margin-top: 15px;
  }
  .button--find-offers {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .button--find-offers:last-child {
    margin-bottom: 0;
  }
  .button--highlight {
    margin: 0 auto;
  }
}
/* ---------- [ DROPDOWN ] */
.dropdown {
  position: absolute;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #FFF;
  padding: 5px 0;
  /*&__list {}
    &__item {}*/
}
.dropdown__link {
  display: inline-block;
  padding: 2px 15px;
  width: 100%;
  white-space: nowrap;
  color: #333333;
  font-size: 1.45rem;
}
.dropdown__link:hover {
  background-color: #f8f9fa;
  width: 100%;
  color: #333333;
}
.dropdown--nav {
  display: none;
  top: 25px;
  left: -8px;
}
.dropdown--autocomplete {
  z-index: 1;
  display: block;
  top: 40px;
  width: 100%;
}

@media (max-width: 768px) {
  .dropdown--nav {
    display: flex;
    position: relative;
    border: 0;
    top: 0;
    padding: 0;
    left: 0;
  }
  .dropdown--nav .dropdown__link {
    padding: 7px;
  }
  .dropdown--nav .dropdown__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* ---------- [ HIGHLIGHT ] */
.highlight {
  margin-bottom: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-size: 130%;
  background-image: linear-gradient(135deg, #FD6585 10%, #0D25B9 100%);
  padding: 20px;
  color: #FFF;
  transition: 0.3s ease all;
}
.highlight:hover {
  background-position: right;
}
.highlight--full {
  position: relative;
  margin: 0;
  border-radius: 0;
  border-bottom: 2px solid #f1f1f1;
}
.highlight--flex {
  display: flex;
  align-items: center;
}
.highlight--no-border {
  border: 0;
}
.highlight--ring:hover .fa-bell {
  animation: ring 8s 0s ease-in-out;
  transform-origin: 50% 0;
}
.highlight__container {
  flex: 1;
  padding-right: 20px;
}
.highlight__title {
  padding-bottom: 15px;
  text-shadow: 1px 1px 2px #333333;
}
.highlight__text {
  padding-bottom: 15px;
  font-size: 1.3rem;
}
.highlight__text--no-padding {
  padding-bottom: 0;
}
.highlight__text--padding-reverse {
  padding-top: 15px;
  padding-bottom: 0;
}
.highlight__text--off {
  display: none;
}
.highlight__link {
  text-decoration: underline;
}
.highlight__link:hover {
  color: #FFF;
  text-decoration: none;
}
.highlight__icon {
  position: absolute;
  right: 45px;
  top: 40px;
  opacity: 0.4;
  font-size: 7rem;
}

@media (max-width: 768px) {
  .highlight--flex {
    flex-direction: column;
  }
  .highlight__title {
    text-align: center;
  }
  .highlight__text {
    padding-bottom: 15px;
    text-align: center;
  }
  .highlight__icon.fa-bell {
    display: none;
  }
}
/* ---------- [ READ MORE ] */
.read-more {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.read-more__link {
  color: #4a72b4;
  cursor: pointer;
}
.read-more__link__home {
  display: none;
}
.read-more__link:hover {
  color: #0D25B9;
}

/* ---------- [ BACK TO TOP ] */
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

/* ---------- [ ATC ] */
[data-l][data-atc] {
  cursor: pointer;
}

/* ---------- [ HW CC ] */
.hw-cc-main .hw-cc-notice-content__intro {
  margin-top: 15px;
}
.hw-cc-main .hw-cc-btn--primary, .hw-cc-main .hw-cc-btn--default {
  background-size: 200%;
  color: #FFF;
  transition: 0.3s ease all;
}
.hw-cc-main .hw-cc-btn--primary:hover, .hw-cc-main .hw-cc-btn--default:hover {
  background-position: right;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  color: #FFF;
  cursor: pointer;
}
.hw-cc-main .hw-cc-btn--primary {
  background-image: linear-gradient(135deg, #63c7e2 0%, #4a72b4 50%);
}
.hw-cc-main .hw-cc-btn--default {
  background-image: linear-gradient(135deg, #FD6585 10%, #0D25B9 100%);
}/*# sourceMappingURL=style.css.map */