/* cmsms stylesheet: styles modified: 01/24/20 18:39:22 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
* {
  margin: 0;
  padding: 20px; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-appearance: none;
  border-radius: 0; }

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

/*********************************************
  BREAKPOINTS
**********************************************/
@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(1.1, 0.9) translateY(0); }
  30% {
    transform: scale(0.9, 1.1) translateY(-10px); }
  50% {
    transform: scale(1.05, 0.95) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(-4px); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }
@keyframes bounce-1 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
@keyframes bounce-2 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0); } }
.transitionsContainer {
  display: none; }
  .transitionsContainer .transitionBlock {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ebebeb;
    transform: scale(-5);
    z-index: 1000;
    left: 50%;
    top: 50%; }
  .transitionsContainer img {
    position: fixed;
    display: inline-block;
    z-index: 1001;
    width: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 60px); }

.transitionsContainer.ie {
  display: none; }
  .transitionsContainer.ie .transitionBlock {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    opacity: 0;
    z-index: 1000; }
  .transitionsContainer.ie img {
    display: none;
    position: fixed;
    z-index: 1001;
    width: 180px;
    left: calc(50% - 90px);
    top: calc(50% - 60px); }

/*********************************************
  UTILS
*********************************************/
.clear {
  clear: both; }

.tooltip_templates {
  display: none; }

.bold, strong {
  font-weight: 600; }

* {
  box-sizing: border-box; }

