<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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; }

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 {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

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

strong {
  font-weight: bold; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

::-ms-clear {
  display: none; }

/* CONSTANT CLASSES #START */
.toscroll {
  visibility: hidden;
  overflow: hidden; }

.cleared {
  clear: both; }

.fadeop {
  transition: opacity .3s linear; }

.txt {
  font-family: "HurmeGeometricSans1-Light", sans-serif;
  font-size: 10px;
  color: #f4f0ee;
  line-height: 1.35; }
  .txt ul {
    list-style-type: disc;
    padding-left: 15px; }
    .txt ul li {
      padding: 5px 0;
      display: list-item; }
  .txt ol {
    list-style-type: decimal;
    padding-left: 15px; }
    .txt ol li {
      padding: 5px 0;
      display: list-item; }
  .txt table {
    border-collapse: separate;
    border-spacing: 1px; }
  .txt a:hover {
    text-decoration: underline; }

html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body, input, textarea, select, a {
  font-family: "HurmeGeometricSans1-Light", sans-serif;
  font-size: 10px;
  color: #f4f0ee;
  line-height: 1.35; }

input {
  border: 0 none;
  background: transparent none;
  padding: 0;
  margin: 0; }

input[type=text], input[type=password], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

hr {
  border: 0px solid #000;
  border-top: 1px solid #000; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: none; }
  a::-moz-focus-inner {
    border: 0; }

img {
  max-width: 100%;
  height: auto; }

p {
  padding-bottom: 10px;
  margin-bottom: 0; }

b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

@media only screen and (min-width: 768px) {
  .va-middle {
    display: table;
    width: 100%;
    height: 100%; }
    .va-middle &gt; div {
      display: table-cell;
      vertical-align: middle;
      width: 100%; } }

.pa {
  position: relative; }
  .pa:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .pa &gt; div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.resizable-textarea .grippie {
  visibility: hidden; }

textarea {
  resize: none; }

* {
  -webkit-tap-highlight-color: transparent; }

body {
  position: relative;
  overflow-y: scroll; }
  @media only screen and (max-width: 1365px) {
    body.is-menu-open {
      overflow: hidden; } }

strong,
b {
  font-weight: 700; }

em {
  font-style: italic; }

#iewarning {
  display: none; }

select {
  background: transparent none;
  -webkit-appearance: none; }

.row {
  overflow: hidden; }

.fixed {
  position: fixed; }

.abs {
  position: absolute; }

.inv {
  display: none; }

.rel {
  position: relative; }

.tac {
  text-align: center; }

.db {
  display: block; }

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

@-webkit-keyframes slideline {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%); } }

@-moz-keyframes slideline {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%); } }

@keyframes slideline {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%); } }

@-webkit-keyframes moveleft {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(67%);
    -moz-transform: translateX(67%);
    -ms-transform: translateX(67%);
    -o-transform: translateX(67%);
    transform: translateX(67%); } }

@-moz-keyframes moveleft {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(67%);
    -moz-transform: translateX(67%);
    -ms-transform: translateX(67%);
    -o-transform: translateX(67%);
    transform: translateX(67%); } }

@keyframes moveleft {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(67%);
    -moz-transform: translateX(67%);
    -ms-transform: translateX(67%);
    -o-transform: translateX(67%);
    transform: translateX(67%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  90% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes frise {
  0% {
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%); }
  100% {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%); } }

@-moz-keyframes frise {
  0% {
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%); }
  100% {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%); } }

@keyframes frise {
  0% {
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%); }
  100% {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%); } }

