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,
font,
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 {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
main {
  flex: 1 0 auto;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
p {
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1268px;
  }
}
.logo {
  display: flex;
}
.title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .title {
    font-size: 55px;
    line-height: 67px;
  }
}
.subtitle {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .subtitle {
    font-size: 45px;
    line-height: 55px;
  }
}
.acid-purple {
  color: #5c1dea;
}
.white {
  color: #fff;
}
.button {
  padding: 13px 22px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}
.btn-white-purple {
  background-color: #fff;
  color: #5c1dea;
  border: 1px solid #fff;
}
.btn-white-purple:hover {
  border: 1px solid #5c1dea;
  background-color: rgba(0, 0, 0, 0);
  color: #5c1dea;
}
.btn-purple {
  background-color: #fff;
  color: #5c1dea;
  border: 1px solid #fff;
}
.btn-purple:hover {
  border: 1px solid #5c1dea;
  background-color: #5c1dea;
  color: #fff;
}
.btn-white {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #fff;
}
.btn-white:hover {
  background-color: #fff;
  color: #5c1dea;
}
.btn-white-dark-purple {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #fff;
}
.btn-white-dark-purple:hover {
  border: 1px solid #140a36;
  background-color: #140a36;
  color: #fff;
}
.btn-white-acid {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 1px solid #fff;
}
.btn-white-acid:hover {
  color: #fff;
  background-color: #5c1dea;
  border: 1px solid #5c1dea;
}
.swiper-pagination {
  display: flex;
  align-items: center;
}
.swiper-pagination span:first-of-type {
  margin-left: 0;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #fff;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  margin: 0 6px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #707070;
  width: 100%;
  height: 39px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  font-size: 14px;
  border: 1px solid #fff;
}
.select-styled:before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.select-styled:after {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background-color: #fff;
  -webkit-mask: url("../../img/arrow-select.svg") center center no-repeat;
  mask: url("../../img/arrow-select.svg") center center no-repeat;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
}
.select-styled.active {
  background-color: #fff;
  border: 1px solid #5c1dea;
}
.select-styled.active:after {
  background-color: #5c1dea;
}
.select-options {
  display: none;
  position: absolute;
  top: 98%;
  right: 0;
  left: 0;
  z-index: 4;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  max-height: 420px;
  height: auto;
  overflow-y: auto;
  border-left: 1px solid #5c1dea;
  border-right: 1px solid #5c1dea;
  border-bottom: 1px solid #5c1dea;
}
.select-options li {
  margin: 0;
  padding: 8px 22px;
  border-bottom: 1px solid #fff;
  transition: all 0.4s ease-in-out;
  list-style: none;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}