p, li, td, th, label, a {
  font-family: "Open Sans", sans-serif;
  font-size: 0.887rem;
  line-height: 1.6em;
  font-weight: 200; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #000000; }

h2 {
  font-size: 2.058rem; }

h3 {
  font-size: 1.272rem; }

main, svg, button {
  padding: 0; }

body {
  min-width: 320px; }

input, textarea {
  padding: 0;
  font-size: 0.887rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  outline: none;
  -webkit-appearance: none; }

input[type="submit"] {
  border: none;
  -webkit-appearance: none; }

button {
  border: none; }

.captcha {
  text-align: right;
  margin-top: 20px;
  width: 100%;
  position: relative; }
  .captcha .g-recaptcha {
    text-align: right;
    float: right; }
    .captcha .g-recaptcha > div {
      right: 0; }

/*********************************************
  STRUCTURE
**********************************************/
.fullWidth {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  position: relative; }
  .fullWidth__wrapper {
    position: relative;
    width: 100%;
    margin: 40px 80px; }
    @media (max-width: 749px) {
      .fullWidth__wrapper {
        margin: 40px 5%; } }

.halfWidth {
  width: 50%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-height: 350px; }
  @media (max-width: 749px) {
    .halfWidth {
      width: 100%;
      min-height: auto; } }
  .halfWidth__wrapper {
    position: relative;
    width: 100%;
    margin: 40px 80px; }
    @media (max-width: 749px) {
      .halfWidth__wrapper {
        margin: 40px 5%; } }

.fullScreenContainer {
  background-color: #f3f3f3;
  height: calc(100vh - 75px);
  position: relative; }
  @media (min-width: 1200px) {
    .fullScreenContainer {
      display: flex;
      width: 100%;
      flex-flow: row wrap;
      align-items: flex-start;
      padding-top: 80px;
      height: auto; } }
  @media (max-width: 749px) {
    .fullScreenContainer {
      padding: 0 5%; } }
  .fullScreenContainer.ie .fullScreenContainer__backgrounds__item {
    text-align: center; }
    .fullScreenContainer.ie .fullScreenContainer__backgrounds__item img.normal {
      display: none; }
    .fullScreenContainer.ie .fullScreenContainer__backgrounds__item img.ie {
      width: auto;
      display: inline-block !important; }
  .fullScreenContainer__backgrounds {
    position: relative;
    width: 100%;
    height: calc(50vh);
    margin-top: 20px;
    /* Mediaquery hauteur */ }
    @media (max-height: 910px) {
      .fullScreenContainer__backgrounds {
        height: calc(30vh); } }
    @media (min-width: 1200px) {
      .fullScreenContainer__backgrounds {
        width: 50%;
        position: relative;
        height: calc(60vh); } }
    .fullScreenContainer__backgrounds__item {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      .fullScreenContainer__backgrounds__item img {
        display: block;
        margin: auto;
        width: 40%;
        height: 100%; }
        @media (min-width: 1200px) {
          .fullScreenContainer__backgrounds__item img {
            width: 70%; } }
        @media (max-width: 1199px) {
          .fullScreenContainer__backgrounds__item img {
            width: 40%; } }
        @media (max-width: 1049px) {
          .fullScreenContainer__backgrounds__item img {
            width: 50%; } }
        @media (max-width: 899px) {
          .fullScreenContainer__backgrounds__item img {
            width: 60%; } }
        @media (max-width: 749px) {
          .fullScreenContainer__backgrounds__item img {
            width: 70%; } }
        @media (max-width: 599px) {
          .fullScreenContainer__backgrounds__item img {
            width: 80%; } }
  .fullScreenContainer__content {
    max-width: 650px;
    height: calc(48vh - 75px);
    margin: 0 auto; }
    @media (max-height: 910px) {
      .fullScreenContainer__content {
        height: calc(70vh - 75px); } }
    @media (min-width: 1200px) {
      .fullScreenContainer__content {
        width: 50%;
        height: calc(75vh - 75px); } }
    @media (max-width: 1199px) {
      .fullScreenContainer__content {
        width: 80%; } }
    @media (max-width: 599px) {
      .fullScreenContainer__content {
        height: auto;
        width: 100%; } }
    .fullScreenContainer__content__infos {
      display: flex;
      width: 100%;
      flex-flow: column wrap;
      align-items: center;
      padding: 0 20px; }
      .fullScreenContainer__content__infos__title {
        font-size: 2.618rem;
        text-transform: uppercase;
        font-weight: 200;
        text-align: center;
        margin-bottom: .4em;
        width: 100%;
        display: flex;
        flex-flow: column wrap;
        align-items: center; }
        @media (max-width: 899px) {
          .fullScreenContainer__content__infos__title {
            font-size: 2.058rem; } }
        .fullScreenContainer__content__infos__title svg {
          margin-bottom: 20px; }
        .fullScreenContainer__content__infos__title span {
          text-transform: uppercase;
          width: 100%; }
      .fullScreenContainer__content__infos__description {
        text-align: center;
        width: 100%;
        margin-bottom: 1em; }
        .fullScreenContainer__content__infos__description p {
          font-family: "Montserrat", sans-serif; }
        .fullScreenContainer__content__infos__description em {
          text-decoration: underline;
          font-style: italic;
          cursor: pointer; }
      .fullScreenContainer__content__infos__buttons {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center; }
        @media (max-width: 599px) {
          .fullScreenContainer__content__infos__buttons {
            flex-direction: column; } }
        .fullScreenContainer__content__infos__buttons p {
          text-align: right;
          width: calc(50% - 10px); }
          @media (max-width: 599px) {
            .fullScreenContainer__content__infos__buttons p {
              width: 100%;
              text-align: center;
              margin-bottom: 20px; } }
          .fullScreenContainer__content__infos__buttons p + p {
            text-align: left; }
            @media (max-width: 599px) {
              .fullScreenContainer__content__infos__buttons p + p {
                text-align: center; } }
      .fullScreenContainer__content__infos .buttonContainer {
        margin-bottom: 50px; }
      .fullScreenContainer__content__infos .bounce {
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-name: bounce-1;
        animation-timing-function: linear; }
        @media (max-width: 599px) {
          .fullScreenContainer__content__infos .bounce {
            display: none; } }

.servicesContainer {
  background-color: #f3f3f3;
  padding: 60px 0; }
  @media (max-width: 599px) {
    .servicesContainer {
      padding-top: 0; } }
  .servicesContainer .services {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .servicesContainer .services .services__titreBlock {
      width: 100%;
      justify-content: center;
      margin-bottom: 40px; }
      .servicesContainer .services .services__titreBlock__title {
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        text-align: center; }
        .servicesContainer .services .services__titreBlock__title svg {
          margin-bottom: 20px; }
        .servicesContainer .services .services__titreBlock__title span {
          text-transform: uppercase; }
      .servicesContainer .services .services__titreBlock__intro {
        margin: auto;
        width: 50%;
        margin-top: 20px;
        text-align: center; }
        @media (max-width: 1049px) {
          .servicesContainer .services .services__titreBlock__intro {
            width: 100%; } }
    .servicesContainer .services__item {
      padding: 30px 40px;
      border-radius: 20px;
      width: calc(25% - 20px);
      border: 1px solid #cccccc;
      transition: background-color 0.2s ease;
      display: flex;
      flex-flow: row wrap;
      align-items: stretch; }
      @media (max-width: 1799px) {
        .servicesContainer .services__item {
          width: calc(50% - 20px);
          margin-bottom: 40px; } }
      @media (max-width: 749px) {
        .servicesContainer .services__item {
          width: calc(100%);
          margin-bottom: 40px; } }
      @media (min-width: 750px) and (max-height: 880px) {
        .servicesContainer .services__item {
          margin-bottom: 20px;
          padding: 10px 40px; } }
      .servicesContainer .services__item__content {
        width: 100%;
        display: flex;
        flex-flow: column wrap;
        align-items: center; }
        .servicesContainer .services__item__content__icon {
          width: 80px;
          height: 80px;
          overflow: hidden;
          border-radius: 40px;
          position: relative;
          display: flex;
          flex-flow: row wrap;
          align-items: center;
          justify-content: center;
          transform: perspective(1px) translateZ(0);
          -webkit-transform: perspective(1px) translateZ(0);
          transition-property: color;
          -webkit-transition-property: color;
          transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s; }
          .servicesContainer .services__item__content__icon svg {
            width: 45%;
            height: 45%; }
          .servicesContainer .services__item__content__icon:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background: #ff4c02;
            border-radius: 100%;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
        .servicesContainer .services__item__content__title {
          text-transform: uppercase;
          text-align: center;
          margin: 20px 0;
          font-weight: 400;
          width: 100%; }
          .servicesContainer .services__item__content__title a {
            font-family: "Montserrat", sans-serif;
            font-size: 1.272rem;
            font-weight: 400;
            line-height: 1.2em;
            color: #000000;
            width: 100%; }
        .servicesContainer .services__item__content__text {
          color: #000000; }
      .servicesContainer .services__item .buttonContainer {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        width: 100%;
        transition: opacity 0.2s ease;
        margin-top: 15px;
        align-self: flex-end; }
        @media (max-width: 1199px) {
          .servicesContainer .services__item .buttonContainer {
            display: block; } }
        @media (min-width: 600px) and (max-width: 749px) {
          .servicesContainer .services__item .buttonContainer {
            display: flex; } }
        @media (min-width: 1800px) {
          .servicesContainer .services__item .buttonContainer {
            display: block; } }
        .servicesContainer .services__item .buttonContainer .button {
          margin-bottom: 10px;
          font-style: italic;
          text-transform: none;
          border-color: #cccccc; }
          .servicesContainer .services__item .buttonContainer .button:before {
            width: 160px;
            height: 160px; }
          @media (max-width: 1199px) {
            .servicesContainer .services__item .buttonContainer .button {
              display: block; } }
          @media (min-width: 600px) and (max-width: 749px) {
            .servicesContainer .services__item .buttonContainer .button {
              display: inline-block; } }
          @media (min-width: 1800px) {
            .servicesContainer .services__item .buttonContainer .button {
              display: block; } }
      .servicesContainer .services__item:hover {
        background-color: #fff; }
        .servicesContainer .services__item:hover .services__item__content__icon:before, .servicesContainer .services__item:hover .services__item__content__icon:focus:before, .servicesContainer .services__item:hover .services__item__content__icon:active:before {
          -webkit-transform: scale(2);
          transform: scale(2); }
        .servicesContainer .services__item:hover .services__item__content__icon svg {
          fill: #fff; }

.headerContainer {
  background-size: cover;
  background-color: #303030;
  background-position: center top;
  background-repeat: no-repeat; }
  .headerContainer .halfWidth {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .headerContainer .halfWidth {
        width: 55%; } }
    @media (max-width: 1049px) {
      .headerContainer .halfWidth {
        width: 60%; } }
    @media (max-width: 899px) {
      .headerContainer .halfWidth {
        width: 75%; } }
    @media (max-width: 749px) {
      .headerContainer .halfWidth {
        width: 100%;
        padding: 40px 5%; } }
    .headerContainer .halfWidth h2 {
      color: #fff;
      text-align: center;
      margin-bottom: 20px; }
    .headerContainer .halfWidth .wysiwyg {
      text-align: center;
      color: #fff;
      margin-bottom: 20px; }

/*********************************************
  BUTTONS
**********************************************/
.buttonContainer {
  vertical-align: middle; }
  .buttonContainer.center {
    text-align: center; }
  .buttonContainer.right {
    text-align: right; }
  .buttonContainer .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 0.887rem;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transition-property: color;
    -webkit-transition-property: color;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; }
    .buttonContainer .button.big {
      padding: 14px 22px;
      text-transform: uppercase; }
    .buttonContainer .button.amazing {
      padding: 14px 30px;
      font-size: 0.75rem; }
    .buttonContainer .button img, .buttonContainer .button svg {
      vertical-align: middle;
      width: 16px;
      height: 16px; }
    .buttonContainer .button span {
      vertical-align: middle; }
    .buttonContainer .button img + span, .buttonContainer .button svg + span {
      padding-left: 10px; }
    .buttonContainer .button.orange {
      background-color: #ff4c02;
      color: #fff; }
    .buttonContainer .button.darkGrey {
      background-color: #303030;
      color: #fff; }
    .buttonContainer .button.filaireNoir {
      color: #fff;
      border: 1px solid #fff; }
      .buttonContainer .button.filaireNoir:hover {
        color: #fff;
        border-color: #ff4c02; }
    .buttonContainer .button.filaireBlanc {
      color: #000000;
      border: 1px solid #000000; }
      .buttonContainer .button.filaireBlanc:hover {
        color: #fff;
        border-color: #ff4c02; }
  .buttonContainer .button:before {
    z-index: -1;
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 75%;
    width: 120px;
    height: 120px;
    background: #ff4c02;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .buttonContainer .button.orange:before {
    background: #ce3c00; }
  .buttonContainer .button:hover, .buttonContainer .button:focus, .buttonContainer .button:active {
    color: #fff; }
  .buttonContainer .button:hover:before, .buttonContainer .button:focus:before, .buttonContainer .button:active:before {
    -webkit-transform: scale(5);
    transform: scale(5); }

/*********************************************
  HEADER
*********************************************/
#responsive-menu-button {
  display: none;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 100;
  background: url(../../assets/images/burger.svg) no-repeat center top;
  background-size: 100%;
  text-indent: -15000px;
  height: 40px;
  width: 34px;
  padding: 0;
  border-radius: 0;
  font-size: 0;
  margin-top: 5px;
  margin-right: 15px;
  vertical-align: top;
  cursor: pointer; }
  @media (max-width: 1199px) {
    #responsive-menu-button {
      display: block; } }

@media (max-width: 1049px) {
  .sidr-open #responsive-menu-button {
    position: absolute; } }
.sidr-inner > ul li a {
  font-size: 1rem;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-weight: 400; }
.sidr-inner .needAJobContainer {
  margin-left: 10px;
  text-align: left; }
.sidr-inner .languageSwitcher {
  display: flex;
  flex-flow: column wrap;
  margin-top: 20px; }
  .sidr-inner .languageSwitcher ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    border: 0;
    background-color: #303030;
    border-radius: 20px; }
    .sidr-inner .languageSwitcher ul li {
      border: 0; }
      .sidr-inner .languageSwitcher ul li a {
        display: inline-block;
        font-weight: 400;
        color: #fff;
        font-size: 0.75rem;
        text-decoration: none;
        padding: 2px 8px;
        border-radius: 20px; }
        .sidr-inner .languageSwitcher ul li a.selected {
          background-color: #4c4c4c; }
        .sidr-inner .languageSwitcher ul li a:hover {
          background-color: #ff4c02; }
.sidr-inner .controlIcon {
  padding: 0 15px;
  width: 100%;
  cursor: pointer; }
  .sidr-inner .controlIcon a {
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
  .sidr-inner .controlIcon__text {
    padding-left: 10px;
    display: inline-block !important;
    color: #bad632; }
  .sidr-inner .controlIcon svg {
    fill: #bad632; }

header {
  background-color: #181718;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 10px 30px;
  position: relative; }
  header.sticky {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    padding: 7px 30px; }
    header.sticky + section {
      margin-top: 65px; }
    @media (min-width: 1200px) {
      header.sticky .logoContainer {
        width: 32px;
        -webkit-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out; }
        header.sticky .logoContainer h1 {
          width: 25px; }
          header.sticky .logoContainer h1 a {
            height: 35px;
            background-image: url("../../assets/images/abakus3.svg"); }
      header.sticky .mainMenu {
        -webkit-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        width: calc(100% - 162px - 32px - 142px - 35px); } }
    @media (max-width: 599px) {
      header.sticky {
        padding: 0; }
        header.sticky .languageSwitcher, header.sticky .logoContainer, header.sticky .controlIcon {
          display: none; } }
  header .logoContainer {
    width: 200px; }
    header .logoContainer h1 a {
      display: block;
      background-image: url("../../assets/images/abakus.svg");
      background-repeat: no-repeat;
      text-indent: -15000px;
      height: 50px; }
    @media (max-width: 1199px) {
      header .logoContainer {
        width: calc(100% - 162px - 10px - 35px); } }
    @media (max-width: 599px) {
      header .logoContainer {
        width: 100%; } }
  header .mainMenu {
    width: calc(100% - 162px - 200px - 142px - 35px); }
    @media (max-width: 1199px) {
      header .mainMenu {
        display: none; } }
    header .mainMenu ul li ul {
      display: none;
      position: absolute;
      padding-top: 20px;
      padding-bottom: 10px;
      background-color: #181718; }
      header .mainMenu ul li ul li {
        padding: 10px 0; }
    header .mainMenu ul li:hover ul {
      display: block; }
  header .needAJobContainer {
    width: 162px; }
    header .needAJobContainer .button {
      font-size: 0.75rem;
      text-transform: uppercase; }
    @media (max-width: 599px) {
      header .needAJobContainer {
        display: none; } }
  header .languageSwitcher {
    width: 142px;
    padding: 0 20px; }
    @media (max-width: 1199px) {
      header .languageSwitcher {
        display: none;
        width: 142px; } }
    @media (max-width: 599px) {
      header .languageSwitcher {
        position: absolute;
        top: 80px;
        right: 0;
        z-index: 1;
        width: 125px;
        padding: 0 10px; } }
    header .languageSwitcher ul {
      background-color: #303030;
      display: flex;
      flex-flow: row wrap;
      border-radius: 20px; }
      header .languageSwitcher ul li a {
        display: inline-block;
        font-weight: 400;
        color: #fff;
        font-size: 0.75rem;
        text-decoration: none;
        padding: 2px 8px;
        border-radius: 20px; }
        header .languageSwitcher ul li a.selected {
          background-color: #4c4c4c; }
        header .languageSwitcher ul li a:hover {
          background-color: #ff4c02; }
  header .controlIcon {
    cursor: pointer;
    background-color: #bad632;
    border-radius: 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
    header .controlIcon a {
      width: 35px;
      height: 35px;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center; }
    @media (max-width: 1199px) {
      header .controlIcon {
        display: none; } }
    header .controlIcon svg {
      fill: #fff; }

/*********************************************
  MAIN MENU
*********************************************/
.mainMenu > ul {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 3; }
  .mainMenu > ul li a {
    font-size: 0.887rem;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 18px; }
    @media (max-width: 1449px) {
      .mainMenu > ul li a {
        padding: 0 10px; } }
    .mainMenu > ul li a.selected span {
      background-color: #ff4c02; }
    .mainMenu > ul li a:hover {
      color: #ff4c02; }
      .mainMenu > ul li a:hover span {
        background-color: #ff4c02; }
    .mainMenu > ul li a span {
      display: inline-block;
      background-color: #3e3e3e;
      width: 12px;
      height: 12px;
      border-radius: 8px;
      margin-right: 10px; }

/*********************************************
  FOOTER
*********************************************/
footer {
  padding: 40px 80px;
  position: relative;
  background-size: cover;
  background-image: url("../../assets/images/footer-illustration.jpg");
  background-color: #000000;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    footer {
      padding: 40px 5%; } }
  footer .mainMenu {
    margin-bottom: 80px; }
    @media (min-width: 1200px) {
      footer .mainMenu {
        display: flex;
        justify-content: center;
        width: auto; } }
    @media (max-width: 899px) {
      footer .mainMenu ul {
        flex-flow: column; } }
    footer .mainMenu ul li a {
      font-size: 0.887rem; }
    footer .mainMenu ul li ul {
      padding-top: 15px; }
      @media (max-width: 899px) {
        footer .mainMenu ul li ul {
          display: none; } }
      footer .mainMenu ul li ul li {
        display: block; }
        @media (max-width: 1199px) {
          footer .mainMenu ul li ul li {
            display: none; } }
        footer .mainMenu ul li ul li:first-child {
          margin-left: 0px; }
        footer .mainMenu ul li ul li a {
          font-size: 0.75rem;
          padding: 0 20px; }
  footer .contactContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around; }
    @media (max-width: 599px) {
      footer .contactContainer {
        margin-bottom: 0; } }
    footer .contactContainer .contact {
      background-color: #000000;
      border-radius: 20px;
      padding: 30px;
      width: calc(20% - 20px);
      margin-bottom: 40px;
      display: flex;
      flex-flow: column wrap;
      justify-content: flex-start; }
      footer .contactContainer .contact__content__half:nth-child(3) {
        display: none; }
      @media (max-width: 1799px) {
        footer .contactContainer .contact {
          width: calc(25% - 20px); } }
      @media (max-width: 1449px) {
        footer .contactContainer .contact {
          width: calc(50% - 20px); } }
      @media (min-width: 1200px) and (max-width: 1449px) {
        footer .contactContainer .contact .contact__title {
          width: 100%; }
        footer .contactContainer .contact .contact__arrow {
          display: none; }
        footer .contactContainer .contact .contact__content {
          width: 100%;
          display: flex;
          flex-flow: row wrap;
          justify-content: space-between;
          align-items: flex-start; }
          footer .contactContainer .contact .contact__content__half {
            display: block !important;
            width: calc(50% - 20px); } }
      @media (max-width: 1199px) {
        footer .contactContainer .contact {
          width: calc(50% - 20px);
          margin-bottom: 40px; } }
      @media (max-width: 749px) {
        footer .contactContainer .contact {
          width: 100%;
          margin-bottom: 40px; } }
      footer .contactContainer .contact__title {
        color: #fff;
        display: flex;
        flex-flow: row wrap;
        align-items: center; }
        footer .contactContainer .contact__title .contact__iconBlock__infos p {
          font-size: 1.272rem; }
        footer .contactContainer .contact__title img, footer .contactContainer .contact__title svg {
          width: auto;
          height: 1.272rem; }
        footer .contactContainer .contact__title span {
          padding-left: 15px; }
      footer .contactContainer .contact__arrow {
        margin-bottom: 20px;
        text-align: center;
        cursor: pointer; }
        footer .contactContainer .contact__arrow.selected {
          transform: rotate(180deg); }
        footer .contactContainer .contact__arrow svg {
          fill: #fff; }
      footer .contactContainer .contact__iconBlock {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 20px; }
        footer .contactContainer .contact__iconBlock__icon {
          width: 35px; }
          footer .contactContainer .contact__iconBlock__icon img, footer .contactContainer .contact__iconBlock__icon svg {
            fill: #cccccc; }
        footer .contactContainer .contact__iconBlock__infos p, footer .contactContainer .contact__iconBlock__infos a {
          color: #cccccc; }
        footer .contactContainer .contact__iconBlock__infos svg {
          fill: #cccccc; }
        footer .contactContainer .contact__iconBlock__infos a:hover {
          text-decoration: underline; }
      footer .contactContainer .contact__social {
        display: flex;
        flex-flow: row wrap;
        margin-top: 40px;
        justify-content: space-around;
        width: 100%;
        max-width: 250px; }
        footer .contactContainer .contact__social__item svg {
          fill: #fff; }
      footer .contactContainer .contact.abakus {
        align-items: center; }
        @media (max-width: 1799px) {
          footer .contactContainer .contact.abakus {
            background-color: transparent; } }
        footer .contactContainer .contact.abakus .abakusBlock__logo {
          max-width: 180px; }
  footer .mentions {
    color: #fff;
    text-align: center; }
    @media (max-width: 599px) {
      footer .mentions {
        margin-bottom: 20px; } }
    footer .mentions a {
      font-family: "Montserrat", sans-serif;
      font-size: 0.75rem;
      font-weight: 400;
      text-transform: uppercase;
      color: #fff; }
      footer .mentions a:hover {
        text-decoration: underline; }
  footer .copyright {
    position: absolute;
    width: 40px;
    bottom: 20px;
    right: 20px; }

/*********************************************
  BREADCRUMBS
*********************************************/
.breadcrumbsContainer {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  min-width: 320px;
  z-index: 1;
  left: 0;
  right: 0; }

.breadcrumbs {
  padding: 5px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 200; }
  .breadcrumbs .disc {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ff4c02;
    border-radius: 10px;
    margin: 0 7px; }
  .breadcrumbs a {
    font-size: 0.75rem;
    color: #ff4c02; }

/*********************************************
  FORMS
*********************************************/
.form__row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .form__row + .form__row {
    margin-top: 10px; }
  .form__row .buttonContainer {
    width: 100%;
    margin-top: 20px; }
.form__item {
  width: calc(50% - 20px); }
  @media (max-width: 424px) {
    .form__item {
      width: 100%; }
      .form__item + .form__item {
        margin-top: 10px; } }
  .form__item--large {
    width: 100%; }
  .form__item__label {
    display: block;
    margin-bottom: 5px; }
  .form__item__input {
    width: 100%;
    border: none;
    padding: 7px 15px;
    border-radius: 30px; }
    .form__item__input--big {
      padding: 14px 22px; }
  .form__item__textarea {
    width: 100%;
    max-width: 100%;
    height: 120px;
    border: none;
    padding: 7px 15px;
    border-radius: 20px; }
.form .required {
  color: #ff4c02; }

/*********************************************
  WYSIWYG
*********************************************/
.wysiwyg {
  width: 100%; }
  .wysiwyg h3 {
    margin-bottom: 1em; }
  .wysiwyg p {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 1em; }
  .wysiwyg ul {
    list-style-type: disc;
    margin-bottom: 1em;
    margin-left: 40px; }
  .wysiwyg strong {
    font-weight: 400; }
  .wysiwyg img {
    max-width: 100%;
    height: auto; }
  .wysiwyg a {
    color: #ff4c02; }

/*********************************************
  SLICK
*********************************************/
.slick-dots {
  margin: 20px auto;
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li button {
      width: 16px;
      height: 16px;
      background-color: #4c4c4c;
      border-radius: 20px;
      border: none;
      font-size: 0;
      cursor: pointer; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background-color: #ff4c02; }
    .slick-dots li + li {
      margin-left: 10px; }

/*********************************************
  ODOO
**********************************************/
.odooContainer {
  position: absolute;
  right: 0;
  top: 85vh;
  background-color: white;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }
  @media (max-width: 599px) {
    .odooContainer {
      display: none; } }

/*********************************************
  MIXITUP PAGINATION
**********************************************/
.mixitup-page-list {
  margin: auto;
  text-align: center;
  margin-top: 2em; }
  .mixitup-page-list button {
    padding: .3em;
    font-size: 0.887rem;
    cursor: pointer; }
    .mixitup-page-list button:hover {
      color: #ff4c02; }
    .mixitup-page-list button.mixitup-control-active {
      color: #ff4c02; }
    .mixitup-page-list button.mixitup-control-disabled {
      color: grey !important; }
      .mixitup-page-list button.mixitup-control-disabled:hover {
        color: grey !important; }

/*********************************************
  HOMEPAGE
*********************************************/
.homePage footer .odooContainer {
  display: block !important;
  top: 110px;
  background-color: #000000; }

.homeContainer .bg1 {
  background-image: url("../../assets/images/homeContainer-background2.png");
  bottom: 10%; }
.homeContainer .bg2 {
  background-image: url("../../assets/images/clouds_back.png"); }
.homeContainer .bg3 {
  background-image: url("../../assets/images/woman.png");
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: bounce-2;
  animation-timing-function: linear; }
.homeContainer .bg4 {
  background-image: url("../../assets/images/clouds_front.png");
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: bounce-2;
  animation-timing-function: linear; }

.jobsContainer {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  @media (max-width: 599px) {
    .jobsContainer {
      background-color: #000000;
      background-image: url("../../assets/images/jobsContainer-background.png");
      background-position: 50% 200%; } }
  @media (max-width: 599px) {
    .jobsContainer .fullWidth__wrapper {
      margin: 40px 0;
      padding: 0 5%; } }
  .jobsContainer h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center; }
  .jobsContainer .jobs {
    margin-top: 30px;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px;
    justify-content: start; }
    .jobsContainer .jobs__item {
      width: calc(33% - 40px);
      padding: 30px 40px;
      background-color: rgba(28, 23, 21, 0.8);
      border-radius: 20px;
      margin-bottom: 40px;
      margin: 20px; }
      @media (max-width: 1199px) {
        .jobsContainer .jobs__item {
          width: calc(50% - 40px); } }
      @media (max-width: 599px) {
        .jobsContainer .jobs__item {
          width: 100%; } }
  .jobsContainer .buttonContainer .previousSlick, .jobsContainer .buttonContainer .nextSlick {
    display: none; }
    @media (max-width: 599px) {
      .jobsContainer .buttonContainer .previousSlick, .jobsContainer .buttonContainer .nextSlick {
        display: inline-block; } }
  .jobsContainer .buttonContainer .button + .button {
    margin-left: 10px; }
  .jobsContainer .emptyJobs p {
    text-align: center; }

.newsContainer {
  background-color: #f3f3f3;
  padding: 80px;
  justify-content: space-between; }
  @media (max-width: 749px) {
    .newsContainer {
      padding: 80px 5%; } }
  .newsContainer .halfWidth {
    width: calc(50% - 30px); }
    @media (max-width: 749px) {
      .newsContainer .halfWidth {
        width: 100%; } }
  .newsContainer .illustrationBlock {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
    @media (max-width: 749px) {
      .newsContainer .illustrationBlock {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 80px; } }
    .newsContainer .illustrationBlock__image {
      max-width: 100%; }
      @media (max-width: 749px) {
        .newsContainer .illustrationBlock__image {
          width: 65%; } }
  .newsContainer .newsBlock {
    flex-flow: column;
    align-items: flex-start; }
    .newsContainer .newsBlock h2 {
      margin-bottom: 40px; }
      .newsContainer .newsBlock h2 img {
        height: 1.272rem;
        transform: rotate(270deg); }
    .newsContainer .newsBlock .news {
      width: 100%; }
      .newsContainer .newsBlock .news__item {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        padding: 40px;
        background-color: #fff;
        border-radius: 20px;
        margin-bottom: 40px; }
        @media (max-width: 1199px) {
          .newsContainer .newsBlock .news__item {
            flex-direction: column;
            justify-content: center;
            align-items: center; } }
        @media (max-width: 749px) {
          .newsContainer .newsBlock .news__item {
            padding: 40px 5%; } }
        @media (max-width: 899px) {
          .newsContainer .newsBlock .news__item {
            width: 100%; } }
        @media (max-width: 599px) {
          .newsContainer .newsBlock .news__item:nth-child(2), .newsContainer .newsBlock .news__item:nth-child(3) {
            display: flex; } }
        @media (max-width: 599px) {
          .newsContainer .newsBlock .news__item {
            flex-direction: column;
            justify-content: center;
            align-items: center; }
            .newsContainer .newsBlock .news__item:nth-child(2), .newsContainer .newsBlock .news__item:nth-child(3) {
              display: none; } }
        .newsContainer .newsBlock .news__item__image {
          width: 100px;
          height: 100px;
          overflow: hidden;
          border-radius: 100px;
          background-color: #f3f3f3;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 599px) {
            .newsContainer .newsBlock .news__item__image {
              width: 150px;
              height: 150px;
              text-align: center;
              margin-bottom: 20px; } }
          .newsContainer .newsBlock .news__item__image img {
            max-width: 100%;
            height: 100%;
            border-radius: 100px;
            overflow: hidden; }
        .newsContainer .newsBlock .news__item__infos {
          width: calc(100% - 130px); }
          @media (max-width: 1199px) {
            .newsContainer .newsBlock .news__item__infos {
              width: 100%; } }
          @media (max-width: 599px) {
            .newsContainer .newsBlock .news__item__infos {
              width: 100%; } }
          .newsContainer .newsBlock .news__item__infos__author {
            color: #ff4c02;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 5px; }
          .newsContainer .newsBlock .news__item__infos__title {
            font-size: 1.272rem;
            font-weight: 600;
            line-height: 1.2em; }
          .newsContainer .newsBlock .news__item__infos__time {
            font-size: 0.75rem;
            margin-bottom: 15px; }
          .newsContainer .newsBlock .news__item__infos .buttonContainer {
            margin-top: 30px;
            text-align: right; }
            @media (max-width: 599px) {
              .newsContainer .newsBlock .news__item__infos .buttonContainer {
                width: 100%;
                text-align: center; } }

.abakusContainer {
  background-color: #f3f3f3; }
  .abakusContainer .abakusBlock {
    border-bottom: 70px solid #f3f3f3;
    padding: 80px; }
  .abakusContainer .illustrationBlock {
    margin-top: 70px;
    background-image: url("../../assets/images/abakusContainer-illustration.png");
    background-size: cover;
    background-position: center center; }
    @media (max-width: 749px) {
      .abakusContainer .illustrationBlock {
        min-height: 300px;
        margin-top: 0; } }

.abakusBlock {
  background-color: #000000;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center; }
  @media (max-width: 749px) {
    .abakusBlock {
      padding: 80px 5%;
      margin-bottom: 0;
      border-bottom: none; } }
  .abakusBlock__social {
    display: flex;
    flex-flow: row wrap;
    margin-top: 20px;
    justify-content: space-around;
    width: 100%;
    max-width: 250px; }
    .abakusBlock__social__item svg {
      fill: #fff; }
  .abakusBlock__logo {
    width: 200px;
    margin-bottom: 20px; }
  .abakusBlock__title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px; }
  .abakusBlock__description {
    color: #fff;
    text-align: center; }
    .abakusBlock__description p {
      color: #fff;
      text-align: center; }
  .abakusBlock .buttonContainer {
    margin-top: 30px; }

.peopleContainer {
  background-color: #f3f3f3;
  padding: 80px; }
  @media (max-width: 749px) {
    .peopleContainer {
      padding: 80px 5%; } }
  .peopleContainer.mini .slick-slider .slick-track {
    display: flex;
    justify-content: center; }
  .peopleContainer.mini .people__item {
    margin: 40px 20px !important; }
    @media (min-width: 1050px) {
      .peopleContainer.mini .people__item {
        max-width: calc(33% - 20px);
        background-color: #fff !important;
        margin: auto; } }
  .peopleContainer .peopleBlock {
    width: 100%;
    justify-content: center; }
    .peopleContainer .peopleBlock__title {
      display: flex;
      flex-flow: column wrap;
      align-items: center;
      text-align: center; }
      .peopleContainer .peopleBlock__title svg {
        margin-bottom: 20px; }
      .peopleContainer .peopleBlock__title span {
        text-transform: uppercase; }
    .peopleContainer .peopleBlock__intro {
      margin: auto;
      width: 50%;
      margin-top: 20px;
      text-align: center; }
      @media (max-width: 1049px) {
        .peopleContainer .peopleBlock__intro {
          width: 100%; } }
    .peopleContainer .peopleBlock__arrow {
      position: absolute;
      top: 50%;
      z-index: 100; }
      .peopleContainer .peopleBlock__arrow--prev {
        left: -10px; }
      .peopleContainer .peopleBlock__arrow--next {
        right: -10px; }
      .peopleContainer .peopleBlock__arrow img {
        height: 30px;
        cursor: pointer; }
    .peopleContainer .peopleBlock .people {
      padding-top: 60px;
      width: 100%;
      display: block; }
      @media (max-width: 899px) {
        .peopleContainer .peopleBlock .people {
          display: block; } }
      .peopleContainer .peopleBlock .people__item {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        width: calc(33% - 20px);
        background-color: #ebebeb;
        padding: 40px;
        border-radius: 20px;
        margin: 50px 20px;
        outline: none; }
        @media (max-width: 1449px) {
          .peopleContainer .peopleBlock .people__item {
            flex-direction: column;
            justify-content: stretch; } }
        @media (max-width: 1049px) {
          .peopleContainer .peopleBlock .people__item {
            background-color: #fff; } }
        @media (max-width: 899px) {
          .peopleContainer .peopleBlock .people__item {
            flex-flow: row wrap;
            justify-content: space-between; } }
        @media (max-width: 599px) {
          .peopleContainer .peopleBlock .people__item {
            padding: 20px 20px;
            flex-direction: column;
            justify-content: stretch;
            margin: auto; } }
        .peopleContainer .peopleBlock .people__item.slick-center {
          background-color: #fff; }
          @media (min-width: 600px) {
            .peopleContainer .peopleBlock .people__item.slick-center {
              transform: scale(1.25); } }
        .peopleContainer .peopleBlock .people__item__image {
          width: 100px;
          height: 100px;
          border-radius: 50px;
          text-align: center;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (max-width: 1449px) {
            .peopleContainer .peopleBlock .people__item__image {
              text-align: center;
              margin: 0 auto 20px auto; } }
          @media (max-width: 899px) {
            .peopleContainer .peopleBlock .people__item__image {
              text-align: left;
              margin: 0; } }
          @media (max-width: 599px) {
            .peopleContainer .peopleBlock .people__item__image {
              text-align: center;
              margin: 0 auto 20px auto; } }
          .peopleContainer .peopleBlock .people__item__image img {
            width: 100%; }
        .peopleContainer .peopleBlock .people__item__infos {
          width: calc(100% - 130px); }
          @media (max-width: 1449px) {
            .peopleContainer .peopleBlock .people__item__infos {
              width: 100%; } }
          @media (max-width: 899px) {
            .peopleContainer .peopleBlock .people__item__infos {
              width: calc(100% - 130px); } }
          @media (max-width: 599px) {
            .peopleContainer .peopleBlock .people__item__infos {
              width: 100%; } }
          .peopleContainer .peopleBlock .people__item__infos__title {
            font-size: 1.272rem;
            font-weight: 600;
            margin-bottom: 5px; }
            @media (max-width: 1449px) {
              .peopleContainer .peopleBlock .people__item__infos__title {
                text-align: center; } }
            @media (max-width: 899px) {
              .peopleContainer .peopleBlock .people__item__infos__title {
                text-align: left; } }
            @media (max-width: 599px) {
              .peopleContainer .peopleBlock .people__item__infos__title {
                text-align: center; } }
          .peopleContainer .peopleBlock .people__item__infos__function {
            font-size: 0.75rem;
            color: #ff4c02;
            margin-bottom: 15px; }
            @media (max-width: 1449px) {
              .peopleContainer .peopleBlock .people__item__infos__function {
                text-align: center; } }
            @media (max-width: 899px) {
              .peopleContainer .peopleBlock .people__item__infos__function {
                text-align: left; } }
            @media (max-width: 599px) {
              .peopleContainer .peopleBlock .people__item__infos__function {
                text-align: center; } }
          .peopleContainer .peopleBlock .people__item__infos__chapeau {
            font-weight: 400;
            margin-bottom: 1em; }
          .peopleContainer .peopleBlock .people__item__infos .buttonContainer {
            margin-top: 30px;
            text-align: right; }
    .peopleContainer .peopleBlock .buttonContainer {
      margin-top: 30px; }
      .peopleContainer .peopleBlock .buttonContainer .previousSlick, .peopleContainer .peopleBlock .buttonContainer .nextSlick {
        display: none; }
        @media (max-width: 599px) {
          .peopleContainer .peopleBlock .buttonContainer .previousSlick, .peopleContainer .peopleBlock .buttonContainer .nextSlick {
            display: inline-block; } }
      @media (max-width: 599px) {
        .peopleContainer .peopleBlock .buttonContainer .needAJob {
          display: none; } }
      .peopleContainer .peopleBlock .buttonContainer .button + .button {
        margin-left: 10px; }

.partnersContainer {
  padding: 80px; }
  @media (max-width: 749px) {
    .partnersContainer {
      padding: 80px 5%;
      margin-bottom: 0; } }
  .partnersContainer .partnersBlock {
    width: 100%;
    justify-content: center; }
    .partnersContainer .partnersBlock .slick-slide {
      height: 60px;
      display: flex !important;
      align-items: center; }
    .partnersContainer .partnersBlock__title {
      display: flex;
      flex-flow: column wrap;
      align-items: center;
      text-align: center; }
      .partnersContainer .partnersBlock__title svg {
        margin-bottom: 20px; }
      .partnersContainer .partnersBlock__title span {
        text-transform: uppercase; }
    .partnersContainer .partnersBlock .partners {
      margin-top: 60px; }
      .partnersContainer .partnersBlock .partners > div {
        text-align: center;
        height: 60px; }
        .partnersContainer .partnersBlock .partners > div img {
          margin: 0 auto;
          vertical-align: middle;
          max-height: 60px;
          max-width: 80%; }

/*********************************************
  CONTACT PAGE
*********************************************/
.contactPage .contact__arrow {
  display: none; }
.contactPage .contact__content__half {
  display: block !important; }

.mapContainer {
  position: relative; }
  .mapContainer #map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (max-width: 899px) {
      .mapContainer #map {
        position: relative;
        height: 500px;
        width: 100%; } }
    .mapContainer #map h3 {
      font-weight: 400; }
    .mapContainer #map .googleLinks a {
      color: #ff4c02; }
  .mapContainer .contactContainer {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-color: #f3f3f3;
    margin: 80px;
    padding: 40px;
    width: calc(40% - 20px);
    max-width: 600px; }
    @media (max-width: 1449px) {
      .mapContainer .contactContainer {
        width: calc(50% - 20px); } }
    @media (max-width: 899px) {
      .mapContainer .contactContainer {
        width: 100%;
        max-width: 100%;
        margin: 0; } }
    .mapContainer .contactContainer__title {
      margin-bottom: 1em; }
    .mapContainer .contactContainer__intro {
      margin-bottom: 30px; }

.textContainer {
  justify-content: center;
  background-image: url("../../assets/images/background-contact.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat; }
  @media (max-width: 1049px) {
    .textContainer .halfWidth {
      width: 100%; } }
  .textContainer .halfWidth__wrapper {
    padding: 30px;
    border-radius: 20px; }
  .textContainer__title {
    font-size: 1.272rem;
    font-weight: 400;
    margin-bottom: 1em; }

/*********************************************
  JOBS PAGE
*********************************************/
.jobs__item--light {
  background-color: #f3f3f3 !important; }
  .jobs__item--light .jobs__item__place, .jobs__item--light .jobs__item__place a, .jobs__item--light .jobs__item__title, .jobs__item--light .jobs__item__time, .jobs__item--light .jobs__item__description, .jobs__item--light .jobs__item__shortDescription {
    color: #000000; }
@media (max-width: 749px) {
  .jobs__item {
    width: 100%;
    padding: 30px 5%; } }
.jobs__item__place {
  color: #fff;
  font-weight: 400; }
.jobs__item__type {
  color: #ff4c02;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 5px; }
  .jobs__item__type span:last-child {
    display: none; }
.jobs__item__title {
  color: #fff;
  font-size: 1.272rem;
  font-weight: 400;
  margin-top: 5px; }
.jobs__item__time {
  color: #fff;
  font-size: 0.75rem;
  margin-bottom: 10px; }
.jobs__item__shortDescription {
  margin-bottom: 20px; }
.jobs__item__description, .jobs__item__shortDescription {
  color: #fff; }
.jobs__item .buttonContainer {
  margin-top: 20px;
  text-align: right; }
  @media (max-width: 749px) {
    .jobs__item .buttonContainer {
      text-align: center; } }
.jobs .buttonContainer {
  width: 100%; }

.searchForm {
  width: 100%; }
  .searchForm > form {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center; }
    @media (max-width: 599px) {
      .searchForm > form {
        flex-direction: column; } }
  .searchForm__text {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    margin-right: 20px; }
    @media (max-width: 599px) {
      .searchForm__text {
        margin-right: 0px;
        margin-bottom: 20px; } }
    .searchForm__text label {
      display: block; }
  .searchForm__label {
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 0.75rem; }
  .searchForm .buttonContainer {
    margin-left: 20px; }
    @media (max-width: 599px) {
      .searchForm .buttonContainer {
        margin-left: 0; } }
    .searchForm .buttonContainer label {
      display: block; }

.jobsPage .jobSearchContainer {
  background-image: url("../../assets/images/header-jobs.jpg");
  min-height: 400px; }
.jobsPage .jobFilterContainer {
  background-color: #3e3e3e;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 7px 0;
  justify-content: center; }
  @media (max-width: 1049px) {
    .jobsPage .jobFilterContainer {
      flex-direction: column; } }
  .jobsPage .jobFilterContainer p {
    color: #fff;
    margin-right: 30px;
    font-weight: 400; }
    @media (max-width: 1049px) {
      .jobsPage .jobFilterContainer p {
        margin-bottom: 10px;
        margin-right: 0; } }
  .jobsPage .jobFilterContainer .jobFilters {
    display: flex;
    flex-flow: row wrap; }
    @media (max-width: 1049px) {
      .jobsPage .jobFilterContainer .jobFilters {
        justify-content: center; } }
    .jobsPage .jobFilterContainer .jobFilters li {
      background-color: #303030;
      padding: 4px 15px;
      border-radius: 20px;
      cursor: pointer; }
      @media (max-width: 1049px) {
        .jobsPage .jobFilterContainer .jobFilters li {
          margin-bottom: 10px; } }
      .jobsPage .jobFilterContainer .jobFilters li + li {
        margin-left: 10px; }
      .jobsPage .jobFilterContainer .jobFilters li.mixitup-control-active .jobFilters__checked {
        background-color: #ff4c02 !important; }
      .jobsPage .jobFilterContainer .jobFilters li:hover {
        color: #fff;
        background-color: #181718; }
        .jobsPage .jobFilterContainer .jobFilters li:hover .jobFilters__checked {
          background-color: #000000; }
    .jobsPage .jobFilterContainer .jobFilters__text {
      color: #fff; }
    .jobsPage .jobFilterContainer .jobFilters__checked {
      display: inline-block;
      width: 12px;
      height: 12px;
      background-color: #303030;
      border-radius: 10px;
      margin-left: 20px; }
@media (max-width: 599px) {
  .jobsPage .jobsContainer {
    background-color: transparent;
    background-image: none;
    background-position: 50% 200%; } }

.jobPage .jobSearchContainer .halfWidth {
  min-height: auto;
  padding: 10px 0 20px 0; }
.jobPage .jobs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin: auto; }
  .jobPage .jobs__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    @media (max-width: 899px) {
      .jobPage .jobs__item {
        padding: 0; } }
    .jobPage .jobs__item__image {
      width: 160px;
      height: 160px;
      overflow: hidden;
      border-radius: 100px;
      background-color: #f3f3f3;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 599px) {
        .jobPage .jobs__item__image {
          width: 160px;
          height: 160px;
          text-align: center;
          margin-bottom: 20px; } }
      .jobPage .jobs__item__image img {
        max-width: 100%;
        border-radius: 100px;
        overflow: hidden; }
    .jobPage .jobs__item__infos {
      width: calc(100% - 200px) !important; }
      @media (max-width: 599px) {
        .jobPage .jobs__item__infos {
          width: 100%; } }
    .jobPage .jobs__item__description {
      margin: 60px auto 0 auto;
      width: 80%; }
      @media (max-width: 899px) {
        .jobPage .jobs__item__description {
          width: 100%; } }
    .jobPage .jobs__item__shortDescription {
      width: 100%; }
      @media (min-width: 1200px) {
        .jobPage .jobs__item__shortDescription {
          width: 60%; } }
  .jobPage .jobs__infos {
    background-color: #f3f3f3;
    padding: 40px;
    border-radius: 20px;
    width: calc(80% - 20px); }
    @media (max-width: 1199px) {
      .jobPage .jobs__infos {
        width: calc(70% - 20px); } }
    @media (max-width: 899px) {
      .jobPage .jobs__infos {
        width: 100%;
        margin-bottom: 40px;
        padding: 40px 5%; } }
  .jobPage .jobs__hireContainer {
    width: calc(20% - 20px); }
    @media (max-width: 1199px) {
      .jobPage .jobs__hireContainer {
        width: calc(30% - 20px); } }
    @media (max-width: 899px) {
      .jobPage .jobs__hireContainer {
        width: 100%;
        text-align: center; } }
    .jobPage .jobs__hireContainer img {
      max-width: 100%; }
      @media (max-width: 899px) {
        .jobPage .jobs__hireContainer img {
          max-height: 400px; } }
    .jobPage .jobs__hireContainer #shareIcons {
      margin: auto;
      margin-bottom: 80px; }
      @media (max-width: 899px) {
        .jobPage .jobs__hireContainer #shareIcons {
          margin-bottom: 40px; } }
      .jobPage .jobs__hireContainer #shareIcons .jssocials-shares {
        text-align: center; }
      .jobPage .jobs__hireContainer #shareIcons .jssocials-share-link {
        font-size: 14px;
        border-radius: 80px;
        padding: .6em .6em; }
  .jobPage .jobs__hire {
    background-color: #ff4c02;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 20px; }
    .jobPage .jobs__hire > * {
      text-align: center; }
    .jobPage .jobs__hire__icon svg {
      fill: #fff; }
    .jobPage .jobs__hire__title {
      color: #fff;
      margin-bottom: 20px; }
    .jobPage .jobs__hire__text {
      color: #fff; }
    .jobPage .jobs__hire .buttonContainer {
      margin-top: 20px; }
      .jobPage .jobs__hire .buttonContainer .button {
        border: 1px solid #fff; }

/*********************************************
  SERVICE PAGE
*********************************************/
.servicesPage .headerContainer {
  background-image: url("../../assets/images/header-services.jpg");
  min-height: 400px; }
@media (max-width: 599px) {
  .servicesPage .servicesContainer {
    padding-top: 60px; } }
@media (max-width: 899px) {
  .servicesPage .servicesContainer .fullWidth__wrapper {
    margin: 40px 5%; } }

@media (max-width: 1199px) {
  .servicePage .fullScreenContainer {
    height: auto; } }
@media (max-width: 1199px) {
  .servicePage .fullScreenContainer__content {
    height: auto; } }
.servicePage .fullScreenContainer__backgrounds {
  margin-top: 40px; }
.servicePage .fullScreenContainer .bg1 svg, .servicePage .fullScreenContainer .bg1 img {
  max-width: 100%;
  max-height: 100%; }
.servicePage .partnersContainer {
  background-color: #f3f3f3; }

.referencesContainer {
  padding: 80px;
  background-color: #f3f3f3; }
  @media (max-width: 749px) {
    .referencesContainer {
      padding: 80px 5%;
      margin-bottom: 0; } }
  .referencesContainer .referencesBlock {
    width: 100%;
    justify-content: center; }
    .referencesContainer .referencesBlock__title {
      display: flex;
      flex-flow: column wrap;
      align-items: center;
      text-align: center; }
      .referencesContainer .referencesBlock__title svg {
        margin-bottom: 20px; }
      .referencesContainer .referencesBlock__title span {
        text-transform: uppercase; }
    .referencesContainer .referencesBlock .references {
      margin-top: 60px; }
      .referencesContainer .referencesBlock .references__item {
        padding: 30px; }
        .referencesContainer .referencesBlock .references__item__image {
          text-align: center; }
          .referencesContainer .referencesBlock .references__item__image img {
            border-radius: 200px;
            margin: 0 auto;
            margin-bottom: 20px;
            vertical-align: middle;
            max-height: 200px;
            max-width: 80%; }
        .referencesContainer .referencesBlock .references__item__infos__title {
          font-size: 1.272rem;
          font-weight: 600;
          margin-bottom: 5px;
          text-align: center; }
        .referencesContainer .referencesBlock .references__item__infos__function {
          color: #ff4c02;
          font-size: 1rem;
          font-weight: 600;
          text-align: center; }
        .referencesContainer .referencesBlock .references__item__infos__chapeau {
          font-weight: 400;
          margin-bottom: 1em;
          text-align: center; }
        .referencesContainer .referencesBlock .references__item__infos__description {
          text-align: center; }
  .referencesContainer .buttonContainer {
    margin-top: 30px; }
    .referencesContainer .buttonContainer .previousSlick, .referencesContainer .buttonContainer .nextSlick {
      display: none; }
      @media (max-width: 599px) {
        .referencesContainer .buttonContainer .previousSlick, .referencesContainer .buttonContainer .nextSlick {
          display: inline-block; } }
    .referencesContainer .buttonContainer .button + .button {
      margin-left: 10px; }

/*********************************************
  NEWS PAGE
*********************************************/
.newsPage .newsBlock {
  width: 100%; }
  .newsPage .newsBlock .news {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -20px;
    width: auto; }
    .newsPage .newsBlock .news__item {
      width: calc(33% - 40px);
      margin-bottom: 40px;
      margin-left: 20px;
      margin-right: 20px; }
      @media (max-width: 1449px) {
        .newsPage .newsBlock .news__item {
          width: calc(50% - 40px); } }
      @media (max-width: 899px) {
        .newsPage .newsBlock .news__item {
          width: 100%; } }
      @media (max-width: 599px) {
        .newsPage .newsBlock .news__item:nth-child(2), .newsPage .newsBlock .news__item:nth-child(3) {
          display: flex; } }

@media (max-width: 1199px) {
  .newsDetailPage .fullWidth__wrapper, .contenuPage .fullWidth__wrapper {
    margin: 0;
    padding: 40px 5%; } }
.newsDetailPage .newsDetailContainer, .contenuPage .newsDetailContainer {
  position: relative; }
  .newsDetailPage .newsDetailContainer .bgImage, .contenuPage .newsDetailContainer .bgImage {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-image: url("../../assets/images/header-news-detail.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #000000; }
.newsDetailPage .news, .newsDetailPage .contenu, .contenuPage .news, .contenuPage .contenu {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin: auto;
  margin-top: 50px; }
  .newsDetailPage .news__infos, .newsDetailPage .contenu__infos, .contenuPage .news__infos, .contenuPage .contenu__infos {
    background-color: #f3f3f3;
    padding: 50px;
    border-radius: 20px;
    width: calc(60% - 20px); }
    @media (max-width: 1199px) {
      .newsDetailPage .news__infos, .newsDetailPage .contenu__infos, .contenuPage .news__infos, .contenuPage .contenu__infos {
        width: 100%;
        padding: 40px 5%; } }
  .newsDetailPage .news__item, .newsDetailPage .contenu__item, .contenuPage .news__item, .contenuPage .contenu__item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .newsDetailPage .news__item__image, .newsDetailPage .contenu__item__image, .contenuPage .news__item__image, .contenuPage .contenu__item__image {
      width: 100px;
      height: 100px;
      overflow: hidden;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 200px; }
      @media (max-width: 599px) {
        .newsDetailPage .news__item__image, .newsDetailPage .contenu__item__image, .contenuPage .news__item__image, .contenuPage .contenu__item__image {
          width: 150px;
          height: 150px;
          text-align: center;
          margin: 0 auto 20px auto; } }
      .newsDetailPage .news__item__image img, .newsDetailPage .contenu__item__image img, .contenuPage .news__item__image img, .contenuPage .contenu__item__image img {
        max-width: 100%;
        height: 100%; }
    .newsDetailPage .news__item__infos, .newsDetailPage .contenu__item__infos, .contenuPage .news__item__infos, .contenuPage .contenu__item__infos {
      width: calc(100% - 130px); }
      .newsDetailPage .news__item__infos__author, .newsDetailPage .contenu__item__infos__author, .contenuPage .news__item__infos__author, .contenuPage .contenu__item__infos__author {
        color: #ff4c02;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 5px; }
      .newsDetailPage .news__item__infos__title, .newsDetailPage .contenu__item__infos__title, .contenuPage .news__item__infos__title, .contenuPage .contenu__item__infos__title {
        font-size: 1.272rem;
        font-weight: 600;
        margin-bottom: 1em; }
      .newsDetailPage .news__item__infos__time, .newsDetailPage .contenu__item__infos__time, .contenuPage .news__item__infos__time, .contenuPage .contenu__item__infos__time {
        font-size: 0.75rem;
        margin-bottom: 15px; }
    .newsDetailPage .news__item__chapeau, .newsDetailPage .contenu__item__chapeau, .contenuPage .news__item__chapeau, .contenuPage .contenu__item__chapeau {
      width: 100%;
      font-weight: 400;
      margin-bottom: 1.5em;
      margin-top: 20px; }
    .newsDetailPage .news__item__description, .newsDetailPage .contenu__item__description, .contenuPage .news__item__description, .contenuPage .contenu__item__description {
      width: 100%; }
  .newsDetailPage .news__aside, .newsDetailPage .contenu__aside, .contenuPage .news__aside, .contenuPage .contenu__aside {
    width: calc(40% - 20px); }
    @media (max-width: 1199px) {
      .newsDetailPage .news__aside, .newsDetailPage .contenu__aside, .contenuPage .news__aside, .contenuPage .contenu__aside {
        width: 50%;
        margin: 40px auto 0 auto; } }
    @media (max-width: 749px) {
      .newsDetailPage .news__aside, .newsDetailPage .contenu__aside, .contenuPage .news__aside, .contenuPage .contenu__aside {
        width: 100%; } }
    .newsDetailPage .news__aside__company, .newsDetailPage .contenu__aside__company, .contenuPage .news__aside__company, .contenuPage .contenu__aside__company {
      background-color: #000000;
      padding: 40px;
      border-radius: 20px; }
    .newsDetailPage .news__aside__illustration, .newsDetailPage .contenu__aside__illustration, .contenuPage .news__aside__illustration, .contenuPage .contenu__aside__illustration {
      border-radius: 20px;
      overflow: hidden;
      margin-bottom: 40px;
      max-height: 350px;
      display: flex;
      align-items: center; }
      .newsDetailPage .news__aside__illustration img, .newsDetailPage .contenu__aside__illustration img, .contenuPage .news__aside__illustration img, .contenuPage .contenu__aside__illustration img {
        flex-grow: 1; }
        @media (max-width: 1199px) {
          .newsDetailPage .news__aside__illustration img, .newsDetailPage .contenu__aside__illustration img, .contenuPage .news__aside__illustration img, .contenuPage .contenu__aside__illustration img {
            max-width: none;
            max-height: none; } }
    .newsDetailPage .news__aside__video, .newsDetailPage .contenu__aside__video, .contenuPage .news__aside__video, .contenuPage .contenu__aside__video {
      background-color: #000000;
      border-radius: 20px;
      overflow: hidden; }
      .newsDetailPage .news__aside__video iframe, .newsDetailPage .contenu__aside__video iframe, .contenuPage .news__aside__video iframe, .contenuPage .contenu__aside__video iframe {
        width: 100%; }
    .newsDetailPage .news__aside #shareIcons, .newsDetailPage .contenu__aside #shareIcons, .contenuPage .news__aside #shareIcons, .contenuPage .contenu__aside #shareIcons {
      margin: auto;
      margin-bottom: 80px; }
      @media (max-width: 899px) {
        .newsDetailPage .news__aside #shareIcons, .newsDetailPage .contenu__aside #shareIcons, .contenuPage .news__aside #shareIcons, .contenuPage .contenu__aside #shareIcons {
          margin-bottom: 40px; } }
      .newsDetailPage .news__aside #shareIcons .jssocials-shares, .newsDetailPage .contenu__aside #shareIcons .jssocials-shares, .contenuPage .news__aside #shareIcons .jssocials-shares, .contenuPage .contenu__aside #shareIcons .jssocials-shares {
        text-align: center; }
      .newsDetailPage .news__aside #shareIcons .jssocials-share-link, .newsDetailPage .contenu__aside #shareIcons .jssocials-share-link, .contenuPage .news__aside #shareIcons .jssocials-share-link, .contenuPage .contenu__aside #shareIcons .jssocials-share-link {
        font-size: 14px;
        border-radius: 80px;
        padding: .6em .6em; }

/*********************************************
  CONTENT PAGE
*********************************************/
.contenuPage .fullWidth__wrapper {
  max-width: 1440px;
  margin-bottom: 80px; }
  @media (min-width: 1450px) {
    .contenuPage .fullWidth__wrapper {
      margin-left: auto;
      margin-right: auto; } }
  .contenuPage .fullWidth__wrapper h2 {
    margin-bottom: 1em; }

/*********************************************
  BuyNow PAGE
*********************************************/
.top-bar {
  display: none !important; }

/*********************************************
  MANAGEMENT PAGE
*********************************************/
.managementPage .peopleContainer .peopleBlock .people {
  display: flex;
  padding-top: 0;
  flex-flow: row wrap;
  justify-content: space-between; }
  .managementPage .peopleContainer .peopleBlock .people__item {
    width: calc(50% - 20px);
    background-color: white;
    margin: 0 0 30px 0;
    padding: 0;
    overflow: hidden;
    justify-content: flex-start;
    flex-direction: row; }
    @media (max-width: 1199px) {
      .managementPage .peopleContainer .peopleBlock .people__item {
        flex-flow: column nowrap; } }
    @media (max-width: 1049px) {
      .managementPage .peopleContainer .peopleBlock .people__item {
        flex-direction: row; } }
    @media (max-width: 599px) {
      .managementPage .peopleContainer .peopleBlock .people__item {
        flex-flow: column nowrap; } }
    .managementPage .peopleContainer .peopleBlock .people__item__image {
      width: 30%;
      border-radius: 0;
      height: 100%;
      align-items: flex-start; }
      .managementPage .peopleContainer .peopleBlock .people__item__image .top {
        display: none; }
      @media (max-width: 1199px) {
        .managementPage .peopleContainer .peopleBlock .people__item__image {
          width: 100%;
          height: auto; }
          .managementPage .peopleContainer .peopleBlock .people__item__image .top {
            display: block; }
          .managementPage .peopleContainer .peopleBlock .people__item__image .normal {
            display: none; } }
      @media (max-width: 1049px) {
        .managementPage .peopleContainer .peopleBlock .people__item__image {
          width: 30%; }
          .managementPage .peopleContainer .peopleBlock .people__item__image .top {
            display: none; }
          .managementPage .peopleContainer .peopleBlock .people__item__image .normal {
            display: block; } }
      @media (max-width: 599px) {
        .managementPage .peopleContainer .peopleBlock .people__item__image {
          width: 100%;
          height: auto; }
          .managementPage .peopleContainer .peopleBlock .people__item__image .top {
            display: block; }
          .managementPage .peopleContainer .peopleBlock .people__item__image .normal {
            display: none; } }
    .managementPage .peopleContainer .peopleBlock .people__item__infos {
      width: 70%;
      padding: 40px; }
      .managementPage .peopleContainer .peopleBlock .people__item__infos__title, .managementPage .peopleContainer .peopleBlock .people__item__infos__function {
        text-align: left; }
      @media (max-width: 1199px) {
        .managementPage .peopleContainer .peopleBlock .people__item__infos {
          width: 100%; } }
      @media (max-width: 1049px) {
        .managementPage .peopleContainer .peopleBlock .people__item__infos {
          width: 70%; } }
      @media (max-width: 599px) {
        .managementPage .peopleContainer .peopleBlock .people__item__infos {
          width: 100%; } }
    @media (max-width: 1049px) {
      .managementPage .peopleContainer .peopleBlock .people__item {
        width: 100%;
        margin-bottom: 40px; } }
.managementPage .peopleContainer .peopleBlock .peopleBlock__title {
  margin-bottom: 40px; }

/*# sourceMappingURL=styles.1.css.map */