@-webkit-keyframes arrow {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes arrow {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes arrow {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes arrowb {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes arrowb {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes arrowb {
  0% {
    opacity: 0; }
  45% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes arrowc {
  0% {
    opacity: 0; }
  65% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes arrowc {
  0% {
    opacity: 0; }
  65% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes arrowc {
  0% {
    opacity: 0; }
  65% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }

html, body {
  font-size: 4.6px;
  font-size: 5.1px;
  font-size: 0.2380952381vw;
  color: #003457; }
  @media only screen and (min-width: 580px) {
    html, body {
      font-size: 10px;
      font-size: 0.078125vw; } }
  @media only screen and (min-width: 768px) {
    html, body {
      font-size: 10px;
      font-size: 0.0520833333vw; } }

@media only screen and (min-width: 768px) and (max-height: 800px) {
  html, body {
    font-size: 0.75px; } }

html, body, input, textarea, select, a {
  color: #003457; }

button {
  background: none;
  color: inherit;
  border: none;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit; }

svg {
  display: inline-block;
  width: 100%; }

.page__wrap {
  background: #fff;
  opacity: 0; }

input, textarea, select, a {
  font-size: inherit;
  font-family: inherit; }

p {
  margin: 0px;
  padding: 0px; }

a {
  font-size: inherit;
  color: inherit;
  -webkit-transition: none 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: none 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: none 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: none 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: none 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  line-height: inherit; }

.overlay {
  position: absolute;
  width: 100%;
  top: 0px;
  pointer-events: none;
  z-index: 1000;
  display: block;
  opacity: 0.25; }
  .overlay {
    display: none; }

.only__sr {
  position: absolute;
  text-indent: -9999px; }

.tac {
  text-align: center; }

.fsi {
  font-style: italic; }

.rel {
  position: relative; }

.ovh {
  overflow: hidden; }

.ttu {
  text-transform: uppercase; }

.norel {
  position: static !important; }

.bg__red {
  background: #e03c2b;
  background: var(--rouge); }

.bg__black {
  background: #181721;
  background: var(--bleu); }

.bg__orange {
  background: #EC6907; }

.bg__beige {
  background: #ede4dd; }

.bg__beige2 {
  background: #e1d3c7; }

.bg__blue {
  background: #003457; }

.main__anchor {
  position: absolute;
  margin-top: -140rem; }
  @media only screen and (max-width: 767px) {
    .main__anchor {
      margin-top: -80px; } }

.codic__rect {
  position: absolute;
  z-index: 6; }
  @media only screen and (max-width: 767px) {
    .codic__rect {
      display: none; } }
  .codic__rect.codic__rect--home {
    left: 150rem;
    top: 350rem; }
  .codic__rect.codic__rect--group {
    right: 0px;
    top: 0px; }
  .codic__rect.codic__rect--valeurs1 {
    left: 700rem;
    top: 235rem; }
  .codic__rect.codic__rect--tournois {
    right: 0px;
    top: 450rem; }
  .codic__rect.codic__rect--projetdetail {
    right: 0px;
    top: 80rem; }

.codic__rect__rect {
  background-size: 6rem 20rem; }
  .codic__rect--home .codic__rect__rect {
    width: 390rem;
    height: 350rem; }
  .codic__rect--group .codic__rect__rect {
    width: 284rem;
    height: 467rem; }
  .codic__rect--valeurs1 .codic__rect__rect {
    width: 390rem;
    height: 525rem; }
  .codic__rect--tournois .codic__rect__rect {
    width: 335rem;
    height: 850rem; }
  .codic__rect--projetdetail .codic__rect__rect {
    width: 260rem;
    height: 830rem; }

.codic__excl {
  position: absolute;
  z-index: 6; }
  @media only screen and (max-width: 767px) {
    .codic__excl {
      display: none; } }
  .codic__excl.codic__excl--groupe1 {
    right: 145rem;
    top: -140rem; }
  .codic__excl.codic__excl--groupe2 {
    left: 145rem;
    top: -110rem; }
  .codic__excl.codic__excl--valeurs1 {
    right: 175rem;
    top: 500rem; }
    .codic__excl.codic__excl--valeurs1 .excl__line {
      fill: #003457;
      opacity: 0.3; }
  .codic__excl.codic__excl--valeurs2 {
    left: 160rem;
    top: -170rem; }
  .codic__excl.codic__excl--valeurs3 {
    right: 580rem;
    top: 560rem; }
    .codic__excl.codic__excl--valeurs3 .excl__point {
      fill: #fff; }
  .codic__excl.codic__excl--office1 {
    display: none; }
    .page__wrap--office .codic__excl.codic__excl--office1 {
      display: block;
      left: 570rem;
      top: 310rem; }
  .codic__excl.codic__excl--office2 {
    display: none; }
    .page__wrap--retail .codic__excl.codic__excl--office2 {
      display: block;
      right: 140rem;
      top: -50rem; }
    .page__wrap--homeb .codic__excl.codic__excl--office2 {
      display: block;
      left: 835rem;
      top: 285rem; }
  .codic__excl.codic__excl--projetdetail {
    left: 970rem;
    top: -465rem; }

.codic__excl__excl {
  width: 46rem; }

.excl__line {
  opacity: 0.5;
  fill: #E1D3C7; }

.excl__point {
  fill: #EC6907; }

@media only screen and (max-width: 767px) {
  .nano {
    overflow: auto;
    width: auto;
    height: auto; } }

@media only screen and (max-width: 767px) {
  .nano &gt; .nano-content {
    position: static;
    overflow: auto; } }

.nano &gt; .nano-pane {
  background: none;
  width: 20px;
  right: auto;
  left: 0px; }
  .nano &gt; .nano-pane:before {
    content: '';
    display: block;
    position: absolute;
    background: #EC6907;
    width: 2px;
    left: 10px;
    height: 100%; }
  .nano &gt; .nano-pane &gt; .nano-slider {
    width: 20px;
    border-radius: 0px;
    background: #EC6907; }

.page__wrap {
  overflow: hidden; }

.site {
  overflow-x: hidden;
  overflow: hidden; }

.mw {
  position: relative;
  margin: 0px auto; }
  .mw--full-width .mw {
    max-width: none;
    margin: 0px auto; }
  @media only screen and (max-width: 767px) {
    .mw {
      padding-left: 15px;
      padding-right: 15px; }
      .mw.mw2 {
        padding-left: 0px;
        padding-right: 0px; } }

.mwf {
  position: relative; }
  .mwf--not-full-width .mwf {
    max-width: 1440px;
    margin: 0px auto; }

@media only screen and (min-width: 768px) {
  .layout__fixed__width .mw1 {
    max-width: calc(1px * var(--layoutmaxwidth)); }
  .mw3 {
    padding-left: 230rem; }
  .mw4 {
    padding-left: 315rem; }
  .mw5 {
    padding-left: 315rem;
    padding-right: 60rem; }
  .mw6 {
    padding-left: 400rem;
    padding-right: 60rem; }
  .mw7 {
    padding-left: 145rem;
    padding-right: 145rem; }
  .mw8 {
    padding-left: 230rem;
    padding-right: 230rem; }
  .mw9 {
    padding-right: 145rem; }
  .mw10 {
    padding-left: 100rem;
    padding-right: 100rem; }
  .mw11 {
    padding-left: 145rem;
    padding-right: 145rem; }
  .mw12 {
    padding-left: 90rem;
    padding-right: 60rem; }
  .mw13 {
    padding-left: 200rem;
    padding-right: 200rem; } }

.footer__b__info a, .footer__menu a, .actu__head__close__txt, .contact__people__item__email a {
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .footer__b__info a:before, .footer__menu a:before, .actu__head__close__txt:before, .contact__people__item__email a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px; }
  .is-desktop .footer__b__info a:hover:before, .is-desktop .footer__menu a:hover:before, .is-desktop .actu__head__close__txt:hover:before, .is-desktop .contact__people__item__email a:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); }

.actu__head__close__txt:before {
  bottom: -2rem; }

.contact__people__item__email a:before {
  background: #EC6907; }

.cta__gradient, .header__menu__ul__b a {
  border-radius: 50px;
  display: inline-block;
  background: #f00;
  position: relative;
  padding: 2px; }
  .is-desktop .cta__gradient, .is-desktop .header__menu__ul__b a {
    overflow: hidden; }
  .cta__gradient, .header__menu__ul__b a {
    background: #0b70a1;
    background: linear-gradient(90deg, #0b70a1 0%, #7baf09 100%); }
  .is-desktop .cta__gradient, .is-desktop .header__menu__ul__b a {
    overflow: hidden; }
    .is-desktop .cta__gradient:before, .is-desktop .header__menu__ul__b a:before {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      left: -200%;
      background: #0b70a1;
      background: -moz-linear-gradient(90deg, #0b70a1 0%, #7baf09 33%, #0b70a1 67%, #7baf09 100%);
      background: -webkit-linear-gradient(90deg, #0b70a1 0%, #7baf09 33%, #0b70a1 67%, #7baf09 100%);
      background: linear-gradient(90deg, #0b70a1 0%, #7baf09 33%, #0b70a1 67%, #7baf09 100%);
      -webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
      -moz-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
      -ms-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
      -o-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
      transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
      -webkit-animation: moveleft 2s linear infinite;
      -moz-animation: moveleft 2s linear infinite;
      animation: moveleft 2s linear infinite;
      opacity: 0; }
    .is-desktop .cta__gradient:hover:before, .is-desktop .header__menu__ul__b a:hover:before {
      opacity: 1; }
  .cta__gradient span, .header__menu__ul__b a span {
    display: inline-block;
    padding: 10rem 30rem;
    background: #000;
    border-radius: 50px;
    position: relative; }

@media only screen and (min-width: 768px) {
  .header__menu__ul__b a span {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
  .header__menu__ul__b .current-menu-item a span {
    background: transparent; }
  .is-desktop .header__menu__ul__b .current-menu-item a:hover:before {
    opacity: 0; } }

.page__wrap--contact {
  overflow: hidden; }

.mask {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #fff; }

.header__v2__bg__wrap {
  height: 85vh;
  overflow: hidden;
  height: calc( 85 * var(--vh)); }
  .projet__inner .header__v2__bg__wrap {
    height: 70vh;
    height: calc( 70 * var(--vh)); }

.header__v2__bg {
  background: none no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.header__v2__titre {
  width: 60%;
  position: relative;
  padding: 8rem 5rem 8rem 18rem;
  margin-top: -16rem; }
  @media only screen and (min-width: 768px) {
    .page__equipe__inner .header__v2__titre {
      width: 45%; } }
  @media only screen and (max-width: 767px) {
    .header__v2__titre {
      padding: 20px 10px 20px 20px;
      width: 90%;
      margin-top: -10rem; } }
  .header__v2__titre:before {
    content: '';
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #efeeec;
    left: -9999px; }
  .header__v2__titre .inner {
    position: relative; }

.fill__black {
  fill: #000; }

.fill__white {
  fill: #fff; }

.fill__gray {
  fill: #e4e5e7; }

.fill__yellow {
  fill: #ffc000; }

.fill__blue {
  fill: #5c70b9; }

@media only screen and (min-width: 768px) {
  .only__pho {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .not__pho {
    display: none !important; } }

.txt ul {
  padding-left: 1em; }
  .txt ul li {
    padding: 0px; }

.txt p {
  margin-bottom: 1.3em; }

.txts p + p {
  margin-top: 25rem; }

.line__n__circle__circle {
  width: 11rem;
  height: 11rem;
  border: 1px solid #EC6907;
  border-radius: 50%; }
  @media only screen and (max-width: 767px) {
    .line__n__circle__circle {
      width: 11px;
      height: 11px; } }

.line__n__circle__line {
  position: absolute;
  margin-left: 5rem;
  width: 1rem;
  min-width: 1px;
  background: #EC6907;
  height: 100px; }
  @media only screen and (max-width: 767px) {
    .line__n__circle__line {
      margin-left: 5px;
      width: 1px; } }

.scroll-reveal {
  opacity: 0; }
  .scroll-reveal.is-revealed {
    opacity: 1; }
    .scroll-reveal.is-revealed.reveal-fadein {
      opacity: 0; }
      .scroll-reveal.is-revealed.reveal-fadein.reveal {
        opacity: 1;
        -ms-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal-fadeup {
      opacity: 0;
      -webkit-transform: translateY(10rem);
      -moz-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
      -o-transform: translateY(10rem);
      transform: translateY(10rem); }
      .scroll-reveal.is-revealed.reveal-fadeup.reveal {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -ms-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal-fadeuplong {
      opacity: 0;
      -webkit-transform: translateY(10rem);
      -moz-transform: translateY(10rem);
      -ms-transform: translateY(10rem);
      -o-transform: translateY(10rem);
      transform: translateY(10rem); }
      .scroll-reveal.is-revealed.reveal-fadeuplong.reveal {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -ms-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal-faderight {
      opacity: 0;
      -webkit-transform: translateX(-100rem);
      -moz-transform: translateX(-100rem);
      -ms-transform: translateX(-100rem);
      -o-transform: translateX(-100rem);
      transform: translateX(-100rem); }
      .scroll-reveal.is-revealed.reveal-faderight.reveal {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -ms-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal-faderightsml {
      opacity: 0;
      -webkit-transform: translateX(-30rem);
      -moz-transform: translateX(-30rem);
      -ms-transform: translateX(-30rem);
      -o-transform: translateX(-30rem);
      transform: translateX(-30rem); }
      .scroll-reveal.is-revealed.reveal-faderightsml.reveal {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -ms-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal-fadeleft {
      opacity: 0;
      -webkit-transform: translateX(100rem);
      -moz-transform: translateX(100rem);
      -ms-transform: translateX(100rem);
      -o-transform: translateX(100rem);
      transform: translateX(100rem); }
      .scroll-reveal.is-revealed.reveal-fadeleft.reveal {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -ms-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal-fadeleftsml {
      opacity: 0;
      -webkit-transform: translateX(30rem);
      -moz-transform: translateX(30rem);
      -ms-transform: translateX(30rem);
      -o-transform: translateX(30rem);
      transform: translateX(30rem); }
      .scroll-reveal.is-revealed.reveal-fadeleftsml.reveal {
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -ms-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal-drawright {
      opacity: 0; }
      .scroll-reveal.is-revealed.reveal-drawright.reveal {
        opacity: 1;
        -ms-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .scroll-reveal.is-revealed.reveal-drawright.reveal rect {
          -ms-transition: all 1.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-transition: all 1.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 1.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition: all 1.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 1.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-transform: translateX(0%);
          -moz-transform: translateX(0%);
          -ms-transform: translateX(0%);
          -o-transform: translateX(0%);
          transform: translateX(0%); }
    .scroll-reveal.is-revealed.reveal-rect-to-right {
      opacity: 0;
      -webkit-transform: scaleX(0.5);
      -moz-transform: scaleX(0.5);
      -ms-transform: scaleX(0.5);
      -o-transform: scaleX(0.5);
      transform: scaleX(0.5);
      -webkit-transform-origin: 0px 0px;
      -moz-transform-origin: 0px 0px;
      -ms-transform-origin: 0px 0px;
      -o-transform-origin: 0px 0px;
      transform-origin: 0px 0px;
      will-change: transform; }
      .scroll-reveal.is-revealed.reveal-rect-to-right.reveal {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
        -ms-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal-css {
      opacity: 0; }
    .scroll-reveal.is-revealed.reveal.reveal-scale {
      -webkit-transform: scale(0.99);
      -moz-transform: scale(0.99);
      -ms-transform: scale(0.99);
      -o-transform: scale(0.99);
      transform: scale(0.99);
      opacity: 1;
      -ms-transition: all 1.54s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 1.54s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 1.54s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 1.54s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 1.54s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal.reveal-scale-down {
      -webkit-transform: scaleY(0.99);
      -moz-transform: scaleY(0.99);
      -ms-transform: scaleY(0.99);
      -o-transform: scaleY(0.99);
      transform: scaleY(0.99);
      opacity: 1;
      -ms-transition: all 1.54s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 1.54s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 1.54s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 1.54s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 1.54s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal.reveal-scale-to-right {
      -webkit-transform: scaleX(0.99);
      -moz-transform: scaleX(0.99);
      -ms-transform: scaleX(0.99);
      -o-transform: scaleX(0.99);
      transform: scaleX(0.99);
      opacity: 1;
      -ms-transition: all 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal-projbloc .home__villes__item__visu__mask {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%); }
    .scroll-reveal.is-revealed.reveal-projbloc:nth-child(2n) .home__villes__item__visu__mask {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
    .scroll-reveal.is-revealed.reveal-projbloc:nth-child(2n) .home__villes__item__txts__wrap {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
    .scroll-reveal.is-revealed.reveal-projbloc:nth-child(2n) .home__villes__item__txts {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1; }
    .scroll-reveal.is-revealed.reveal-projbloc .home__villes__item__txts__wrap {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%); }
    .scroll-reveal.is-revealed.reveal-projbloc .home__villes__item__txts {
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -o-transform: translateX(0%);
      transform: translateX(0%);
      opacity: 1; }
    .scroll-reveal.is-revealed.reveal-head-bg {
      opacity: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .scroll-reveal.is-revealed.reveal-head-bg.reveal {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -ms-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .scroll-reveal.is-revealed.reveal-head-bg.reveal div {
          opacity: 1;
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px);
          -ms-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -webkit-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .scroll-reveal.is-revealed.reveal-slideshow.reveal .citizers__slideshow {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -ms-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.74s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.reveal-fadein {
  -webkit-transition: opacity 0.75s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
  -moz-transition: opacity 0.75s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
  -ms-transition: opacity 0.75s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
  -o-transition: opacity 0.75s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
  transition: opacity 0.75s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s; }

.reveal-fadeup {
  opacity: 0;
  -webkit-transform: translateY(30rem);
  -moz-transform: translateY(30rem);
  -ms-transform: translateY(30rem);
  -o-transform: translateY(30rem);
  transform: translateY(30rem); }

.reveal-fadeuplong {
  opacity: 0;
  -webkit-transform: translateY(30rem);
  -moz-transform: translateY(30rem);
  -ms-transform: translateY(30rem);
  -o-transform: translateY(30rem);
  transform: translateY(30rem); }

.reveal-faderight {
  opacity: 0;
  -webkit-transform: translateX(-100rem);
  -moz-transform: translateX(-100rem);
  -ms-transform: translateX(-100rem);
  -o-transform: translateX(-100rem);
  transform: translateX(-100rem); }

.reveal-faderightsml {
  opacity: 0;
  -webkit-transform: translateX(-30rem);
  -moz-transform: translateX(-30rem);
  -ms-transform: translateX(-30rem);
  -o-transform: translateX(-30rem);
  transform: translateX(-30rem); }

.reveal-fadeleft {
  opacity: 0;
  -webkit-transform: translateX(100rem);
  -moz-transform: translateX(100rem);
  -ms-transform: translateX(100rem);
  -o-transform: translateX(100rem);
  transform: translateX(100rem); }

.reveal-fadeleftsml {
  opacity: 0;
  -webkit-transform: translateX(30rem);
  -moz-transform: translateX(30rem);
  -ms-transform: translateX(30rem);
  -o-transform: translateX(30rem);
  transform: translateX(30rem); }

.reveal-drawright {
  opacity: 0; }
  .reveal-drawright rect {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }

.reveal-rect-to-right {
  opacity: 0;
  -webkit-transform: scaleX(0.5);
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -o-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
  will-change: transform; }

.reveal-css {
  opacity: 0; }

.reveal-scale {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.reveal-scale-down {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

.reveal-scale-to-right {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.reveal-head-bg {
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .reveal-head-bg div {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%); }

.reveal-slideshow .citizers__slideshow {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  opacity: 0; }

.reveal-projbloc .home__villes__item__visu__mask {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -ms-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.reveal-projbloc .home__villes__item__txts__wrap {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.reveal-projbloc .home__villes__item__txts {
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
  transform: translateX(80%);
  -ms-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0; }

.reveal-projbloc:nth-child(2n) .home__villes__item__txts__wrap {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.reveal-projbloc:nth-child(2n) .home__villes__item__txts {
  -webkit-transform: translateX(-80%);
  -moz-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  -o-transform: translateX(-80%);
  transform: translateX(-80%); }

.cols__row {
  margin: 0px -60rem;
  display: flex;
  flex-wrap: wrap; }
  .cols__row:after {
    content: '';
    display: block;
    clear: both; }
  .cols__row &gt; [class^="col__"] {
    padding: 0px 60rem 120rem; }
  @media only screen and (max-width: 767px) {
    .cols__row {
      margin: 0px -10px; }
      .cols__row &gt; [class^="col__"] {
        padding: 0px 10px 20px; } }

.cols__row--sml-gap {
  margin: 0px -30rem; }
  .cols__row--sml-gap:after {
    content: '';
    display: block;
    clear: both; }
  .cols__row--sml-gap &gt; [class^="col__"] {
    padding: 0px 30rem 60rem; }

.cols__row--big-gap {
  margin: 0px -95rem; }
  .cols__row--big-gap:after {
    content: '';
    display: block;
    clear: both; }
  .cols__row--big-gap &gt; [class^="col__"] {
    padding: 0px 95rem 190rem; }
  @media only screen and (max-width: 767px) {
    .cols__row--big-gap {
      margin: 0px -10px; }
      .cols__row--big-gap &gt; [class^="col__"] {
        padding: 0px 10px 20px; } }

.cols__row--gap100 {
  margin: 0px -50rem; }
  .cols__row--gap100:after {
    content: '';
    display: block;
    clear: both; }
  .cols__row--gap100 &gt; [class^="col__"] {
    padding: 0px 50rem 100rem; }

.cols__row--gap24 {
  margin: 0px -12rem; }
  .cols__row--gap24:after {
    content: '';
    display: block;
    clear: both; }
  .cols__row--gap24 &gt; [class^="col__"] {
    padding: 0px 12rem 24rem; }

.cols__row--gap0 {
  margin: 0px 0px; }
  .cols__row--gap0:after {
    content: '';
    display: block;
    clear: both; }
  .cols__row--gap0 &gt; [class^="col__"] {
    padding: 0px; }

.cols__row--contact {
  margin: 0px -50rem; }
  .cols__row--contact:after {
    content: '';
    display: block;
    clear: both; }
  .cols__row--contact &gt; [class^="col__"] {
    padding: 0px 50rem 40rem; }

.cols__row--no-pb &gt; [class^="col__"] {
  padding-bottom: 0px; }

.col__50 {
  width: 50%; }

.col__25 {
  width: 25%; }

.col__16 {
  width: 16.66%; }

.col__20 {
  width: 20%; }

.col__225 {
  width: 22.5%; }

.col__275 {
  width: 27.5%; }

.col__25 {
  width: 25%; }

.col__70 {
  width: 70%; }

.col__75 {
  width: 75%; }

.col__60 {
  width: 60%; }

.col__65 {
  width: 65%; }

.col__66 {
  width: 66.66%; }

.col__30 {
  width: 30%; }

.col__35 {
  width: 35%; }

.col__40 {
  width: 40%; }

.col__45 {
  width: 45%; }

.col__55 {
  width: 55%; }

.col__33 {
  width: 33.33%; }

.col__80 {
  width: 80%; }

.col__85 {
  width: 85%; }

.col__90 {
  width: 90%; }

.col__95 {
  width: 95%; }

.col__100 {
  width: 100%; }

.col__417 {
  width: 41.7%; }

.col__583 {
  width: 58.3%; }

@media only screen and (max-width: 1365px) {
  .col__33--mddown {
    width: 33.33%; }
  .col__100--mddown {
    width: 100%; }
  .col__50--mddown {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .col__33--xs {
    width: 33.33%; }
  .col__100--xs {
    width: 100%; }
  .col__50--xs {
    width: 50%; } }

.ft__mirador {
  font-family: "Mirador-Book"; }

.ft__white {
  color: #fff; }

.ft__blue {
  color: #003457; }

.ft__orange {
  color: #EC6907; }

.ft__beige {
  color: #948568; }

.fw__semibold {
  font-family: "HurmeGeometricSans1-SemiBold"; }

.fw__bold {
  font-family: "HurmeGeometricSans1-SemiBold"; }

.txts strong, .txts b {
  font-family: "HurmeGeometricSans1-SemiBold"; }

.fz__14 {
  font-size: 14rem; }

.fz__15 {
  font-size: 15rem; }

.fz__15b {
  font-size: 15rem; }
  @media only screen and (max-width: 767px) {
    .fz__15b {
      font-size: 12rem; } }

.fz__16 {
  font-size: 16rem; }

.fz__18 {
  font-size: 18rem; }

.fz__18b {
  font-size: 18rem; }
  @media only screen and (max-width: 767px) {
    .fz__18b {
      font-size: 15rem; } }

.fz__20 {
  font-size: 20rem; }

.fz__20b {
  font-size: 20rem; }
  @media only screen and (max-width: 767px) {
    .fz__20b {
      font-size: 12rem; } }

.fz__21 {
  font-size: 21rem; }
  @media only screen and (max-width: 767px) {
    .fz__21 {
      font-size: 16rem; } }

.fz__23 {
  font-size: 23rem; }

.fz__24 {
  font-size: 24rem; }

.fz__25 {
  font-size: 25rem; }

.fz__25b {
  font-size: 25rem; }
  @media only screen and (max-width: 767px) {
    .fz__25b {
      font-size: 20rem; } }

.fz__26 {
  font-size: 26rem; }

.fz__30 {
  font-size: 30rem; }
  @media only screen and (max-width: 767px) {
    .fz__30 {
      font-size: 28rem; } }

.fz__34 {
  font-size: 34rem; }
  @media only screen and (max-width: 767px) {
    .fz__34 {
      font-size: 30rem; } }

.fz__35 {
  font-size: 35rem; }
  @media only screen and (max-width: 767px) {
    .fz__35 {
      font-size: 30rem; } }

.fz__35b {
  font-size: 35rem; }
  @media only screen and (max-width: 767px) {
    .fz__35b {
      font-size: 20rem; } }

.fz__36 {
  font-size: 36rem; }
  @media only screen and (max-width: 767px) {
    .fz__36 {
      font-size: 30rem; } }

.fz__36b {
  font-size: 36rem; }
  @media only screen and (max-width: 767px) {
    .fz__36b {
      font-size: 20rem; } }

.fz__40 {
  font-size: 40rem; }
  @media only screen and (max-width: 767px) {
    .fz__40 {
      font-size: 30rem; } }

.fz__40b {
  font-size: 40rem; }
  @media only screen and (max-width: 767px) {
    .fz__40b {
      font-size: 20rem; } }

.fz__43 {
  font-size: 43rem; }
  @media only screen and (max-width: 767px) {
    .fz__43 {
      font-size: 30rem; } }

.fz__43b {
  font-size: 43rem; }
  @media only screen and (max-width: 767px) {
    .fz__43b {
      font-size: 20rem; } }

.fz__45 {
  font-size: 45rem; }
  @media only screen and (max-width: 767px) {
    .fz__45 {
      font-size: 30rem; } }

.fz__53 {
  font-size: 53rem; }
  @media only screen and (max-width: 767px) {
    .fz__53 {
      font-size: 32rem; } }

.fz__55 {
  font-size: 55rem; }
  @media only screen and (max-width: 767px) {
    .fz__55 {
      font-size: 32rem; } }

.fz__55b {
  font-size: 55rem; }
  @media only screen and (max-width: 767px) {
    .fz__55b {
      font-size: 24rem; } }

.fz__58 {
  font-size: 58rem; }
  @media only screen and (max-width: 767px) {
    .fz__58 {
      font-size: 32rem; } }

.fz__65 {
  font-size: 65rem; }
  @media only screen and (max-width: 767px) {
    .fz__65 {
      font-size: 32rem; } }

.fz__65b {
  font-size: 65rem; }
  @media only screen and (max-width: 767px) {
    .fz__65b {
      font-size: 24rem; } }

.fz__90 {
  font-size: 90rem; }
  @media only screen and (max-width: 767px) {
    .fz__90 {
      font-size: 48rem; } }

.fz__96 {
  font-size: 96rem; }
  @media only screen and (max-width: 767px) {
    .fz__96 {
      font-size: 48rem; } }

.fz__120 {
  font-size: 120rem; }
  @media only screen and (max-width: 767px) {
    .fz__120 {
      font-size: 90rem; } }

.fz__120b {
  font-size: 120rem; }
  @media only screen and (max-width: 767px) {
    .fz__120b {
      font-size: 48rem; } }

.lh__0p85 {
  line-height: 0.85; }

.lh__0p9 {
  line-height: 0.9; }

.lh__0p95 {
  line-height: 0.95; }

.lh__1 {
  line-height: 1; }

.lh__1p15 {
  line-height: 1.15; }

.lh__1p125 {
  line-height: 1.125; }

.lh__1p16 {
  line-height: 1.16; }

.lh__1p2 {
  line-height: 1.2; }

.lh__1p21 {
  line-height: 1.21; }

.lh__1p23 {
  line-height: 1.23; }

.lh__1p25 {
  line-height: 1.25; }

.lh__1p33 {
  line-height: 1.33; }

.lh__1p45 {
  line-height: 1.45; }

.lh__1p5 {
  line-height: 1.5; }

.lh__2p4 {
  line-height: 2.4; }

.ls__3p75 {
  letter-spacing: 0.2em; }

.ls__2p5 {
  letter-spacing: 0.2em; }

.nav-icon2 {
  width: 32px;
  height: 32px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: transform 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: transform 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: transform 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: transform 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  cursor: pointer; }
  .nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #003457;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -moz-transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -ms-transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -o-transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.25s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
    @media only screen and (max-width: 767px) {
      .header--for--insc .nav-icon2 span,
      .header--for--opticien .nav-icon2 span,
      .show-white-header .nav-icon2 span,
      .z .nav-icon2 span {
        background-color: #fff; } }
    .nav-icon2 span:nth-child(even) {
      left: 50%;
      border-radius: 0 0px 0px 0; }
    .nav-icon2 span:nth-child(odd) {
      left: 0px;
      border-radius: 0px 0 0 0px; }
    .nav-icon2 span:nth-child(1), .nav-icon2 span:nth-child(2) {
      top: 0px; }
    .nav-icon2 span:nth-child(1), .nav-icon2 span:nth-child(2) {
      top: 0px; }
    .nav-icon2 span:nth-child(3), .nav-icon2 span:nth-child(4) {
      top: 12px; }
    .nav-icon2 span:nth-child(5), .nav-icon2 span:nth-child(6) {
      top: 24px; }
    .is-main-menu-open .nav-icon2 span:nth-child(1), .is-main-menu-open .nav-icon2 span:nth-child(6) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .is-main-menu-open .nav-icon2 span:nth-child(2), .is-main-menu-open .nav-icon2 span:nth-child(5) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .is-main-menu-open .nav-icon2 span:nth-child(1) {
      left: 3px;
      top: 7px; }
    .is-main-menu-open .nav-icon2 span:nth-child(2) {
      left: calc(50% - 2px);
      top: 7px; }
    .is-main-menu-open .nav-icon2 span:nth-child(3) {
      left: -50%;
      opacity: 0; }
    .is-main-menu-open .nav-icon2 span:nth-child(4) {
      left: 100%;
      opacity: 0; }
    .is-main-menu-open .nav-icon2 span:nth-child(5) {
      left: 3px;
      top: 18px; }
    .is-main-menu-open .nav-icon2 span:nth-child(6) {
      left: calc(50% - 2px);
      top: 18px; }

@media only screen and (min-width: 768px) {
  .header {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    bottom: auto;
    z-index: 10; } }

.header__inner {
  opacity: 0; }

.header__bloca {
  background: #003457;
  padding-top: 10rem;
  padding-bottom: 10rem; }
  @media only screen and (max-width: 767px) {
    .header__bloca {
      padding-top: 15px;
      padding-bottom: 15px; } }

.header__bloca__inner {
  display: flex;
  justify-content: flex-end;
  padding-right: 60rem;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .header__bloca__inner {
      justify-content: space-between;
      padding-right: 0px; } }

.header__resos__title {
  padding-top: 2rem;
  letter-spacing: 0.5ch; }

.header__resos {
  display: flex;
  align-items: center;
  padding-right: 135rem; }

.header__resos__items {
  display: flex; }
  @media only screen and (min-width: 768px) {
    .header__resos__items {
      padding-left: 10rem; } }
  .header__resos__items .bloc__socs__link {
    display: block;
    width: 20rem;
    margin: 0px 5rem;
    line-height: 1;
    font-size: 0px; }
    @media only screen and (max-width: 767px) {
      .header__resos__items .bloc__socs__link {
        width: 24px;
        margin: 0px 10px 0px 0px; } }
  .header__resos__items .bloc__socs__svg {
    fill: #fff; }

.header__language__list ul {
  display: flex;
  text-transform: uppercase; }
  .header__language__list ul li.sep {
    opacity: 0.5;
    margin: 0px 4rem; }
  .header__language__list ul li a {
    opacity: 0.5;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
    .is-desktop .header__language__list ul li a:hover {
      opacity: 1; }

@media only screen and (min-width: 768px) {
  .header__blocb {
    background: #f7f7f7;
    box-shadow: 0px 2rem 6rem rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative; } }

@media only screen and (min-width: 768px) {
  .header__blocb__inner {
    padding-top: 30rem;
    padding-bottom: 15rem;
    display: flex;
    justify-content: space-between; } }

@media only screen and (min-width: 768px) {
  .header__blocb__inner {
    padding-left: 75rem; } }

@media only screen and (max-width: 767px) {
  .header__logo__n__toggle {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #f7f7f7;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 25;
    padding: 20px 15px;
    align-items: center; } }

.header__logo__link {
  display: block;
  width: 190rem;
  line-height: 1;
  font-size: 0px; }
  @media only screen and (max-width: 767px) {
    .header__logo__link {
      width: 140px; } }

@media only screen and (max-width: 767px) {
  .main__menu {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    z-index: 20;
    top: 0px;
    padding-top: 90px;
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
    -ms-transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
    .is-main-menu-open .main__menu {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); } }

.header__menu__ul__a {
  text-transform: uppercase;
  letter-spacing: 0.25ch; }
  @media only screen and (max-width: 767px) {
    .header__menu__ul__a {
      padding-top: 15px;
      text-align: center;
      font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .header__menu__ul__a {
      display: flex;
      padding-right: 240rem; }
      .header__menu__ul__a &gt; .menu__item__li {
        padding-right: 40rem; } }

.menu__item__li--main.is-active .sub__menu__wrap__wrap {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 6; }
  .menu__item__li--main.is-active .sub__menu__wrap__wrap {
    -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75); }

.menu__item {
  display: block;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .menu__item {
      padding: 15px; } }

.sub__menu__wrap__wrap {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-20rem);
  -moz-transform: translateY(-20rem);
  -ms-transform: translateY(-20rem);
  -o-transform: translateY(-20rem);
  transform: translateY(-20rem);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  left: 0px;
  right: 0px;
  padding-top: 45rem;
  z-index: 5;
  -ms-transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75); }
  .sub__menu__wrap__wrap {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

.sub__menu__wrap {
  padding-bottom: 10rem;
  padding-top: 10rem; }
  .sub__menu__wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    bottom: auto;
    height: 10rem;
    background: #f7f7f7;
    margin-top: 45rem; }

.sub__menu__wrapb {
  padding-top: 50rem;
  padding-bottom: 30rem; }

.sub__menu {
  display: flex;
  align-items: flex-start; }

@media only screen and (min-width: 768px) {
  .sub__menu__left {
    padding-left: 140rem;
    width: 690rem; } }

.sub__menu__arrow {
  padding-right: 65rem;
  padding-left: 40rem;
  padding-top: 20rem; }

.sub__menu__arrow__svg {
  width: 45rem; }

.sub__menu__items {
  flex-grow: 400;
  display: flex;
  padding-top: 20rem; }

.sub__menu__item {
  flex-grow: 1; }

.subsub__menu__item .menu__item {
  opacity: 0.65;
  padding-top: 10rem; }

.footer {
  position: relative;
  background: #EC6907; }

@media only screen and (min-width: 768px) {
  .footer__content {
    display: flex;
    padding: 70rem 145rem; } }

@media only screen and (max-width: 767px) {
  .footer__content {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center; } }

@media only screen and (min-width: 768px) {
  .footer__copy__wrap {
    width: 410rem; } }

.footer__rgpd__n__menu {
  letter-spacing: 0.1ch; }

@media only screen and (max-width: 767px) {
  .footer__rgpd {
    padding-top: 20rem;
    padding-bottom: 20rem; } }

@media only screen and (min-width: 768px) {
  .footer__menu__ul {
    display: flex; } }

@media only screen and (max-width: 767px) {
  .footer__menu__sep {
    display: none; } }

@media only screen and (min-width: 768px) {
  .footer__menu__sep {
    margin: 0px 6rem; } }

/*@import '//fonts.googleapis.com/css?family=Open+Sans:400,600';*/
.edd-root,
.edd-root *,
.edd-root *::before,
.edd-root *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.edd-root {
  display: inline-block;
  position: relative;
  width: 180px;
  user-select: none;
  font-size: 16px;
  color: #333; }

.edd-root-disabled {
  color: #ccc;
  cursor: not-allowed; }

.edd-head {
  position: relative;
  overflow: hidden;
  transition: box-shadow 200ms, border-color 150ms;
  background: white; }

.edd-head,
.edd-body {
  border-radius: 4px; }

.edd-root-focused .edd-head {
  box-shadow: 0 0 5px rgba(105, 215, 255, 0.4); }

.edd-root-invalid .edd-head {
  box-shadow: 0 0 5px rgba(255, 105, 105, 0.671); }

.edd-value {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 8px 8px; }

.edd-arrow {
  position: absolute;
  width: 18px;
  height: 10px;
  top: calc(50% - 5px);
  right: calc(24px - 9px);
  transition: transform 150ms;
  pointer-events: none; }

.edd-arrow::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  top: -5px;
  right: 0;
  transform: rotate(45deg);
  transform-origin: 50% 25%; }

.edd-root-open .edd-arrow {
  transform: rotate(180deg); }

.edd-value,
.edd-option,
.edd-group-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.edd-root:not(.edd-root-disabled) .edd-value,
.edd-option {
  cursor: pointer; }

.edd-select {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: -100%;
  top: 0; }

.edd-root-native .edd-select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.edd-body {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #eee;
  pointer-events: none;
  overflow: hidden;
  margin: 8px 0;
  z-index: 999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
  background: white; }

.edd-root-open .edd-body {
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
  transition: opacity 200ms, transform 100ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.edd-root-open-above .edd-body {
  bottom: 100%; }

.edd-root-open-below .edd-body {
  top: 100%; }

.edd-items-list {
  overflow: auto;
  max-height: 0;
  transition: max-height 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-overflow-scrolling: touch; }

.edd-group-label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 12px 8px 4px;
  color: #999; }

.edd-group-has-label {
  border-bottom: 1px solid #eee; }

.edd-option {
  padding: 4px 8px; }

.edd-group-has-label .edd-option {
  padding-left: 20px; }

.edd-option-selected {
  font-weight: bold; }

.edd-option-focused:not(.edd-option-disabled) {
  color: #4ac5f1; }

.edd-option-disabled,
.edd-group-disabled .edd-option {
  cursor: default;
  color: #ccc; }

.edd-gradient-top,
.edd-gradient-bottom {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  height: 32px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 40%, white 60%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  background-size: 100% 200%;
  pointer-events: none;
  transition: opacity 100ms;
  opacity: 0; }

.edd-gradient-top {
  background-position: bottom;
  top: 0; }

.edd-gradient-bottom {
  background-position: top;
  bottom: 0; }

.edd-body-scrollable .edd-gradient-top,
.edd-body-scrollable .edd-gradient-bottom {
  opacity: 1; }

.edd-body-scrollable.edd-body-at-top .edd-gradient-top,
.edd-body-scrollable.edd-body-at-bottom .edd-gradient-bottom {
  opacity: 0; }

img {
  display: block;
  width: 100%; }

.stlogo0 {
  fill: #fff; }

.cursor {
  position: fixed;
  z-index: 99999999;
  pointer-events: none; }
  .cursor:before {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: var(--rouge);
    left: -7px;
    top: -7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    opacity: 0; }
  .cursor.is-active:before {
    opacity: 1; }
    .is-main-menu-open .cursor.is-active:before {
      background: #fff; }

#progbar__wrap {
  position: fixed;
  left: 0px;
  right: 0px;
  height: 2px;
  bgo: #003457;
  z-index: 9999999999;
  top: 0px; }

#progbar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 2px;
  background: #fff;
  width: 0px;
  background: #003457;
  background: #f4f0ee;
  background: var(--rouge);
  background: #EC6907; }
  @media only screen and (max-width: 767px) {
    #progbar {
      -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
      -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
      -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; } }

.site__loader__wrap {
  position: fixed;
  z-index: 500;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #003457;
  display: flex;
  justify-content: center;
  align-items: center; }

.site__loader {
  width: 80%;
  max-width: 400px; }

.loader__rect {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  fill: #003457; }

.loader__rect {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  fill: #003457; }

.page__inner {
  padding-top: 140rem; }
  @media only screen and (max-width: 767px) {
    .page__inner {
      padding-top: 80px; } }

.home__slideshow__item__visu {
  background: none no-repeat 50% 50%;
  background-size: cover;
  padding-top: 51%; }

.slide__dots__home {
  bottom: 18rem; }
  .slide__dots__home li {
    width: 32px;
    height: 32px;
    margin: 0px 5px; }
    .slide__dots__home li button {
      width: 32px;
      height: 32px;
      border-radius: 50%; }
      .slide__dots__home li button:before {
        position: absolute;
        width: 14px;
        height: 14px;
        top: 3px;
        left: 3px;
        border: 5px #CECED0 solid;
        background: #fff;
        border-radius: 50%;
        content: '';
        display: block;
        opacity: 1 !important; }
      .slide__dots__home li button:after {
        position: absolute;
        width: 24px;
        height: 24px;
        top: 0px;
        left: 0px;
        border: 3px #fff solid;
        border-radius: 50%;
        content: '';
        display: block;
        opacity: 0;
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
        -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
        -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
        -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
    .slide__dots__home li.slick-active button:after {
      opacity: 1; }
    .slide__dots__home li:hover button:after {
      opacity: 1; }

.home__grid__items {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .home__grid__items {
      padding-top: 30px; } }
  @media only screen and (min-width: 768px) {
    .home__grid__items:before {
      content: '';
      display: block;
      padding-top: 59.89%; } }

@media only screen and (min-width: 768px) {
  .home__grid__visu {
    position: absolute; }
    .home__grid__item--0 .home__grid__visu {
      left: 21.98%;
      top: 12.26%;
      width: 34.64%;
      height: 40.35%; }
    .home__grid__item--1 .home__grid__visu {
      left: 57.66%;
      top: 29.7%;
      width: 20.32%;
      height: 23.04%; }
    .home__grid__item--2 .home__grid__visu {
      left: 22.03%;
      top: 54.7%;
      width: 20.21%;
      height: 21.91%; }
    .home__grid__item--3 .home__grid__visu {
      left: 43.44%;
      top: 54.7%;
      width: 20.26%;
      height: 28.26%; }
    .home__grid__item--4 .home__grid__visu {
      left: 64.84%;
      top: 54.7%;
      width: 13.18%;
      height: 19.48%; } }

@media only screen and (min-width: 768px) {
  .home__grid__txts {
    position: absolute; }
    .home__grid__item--0 .home__grid__txts {
      left: 57.71%;
      top: 12.26%;
      width: 20.21%;
      height: 13.22%; }
    .home__grid__item--1 .home__grid__txts {
      left: 79.01%;
      top: 44.81%;
      width: 16.82%;
      height: 10.7%; }
    .home__grid__item--2 .home__grid__txts {
      left: 7.71%;
      top: 66.96%;
      width: 13.23%;
      height: 11.57%;
      text-align: right; }
    .home__grid__item--3 .home__grid__txts {
      left: 43.44%;
      top: 84.7%;
      width: 16.82%;
      height: 7.04%; }
    .home__grid__item--4 .home__grid__txts {
      left: 64.79%;
      top: 76.09%;
      width: 16.67%;
      height: 10.09%; } }

.home__grid__title {
  display: flex;
  width: 255rem;
  border: 1px solid #EC6907;
  justify-content: space-between;
  padding: 2rem 10rem 0rem 12rem;
  align-items: center;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
  .is-desktop .home__grid__title:hover {
    background: #EC6907;
    color: #fff !important; }
    .is-desktop .home__grid__title:hover .home__grid__title__txt {
      color: #fff !important; }
    .is-desktop .home__grid__title:hover path {
      fill: #fff; }
  .home__grid__title svg {
    width: 24rem; }
  .home__grid__title path {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
  @media only screen and (max-width: 767px) {
    .home__grid__title {
      margin-top: 15px; } }

.home__grid__title__txt {
  letter-spacing: 0.3ch;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; }

.home__grid__txt {
  line-height: 1.3;
  letter-spacing: 0.1ch;
  padding-top: 15rem; }
  @media only screen and (max-width: 767px) {
    .home__grid__txt {
      padding-bottom: 30px; } }

@media only screen and (min-width: 768px) {
  .home__quote__inner {
    padding-right: 480rem;
    text-align: right;
    padding-top: 160rem;
    padding-bottom: 100rem; } }

@media only screen and (max-width: 767px) {
  .home__quote__inner {
    padding: 60px; } }

.home__quote__quote {
  line-height: 1;
  display: inline-block;
  position: relative;
  line-height: 1.4; }

.home__quote__start {
  position: absolute;
  left: -70rem;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .home__quote__start {
      left: -50rem; } }

.home__quote__end {
  position: absolute;
  right: -70rem;
  margin-top: -45rem;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .home__quote__end {
      right: -50rem; } }

.home__quote__txts {
  padding-top: 75rem;
  line-height: 1.3;
  letter-spacing: 0.3ch; }

.home__insta, .home__linkedin {
  padding-top: 80rem; }
  @media only screen and (min-width: 768px) {
    .home__insta, .home__linkedin {
      padding-left: 420rem;
      padding-right: 420rem; } }

.home__insta__title, .home__linkedin__title {
  letter-spacing: 0.3ch;
  padding-bottom: 20rem; }

.home__resos__slide {
  margin: 0px -10rem;
  position: relative; }

.home__insta__visu {
  padding: 10rem; }

@media only screen and (min-width: 768px) {
  .home__resos__arrows {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    left: -40rem;
    right: -40rem;
    pointer-events: none; } }

.home__resos__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .home__resos__arrows {
      justify-content: center; } }

.home__resos__arrows .home__resos__arrow__wrap {
  pointer-events: all;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .home__linkedin .home__resos__arrows .home__resos__arrow__wrap {
      margin-top: 30rem; } }
  @media only screen and (max-width: 767px) {
    .home__resos__arrows .home__resos__arrow__wrap {
      margin: 0px 10rem;
      padding-top: 20rem; } }

.home__resos__arrows .home__resos__arrow {
  width: 30rem;
  background: #DDCEC1;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
  .is-desktop .home__resos__arrows .home__resos__arrow:hover {
    background: #EC6907; }
  @media only screen and (max-width: 767px) {
    .home__resos__arrows .home__resos__arrow {
      width: 50rem; } }

.home__resos__arrows .home__resos__arrow__right svg {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }

.home__linkedin {
  padding-bottom: 70rem; }

.home__linkedin__txt {
  line-height: 1.2;
  padding-bottom: 12rem; }
  .home__linkedin__txt a {
    font-family: "HurmeGeometricSans1-SemiBold";
    text-decoration: underline; }

.home__linkedin__item {
  padding: 10rem; }

.home__linkedin__more {
  text-align: center;
  margin-top: -15rem; }

.home__linkedin__link {
  display: inline-block;
  background: #fff;
  padding: 10rem 15rem 8rem;
  line-height: 1; }

.page__head__inner {
  padding-bottom: 445rem; }
  @media only screen and (max-width: 767px) {
    .page__head__inner {
      padding-bottom: 200rem; } }

.page__head__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: none no-repeat 50% 50%;
  background-size: cover; }

.page__head__bloc {
  position: relative;
  margin-left: 280rem;
  width: 545rem;
  text-align: center;
  padding-top: 70rem;
  padding-bottom: 30rem; }
  .page__inner--436 .page__head__bloc {
    display: inline-block;
    min-width: 545rem;
    width: auto; }
  @media only screen and (max-width: 767px) {
    .page__head__bloc {
      margin: 0px 40rem;
      width: auto; }
      .page__inner--436 .page__head__bloc {
        display: inline-block;
        min-width: 0px;
        width: auto; } }

.page__head__bloc__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.page__head__bloc__txts {
  position: relative;
  padding-left: 60rem;
  padding-right: 60rem; }
  .page__head__bloc__txts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  @media only screen and (max-width: 767px) {
    .page__head__bloc__txts {
      padding-left: 20rem;
      padding-right: 20rem; } }

.page__head__line {
  width: 100rem;
  height: 3px;
  background: #003457; }

.page__head__title {
  padding-top: 80rem;
  padding-bottom: 50rem; }

.page__head__title__inner {
  line-height: 0.9;
  text-transform: uppercase; }

.page__head__subtitle {
  padding-top: 45rem;
  letter-spacing: 0.3ch; }

@media only screen and (max-width: 767px) {
  .group__credo__item__wrap__wrap + .group__credo__item__wrap__wrap {
    margin-top: 30px; } }

.group__credo__inner {
  padding-top: 120rem;
  padding-bottom: 160rem; }
  @media only screen and (max-width: 767px) {
    .group__credo__inner {
      padding-top: 60rem;
      padding-bottom: 80rem; } }

.group__credo__title {
  padding-bottom: 70rem; }
  @media only screen and (min-width: 768px) {
    .group__credo__title {
      padding-left: 540rem; } }
  @media only screen and (max-width: 767px) {
    .group__credo__title {
      text-align: center; } }

.group__credo__subtitle {
  text-align: center;
  padding-bottom: 70rem; }
  @media only screen and (min-width: 768px) {
    .group__credo__subtitle {
      padding-left: 295rem;
      padding-right: 295rem; } }

@media only screen and (min-width: 768px) {
  .group__credo__items {
    padding-left: 440rem;
    padding-right: 440rem; } }

@media only screen and (min-width: 768px) {
  .group__credo__item__wrap {
    padding-top: 110rem; } }

.group__credo__item {
  position: relative;
  border: 1px solid #003457;
  padding-top: 65rem;
  padding-bottom: 100rem; }
  @media only screen and (min-width: 768px) {
    .group__credo__item {
      padding-left: 130rem;
      padding-right: 180rem; } }
  @media only screen and (max-width: 767px) {
    .group__credo__item {
      padding: 30px; } }

.group__credo__item__nb {
  line-height: 1;
  top: -55rem; }
  @media only screen and (min-width: 768px) {
    .group__credo__item__nb {
      position: absolute; } }
  @media only screen and (max-width: 767px) {
    .group__credo__item__nb {
      margin-top: -60px; } }

.group__histoire__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: none no-repeat 50% 50%;
  background-size: cover; }

@media only screen and (min-width: 768px) {
  .group__histoire__txts {
    text-align: right;
    padding-right: 140rem; } }

@media only screen and (max-width: 767px) {
  .group__histoire__txts {
    text-align: center; } }

.group__histoire__txts {
  padding-top: 140rem; }

.group__histoire__title {
  line-height: 1;
  padding-bottom: 70rem; }

.group__histoire__txt {
  line-height: 1.3;
  padding-bottom: 140rem; }

.group__implantations__inner {
  padding-top: 190rem;
  padding-bottom: 170rem; }
  @media only screen and (max-width: 767px) {
    .group__implantations__inner {
      padding-top: 90rem;
      padding-bottom: 80rem; } }

@media only screen and (min-width: 768px) {
  .group__implantations__txts {
    padding-left: 145rem;
    padding-right: 100rem; } }

.codic__title__line {
  background: #EC6907;
  width: 255rem;
  height: 2px;
  margin-bottom: 10rem; }

.group__implantations__title {
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 45rem; }

@media only screen and (min-width: 768px) {
  .group__implantations__map__wrap {
    padding-left: 20rem;
    padding-right: 120rem; } }

@media only screen and (max-width: 767px) {
  .group__implantations__map__wrap {
    padding-top: 20px;
    padding-bottom: 20px; } }

.group__implantations__map {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .group__implantations__map svg {
      display: none; } }
  .group__implantations__map .europebghover {
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
    .group__implantations__map .europebghover.is-active {
      fill: #EC6907; }

@media only screen and (max-width: 767px) {
  .group__implantations__map__popup {
    width: auto !important; }
    .group__implantations__map__popup + .group__implantations__map__popup {
      margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .group__implantations__map__popup {
    position: absolute;
    text-align: right;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    opacity: 0;
    pointer-events: none; }
    .group__implantations__map__popup.roumanie, .group__implantations__map__popup.benelux {
      text-align: left;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); }
      .group__implantations__map__popup.roumanie.is-active, .group__implantations__map__popup.benelux.is-active {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1; }
    .group__implantations__map__popup.is-active {
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; } }

.group__implantations__cta__wrap {
  position: relative;
  margin-top: 130rem;
  text-align: right;
  padding-right: 140rem; }

.group__implantations__cta {
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer; }

.group__implantations__cta__txts {
  display: flex;
  width: 390rem;
  padding-bottom: 12rem; }
  .group__implantations__cta__txts {
    justify-content: space-between;
    align-items: center; }

.group__implantations__cta__txt {
  letter-spacing: 0.3ch; }

.group__implantations__cta__arrow {
  width: 35rem; }

.group__implantations__cta__line {
  background: #EC6907;
  height: 2px; }

@media only screen and (min-width: 768px) {
  .group__quote__inner {
    display: flex; } }

@media only screen and (max-width: 767px) {
  .group__quote__inner {
    padding-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .group__quote__txts__wrap {
    width: 42%; } }

@media only screen and (min-width: 768px) {
  .group__quote__visu {
    width: 58%; } }

.group__quote__txts__wrap {
  text-align: right; }
  @media only screen and (min-width: 768px) {
    .group__quote__txts__wrap {
      padding-right: 160rem; } }
  @media only screen and (max-width: 767px) {
    .group__quote__txts__wrap {
      padding: 60px; } }

.group__quote__quote {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .group__quote__quote {
      line-height: 1;
      display: inline-block;
      width: 490rem;
      padding-top: 200rem;
      padding-bottom: 80rem; } }

.group__quote__start {
  position: absolute;
  left: -70rem; }
  @media only screen and (max-width: 767px) {
    .group__quote__start {
      left: -50rem; } }

.group__quote__txt {
  line-height: 1.45; }

.group__quote__end {
  position: absolute;
  right: -70rem;
  margin-top: -45rem; }
  @media only screen and (max-width: 767px) {
    .group__quote__end {
      left: 50rem; } }

.group__quote__txts {
  line-height: 1.66;
  letter-spacing: 0.3ch;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .group__quote__txts {
      margin-top: 15px; } }

.group__structure {
  padding-top: 110rem;
  padding-bottom: 50rem;
  position: relative; }

.group__structure__title {
  padding-bottom: 30rem; }
  @media only screen and (min-width: 768px) {
    .group__structure__title {
      padding-left: 145rem; } }

@media only screen and (min-width: 768px) {
  .group__structure__visu {
    padding-left: 280rem;
    padding-right: 280rem; } }

.group__structure__subtitle {
  text-align: center;
  padding-top: 30rem;
  padding-bottom: 10rem;
  text-transform: uppercase; }

.group__structure__legendes__items {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .group__structure__legendes__items {
      padding-left: 400rem;
      padding-right: 400rem; } }

.group__structure__legendes__item {
  display: inline-block; }
  .group__structure__legendes__item &gt; div {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1; }

.group__structure__legendes__nb {
  background: #8eb1c9;
  width: 24rem;
  text-align: center;
  line-height: 1;
  padding-top: 4rem;
  padding-bottom: 2rem; }

.group__conseil__inner {
  padding-top: 100rem; }
  @media only screen and (min-width: 768px) {
    .group__conseil__inner {
      padding-left: 280rem; } }

.group__conseil__txts {
  margin-top: 70rem; }
  @media only screen and (min-width: 768px) {
    .group__conseil__txts {
      margin-left: 140rem;
      margin-right: 140rem; } }

.group__conseil__item {
  padding-bottom: 50rem;
  padding-right: 60rem; }

.group__conseil__poste {
  text-transform: uppercase;
  letter-spacing: 0.2ch; }

.group__conseil__visus__inner {
  display: flex; }

@media only screen and (min-width: 768px) {
  .group__quote__visu1 {
    margin-left: 295rem;
    width: 345rem; } }

@media only screen and (min-width: 768px) {
  .group__quote__visu2 {
    margin-left: 30rem;
    width: 970rem; } }

@media only screen and (max-width: 767px) {
  .group__structuregroupe__inner {
    padding-bottom: 30px; } }

.group__structuregroupe {
  padding-top: 85rem; }

.codic__smltitle__wrap {
  text-transform: uppercase;
  padding-bottom: 50rem; }
  @media only screen and (min-width: 768px) {
    .codic__smltitle__wrap {
      padding-left: 280rem; } }

@media only screen and (min-width: 768px) {
  .group__structuregroupe_visu {
    padding-left: 140rem;
    padding-right: 140rem;
    padding-bottom: 80rem; } }

.group__distinctions {
  padding-top: 90rem;
  padding-bottom: 210rem; }
  @media only screen and (max-width: 767px) {
    .group__distinctions {
      padding-bottom: 110rem; } }

@media only screen and (min-width: 768px) {
  .group__distinctions__items__wrap__wrap {
    overflow: hidden;
    height: 900rem;
    margin-left: 370rem;
    margin-right: 320rem;
    width: auto; } }

.group__distinctions__item + .group__distinctions__item {
  margin-top: 40rem; }

@media only screen and (min-width: 768px) {
  .group__distinctions__item {
    margin-left: 50rem;
    display: flex;
    align-items: center; } }

@media only screen and (max-width: 767px) {
  .group__distinctions__item__year {
    padding-top: 15px; } }

@media only screen and (min-width: 768px) {
  .group__distinctions__visu {
    width: 670rem; } }

@media only screen and (min-width: 768px) {
  .group__distinctions__item__txts {
    width: 510rem;
    padding-left: 20rem;
    padding-right: 20rem; } }

.group__finance__inner {
  padding-top: 110rem; }

.group__finance__title {
  text-transform: uppercase;
  padding-bottom: 100rem; }
  @media only screen and (min-width: 768px) {
    .group__finance__title {
      padding-left: 140rem; } }

.group__finance__txt {
  background: #EC6907;
  padding: 110rem 50rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3ch;
  line-height: 1.8; }
  @media only screen and (min-width: 768px) {
    .group__finance__txt {
      position: absolute;
      left: 1245rem;
      top: 0px;
      width: 390rem; } }

@media only screen and (max-width: 767px) {
  .group__resultats {
    margin-top: 50rem;
    padding-top: 30px;
    padding-bottom: 30px; } }

.group__resultats__inner {
  padding-bottom: 120rem; }
  @media only screen and (min-width: 768px) {
    .group__resultats__inner {
      display: flex; } }

.group__resultats__title {
  text-transform: uppercase; }

@media only screen and (min-width: 768px) {
  .group__resultats__txts {
    padding-left: 140rem;
    padding-top: 45rem;
    width: 700rem; } }

@media only screen and (min-width: 768px) {
  .group__resultats__legende {
    width: 390rem;
    padding-top: 120rem; } }

@media only screen and (max-width: 767px) {
  .group__resultats__legende {
    margin-top: 15px; } }

@media only screen and (min-width: 768px) {
  .group__resultats__visu {
    width: 1220rem;
    padding-top: 60rem;
    padding-right: 110rem; } }

@media only screen and (max-width: 767px) {
  .group__resultats__visu {
    margin-top: 15px; } }

@media only screen and (min-width: 768px) {
  .group__fonds {
    margin-top: -80rem; } }

@media only screen and (min-width: 768px) {
  .group__fonds__inner {
    display: flex; } }

@media only screen and (min-width: 768px) {
  .group__fonds__txts {
    width: 1220rem; } }

@media only screen and (max-width: 767px) {
  .group__fonds__txts {
    margin-top: 50rem;
    padding: 15px; } }

@media only screen and (min-width: 768px) {
  .group__fonds__docs__items {
    width: 700rem; } }

@media only screen and (max-width: 767px) {
  .group__fonds__docs__items {
    padding-top: 50rem;
    padding-bottom: 50rem; } }

.group__fonds__txts {
  padding-top: 80rem; }
  @media only screen and (min-width: 768px) {
    .group__fonds__txts {
      padding-left: 140rem; } }

.group__fonds__visu {
  padding-top: 90rem;
  padding-bottom: 90rem; }
  @media only screen and (min-width: 768px) {
    .group__fonds__visu {
      width: 1050rem; } }

.group__fonds__docs__items {
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .group__fonds__docs__items {
      padding-left: 160rem;
      padding-top: 75rem; }
      .group__fonds__docs__items {
        display: flex;
        flex-direction: column;
        justify-content: center; } }

.group__fonds__docs__item + .group__fonds__docs__item {
  margin-top: 80rem; }
  @media only screen and (max-width: 767px) {
    .group__fonds__docs__item + .group__fonds__docs__item {
      margin-top: 40rem; } }

.group__fonds__docs__title {
  position: relative;
  cursor: pointer; }
  .group__fonds__docs__title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media only screen and (min-width: 768px) {
    .group__fonds__docs__title {
      margin-right: 140rem; } }
  .group__fonds__docs__title:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2px;
    background: #EC6907; }

.group__fonds__docs__title__txt {
  letter-spacing: 0.3ch; }

.group__fonds__docs__title__arrow {
  width: 32rem; }

.group__fonds__docs__list {
  padding-top: 20rem;
  display: none; }

.group__fonds__docs__list__item {
  padding-bottom: 5rem; }

@media only screen and (min-width: 768px) {
  .home__quote--groupe2 .home__quote__quote {
    width: 980rem; } }

@media only screen and (min-width: 768px) {
  .home__quote--groupe2 .home__quote__txts {
    padding-left: 480rem;
    text-align: center; } }

.valeurs__innovations__inner {
  padding-top: 120rem; }

.valeurs__innovations__title {
  text-align: center;
  padding-bottom: 60rem; }

.valeurs__innovations__cols {
  display: flex;
  padding-left: 140rem;
  padding-right: 140rem; }

.valeurs__innovations__left {
  width: 670rem; }

@media only screen and (max-width: 767px) {
  .valeurs__innovations__item__txts {
    margin: 15px 0px 45px; } }

@media only screen and (max-width: 767px) {
  .valeurs__innovations__item__accroche {
    margin: 15px 0px; } }

.valeurs__innovations__item__visu--0 {
  width: 530rem; }

.valeurs__innovations__item__txts {
  position: relative;
  border: 1px solid #EC6907;
  padding: 65rem 25rem;
  text-align: center;
  background: #fff;
  line-height: 1.75; }

.valeurs__innovations__item__txts--0 {
  width: 390rem;
  margin-left: auto;
  margin-right: 0px;
  margin-top: -145rem; }

.valeurs__innovations__item__nb {
  position: absolute;
  top: -45rem;
  left: 40rem;
  line-height: 1; }
  .valeurs__innovations__item__nb.valeurs__innovations__item__nb--0 {
    left: auto;
    right: 30rem; }

.valeurs__innovations__item__title {
  text-transform: uppercase;
  letter-spacing: 0.15ch; }

.valeurs__innovations__left__last {
  margin-top: 20rem; }

@media only screen and (min-width: 768px) {
  .valeurs__innovations__item__visu--2 {
    width: 530rem;
    margin-left: auto;
    margin-right: 0px; } }

.valeurs__innovations__item__accroche {
  padding: 40rem 30rem;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .valeurs__innovations__item__accroche {
      width: 390rem; } }

.valeurs__innovations__item__accroche--2 {
  position: absolute;
  left: 0px;
  top: 0px; }

.valeurs__innovations__right {
  width: 970rem;
  position: relative; }

.valeurs__innovations__item__accroche--0 {
  margin-left: 160rem; }

.valeurs__innovations__right__other {
  position: absolute;
  right: 0px; }

.valeurs__innovations__item__visu--1 {
  width: 530rem;
  margin-left: auto;
  margin-right: 0px;
  margin-top: -90rem; }

.valeurs__innovations__item__accroche--1 {
  margin-top: 20rem;
  margin-left: auto; }

.valeurs__innovations__item__txts--1 {
  margin-top: 110rem;
  margin-left: 40rem;
  width: 515rem; }

.valeurs__innovations__item__txts--2 {
  margin-top: 85rem;
  margin-left: 20rem;
  width: 530rem; }

.valeurs__art {
  margin-top: 160rem; }

.valeurs__art__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: none no-repeat 50% 50%;
  background-size: cover; }

.valeurs__art__txts {
  text-transform: uppercase;
  padding-bottom: 580rem; }
  @media only screen and (min-width: 768px) {
    .valeurs__art__txts {
      text-align: right;
      padding-right: 140rem; } }
  @media only screen and (max-width: 767px) {
    .valeurs__art__txts {
      text-align: center;
      padding-bottom: 200rem; } }

.valeurs__art__title {
  padding-top: 40rem;
  padding-bottom: 40rem; }

.valeurs__art2 {
  padding-bottom: 120rem; }
  @media only screen and (max-width: 767px) {
    .valeurs__art2 {
      padding-bottom: 40rem; } }

.valeurs__smlbloc {
  padding: 60rem 80rem; }
  @media only screen and (min-width: 768px) {
    .valeurs__smlbloc {
      width: 530rem; } }
  @media only screen and (max-width: 767px) {
    .valeurs__smlbloc {
      padding: 30rem 40rem; } }

@media only screen and (max-width: 767px) {
  .valeurs__harmoniser {
    padding-top: 15px; } }

@media only screen and (min-width: 768px) {
  .valeurs__harmoniser__txts {
    margin-left: auto;
    margin-right: 140rem;
    margin-top: -145rem; } }

.valeurs__smlbloc__txt {
  line-height: 1.66;
  padding-top: 30rem; }

.valeurs__harmoniser__cat__wrap {
  display: inline-block;
  margin-top: 65rem; }

.valeurs__harmoniser__cta {
  display: flex;
  align-items: center;
  border: 1px solid #EC6907;
  padding: 5rem 10rem;
  padding-bottom: 3rem;
  cursor: pointer; }

.valeurs__harmoniser__cta__arrow {
  width: 24rem;
  margin-left: 30rem; }

.valeurs__harmoniser__visu {
  margin-top: 20rem; }
  @media only screen and (max-width: 767px) {
    .valeurs__harmoniser__visu {
      margin-top: 15px; } }
  @media only screen and (min-width: 768px) {
    .valeurs__harmoniser__visu {
      margin-left: auto;
      margin-right: 415rem;
      width: 535rem; } }

.valeurs__grandir__txts {
  margin-top: 20rem; }
  @media only screen and (max-width: 767px) {
    .valeurs__grandir__txts {
      margin-top: 15px; } }
  @media only screen and (min-width: 768px) {
    .valeurs__grandir__txts {
      margin-left: auto;
      margin-right: 140rem; } }

@media only screen and (max-width: 767px) {
  .valeurs__grandir__visu {
    margin-top: 15px; } }

@media only screen and (min-width: 768px) {
  .valeurs__grandir__visu {
    position: absolute;
    width: 535rem;
    right: 690rem;
    top: 0rem; } }

@media only screen and (min-width: 768px) {
  .valeurs__preserver {
    position: absolute;
    left: 140rem;
    top: -580rem; } }

@media only screen and (max-width: 767px) {
  .valeurs__preserver__visu {
    margin-top: 15px; } }

@media only screen and (min-width: 768px) {
  .valeurs__preserver__visu {
    width: 670rem; } }

.valeurs__preserver__txts {
  margin-top: 20rem; }
  @media only screen and (max-width: 767px) {
    .valeurs__preserver__txts {
      margin-top: 15px; } }
  @media only screen and (min-width: 768px) {
    .valeurs__preserver__txts {
      width: 520rem; } }

@media only screen and (min-width: 768px) {
  .home__quote--valeurs .home__quote__inner {
    padding-right: 555rem; } }

.valeurs__scultures__inner {
  padding-top: 160rem;
  padding-bottom: 80rem; }
  @media only screen and (max-width: 767px) {
    .valeurs__scultures__inner {
      padding-top: 15px;
      padding-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .valeurs__scultures__items__wrap {
    padding-left: 140rem;
    padding-right: 140rem; } }

.valeurs__scultures__items {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .valeurs__scultures__items {
      margin: 0px -5px; } }

.valeurs__scultures__item__wrap {
  width: 16.66%;
  padding: 10rem; }
  @media only screen and (max-width: 767px) {
    .valeurs__scultures__item__wrap {
      width: 50%;
      padding: 5px; } }

.valeurs__scultures__item {
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .valeurs__scultures__item:before {
    content: '';
    display: block;
    padding-top: 100%; }

.grid__sizer {
  width: 16.66%;
  position: absolute; }

.valeurs__scultures__item__txt__wrap {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: flex-end; }

.valeurs__scultures__item__txt {
  text-transform: uppercase;
  padding-left: 45rem;
  padding-bottom: 30rem; }
  @media only screen and (max-width: 767px) {
    .valeurs__scultures__item__txt {
      padding-left: 10px;
      padding-bottom: 10px; } }

.valeurs__scultures__item__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: none no-repeat 50% 50%;
  background-size: cover;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  will-change: transform; }
  .is-desktop .valeurs__scultures__item:hover .valeurs__scultures__item__bg {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.valeurs__scultures__item__title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15rem 20rem;
  text-transform: uppercase;
  letter-spacing: 0.2ch;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  will-change: transform,opacity;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%); }
  .is-desktop .valeurs__scultures__item:hover .valeurs__scultures__item__title {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

.valeurs__scultures__item__large__wrap {
  display: none; }

.valeurs__scultures__item__large__wrap {
  display: block;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 140rem;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  pointer-events: none;
  z-index: 9;
  overflow-y: scroll; }
  @media only screen and (max-width: 767px) {
    .valeurs__scultures__item__large__wrap {
      top: 0px;
      z-index: 30; } }
  .valeurs__scultures__item__large__wrap::-webkit-scrollbar {
    width: 5px;
    width: 0px; }
  .valeurs__scultures__item__large__wrap::-webkit-scrollbar-track {
    background: #EC6907; }
  .valeurs__scultures__item__large__wrap::-webkit-scrollbar-thumb {
    background: #fff; }
  .valeurs__scultures__item__large__wrap.is-active {
    opacity: 1;
    pointer-events: all; }

.valeurs__scultures__item__large {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .valeurs__scultures__item__large {
      flex-direction: column;
      padding-bottom: 15px; } }

@media only screen and (min-width: 768px) {
  .valeurs__scultures__item__large__txts {
    width: 675rem; } }

@media only screen and (max-width: 767px) {
  .valeurs__scultures__item__large__txts {
    order: 3; } }

@media only screen and (max-width: 767px) {
  .valeurs__scultures__item__large__txt1 {
    padding: 20px 0px; } }

.valeurs__scultures__item__large__txts__inner {
  background: #fff;
  text-align: right;
  padding-right: 40rem;
  padding-left: 160rem;
  padding-top: 185rem;
  padding-bottom: 90rem; }
  @media only screen and (max-width: 767px) {
    .valeurs__scultures__item__large__txts__inner {
      padding: 20px; } }

@media only screen and (min-width: 768px) {
  .valeurs__scultures__item__large__title__n__visu {
    padding-left: 160rem; } }

.valeurs__scultures__item__large__close {
  position: absolute;
  right: 125rem;
  top: 35rem;
  width: 40rem;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .valeurs__scultures__item__large__close {
      right: 15px;
      top: 15px;
      width: 32px; } }
  .valeurs__scultures__item__large__close path {
    fill: none;
    stroke: #EC6907;
    stroke-width: 2px; }

.valeurs__scultures__item__large__title {
  padding-top: 60rem;
  padding-right: 240rem;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .valeurs__scultures__item__large__title {
      padding-right: 50px; } }

.valeurs__scultures__item__large__visu {
  padding-top: 60rem;
  padding-right: 140rem;
  padding-bottom: 60rem; }
  @media only screen and (max-width: 767px) {
    .valeurs__scultures__item__large__visu {
      padding: 20px 0px 20px; } }

.valeurs__sport__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: none no-repeat 50% 50%;
  background-size: cover; }

.valeurs__sport__txts {
  padding-top: 630rem;
  padding-left: 140rem;
  padding-bottom: 40rem;
  text-transform: uppercase; }

.valeurs__tennis__wrap {
  padding-bottom: 65rem; }

.valeurs__tennis {
  padding-top: 80rem !important;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .valeurs__tennis {
      padding-left: 140rem !important; } }

.valeurs__tennis_titre {
  padding-bottom: 60rem; }

.valeurs__tennis_sous_titre {
  padding-bottom: 50rem;
  text-align: center;
  text-transform: uppercase; }

.valeurs__tennis_sous_texte {
  text-align: center;
  line-height: 1.66; }
  @media only screen and (min-width: 768px) {
    .valeurs__tennis_sous_texte {
      padding-right: 140rem; } }

@media only screen and (min-width: 768px) {
  .valeurs__rdv_visuel {
    position: absolute;
    margin-top: 245rem;
    right: 20rem;
    width: 665rem; } }

.valeurs__rdv__wrap {
  padding: 35rem 50rem;
  margin-top: 70rem;
  position: relative;
  padding-right: 60rem; }
  @media only screen and (min-width: 768px) {
    .valeurs__rdv__wrap {
      width: 530rem; } }

.valeurs__rdv_texte {
  margin-top: 30rem;
  line-height: 1.66; }

.valeurs__editions__last__cta {
  display: inline-block;
  background: #003457;
  padding: 15rem 0rem;
  padding-bottom: 12rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2ch;
  margin-top: 60rem;
  text-align: center;
  width: 260rem; }

.valeurs__editions__older__title__wrap__wrap {
  margin-top: 70rem;
  display: inline-block; }

.valeurs__editions__older__title__wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 5rem; }
  .valeurs__editions__older__title__wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2px;
    background: #EC6907; }

.valeurs__editions__older__title__txt {
  width: 220rem;
  text-transform: uppercase;
  letter-spacing: 0.3ch; }

.valeurs__editions__older__title__arrow {
  width: 40rem; }

.valeurs__editions__older__items {
  padding-top: 10rem; }
  @media only screen and (max-width: 767px) {
    .valeurs__editions__older__items {
      padding-bottom: 40rem; } }

.valeurs__editions__older__item {
  padding-top: 20rem; }

.valeurs__editions__older__item a {
  text-transform: uppercase;
  display: block;
  line-height: 1;
  letter-spacing: 0.2ch; }

.valeurs__codicopen {
  text-align: center;
  padding-top: 80rem;
  text-transform: uppercase;
  padding-bottom: 20rem; }
  @media only screen and (min-width: 768px) {
    .valeurs__codicopen {
      margin-top: -155rem; } }

.valeurs__codicopen__title {
  padding-bottom: 40rem; }

.valeurs__codicopen__visu {
  width: 200rem;
  margin: 0px auto; }

.valeurs__codicopen__txt {
  letter-spacing: 0.3ch;
  padding-bottom: 80rem;
  line-height: 1.75;
  margin-top: 15rem; }

@media only screen and (min-width: 768px) {
  .home__quote--valeurs2 .home__quote__inner {
    padding-right: 555rem; } }

@media only screen and (min-width: 768px) {
  .home__quote--valeurs2 .home__quote__quote {
    width: 870rem; } }

.tournois__head {
  padding-top: 70rem; }
  @media only screen and (min-width: 768px) {
    .tournois__head {
      display: flex; } }

@media only screen and (min-width: 768px) {
  .tournois__head__visu {
    padding-left: 140rem;
    width: 700rem; } }

.tournois__head__txts {
  padding-top: 80rem; }
  @media only screen and (min-width: 768px) {
    .tournois__head__txts {
      padding-left: 140rem;
      width: 1220rem;
      padding-right: 400rem; } }

.tournois__head__title {
  padding-bottom: 15rem; }

.tournois__head__txt {
  line-height: 1.4; }

@media only screen and (min-width: 768px) {
  .tournois__blocs {
    position: relative;
    display: flex; } }

.tournois__left {
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 768px) {
    .tournois__left {
      width: 1225rem; } }

.tournois__left__top {
  padding-top: 150rem;
  padding-bottom: 30rem; }
  @media only screen and (min-width: 768px) {
    .tournois__left__top {
      display: flex; } }

@media only screen and (min-width: 768px) {
  .tournois__txts {
    padding-left: 140rem;
    width: 860rem;
    padding-right: 50rem; } }

.tournois__title {
  padding-bottom: 15rem; }

.tournois__txt {
  padding-bottom: 90rem; }

@media only screen and (min-width: 768px) {
  .tournois__portrait__n__others {
    width: 365rem; } }

@media only screen and (min-width: 768px) {
  .tournois__portrait {
    margin-top: -235rem; } }

.tournois__portrait__txt {
  padding-top: 20rem; }

@media only screen and (min-width: 768px) {
  .tournois__others {
    padding-left: 100rem; } }

.tournois__others__title__wrap__wrap {
  margin-top: 70rem;
  display: inline-block; }

.tournois__others__title__wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 5rem; }
  .tournois__others__title__wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2px;
    background: #EC6907; }

.tournois__others__title__txt {
  width: 220rem;
  text-transform: uppercase;
  letter-spacing: 0.3ch; }

.tournois__others__title__arrow {
  width: 40rem; }

.tournois__others__items {
  padding-top: 10rem; }

.tournois__others__item {
  padding-top: 20rem; }

.tournois__others__item a {
  text-transform: uppercase;
  display: block;
  line-height: 1;
  letter-spacing: 0.2ch; }

.tournois__left__bottom {
  padding-left: 140rem;
  padding-top: 85rem;
  padding-right: 190rem;
  padding-bottom: 40rem; }
  @media only screen and (max-width: 767px) {
    .tournois__left__bottom {
      padding: 45px; } }

.tournois__right {
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .tournois__right {
      width: 695rem;
      margin-top: 200rem; } }

.tournois__right__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  left: -335rem; }
  @media only screen and (max-width: 767px) {
    .tournois__right__bg {
      display: none; } }

.tournois__right__inner {
  position: relative;
  padding: 130rem 140rem 130rem 140rem; }
  @media only screen and (max-width: 767px) {
    .tournois__right__inner {
      padding: 20px 0px; } }

.tournois__right__item {
  border: 1px solid #003457;
  padding-top: 60rem;
  text-align: center;
  text-transform: uppercase; }
  .tournois__right__item + .tournois__right__item {
    border-top: 0px none; }

.tournois__right__visu {
  width: 145rem;
  margin: 0px auto; }

.tournois__right__title {
  padding-top: 60rem; }

.tournois__right__subtitle {
  padding-bottom: 70rem; }

.office__vision__inner {
  padding-top: 100rem;
  padding-bottom: 140rem; }
  @media only screen and (min-width: 768px) {
    .office__vision__inner {
      padding-left: 140rem;
      padding-right: 140rem; } }

.office__vision__title {
  padding-bottom: 40rem; }

.office__ref__txts {
  background: none no-repeat 50% 50%;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .office__ref__txts {
      padding-top: 80rem !important;
      padding-left: 220rem !important;
      padding-bottom: 80px !important;
      position: relative; } }
  @media only screen and (max-width: 767px) {
    .office__ref__txts {
      padding: 30px 15px !important;
      padding-bottom: 60px !important; } }

.office__ref__title {
  text-transform: uppercase;
  letter-spacing: 0.2ch; }
  @media only screen and (min-width: 768px) {
    .office__ref__title {
      position: absolute;
      top: 660rem;
      left: 140rem;
      -webkit-transform-origin: 0px 0px;
      -moz-transform-origin: 0px 0px;
      -ms-transform-origin: 0px 0px;
      -o-transform-origin: 0px 0px;
      transform-origin: 0px 0px;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); } }
  @media only screen and (max-width: 767px) {
    .office__ref__title {
      padding-bottom: 15px; } }
  .office__ref--retail .office__ref__title {
    color: #fff; }

@media only screen and (min-width: 768px) {
  .office__ref__items__wrap__wrap {
    height: 600rem;
    overflow: hidden; } }

@media only screen and (min-width: 768px) {
  .office__ref__items {
    padding-left: 45rem; } }

.office__ref__item {
  letter-spacing: 0.3ch;
  display: block; }
  .office__ref__item + .office__ref__item {
    margin-top: 45rem; }
    @media only screen and (max-width: 767px) {
      .office__ref__item + .office__ref__item {
        margin-top: 20rem; } }

.office__ref__item__mixte {
  color: #EC6907 !important; }

.office__ref__item {
  text-transform: uppercase; }
  .office__ref--retail .office__ref__item {
    color: #fff; }

.office__ref__item__country {
  margin-left: 10rem; }

.office__ref__item__year {
  margin-left: 10rem; }

.office__ref__legende__wrap {
  position: absolute;
  right: 40rem;
  bottom: 20rem; }

.office__ref__legende {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  text-transform: uppercase; }

.office__ref__legende__picto {
  margin-right: 12rem;
  padding: 2rem; }

.office__ref__visus {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .office__ref__visus {
      display: none; } }

.office__ref__visu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .office__ref__visu.office__ref__visu--hover {
    background: #f00;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    background: #fff; }
    .office__ref__visu.office__ref__visu--hover.is-active {
      opacity: 1; }
  @media only screen and (max-width: 767px) {
    .office__ref__visu {
      display: none; } }

@media only screen and (min-width: 768px) {
  .office__ref__visu__inner {
    width: 535rem; } }

@media only screen and (min-width: 768px) {
  .office__quote__inner {
    display: flex; } }

@media only screen and (min-width: 768px) {
  .office__quote__visu {
    width: 50%;
    padding-right: 300rem; }
    .page__wrap--homeb .office__quote__visu {
      padding-right: 370rem; } }

@media only screen and (max-width: 767px) {
  .office__quote__visu {
    margin-top: 30px; } }

@media only screen and (min-width: 768px) {
  .office__quote__txts__wrap {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .office__quote__txts__wrap {
    margin-top: 30px; } }

.office__quote__txts__wrap {
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .office__quote__txts__wrap {
      padding: 60px; } }
  @media only screen and (min-width: 768px) {
    .office__quote__txts__wrap {
      padding-right: 140rem;
      padding-bottom: 40rem; }
      .page__wrap--retail .office__quote__txts__wrap {
        padding-bottom: 110rem; }
      .page__wrap--homeb .office__quote__txts__wrap {
        padding-bottom: 80rem; } }

.office__quote__quote {
  line-height: 1;
  display: inline-block;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .office__quote__quote {
      width: 680rem;
      padding-top: 60rem;
      padding-bottom: 20rem; } }
  .page__wrap--retail .office__quote__quote {
    padding-top: 150rem; }
  .page__wrap--homeb .office__quote__quote {
    padding-top: 140rem; }

.office__quote__start {
  position: absolute;
  left: -70rem; }
  @media only screen and (max-width: 767px) {
    .office__quote__start {
      left: -55rem; } }

.office__quote__txt {
  line-height: 1.45; }

.office__quote__end {
  position: absolute;
  right: -70rem;
  margin-top: -45rem; }
  @media only screen and (max-width: 767px) {
    .office__quote__end {
      right: -55rem; } }

.office__quote__txts {
  line-height: 1.66;
  letter-spacing: 0.3ch;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .office__quote__txts {
      margin-top: 30px; } }

@media only screen and (min-width: 768px) {
  .office__engagement__inner {
    display: flex; } }

@media only screen and (max-width: 767px) {
  .office__engagement__txts {
    margin-top: 30px; } }

@media only screen and (min-width: 768px) {
  .office__engagement__txts {
    width: 50%; }
    .office__engagement--office .office__engagement__txts {
      width: 72%;
      padding-left: 140rem;
      padding-right: 210rem; }
    .office__engagement--retail .office__engagement__txts {
      order: 3;
      padding-top: 210rem;
      padding-right: 140rem; }
    .office__engagement--homeb .office__engagement__txts {
      order: 3;
      padding-top: 60rem;
      padding-right: 160rem; } }

@media only screen and (max-width: 767px) {
  .office__engagement__visu {
    margin-top: 30px; } }

@media only screen and (min-width: 768px) {
  .office__engagement__visu {
    width: 50%; }
    .office__engagement--office .office__engagement__visu {
      width: 28%; }
    .office__engagement--retail .office__engagement__visu {
      padding-right: 90rem; } }

.office__engagement__title {
  padding-bottom: 15rem; }
  @media only screen and (min-width: 768px) {
    .office__engagement--office .office__engagement__title {
      margin-top: -24rem; } }

.office__engagement__subtitle {
  text-transform: uppercase; }

.office__savoirfaire__inner {
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .office__savoirfaire__inner {
      display: flex; } }

@media only screen and (min-width: 768px) {
  .office__savoirfaire__bienetre__wrap {
    width: 31.5%; } }

@media only screen and (max-width: 767px) {
  .office__savoirfaire__bienetre__wrap {
    margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  .office__savoirfaire__txts {
    margin-top: 30px; } }

@media only screen and (min-width: 768px) {
  .office__savoirfaire--office .office__savoirfaire__txts {
    width: 28.5%;
    padding-top: 80rem;
    text-align: right;
    padding-right: 50rem;
    padding-left: 35rem; }
  .office__savoirfaire--retail .office__savoirfaire__txts {
    width: 50%;
    padding-top: 60rem;
    text-align: right;
    padding-right: 90rem;
    padding-left: 80rem; }
  .office__savoirfaire--homeb .office__savoirfaire__txts {
    width: 38%;
    padding-top: 60rem;
    padding-right: 50rem;
    padding-left: 140rem; } }

.office__savoirfaire__subtitle {
  padding-top: 15rem;
  text-transform: uppercase; }

@media only screen and (max-width: 767px) {
  .office__savoirfaire__visu {
    margin-top: 30px; } }

@media only screen and (min-width: 768px) {
  .office__savoirfaire--office .office__savoirfaire__visu {
    width: 40%;
    padding-top: 80rem; }
  .office__savoirfaire--retail .office__savoirfaire__visu {
    width: 50%; }
  .office__savoirfaire--homeb .office__savoirfaire__visu {
    width: 62%; } }

.office__bienetre {
  padding: 50rem 80rem;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .office__bienetre.office__bienetre--retail {
      width: 605rem;
      margin-top: -45rem; } }
  @media only screen and (min-width: 768px) {
    .office__bienetre.office__bienetre--homeb {
      width: 605rem;
      margin-top: -55rem; } }

.office__bienetre__title {
  letter-spacing: 0.3ch; }

.office__bienetre__subtitle {
  line-height: 1; }

.office__bienetre__item {
  padding-top: 30rem; }

.office__chiffres__inner {
  padding-top: 70rem;
  padding-bottom: 60rem; }

.office__chiffres__items {
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .office__chiffres__items {
      display: flex;
      justify-content: center; } }

.office__chiffres__item {
  border: 1px solid #003457;
  padding-top: 45rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2ch; }
  @media only screen and (min-width: 768px) {
    .office__chiffres__item {
      width: 375rem;
      height: 375rem; }
      .office__chiffres__item + .office__chiffres__item {
        border-left: 0px none; } }
  @media only screen and (max-width: 767px) {
    .office__chiffres__item {
      padding-bottom: 45rem; }
      .office__chiffres__item + .office__chiffres__item {
        border-top: 0px none; } }

.office__chiffres__visu {
  width: 155rem;
  margin: 0px auto;
  padding-bottom: 50rem; }

@media only screen and (min-width: 768px) {
  .office__chiffres__subtitle {
    padding-left: 75rem;
    padding-right: 75rem; } }

.office__chiffres__bg {
  background: #f0e9e3;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 1000rem;
  width: 766rem;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .office__chiffres__bg {
      display: none; } }
  .page__wrap--office .office__chiffres__bg {
    width: 580rem; }
  .page__wrap--retail .office__chiffres__bg {
    height: 940rem; }

.office__realisations__inner__inner {
  padding-top: 70rem; }
  @media only screen and (min-width: 768px) {
    .office__realisations__inner__inner {
      padding-left: 140rem;
      padding-right: 140rem; } }

.office__realisations__title {
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .office__realisations__title {
      padding-bottom: 30px; } }

.office__realisations__filter__blocs {
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .office__realisations__filter__blocs {
      display: flex;
      justify-content: flex-start; } }

@media only screen and (min-width: 768px) {
  .office__realisations__filter__bloc {
    padding-right: 80rem; } }

.office__realisations__filter__bloc__title__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 5rem;
  align-items: center; }
  .office__realisations__filter__bloc__title__wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2px;
    background: #EC6907; }

.office__realisations__filter__bloc__title {
  letter-spacing: 0.3ch; }

.office__realisations__filter__bloc__arrow {
  width: 35rem;
  margin-left: 40rem; }

.office__realisations__filter__bloc__items {
  padding-top: 35rem; }
  @media only screen and (max-width: 767px) {
    .office__realisations__filter__bloc__items {
      padding-top: 10px;
      padding-bottom: 35px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; } }

.filter__item__wrap {
  padding-bottom: 15rem; }
  @media only screen and (max-width: 767px) {
    .filter__item__wrap {
      padding-bottom: 0px;
      padding: 3px; } }

.filter__item {
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s; }
  .is-desktop .filter__item:hover {
    color: #fff; }
  @media only screen and (max-width: 767px) {
    .filter__item {
      padding: 3px 5px;
      background: #fff;
      color: #EC6907; } }
  .filter__item.is-active {
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .filter__item.is-active {
        background: #EC6907;
        color: #fff; } }

@media only screen and (max-width: 767px) {
  .office__realisations__filter__bloc__items--pays .cols__row {
    display: none; } }

.office__realisations__items {
  padding-top: 40rem;
  padding-bottom: 40rem; }
  @media only screen and (min-width: 768px) {
    .office__realisations__items {
      display: flex;
      flex-wrap: wrap;
      margin: 0px -10rem; } }
  @media only screen and (max-width: 767px) {
    .office__realisations__items {
      margin: 0px -10rem;
      padding-top: 10px; } }

.office__realisations__item {
  padding: 10rem; }
  @media only screen and (min-width: 768px) {
    .office__realisations__item {
      width: 25%; } }
  @media only screen and (max-width: 767px) {
    .office__realisations__item {
      width: 50%; } }

.office__realisations__item__inner {
  position: relative; }
  .office__realisations__item__inner:before {
    content: '';
    display: block;
    padding-top: 95%; }

.office__realisations__item__visu {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px; }
  .office__realisations__item__visu:before {
    content: '';
    display: block;
    padding-top: 75%; }

.office__realisations__item__visu__inner {
  background: none no-repeat 50% 50%;
  background-size: cover;
  padding-top: 75%;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  will-change: transform;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px; }
  .is-desktop .office__realisations__item__inner:hover .office__realisations__item__visu__inner {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

.office__realisations__item__txts {
  letter-spacing: 0.3ch;
  padding: 15rem 10rem;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px; }
  @media only screen and (max-width: 767px) {
    .office__realisations__item__txts {
      padding: 5px; } }
  .is-desktop .office__realisations__item__inner:hover .office__realisations__item__txts {
    background: #EC6907;
    color: #fff; }

.office__realisations__item__link {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden; }
  .office__realisations__item__link span {
    position: absolute;
    left: -9999px; }

.projet__txts__inner {
  padding-top: 70rem; }
  @media only screen and (min-width: 768px) {
    .projet__txts__inner {
      padding-left: 140rem;
      padding-right: 140rem; } }

.projet__chrono__items {
  padding-bottom: 70rem; }
  @media only screen and (min-width: 768px) {
    .projet__chrono__items {
      padding-right: 260rem; } }

.projet__chrono__item {
  position: relative;
  padding-left: 100rem; }
  @media only screen and (max-width: 767px) {
    .projet__chrono__item {
      padding-left: 50rem; } }
  .projet__chrono__item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 15rem;
    width: 18rem;
    height: 2px;
    background: #EC6907; }

.projet__cara__title {
  padding-bottom: 30rem; }

.projet__cara__bloc__left__item {
  position: relative;
  padding-left: 100rem; }
  @media only screen and (max-width: 767px) {
    .projet__cara__bloc__left__item {
      padding-left: 50rem; } }
  .projet__cara__bloc__left__item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 15rem;
    width: 18rem;
    height: 2px;
    background: #fff; }

.projet__cara__bloc__right__item {
  padding-bottom: 30rem; }

.projet__cara__bloc__right__title {
  padding-bottom: 10rem; }

.projet__txt__inner {
  padding-top: 90rem;
  padding-bottom: 190rem; }
  @media only screen and (min-width: 768px) {
    .projet__txt__inner {
      padding-left: 140rem;
      padding-right: 140rem; } }

.projet__txt__title {
  text-transform: uppercase;
  padding-bottom: 70rem; }

.projet__txt__txts {
  align-items: flex-end; }

@media only screen and (min-width: 768px) {
  .projet__txt__txts__left {
    padding-right: 140rem !important; } }

.projet__txt__txts__right {
  line-height: 1; }
  @media only screen and (min-width: 768px) {
    .projet__txt__txts__right {
      padding-left: 140rem !important; } }
  @media only screen and (max-width: 767px) {
    .projet__txt__txts__right {
      padding-top: 50px !important; } }

@media only screen and (min-width: 768px) {
  .projet__slideshow--1 .swiper-wrapper {
    justify-content: center; } }

.projet__slideshow__item {
  width: 100%;
  padding-left: 140rem;
  padding-right: 140rem; }

.projet__slideshow__item__visu {
  background: none no-repeat 50% 50%;
  background-size: cover;
  cursor: pointer;
  background-size: contain; }
  .projet__slideshow__item__visu:before {
    content: '';
    display: block;
    padding-top: 73%;
    padding-top: 60%; }

.projet__slideshow__navs {
  position: relative;
  padding-top: 30rem;
  padding-bottom: 90rem; }
  .projet__slideshow__navs .swiper-pagination-bullet {
    width: 32rem;
    height: 32rem;
    background: #e1d3c7;
    margin: 0px 12rem;
    opacity: 1; }
    @media only screen and (max-width: 767px) {
      .projet__slideshow__navs .swiper-pagination-bullet {
        width: 16rem;
        height: 16rem; } }
    .projet__slideshow__navs .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #EC6907; }

@media only screen and (min-width: 768px) {
  .contact__inner {
    padding-left: 140rem;
    padding-right: 140rem; } }

.contact__title {
  padding-top: 130rem;
  padding-bottom: 70rem;
  text-transform: uppercase; }

.contact__item__country {
  padding-bottom: 20rem;
  text-transform: uppercase;
  letter-spacing: 0.15ch; }

.contact__peoples__item {
  padding-top: 20rem; }

.ml__inner {
  padding-bottom: 125rem; }
  @media only screen and (min-width: 768px) {
    .ml__inner {
      padding-left: 280rem;
      padding-right: 280rem;
      min-height: calc( 100 * var(--vh) - 300rem); } }

.ml__title {
  padding-top: 140rem;
  padding-bottom: 50rem; }
  @media only screen and (max-width: 767px) {
    .ml__title {
      padding-top: 60rem; } }

.ml__bloc {
  padding-bottom: 25rem; }

.cookietable {
  margin: 50rem 0px; }
  .cookietable a {
    color: #EC6907; }
  @media only screen and (min-width: 768px) {
    .cookietable td {
      border: 1px solid #fff;
      padding: 30rem 10rem;
      text-align: center;
      vertical-align: middle; } }
  @media only screen and (max-width: 767px) {
    .cookietable {
      display: block; }
      .cookietable tr {
        display: block;
        padding-bottom: 30rem; }
        .cookietable tr:first-child {
          display: none; }
      .cookietable td {
        display: block;
        padding-bottom: 5rem; }
        .cookietable td:before {
          content: attr(data-title);
          display: block;
          color: #EC6907; } }

/*# sourceMappingURL=style.css.map */</pre></body></html>