.select-options li[rel="hide"] {
  display: none;
}
input,
textarea {
  outline: none !important;
  border: none;
  -webkit-appearance: none !important;
}
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.overlay.active {
  opacity: 1;
  z-index: 6;
  max-height: 9999px;
  pointer-events: all;
}
.page-template-index {
  opacity: 0;
}
.page-template-index main {
  background-color: #5c1dea;
}
.error404 .section-404 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.error404 .section-404 h1 {
  margin-bottom: 20px;
}
.error404 .section-404 .button {
  display: inline-block;
  padding: 12px 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 16px;
  background-color: #5c1dea;
  border: 1px solid #5c1dea;
  color: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .error404 .section-404 .button {
    font-size: 22px;
  }
}
.error404 .section-404 .button:hover {
  background-color: #fff;
  color: #5c1dea;
}
.admin-bar .main-header {
  top: 32px;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .main-header {
    top: 46px;
  }
}
.sticky-header {
  background-color: #140a36;
  padding: 14px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 991px) {
  .sticky-header .header-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .sticky-header {
    height: 123px;
    padding: 36px 86px;
  }
}
@media screen and (min-width: 992px) {
  .sticky-header .trigger-container {
    display: none;
  }
}
.sticky-header .trigger-container .trigger-nav {
  display: flex;
  width: 25px;
  height: 18px;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 6;
}
.sticky-header .trigger-container .trigger-nav span {
  display: block;
  border-radius: 2px;
  height: 4px;
  width: 25px;
  background-color: #fff;
  margin-bottom: 3px;
  transition: 0.4s;
}
.sticky-header .trigger-container .trigger-nav span:nth-of-type(2) {
  width: 13px;
}
.sticky-header .trigger-container .trigger-nav span:last-of-type {
  margin-bottom: 0;
}
.sticky-header .wrapper-menu {
  display: flex;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .sticky-header .wrapper-menu {
    background-color: #140a36;
    position: fixed;
    top: 0;
    left: 110%;
    width: 100%;
    height: 100%;
    z-index: 5;
    transition: all 0.3s ease-in-out;
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 32px;
  }
}
.sticky-header .primary-menu {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 991px) {
  .sticky-header .primary-menu {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .sticky-header .primary-menu > li {
    margin-bottom: 20px;
  }
}
.sticky-header .primary-menu > li > a {
  padding: 0 18px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s linear;
}
@media screen and (max-width: 991px) {
  .sticky-header .primary-menu > li > a {
    padding: 0 40px;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
  }
}
.sticky-header .primary-menu > li > a:hover {
  color: #fff;
  text-shadow: 0 0 0.8px #fff, 0 0 0.8px #fff;
}
@media screen and (min-width: 992px) {
  .sticky-header .primary-menu > li.home-menu {
    display: none;
  }
}
.sticky-header .primary-menu > li.menu-item-has-children {
  position: relative;
}
.sticky-header .primary-menu > li.menu-item-has-children > a {
  cursor: pointer;
}
.sticky-header .primary-menu > li.menu-item-has-children .sub-menu {
  min-width: 100%;
  display: none;
  padding: 0 80px;
  list-style: none;
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  .sticky-header .primary-menu > li.menu-item-has-children .sub-menu {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    position: absolute;
    z-index: 10;
    top: 25px;
    padding: 15px 18px 20px;
  }
}
.sticky-header .primary-menu > li.menu-item-has-children .sub-menu li {
  margin-bottom: 12px;
}
.sticky-header .primary-menu > li.menu-item-has-children .sub-menu li a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s linear;
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 992px) {
  .sticky-header .primary-menu > li.menu-item-has-children .sub-menu li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .sticky-header
    .primary-menu
    > li.menu-item-has-children
    .sub-menu
    li
    a:hover {
    color: #fff;
    text-shadow: 0 0 0.8px #fff, 0 0 0.8px #fff;
  }
}
.sticky-header .social-network-items {
  padding-left: 18px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .sticky-header .social-network-items {
    margin-top: auto;
    padding-left: 40px;
  }
}
.sticky-header .social-network-items a {
  margin-right: 13px;
  text-decoration: none;
  display: flex;
}
.sticky-header .social-network-items a:last-of-type {
  margin-right: 0;
}
.js-menu-open {
  height: 100%;
  overflow: hidden;
}
.js-menu-open .trigger-nav span:nth-child(1) {
  transform: rotate(-45deg) translate(-6px, 6px);
}
.js-menu-open .trigger-nav span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.js-menu-open .trigger-nav span:nth-child(3) {
  transform: rotate(45deg) translate(-4px, -4px);
}
.js-menu-open .wrapper-menu {
  transform: translateX(-110%);
}
.home .sticky-header,
.page-template-job .sticky-header,
.page-template-challenges .sticky-header,
.page-template-recruitment .sticky-header,
.single-realisations .sticky-header,
.single-enjeux .sticky-header,
.single-post .sticky-header {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
footer {
  background-color: #140a36;
  padding-top: 63px;
  padding-bottom: 32px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  footer {
    padding-top: 28px;
    padding-bottom: 45px;
  }
}
footer .footer-item {
  margin-bottom: 45px;
}
@media screen and (min-width: 992px) {
  footer .footer-item {
    margin-bottom: 0;
  }
}
footer .logo {
  margin-bottom: 15px;
}
footer span {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
}
footer span.about {
  margin-bottom: 15px;
}
footer p {
  line-height: 17px;
  margin: 0;
}
footer p,
footer a {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
footer a {
  text-decoration: none;
  transition: all 0.3s linear;
  font-family: "Montserrat", sans-serif;
}
footer a:hover {
  color: #fff;
  text-shadow: 0 0 0.8px #fff, 0 0 0.8px #fff;
}
footer .footer-menu {
  list-style: none;
}
footer #footer-right li {
  margin-bottom: 5px;
}
footer #footer-right li a {
  font-size: 14px;
  font-weight: 600;
}
footer .copyright {
  margin-top: 20px;
  font-size: 10px;
  text-align: center;
}
.contact-section {
  background: #1e0e55 url("wp-content/themes/imgs/bg-contact.svg") center center
    no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .contact-section {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
.contact-section p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .contact-section p {
    font-size: 25px;
  }
}
.contact-section .title {
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-section .button {
  font-size: 30px;
}
.contact-section .button {
  margin-top: 45px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .contact-section .button {
    padding: 16px 30px;
    font-size: 30px;
    font-weight: 700;
  }
}
.section-return {
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #140a36;
}
@media screen and (min-width: 992px) {
  .section-return {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.slider-home {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.slider-home .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: saturation;
}
.slider-home .swiper-slide.slide-perso {
  background-color: #1e0e55;
  background-blend-mode: saturation;
}
@media screen and (max-width: 991px) {
  .slider-home .swiper-slide.slide-perso .slide-anim {
    display: flex;
    justify-content: center;
  }
  .slider-home .swiper-slide.slide-perso .slide-anim svg {
    width: 75vw !important;
    padding-top: 150px;
  }
}
.slider-home .swiper-slide .container {
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.slider-home .swiper-slide .container .row {
  height: 100%;
}
.slider-home .swiper-slide .slide-text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .slider-home .swiper-slide .slide-text {
    justify-content: flex-end;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 992px) {
  .slider-home .swiper-slide .slide-text {
    padding-bottom: 30vh;
    padding-bottom: calc(var(--vh, 1vh) * 30);
    justify-content: flex-end;
  }
}
.slider-home .swiper-slide .slide-text .slide-title {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .slider-home .swiper-slide .slide-text .slide-title {
    font-size: 64px;
  }
}
.slider-home .swiper-slide .slide-text p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .slider-home .swiper-slide .slide-text p {
    font-size: 43px;
    line-height: 51px;
  }
}
.slider-home .swiper-slide .slide-text .sep {
  width: 226px;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.3);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .slider-home .swiper-slide .slide-text .sep {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.slider-home .swiper-slide .slide-text .btn-purple {
  max-width: 192px;
}
.slider-home .swiper-pagination {
  bottom: 25px;
  text-align: left;
  left: 30px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .slider-home .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
  }
}
@media screen and (min-width: 992px) {
  .slider-home .swiper-pagination {
    width: 100%;
    bottom: 22vh;
    bottom: calc(var(--vh, 1vh) * 22);
  }
}
.intro-section {
  background-color: #140a36;
  padding: 65px 0 50px;
}
@media screen and (min-width: 992px) {
  .intro-section {
    padding: 254px 0 174px;
  }
}
.intro-section .intro-wrapper {
  position: relative;
}
.intro-section .intro-wrapper .half-circle {
  position: absolute;
  z-index: 1;
  left: -5%;
  bottom: -15%;
}
@media screen and (max-width: 991px) {
  .intro-section .intro-wrapper .half-circle {
    left: -19%;
    width: 45vw;
    height: auto;
  }
}
.intro-section .intro-img {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .intro-section .intro-img img {
    position: absolute;
    top: -117px;
    right: -117px;
    max-width: 572px;
  }
}
.intro-section .intro-content {
  background-color: #eae5de;
  padding: 40px 30px 35px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .intro-section .intro-content {
    padding: 70px 55px 60px;
  }
}
.intro-section .intro-content .subtitle {
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .intro-section .intro-content .subtitle {
    margin-bottom: 30px;
  }
}
.intro-section .intro-content p {
  font-weight: 500;
  font-size: 15px;
  color: #707070;
  line-height: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .intro-section .intro-content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.jobs-section {
  position: relative;
  background-color: #2d167e;
}
.jobs-section #jobs-wrapper {
  display: flex;
  height: 100%;
  transition: all 0.4s ease-in-out;
  order: 2;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .jobs-section #jobs-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    order: 1;
    flex-direction: row;
  }
}
.jobs-section #jobs-wrapper .job-item {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  height: 16.5vw;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .jobs-section #jobs-wrapper .job-item {
    width: 33.3333333333%;
    height: 100%;
  }
}
.jobs-section #jobs-wrapper .job-item:nth-of-type(1) .job-name {
  background-color: #286446;
  color: #449f71;
}
.jobs-section #jobs-wrapper .job-item:nth-of-type(1) .job-text .button {
  border: 1px solid #286446;
  color: #286446;
}
.jobs-section #jobs-wrapper .job-item:nth-of-type(1) .job-text .button:hover {
  color: #fff;
  background-color: #286446;
}
.jobs-section #jobs-wrapper .job-item:nth-of-type(2) .job-name {
  background-color: #ff6450;
  color: #ffaea3;
}
.jobs-section #jobs-wrapper .job-item:nth-of-type(2) .job-text .button {
  border: 1px solid #ff6450;
  color: #ff6450;
}
.jobs-section #jobs-wrapper .job-item:nth-of-type(2) .job-text .button:hover {
  color: #fff;
  background-color: #ff6450;
}
.jobs-section #jobs-wrapper .job-item:nth-of-type(3) .job-name {
  background-color: #be8b4c;
  color: #dea45d;
}
.jobs-section #jobs-wrapper .job-item:nth-of-type(3) .job-text .button {
  border: 1px solid #be8b4c;
  color: #be8b4c;
}
.jobs-section #jobs-wrapper .job-item:nth-of-type(3) .job-text .button:hover {
  color: #fff;
  background-color: #be8b4c;
}
.jobs-section #jobs-wrapper .job-item .job-content {
  width: 100%;
  height: 0;
  background-color: #140a36;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 992px) {
  .jobs-section #jobs-wrapper .job-item .job-content {
    width: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.jobs-section #jobs-wrapper .job-item .job-content .job-text {
  width: 100%;
  padding: 42px 40px 46px;
  background-color: #fff;
  margin-top: 200px;
  max-width: 326px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
@media screen and (min-width: 992px) {
  .jobs-section #jobs-wrapper .job-item .job-content .job-text {
    max-width: 465px;
    transform: none;
    bottom: 50px;
    left: 50px;
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .jobs-section #jobs-wrapper .job-item .job-content .job-text div {
    height: 156px;
    overflow: auto;
  }
}
.jobs-section #jobs-wrapper .job-item .job-name {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .jobs-section #jobs-wrapper .job-item .job-name {
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.jobs-section #jobs-wrapper .job-item .job-name img.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .jobs-section #jobs-wrapper .job-item .job-name img.desktop {
    display: block;
    max-height: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .jobs-section #jobs-wrapper .job-item .job-name img.desktop {
    max-height: 100%;
  }
}
.jobs-section #jobs-wrapper .job-item .job-name img.mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .jobs-section #jobs-wrapper .job-item .job-name img.mobile {
    display: none;
  }
}
.jobs-section .jobs-intro {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 30px;
  padding-left: 30px;
  order: 1;
}
@media screen and (min-width: 1200px) {
  .jobs-section .jobs-intro {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 50px;
    padding-left: 50px;
    order: 2;
    height: 790px;
  }
}
@media screen and (min-width: 1400px) {
  .jobs-section .jobs-intro {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.jobs-section .jobs-intro .subtitle {
  margin-bottom: 30px;
}
.jobs-section .jobs-intro .sep {
  width: 100%;
  height: 1px;
  background-color: #5c1dea;
  margin-bottom: 35px;
}
.jobs-section .jobs-intro p {
  color: #fff;
  margin-bottom: 30px;
}
.js-jobs-open .jobs-section #jobs-wrapper {
  width: 100%;
}
.challenges-section {
  background-color: #140a36;
  padding-top: 60px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .challenges-section {
    padding-top: 7.7vw;
    padding-bottom: 3.8vw;
  }
}
.challenges-section .subtitle {
  text-align: center;
}
.challenges-section .challenges-slider {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .challenges-section .challenges-slider {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.challenges-section .challenges-slider .swiper-wrapper {
  margin-left: 30px;
}
.challenges-section .challenges-slider .swiper-slide .card-challenge {
  height: 448px;
  padding: 30px;
  display: block;
  text-decoration: none;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out 0s;
  transform: scale(1);
}
.challenges-section .challenges-slider .swiper-slide .card-challenge:hover {
  transform: scale(1.1);
}
.challenges-section .challenges-slider .swiper-slide .card-challenge span {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .challenges-section .challenges-slider .swiper-slide .card-challenge span {
    font-size: 35px;
  }
}
.challenges-section
  .challenges-slider
  .swiper-slide:nth-of-type(5n + 1)
  .card-challenge {
  background: #1e0e55 url("../../img/enjeu-1.svg") center bottom no-repeat;
  background-size: contain;
}
.challenges-section
  .challenges-slider
  .swiper-slide:nth-of-type(5n + 2)
  .card-challenge {
  background: #1e0e55 url("../../img/enjeu-2.svg") right bottom no-repeat;
}
.challenges-section
  .challenges-slider
  .swiper-slide:nth-of-type(5n + 3)
  .card-challenge {
  background: #1e0e55 url("../../img/enjeu-3.svg") center bottom no-repeat;
  background-size: cover;
}
.challenges-section
  .challenges-slider
  .swiper-slide:nth-of-type(5n + 4)
  .card-challenge {
  background: #1e0e55 url("../../img/enjeu-4.svg") left bottom no-repeat;
}
.challenges-section
  .challenges-slider
  .swiper-slide:nth-of-type(5n + 5)
  .card-challenge {
  background: #1e0e55 url("../../img/enjeu-5.svg") center bottom no-repeat;
  background-size: cover;
}
.achievements-section {
  background-color: #140a36;
}
.achievements-section .achievements-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.achievements-section .achievements-wrapper .achievements-card {
  width: 100%;
  display: flex;
  max-height: 32vw;
  overflow: hidden;
  position: relative;
  display: none;
}
@media screen and (min-width: 992px) {
  .achievements-section .achievements-wrapper .achievements-card {
    display: block;
  }
}
.achievements-section .achievements-wrapper .achievements-card img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s linear;
  display: block;
  transform: scale(1.01);
}
.achievements-section .achievements-wrapper .achievements-card img:hover {
  transform: scale(1.04);
}
.achievements-section .achievements-wrapper .achievements-card:nth-of-type(2),
.achievements-section .achievements-wrapper .achievements-card:nth-of-type(4) {
  width: 55%;
}
.achievements-section .achievements-wrapper .achievements-card:nth-of-type(3) {
  width: 100%;
}
.achievements-section .achievements-wrapper .achievements-card:nth-of-type(1),
.achievements-section .achievements-wrapper .achievements-card:nth-of-type(5) {
  width: 45%;
}
.achievements-section
  .achievements-wrapper
  .achievements-card
  .achievements-text {
  position: absolute;
  left: 52px;
  bottom: 36px;
}
.achievements-section
  .achievements-wrapper
  .achievements-card
  .achievements-text
  span {
  display: block;
  color: #fff;
}
.achievements-section
  .achievements-wrapper
  .achievements-card
  .achievements-text
  span.achievements-title {
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}
.achievements-section
  .achievements-wrapper
  .achievements-card
  .achievements-text
  span.achievements-localisation {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.achievements-section
  .achievements-wrapper
  .achievements-card
  .achievements-text
  span.achievements-localisation
  > span {
  display: inline-block;
}
.achievements-section .last-card {
  max-height: 78vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .achievements-section .last-card {
    max-height: 22vw;
  }
}
.achievements-section .last-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 4%;
  object-position: 50% 4%;
}
.achievements-section .button {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
@media screen and (max-width: 991px) {
  .achievements-section .button {
    width: 242px;
  }
}
.visit-section {
  padding-top: 102px;
  padding-bottom: 105px;
  position: relative;
  overflow: hidden;
  background-color: #140a36;
}
@media screen and (min-width: 992px) {
  .visit-section {
    padding-top: 13.2vw;
    padding-bottom: 15.3vw;
  }
}
.visit-section .container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .visit-section .subtitle {
    margin-top: 60px;
  }
}
.visit-section .visit-content {
  margin-top: 40px;
}
.visit-section .visit-content p {
  color: #fff;
}
.visit-section .visit-content .btn-white {
  display: block;
  margin: 50px auto 0;
}
.visit-section .record {
  bottom: 210px;
  right: -7%;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .visit-section .record {
    width: 390px;
    height: auto;
    right: -190px;
  }
}
@media screen and (max-width: 991px) {
  .visit-section img {
    width: 40vw;
    height: auto;
  }
}
.modal-visit {
  position: fixed;
  left: 150%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 90vw;
  z-index: 6;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 992px) {
  .modal-visit {
    width: 60vw;
  }
}
.modal-visit .modal-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.modal-visit .modal-container .close-modal {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(20, 20, 20, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
}
.modal-visit iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.modal-visit.active {
  left: 50%;
}
.content-section {
  padding-top: 49px;
  padding-bottom: 49px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .content-section {
    padding-top: 73px;
    padding-bottom: 73px;
    min-height: 994px;
  }
}
.content-section p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #626262;
}
.content-section h1 {
  color: #5c1dea;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 17px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .content-section h1 {
    font-size: 40px;
  }
}
.content-section h1:first-of-type {
  margin-top: 0;
}
.content-section h2 {
  font-size: 20px;
  color: #5c1dea;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .content-section h2 {
    font-size: 25px;
  }
}
.content-section h4 {
  font-size: 18px;
  color: #5c1dea;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .content-section h4 {
    font-size: 20px;
  }
}
.content-section h5 {
  font-size: 15px;
  color: #5c1dea;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .content-section h5 {
    font-size: 17px;
  }
}
.content-section h6 {
  font-size: 14px;
  color: #5c1dea;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .content-section h6 {
    font-size: 15px;
  }
}
.content-section .wp-block-buttons {
  margin-top: 50px;
}
.content-section .wp-block-buttons .wp-block-button__link {
  border-radius: 0;
  padding: 12px 30px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 16px;
  background-color: #5c1dea;
  border: 1px solid #5c1dea;
}
@media screen and (min-width: 992px) {
  .content-section .wp-block-buttons .wp-block-button__link {
    font-size: 22px;
    padding: 10px 20px;
  }
}
.content-section .wp-block-buttons .wp-block-button__link:hover {
  background-color: #fff;
  color: #5c1dea;
}
.content-section .content-img-container {
  position: relative;
  margin-bottom: 62px;
}
@media screen and (min-width: 992px) {
  .content-section .content-img-container {
    margin-bottom: 0;
  }
}
.content-section .content-img-container .content-img {
  border-radius: 40px;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .content-section .content-img-container .content-img {
    transform: translateX(5vw);
  }
}
.content-section .content-img-container .content-img img {
  width: 100%;
}
.content-section .quarter-circle {
  display: none;
}
@media screen and (min-width: 1200px) {
  .content-section .quarter-circle {
    display: block;
    position: absolute;
    right: 7vw;
    bottom: 0;
    z-index: -1;
    width: 38vw;
    height: 37vw;
  }
}
.banner-section {
  background-color: #140a36;
  padding-top: 90px;
  padding-bottom: 100px;
}
.banner-section span {
  color: #5c1dea;
}
@media screen and (min-width: 992px) {
  .banner-section {
    padding-top: 9vw;
    padding-bottom: 12vw;
  }
}
.banner-section .title {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #5c1dea;
}
@media screen and (min-width: 992px) {
  .banner-section .title {
    padding-bottom: 40px;
  }
}
.banner-media {
  height: 272px;
  padding-bottom: 20px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .banner-media {
    height: 26vw;
  }
}
.banner-media:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
}
.banner-media .half-circle {
  position: absolute;
  z-index: 1;
  left: -9%;
  bottom: -45%;
  width: 16vw;
  height: auto;
  display: none;
}
@media screen and (min-width: 992px) {
  .banner-media .half-circle {
    display: block;
  }
}
.banner-media.office .half-circle path {
  fill: #397859;
}
.banner-media.retail path {
  fill: #ff9081;
}
.banner-media.invest path {
  fill: #d19955;
}
.banner-media .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.banner-media .container .row {
  height: 100%;
}
.banner-media .container .row .title {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
  font-weight: 700;
}
.banner-media .container .row .tag-achievements {
  display: flex;
}
.banner-media .container .row .tag-achievements span {
  font-size: 12px;
  margin-right: 18px;
  display: block;
  padding: 5px 20px;
  background-color: rgba(250, 250, 250, 0.5);
  color: #fff;
}
@media screen and (min-width: 992px) {
  .banner-media .container .row .tag-achievements span {
    font-size: 16px;
  }
}
.single-realisations {
  background-color: #140a36;
}
.single-realisations .achievements-intro {
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .single-realisations .achievements-intro {
    padding-top: 162px;
    padding-bottom: 100px;
  }
}
.single-realisations .achievements-intro .achievements-text {
  min-height: 29vw;
}
@media screen and (min-width: 992px) {
  .single-realisations .achievements-intro .achievements-text {
    padding-top: 50px;
  }
}
.single-realisations .achievements-intro .achievements-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}
@media screen and (min-width: 992px) {
  .single-realisations .achievements-intro .achievements-text p {
    font-size: 18px;
  }
}
.single-realisations .achievements-intro .achievements-text p.quote {
  line-height: 28px;
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .single-realisations .achievements-intro .achievements-text p.quote {
    margin-top: 90px;
  }
}
.single-realisations .achievements-intro .achievements-text p.quote span {
  position: relative;
  display: inline-block;
  width: 25px;
}
.single-realisations .achievements-intro .achievements-text p.quote span span {
  font-size: 65px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  position: absolute;
  top: -12px;
}
.single-realisations .achievements-intro .achievements-text .quote-author {
  display: block;
  font-weight: 600;
  font-size: 15px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .single-realisations .achievements-intro .achievements-text .quote-author {
    font-size: 18px;
  }
}
.single-realisations .achievements-intro .achievements-img-container {
  height: 90vw;
  position: relative;
  padding-top: 65px;
}
@media screen and (min-width: 992px) {
  .single-realisations .achievements-intro .achievements-img-container {
    position: absolute;
    width: 43vw;
    height: auto;
    right: 0;
    top: 162px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-realisations .achievements-intro .achievements-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.single-realisations
  .achievements-intro
  .achievements-img
  .details-achievements {
  padding: 15px;
  background-color: #5c1dea;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.single-realisations
  .achievements-intro
  .achievements-img
  .details-achievements
  span {
  color: #fff;
  margin-right: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.single-realisations
  .achievements-intro
  .achievements-img
  .details-achievements
  span
  svg {
  margin-right: 10px;
}
.single-realisations
  .achievements-intro
  .achievements-img
  .details-achievements
  span:last-of-type {
  margin-right: 0;
}
.single-realisations .achievements-intro.office {
  background-color: #286446;
}
.single-realisations
  .achievements-intro.office
  .achievements-img
  .details-achievements {
  background-color: #397859;
}
.single-realisations .achievements-intro.retail {
  background-color: #ff6450;
}
.single-realisations
  .achievements-intro.retail
  .achievements-img
  .details-achievements {
  background-color: #ff9081;
}
.single-realisations .achievements-intro.invest {
  background-color: #be8b4c;
}
.single-realisations
  .achievements-intro.invest
  .achievements-img
  .details-achievements {
  background-color: #d19955;
}
.single-realisations .achievements-slider {
  padding-bottom: 120px;
}
.single-realisations .achievements-slider .swiper-slide {
  height: 45vw;
}
@media screen and (min-width: 992px) {
  .single-realisations .achievements-slider .swiper-slide {
    height: 39vw;
  }
}
.single-realisations .achievements-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-realisations .achievements-slider .swiper-pagination {
  position: relative;
  justify-content: center;
  bottom: auto;
  padding-top: 43px;
}
.single-realisations .achievements-slider.office {
  background-color: #286446;
}
.single-realisations .achievements-slider.retail {
  background-color: #ff6450;
}
.single-realisations .achievements-slider.invest {
  background-color: #be8b4c;
}
.single-realisations .similar-projects {
  padding-bottom: 85px;
}
.single-realisations .similar-projects .subtitle {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-realisations .similar-projects .subtitle {
    text-align: left;
  }
}
.single-realisations .similar-projects .similar-projects-container {
  padding-top: 80px;
}
.single-realisations
  .similar-projects
  .similar-projects-container
  .card-achievements
  .card-image {
  height: 215px;
}
@media screen and (min-width: 1200px) {
  .single-realisations
    .similar-projects
    .similar-projects-container
    .card-achievements
    .card-image {
    height: 290px;
  }
}
.single-realisations .similar-projects .button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.single-realisations .similar-projects.office {
  background-color: #286446;
}
.single-realisations .similar-projects.office .button {
  color: #397859;
}
.single-realisations .similar-projects.office .button:hover {
  border: 1px solid #397859;
  background-color: #397859;
  color: #fff;
}
.single-realisations .similar-projects.retail {
  background-color: #ff6450;
}
.single-realisations .similar-projects.retail .button {
  color: #ff9081;
}
.single-realisations .similar-projects.retail .button:hover {
  border: 1px solid #ff9081;
  background-color: #ff9081;
  color: #fff;
}
.single-realisations .similar-projects.invest {
  background-color: #be8b4c;
}
.single-realisations .similar-projects.invest .button {
  color: #d19955;
}
.single-realisations .similar-projects.invest .button:hover {
  border: 1px solid #d19955;
  background-color: #d19955;
  color: #fff;
}
.card-achievements,
.card-actus {
  display: block;
  text-decoration: none;
  margin-bottom: 45px;
}
@media screen and (min-width: 992px) {
  .card-achievements,
  .card-actus {
    margin-bottom: 70px;
  }
}
.card-achievements .card-image,
.card-actus .card-image {
  overflow: hidden;
}
.card-achievements .card-image img,
.card-actus .card-image img {
  transition: all 0.6s linear;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transform: scale(1);
}
.card-achievements .card-image img:hover,
.card-actus .card-image img:hover {
  transform: scale(1.1);
}
.card-achievements .card-infos,
.card-actus .card-infos {
  margin-top: 20px;
}
.card-achievements .card-infos .card-title,
.card-actus .card-infos .card-title {
  text-transform: uppercase;
  display: block;
  font-size: 23px;
  font-weight: 600;
}
.card-achievements .card-infos span:not(.card-title),
.card-actus .card-infos span:not(.card-title) {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.page-template-achievements .banner-section {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .page-template-achievements .banner-section {
    padding-bottom: 100px;
  }
}
.page-template-achievements .banner-section .title {
  border-bottom: 1px solid #c7c7c7;
}
.page-template-achievements
  .achievements-container
  .card-achievements
  .card-image {
  height: 215px;
}
@media screen and (min-width: 1200px) {
  .page-template-achievements
    .achievements-container
    .card-achievements
    .card-image {
    height: 290px;
  }
}
.achievements,
.actus {
  background-color: #140a36;
  padding-bottom: 105px;
}
@media screen and (min-width: 992px) {
  .achievements,
  .actus {
    padding-bottom: 135px;
  }
}
.achievements .dropdown-container,
.actus .dropdown-container {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .achievements .dropdown-container,
  .actus .dropdown-container {
    margin-bottom: 80px;
  }
}
.achievements .dropdown-container .drop,
.actus .dropdown-container .drop {
  position: relative;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .achievements .dropdown-container .drop,
  .actus .dropdown-container .drop {
    margin-bottom: 0;
  }
}
.achievements .dropdown-container .achievements-label,
.achievements .dropdown-container .actus-label,
.actus .dropdown-container .achievements-label,
.actus .dropdown-container .actus-label {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 5px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.4;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.achievements .dropdown-container .achievements-label.color,
.achievements .dropdown-container .actus-label.color,
.actus .dropdown-container .achievements-label.color,
.actus .dropdown-container .actus-label.color {
  color: #5c1dea;
}
.achievements .dropdown-container .select,
.actus .dropdown-container .select {
  height: 53px;
}
.achievements .dropdown-container .select-styled,
.actus .dropdown-container .select-styled {
  padding: 30px 20px 15px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.achievements .dropdown-container .select-styled.active,
.actus .dropdown-container .select-styled.active {
  color: #5c1dea;
}
.achievements .dropdown-container .select-styled:before,
.actus .dropdown-container .select-styled:before {
  height: 53px;
}
.achievements .dropdown-container .select-options li[term="office"],
.actus .dropdown-container .select-options li[term="office"] {
  color: #286446;
  font-weight: 600;
}
.achievements .dropdown-container .select-options li[term="retail"],
.actus .dropdown-container .select-options li[term="retail"] {
  color: #ff6450;
  font-weight: 600;
}
.achievements .dropdown-container .select-options li[term="invest"],
.actus .dropdown-container .select-options li[term="invest"] {
  color: #be8b4c;
  font-weight: 600;
}
.achievements .load-more-container,
.actus .load-more-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.achievements .load-more-container .load-more,
.achievements .load-more-container .load-more-actus,
.actus .load-more-container .load-more,
.actus .load-more-container .load-more-actus {
  cursor: pointer;
  padding: 13px 33px;
}
.actus .dropdown-container .select-options li[term="groupe-opus"] {
  color: #707070;
  font-weight: 500;
}
.actus .dropdown-container .select-options li[term="groupe-opus"]:before {
  content: "- ";
}
.actus .dropdown-container .select-options li[term="all"] {
  color: #707070;
  font-weight: 500;
}
.actus .dropdown-container .select-options li[term="all"]:before {
  content: "- ";
}
.banner-job {
  height: 630px;
  background-size: cover;
  background-position: right -12vw center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .banner-job {
    background-image: none !important;
  }
}
@media screen and (min-width: 768px) {
  .banner-job {
    height: 57vw;
  }
}
.banner-job .darkness {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.banner-job .container {
  position: relative;
  z-index: 3;
  padding-bottom: 75px;
}
@media screen and (min-width: 768px) {
  .banner-job .container {
    padding-bottom: 8vw;
  }
}
.banner-job .container .svg-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .banner-job .container .svg-title svg {
    width: 133px;
    height: auto;
  }
}
.banner-job .container .sep {
  width: 226px;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.3);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .banner-job .container .sep {
    margin-top: 40px;
  }
}
.banner-job .container .subtitle {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .banner-job .container .subtitle {
    font-size: 43px;
    line-height: 51px;
  }
}
.banner-job:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .banner-job:after {
    width: 33%;
  }
}
.banner-job.office:after {
  background-color: #286446;
}
.banner-job.office:before {
  display: block;
  content: "";
  width: 133vw;
  height: 133vw;
  background-image: url("../../img/office-repeat.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 210px;
  left: -5vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .banner-job.office:before {
    width: 45vw;
    height: 41vw;
    left: -1vw;
    bottom: 20vw;
  }
}
.banner-job.retail:after {
  background-color: #ff6450;
}
.banner-job.retail:before {
  display: block;
  content: "";
  width: 133vw;
  height: 133vw;
  background-image: url("../../img/retail-repeat.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20vw;
  left: -1vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .banner-job.retail:before {
    width: 45vw;
    height: 41vw;
    left: -1vw;
    bottom: 20vw;
  }
}
.banner-job.invest:after {
  background-color: #be8b4c;
}
.banner-job.invest:before {
  display: block;
  content: "";
  width: 133vw;
  height: 133vw;
  background-image: url("../../img/invest-repeat.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 20vw;
  left: -1vw;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .banner-job.invest:before {
    width: 45vw;
    height: 41vw;
    left: -1vw;
    bottom: 20vw;
  }
}
.page-template-job {
  opacity: 0;
}
.page-template-job .card-achievements .card-image {
  height: 215px;
}
@media screen and (min-width: 992px) {
  .page-template-job .card-achievements .card-image {
    height: 388px;
  }
}
.job-intro-section {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #140a36;
  position: relative;
}
@media screen and (min-width: 992px) {
  .job-intro-section {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
}
@media screen and (min-width: 992px) {
  .job-intro-section .img-container {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .job-intro-section .img-container .img-content {
    width: 43vw;
    height: 37vw;
  }
}
.job-intro-section .img-container .img-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.job-intro-section .text-container {
  min-height: 37vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job-intro-section .text-container .subtitle {
  margin-top: 55px;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .job-intro-section .text-container .subtitle {
    margin-top: 0;
    margin-bottom: 45px;
  }
}
.accompaniement-section {
  position: relative;
}
.accompaniement-section .img-container {
  height: 70vw;
  order: 1;
  position: relative;
}
@media screen and (min-width: 992px) {
  .accompaniement-section .img-container {
    position: absolute;
    right: 0;
    height: 100%;
    order: 2;
  }
}
.accompaniement-section .img-container .img-content {
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .accompaniement-section .img-container .img-content {
    width: 43vw;
    height: 100%;
    position: relative;
    left: 0;
    transform: none;
  }
}
.accompaniement-section .img-container .img-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.accompaniement-section .text-container {
  padding-top: 45px;
  padding-bottom: 60px;
  order: 2;
}
@media screen and (min-width: 992px) {
  .accompaniement-section .text-container {
    padding-top: 7vw;
    padding-bottom: 7vw;
    order: 1;
  }
}
.accompaniement-section .text-container .subtitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .accompaniement-section .text-container .subtitle {
    margin-bottom: 60px;
  }
}
.accompaniement-section .text-container ul {
  padding-left: 20px;
  list-style: none;
}
.accompaniement-section .text-container ul li {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .accompaniement-section .text-container ul li {
    font-size: 18px;
    font-weight: 500;
  }
}
.accompaniement-section .text-container ul li:before {
  content: "⦿";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  color: #fff;
}
.accompaniement-section .quarter-circle-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .accompaniement-section .quarter-circle-bg {
    display: block;
  }
}
.accompaniement-section .half-circle {
  position: absolute;
  z-index: 0;
  right: -5%;
  bottom: -9%;
}
@media screen and (max-width: 991px) {
  .accompaniement-section .half-circle {
    bottom: auto;
    top: -5%;
    right: -20%;
    width: 43vw;
    height: auto;
  }
}
.accompaniement-section.office {
  background-color: #286446;
}
.accompaniement-section.office .quarter-circle-bg path {
  fill: #397859;
}
.accompaniement-section.office .half-circle path {
  fill: #357756;
}
.accompaniement-section.retail {
  background-color: #ff6450;
}
.accompaniement-section.retail .quarter-circle-bg path {
  fill: #ff9081;
}
.accompaniement-section.retail .half-circle path {
  fill: #ff6450;
}
.accompaniement-section.invest {
  background-color: #be8b4c;
}
.accompaniement-section.invest .quarter-circle-bg path {
  fill: #d19955;
}
.accompaniement-section.invest .half-circle path {
  fill: #be8b4c;
}
.similar-projects-job {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #140a36;
}
@media screen and (min-width: 992px) {
  .similar-projects-job {
    padding-top: 10vw;
    padding-bottom: 5.6vw;
  }
}
.similar-projects-job .subtitle {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .similar-projects-job .subtitle {
    text-align: left;
  }
}
.similar-projects-job .similar-projects-container {
  padding-top: 52px;
}
.similar-projects-job .button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .similar-projects-job .button {
    margin: 50px auto 0;
  }
}
.banner-challenges {
  height: 630px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner-challenges {
    background-image: none !important;
  }
}
@media screen and (min-width: 768px) {
  .banner-challenges {
    height: 57vw;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.banner-challenges .img-mobile {
  width: 470px;
  height: 270px;
  position: absolute;
  top: 140px;
  right: -180px;
  z-index: 3;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .banner-challenges .img-mobile {
    display: none;
  }
}
.banner-challenges .img-mobile .darkness {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.banner-challenges .half-circle-line {
  position: absolute;
  z-index: 2;
  bottom: -1px;
  right: 0;
  height: 80%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .banner-challenges .half-circle-line {
    transform: translateX(-50%);
    right: auto;
    left: 0;
  }
}
.banner-challenges > .darkness {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .banner-challenges > .darkness {
    display: block;
  }
}
.banner-challenges .container {
  position: relative;
  z-index: 3;
  padding-bottom: 10vw;
}
.banner-challenges .container .subtitle {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .banner-challenges .container .subtitle {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
  }
}
.banner-challenges:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #1e0e55;
}
@media screen and (min-width: 768px) {
  .banner-challenges:after {
    width: 33%;
  }
}
.single-enjeux {
  opacity: 0;
}
.challenges-intro-section {
  padding-top: 85px;
  padding-bottom: 105px;
  background-color: #140a36;
  position: relative;
}
@media screen and (min-width: 992px) {
  .challenges-intro-section {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }
}
@media screen and (min-width: 992px) {
  .challenges-intro-section .img-container {
    position: absolute;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .challenges-intro-section .img-container .img-content {
    width: 43vw;
    height: 37vw;
  }
}
.challenges-intro-section .img-container .img-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.challenges-intro-section .text-container {
  min-height: 37vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.challenges-intro-section .text-container .subtitle {
  margin-top: 55px;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .challenges-intro-section .text-container .subtitle {
    margin-top: 0;
    margin-bottom: 45px;
  }
}
.challenges-intro-section .small-half-circle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .challenges-intro-section .small-half-circle {
    display: block;
  }
}
.challenges-accompaniement-section {
  position: relative;
}
.challenges-accompaniement-section .img-container {
  position: absolute;
  right: 0;
  height: 100%;
}
.challenges-accompaniement-section .img-container .img-content {
  width: 43vw;
  height: 100%;
}
.challenges-accompaniement-section .img-container .img-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.challenges-accompaniement-section .img-container {
  height: 70vw;
  order: 1;
  position: relative;
}
@media screen and (min-width: 992px) {
  .challenges-accompaniement-section .img-container {
    position: absolute;
    right: 0;
    height: 100%;
    order: 2;
  }
}
.challenges-accompaniement-section .img-container .img-content {
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .challenges-accompaniement-section .img-container .img-content {
    width: 43vw;
    height: 100%;
    position: relative;
    left: 0;
    transform: none;
  }
}
.challenges-accompaniement-section .img-container .img-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.challenges-accompaniement-section .text-container {
  padding-top: 7vw;
  padding-bottom: 26vw;
  order: 2;
}
@media screen and (min-width: 992px) {
  .challenges-accompaniement-section .text-container {
    padding-top: 7vw;
    padding-bottom: 7vw;
    order: 1;
  }
}
.challenges-accompaniement-section .text-container .subtitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .challenges-accompaniement-section .text-container .subtitle {
    margin-bottom: 60px;
  }
}
.challenges-accompaniement-section .text-container ul {
  padding-left: 20px;
  list-style: none;
}
.challenges-accompaniement-section .text-container ul li {
  position: relative;
  color: #140a36;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .challenges-accompaniement-section .text-container ul li {
    font-size: 18px;
    font-weight: 500;
  }
}
.challenges-accompaniement-section .text-container ul li:before {
  content: "⦿";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  color: #140a36;
}
.challenges-accompaniement-section .quarter-circle-line {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .challenges-accompaniement-section .quarter-circle-line {
    width: 100%;
    height: auto;
  }
}
.challenges-accompaniement-section .half-circle {
  position: absolute;
  z-index: 0;
  right: -5%;
  bottom: -9%;
}
@media screen and (max-width: 991px) {
  .challenges-accompaniement-section .half-circle {
    bottom: auto;
    top: -5%;
    right: -20%;
    width: 43vw;
    height: auto;
  }
}
.similar-projects-challenges {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: #140a36;
}
@media screen and (min-width: 992px) {
  .similar-projects-challenges {
    padding-top: 10vw;
    padding-bottom: 5.6vw;
  }
}
.similar-projects-challenges .subtitle {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .similar-projects-challenges .subtitle {
    text-align: left;
  }
}
.similar-projects-challenges .similar-projects-container {
  padding-top: 52px;
}
.similar-projects-challenges
  .similar-projects-container
  .card-achievements
  .card-image {
  height: 215px;
}
@media screen and (min-width: 992px) {
  .similar-projects-challenges
    .similar-projects-container
    .card-achievements
    .card-image {
    height: 388px;
  }
}
.similar-projects-challenges .button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .page-template-about .banner-section {
    padding-bottom: 65px;
  }
}
.page-template-about .banner-section .title {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (min-width: 768px) {
  .page-template-about .banner-section .title {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}
.page-template-about .banner-section .title .words {
  overflow: hidden;
  position: relative;
  background-color: #140a36;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-template-about .banner-section .title .words {
    width: 100%;
  }
}
.page-template-about .banner-section .title .words span {
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  text-align: left;
  opacity: 0;
  color: #5c1dea;
}
@media screen and (max-width: 767px) {
  .page-template-about .banner-section .title .words span {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page-template-about .banner-section .title .words span > b {
    display: none;
  }
}
.about-intro-section {
  padding-bottom: 72px;
  background-color: #140a36;
  position: relative;
}
@media screen and (min-width: 992px) {
  .about-intro-section {
    padding-bottom: 175px;
  }
}
@media screen and (min-width: 992px) {
  .about-intro-section .img-container {
    position: absolute;
    left: 0;
  }
}
.about-intro-section .text-container {
  min-height: 37vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about-intro-section .text-container .subtitle {
  margin-bottom: 45px;
  margin-top: 50px;
}
.engagement-section {
  background-color: #140a36;
  padding-bottom: 145px;
}
.engagement-section .subtitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .engagement-section img {
    margin-bottom: 70px;
  }
}
.guarantee-section {
  padding-top: 45px;
  padding-bottom: 140px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .guarantee-section {
    padding-top: 106px;
    padding-bottom: 62px;
  }
}
.guarantee-section .title {
  font-weight: 700;
  font-size: 30px;
  color: #5c1dea;
}
@media screen and (min-width: 992px) {
  .guarantee-section .title {
    font-size: 85px;
  }
}
.guarantee-section .logo-acid {
  width: 156px;
  margin-top: 5px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(3883%)
    hue-rotate(257deg) brightness(88%) contrast(110%);
  margin-bottom: 42px;
}
@media screen and (min-width: 992px) {
  .guarantee-section .logo-acid {
    width: 236px;
    margin-bottom: 0;
  }
}
.guarantee-section ul {
  padding-left: 20px;
  list-style: none;
}
.guarantee-section ul li {
  position: relative;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.guarantee-section ul li:before {
  content: "⦿";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  color: #707070;
}
.guarantee-section .quarter-circle-line {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .guarantee-section .quarter-circle-line {
    width: 100%;
    height: auto;
  }
}
.guarantee-section .counter-container {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .guarantee-section .counter-container {
    border-top: 1px solid #707070;
    margin-top: 50px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .guarantee-section .counter-container .item-counter {
    width: 50%;
    text-align: center;
    margin-bottom: 45px;
  }
}
.guarantee-section .counter-container .item-counter span {
  font-size: 30px;
  font-weight: 700;
  color: #5c1dea;
}
@media screen and (min-width: 992px) {
  .guarantee-section .counter-container .item-counter span {
    font-size: 60px;
  }
}
.guarantee-section .counter-container .item-counter p {
  text-align: center;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
}
.opus-section {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #140a36;
}
@media screen and (min-width: 992px) {
  .opus-section {
    padding-top: 155px;
    padding-bottom: 145px;
  }
}
.opus-section .subsubtitle {
  color: rgba(250, 250, 250, 0.5);
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 90px;
}
@media screen and (min-width: 1200px) {
  .opus-section .subsubtitle {
    margin-bottom: 140px;
  }
}
.opus-section .opus-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.opus-section .opus-container .item-opus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .opus-section .opus-container .item-opus {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .opus-section .opus-container .item-opus {
    width: 25%;
    max-width: 230px;
    margin-bottom: 0;
  }
}
.opus-section .opus-container .item-opus .item-img {
  height: 130px;
}
@media screen and (min-width: 1200px) {
  .opus-section .opus-container .item-opus .item-img {
    height: 180px;
  }
}
.opus-section .opus-container .item-opus .item-content {
  margin-top: 35px;
  text-align: center;
  max-width: 230px;
  flex: 1;
}
.opus-section .opus-container .item-opus .item-content span {
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  display: inline-block;
  margin-bottom: 20px;
}
.opus-section .opus-container .item-opus .item-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(250, 250, 250, 0.5);
}
.join-us-section {
  background-color: #140a36;
  padding-bottom: 85px;
}
@media screen and (min-width: 1200px) {
  .join-us-section {
    padding-bottom: 45px;
  }
}
.join-us-section .subsubtitle {
  color: rgba(250, 250, 250, 0.5);
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .join-us-section .subsubtitle {
    font-size: 30px;
  }
}
.join-us-section .button {
  margin-top: 45px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .join-us-section .button {
    padding: 16px 30px;
    font-size: 30px;
    font-weight: 700;
  }
}
@media screen and (max-width: 991px) {
  .join-us-section .labels {
    width: 100%;
    height: auto;
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .join-us-section .labels {
    margin-top: 0;
  }
}
.clients-section {
  padding-top: 55px;
  padding-bottom: 45px;
}
@media screen and (min-width: 992px) {
  .clients-section {
    padding-bottom: 145px;
  }
}
.clients-section .subtitle {
  color: #5c1dea;
  text-align: center;
  margin-bottom: 20px;
}
.clients-section p {
  text-align: center;
  color: #707070;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 90px;
}
.clients-section .client-container {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .clients-section .client-container {
    margin-bottom: 20px;
  }
}
.clients-section .item-clients {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.clients-section .item-clients img {
  filter: grayscale(100%);
}
.join-intro-section {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #140a36;
  position: relative;
}
@media screen and (min-width: 992px) {
  .join-intro-section {
    padding-top: 9vw;
    padding-bottom: 7.5vw;
  }
}
@media screen and (min-width: 992px) {
  .join-intro-section .img-container {
    position: absolute;
    left: 0;
  }
}
.join-intro-section .text-container {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .join-intro-section .text-container {
    margin-top: 0;
    min-height: 29vw;
  }
}
.join-intro-section .text-container .subtitle {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .join-intro-section .text-container .subtitle {
    margin-bottom: 45px;
  }
}
.join-content-section {
  position: relative;
}
.join-content-section .img-container {
  height: 70vw;
  order: 1;
  position: relative;
}
@media screen and (min-width: 992px) {
  .join-content-section .img-container {
    position: absolute;
    right: 0;
    height: 100%;
    order: 2;
  }
}
.join-content-section .img-container .img-content {
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .join-content-section .img-container .img-content {
    width: 42.5vw;
    height: 100%;
    position: relative;
    left: 0;
    transform: none;
  }
}
.join-content-section .img-container .img-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.join-content-section .text-container {
  padding-top: 7vw;
  padding-bottom: 7vw;
  order: 2;
}
@media screen and (min-width: 992px) {
  .join-content-section .text-container {
    order: 1;
  }
}
.join-content-section .text-container p {
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .join-content-section .text-container p {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.offers-section {
  background-color: #140a36;
  padding-top: 21vw;
  padding-bottom: 21vw;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .offers-section {
    padding-top: 8.7vw;
    padding-bottom: 8.7vw;
  }
}
.offers-section .quarter-circle-line {
  transform: rotate(-90deg);
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  display: none;
}
@media screen and (min-width: 992px) {
  .offers-section .quarter-circle-line {
    display: block;
  }
}
.offers-section .container {
  position: relative;
}
.offers-section .subtitle {
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
.offers-section .subsubtitle {
  color: rgba(250, 250, 250, 0.5);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .offers-section .subsubtitle {
    margin-bottom: 40px;
  }
}
.offers-section .item-job {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 38px;
}
.offers-section .item-job span {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .offers-section .item-job span {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.offers-section .item-job .button {
  padding: 6px 16px;
}
.offers-section .no-job p {
  color: #fff;
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}
.offers-section .no-job a {
  color: #5c1dea;
  transition: all 0.3s ease-in-out;
}
.offers-section .no-job a:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .page-template-contact .banner-section {
    padding-bottom: 60px;
  }
}
.page-template-contact .banner-section .title {
  border-bottom: 1px solid #c7c7c7;
}
.page-template-contact .banner-section p {
  color: rgba(250, 250, 250, 0.7);
  font-size: 15px;
  font-weight: 500;
  margin: 30px auto 0;
  text-align: center;
  max-width: 480px;
  display: block;
}
@media screen and (min-width: 992px) {
  .page-template-contact .banner-section p {
    font-size: 18px;
  }
}
.form-section {
  background-color: #eae5de;
  padding-top: 40px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .form-section {
    padding-top: 90px;
    padding-bottom: 130px;
  }
}
.form-section > svg {
  display: none;
}
@media screen and (min-width: 1200px) {
  .form-section > svg {
    position: absolute;
    z-index: 0;
    display: block;
  }
  .form-section > svg.left-top-contact {
    left: 5vw;
    top: 0;
  }
  .form-section > svg.middle-bottom-contact {
    right: 25vw;
    bottom: -90px;
  }
  .form-section > svg.left-bottom-contact {
    left: 4vw;
    bottom: 0;
  }
  .form-section > svg.right-top-contact {
    right: -5%;
    top: 0;
  }
  .form-section > svg.middle-half-circle {
    left: 46vw;
    top: 0;
  }
  .form-section > svg.right-bottom-contact {
    right: -2%;
    bottom: 100px;
  }
}
.form-section .container {
  position: relative;
}
.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7-form > label {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wpcf7-form > label.half {
    width: 46%;
  }
}
.wpcf7-form > label:not(.textarea) {
  margin-bottom: 34px;
}
.wpcf7-form > label:not(.textarea):after {
  content: "";
  display: block;
  width: 47%;
  height: 10px;
  background-color: #5c1dea;
  bottom: -5px;
  left: 0;
  position: absolute;
}
.wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap input:not([type="checkbox"]),
.wpcf7-form .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: 0;
  background-color: #fff;
  padding: 6px 10px 10px;
  color: #140a36;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.wpcf7-form .wpcf7-form-control-wrap ::-moz-placeholder {
  color: #140a36;
  opacity: 1;
}
.wpcf7-form .wpcf7-form-control-wrap :-ms-input-placeholder {
  color: #140a36;
  opacity: 1;
}
.wpcf7-form .wpcf7-form-control-wrap ::placeholder {
  color: #140a36;
  opacity: 1;
}
.wpcf7-form .wpcf7-form-control-wrap.message {
  margin-bottom: 0;
  background-color: #fff;
}
.wpcf7-form .wpcf7-form-control-wrap.upload-file-job {
  margin-bottom: 25px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox {
  font-size: 12px;
  line-height: 17px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 8px;
  display: block;
  cursor: pointer;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label {
  flex: 1;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox + .wpcf7-not-valid-tip {
  position: relative;
  bottom: auto;
  margin-bottom: 10px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border: 1px solid #707070 !important;
  background-color: #fff;
  margin-bottom: 0;
  margin-right: 6px;
}
.wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"]:checked {
  position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0) url("../../img/check.svg") left top no-repeat;
  background-size: contain;
}
.wpcf7-form .codedropz-upload-handler {
  border: 0;
  background-color: #5c1dea;
  border-radius: 0;
}
.wpcf7-form .codedropz-upload-handler .codedropz-upload-container {
  padding: 8px 10px;
}
.wpcf7-form
  .codedropz-upload-handler
  .codedropz-upload-container
  .codedropz-upload-inner {
  text-align: right;
}
.wpcf7-form
  .codedropz-upload-handler
  .codedropz-upload-container
  .codedropz-upload-inner
  h3,
.wpcf7-form
  .codedropz-upload-handler
  .codedropz-upload-container
  .codedropz-upload-inner
  span {
  display: none;
}
.wpcf7-form
  .codedropz-upload-handler
  .codedropz-upload-container
  .codedropz-upload-inner
  .cd-upload-btn {
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  padding-right: 25px;
  position: relative;
  display: block;
  height: 16px;
}
.wpcf7-form
  .codedropz-upload-handler
  .codedropz-upload-container
  .codedropz-upload-inner
  .cd-upload-btn:after {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background: rgba(0, 0, 0, 0) url("../../img/files.svg") center center
    no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.wpcf7-form .codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.wpcf7-form .dnd-upload-status .dnd-upload-details .name {
  color: #140a36;
}
.wpcf7-form input[type="submit"] {
  margin-top: 30px;
  background-color: rgba(0, 0, 0, 0);
  color: #140a36;
  border: 1px solid #140a36;
  transition: all 0.3s ease-in-out;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
}
.wpcf7-form input[type="submit"]:hover {
  border: 1px solid #140a36;
  background-color: #140a36;
  color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border-color: #5c1dea;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
}
.map-container {
  margin-top: 52px;
}
@media screen and (min-width: 992px) {
  .map-container {
    margin-top: 0;
  }
}
.map-container #map {
  width: 100%;
  height: 62vw;
  display: block;
  border-radius: 20px;
  margin-bottom: 44px;
}
@media screen and (min-width: 992px) {
  .map-container #map {
    width: 39.5vw;
    height: 29.5vw;
  }
}
.map-container #map .gm-style-cc {
  display: none;
}
.map-container #map .gmnoprint > div > div {
  background-color: #140a36 !important;
  border-radius: 10px !important;
}
.map-container #map .gmnoprint > div > div > div {
  background-color: #fff !important;
}
.map-container #map .gmnoprint > div > div img {
  filter: brightness(0) invert(1);
}
.map-container .contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #140a36;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .map-container .contact-info {
    margin-bottom: 25px;
  }
}
.map-container .contact-info .picto-contact {
  width: 33px;
  margin-right: 18px;
}
.map-container .contact-info span {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 992px) {
  .map-container .contact-info span {
    font-size: 18px;
  }
}
.page-template-blog {
  background-color: #140a36;
}
.page-template-blog .une-section {
  margin-top: 15px;
}
.page-template-blog .une-section .media-une {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .page-template-blog .une-section .media-une {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-blog .une-section .media-une {
    height: 407px;
  }
}
.page-template-blog .une-section .media-une img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-template-blog .une-section .content-une {
  padding: 40px 25px;
  background-color: #eae5de;
}
@media screen and (min-width: 992px) {
  .page-template-blog .une-section .content-une {
    padding: 78px 40px;
  }
}
.page-template-blog .une-section .content-une h2 {
  font-size: 28px;
  line-height: 35px;
  color: #5c1dea;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  max-height: 105px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  .page-template-blog .une-section .content-une h2 {
    font-size: 36px;
    line-height: 44px;
    max-height: 140px;
  }
}
.page-template-blog .une-section .content-une .tag {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin-bottom: 25px;
  display: block;
}
@media screen and (min-width: 992px) {
  .page-template-blog .une-section .content-une .tag {
    font-size: 20px;
  }
}
.page-template-blog .une-section .content-une .tag.groupe-opus {
  color: #5c1dea;
}
.page-template-blog .une-section .content-une .tag.office {
  color: #449f71;
}
.page-template-blog .une-section .content-une .tag.retail {
  color: #ff6450;
}
.page-template-blog .une-section .content-une .tag.invest {
  color: #be8b4c;
}
.page-template-blog .actus {
  padding-top: 90px;
  padding-bottom: 90px;
}
.page-template-blog .actus .opus-blog {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .page-template-blog .actus .opus-blog {
    margin-top: 0;
  }
}
.page-template-blog .actus .opus-blog .title-blog {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .page-template-blog .actus .opus-blog .title-blog {
    font-size: 30px;
  }
}
.page-template-blog .actus .opus-blog .subtitle-blog {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .page-template-blog .actus .opus-blog .subtitle-blog {
    font-size: 18px;
  }
}
.page-template-blog .actus .card-actus .card-image {
  height: 215px;
}
@media screen and (min-width: 1200px) {
  .page-template-blog .actus .card-actus .card-image {
    height: 290px;
  }
}
.page-template-blog .actus .card-actus .card-infos .card-title {
  text-transform: none;
  margin-top: 10px;
}
.page-template-blog .actus .card-actus .card-infos .tag.groupe-opus {
  color: #5c1dea;
}
.page-template-blog .actus .card-actus .card-infos .tag.office {
  color: #449f71;
}
.page-template-blog .actus .card-actus .card-infos .tag.retail {
  color: #ff6450;
}
.page-template-blog .actus .card-actus .card-infos .tag.invest {
  color: #be8b4c;
}
.single-post h1 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
  margin-bottom: 38px;
}
@media screen and (min-width: 992px) {
  .single-post h1 {
    font-size: 40px;
    line-height: 49px;
  }
}
.single-post a {
  color: #5c1dea;
}
.single-post strong {
  font-weight: 700;
}
.single-post em {
  font-style: italic;
}
.single-post .tag {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
}
.single-post .tag.groupe-opus {
  color: #5c1dea;
}
.single-post .tag.office {
  color: #449f71;
}
.single-post .tag.retail {
  color: #ff6450;
}
.single-post .tag.invest {
  color: #be8b4c;
}
.single-post .wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-post .wp-block-image img {
  border-radius: 40px;
  width: 100%;
}
.single-post .wp-block-columns {
  margin-top: 40px;
}
.single-post .wp-block-column .wp-block-image {
  margin-top: 0;
}
.single-post .content-section ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-post .content-section ul li {
  position: relative;
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}
.single-post .content-section ul li:before {
  content: "⦿";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  color: #707070;
} /*# sourceMappingURL=style.min.css.map */
