/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*  --- MEDIA QUERIES ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor; }

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #FFFFFF;
  color: #000000;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  /* -- @include break(mobile)-- */
  font-family: "interstate", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 500;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1325px; }

.flex {
  display: flex;
  justify-content: space-between; }
  .flex > * {
    width: 50%; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .desktop {
      display: none; } }

section {
  padding: 80px 0;
  /* -- @include break(mobile)-- */ }
  section:last-child {
    padding-bottom: 230px; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    section {
      padding: 60px 0; }
      section:last-child {
        padding-bottom: 170px; } }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s; }

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none; }

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

h1,
.title-h1 {
  font-family: "interstate", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-style: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 100%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h1,
    .title-h1 {
      font-size: 32px; } }

h2,
.title-h2 {
  font-family: "interstate", sans-serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 100%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h2,
    .title-h2 {
      font-size: 22px; } }

h3,
.title-h3 {
  font-family: "interstate-mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "wdth" 400;
  font-size: 12px;
  line-height: 120%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h3,
    .title-h3 {
      font-size: 15px; } }

.grecaptcha-badge {
  visibility: hidden; }

.bg_white {
  background-color: #FFFFFF; }

.bg_dark {
  background-color: #000000; }

a.link {
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  align-items: center;
  transition: all 0.3s; }
  a.link svg {
    margin-left: 12px; }
    a.link svg path {
      transition: all 0.3s; }

.title_top {
  padding-right: 40%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_top {
      padding-right: 0%; } }
  .title_top .txt {
    /* -- @include break(mobile)-- */ }

.sec-padding_grand {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_grand {
      padding-top: 80px;
      padding-bottom: 80px; } }

.sec-padding_petit {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sec-padding_petit {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .sec-padding_petit .title_top {
    padding-bottom: 42px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .sec-padding_petit .title_top {
        padding-bottom: 32px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  align-items: center;
  justify-content: center; }
  .popup .inner {
    position: absolute;
    width: 80%;
    height: 80vh;
    transform-origin: center;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
  .popup .video_wrap {
    pointer-events: all;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .popup .video_wrap iframe,
    .popup .video_wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    transition: all 0.4s; }
    .popup .close span {
      font-style: italic; }
    .popup .close svg path {
      transition: all 0.4s; }
    .popup .close:hover {
      color: #FFFFFF; }
      .popup .close:hover svg path {
        fill: #FFFFFF;
        stroke: #FFFFFF; }
  .popup .bg {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.module-legend {
  position: absolute;
  bottom: 24px;
  left: 32px;
  color: #FFFFFF;
  font-size: 12px;
  max-width: 250px;
  text-transform: uppercase;
  line-height: 120%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-legend {
      font-size: 10px;
      bottom: 20px;
      left: 20px; } }

.link-external {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease; }
  .link-external:after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transform-origin: left center;
    transition: transform 0.4s ease; }
  .link-external:hover:after {
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.4s ease; }
  .link-external:not(:hover):after {
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.4s ease; }

form {
  width: 100%; }
  form label {
    display: block;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 13px; }
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    padding: 10px 0;
    font-size: 13px;
    /* -- @include break(mobile)-- */ }
    form input[type="text"]:focus,
    form input[type="email"]:focus,
    form input[type="tel"]:focus,
    form textarea:focus {
      outline: none;
      border-color: #FFFFFF; }
    form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form textarea::-moz-placeholder {
      color: #FFFFFF; }
    form input[type="text"]::placeholder,
    form input[type="email"]::placeholder,
    form input[type="tel"]::placeholder,
    form textarea::placeholder {
      color: #FFFFFF; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      form input[type="text"],
      form input[type="email"],
      form input[type="tel"],
      form textarea {
        font-size: 15px; } }
  form textarea {
    min-height: 260px;
    resize: vertical;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      form textarea {
        min-height: 160px; } }
  form .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    gap: 32px;
    margin-bottom: 32px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      form .form-row {
        grid-template-columns: repeat(1, 1fr); } }
  form .form-submit {
    display: flex;
    justify-content: flex-end; }
    form .form-submit > p {
      position: relative;
      width: -moz-fit-content;
      width: fit-content;
      /* -- @include break(mobile)-- */ }
      form .form-submit > p::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #FFFFFF;
        transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
      form .form-submit > p:hover::after {
        width: 100%; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        form .form-submit > p::after {
          width: 100%; } }
  form .wpcf7-submit {
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    padding: 0;
    padding-top: 20px;
    font-size: 12px;
    line-height: 120%;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      form .wpcf7-submit {
        width: 100%;
        font-size: 15px;
        padding-top: 32px; } }
  form .wpcf7-spinner {
    margin-left: 10px;
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  form .wpcf7-response-output {
    clear: both;
    border: 1px solid #FFFFFF;
    margin-top: 20px;
    padding: 10px;
    color: #FFFFFF; }
  form .wpcf7-not-valid-tip {
    color: #ff6666;
    font-size: 14px;
    margin-top: 5px; }

.animate-load-title,
.animate-load-text,
.animate-load-image,
.animate-scroll-title,
.animate-scroll-text,
.animate-scroll-image,
.animate-scroll-stagger-item {
  opacity: 0; }

.animate-scroll-stagger-item {
  transform: translateX(10px);
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }

.animate-load-title,
.animate-scroll-title {
  transform: translateY(30px) rotateX(10deg);
  transform-origin: center bottom;
  perspective: 1000px;
  backface-visibility: hidden; }

.animate-load-text,
.animate-scroll-text {
  transform: translateY(20px); }

.animate-scroll-image {
  transform: translateY(20px);
  will-change: opacity, transform;
  max-width: 100%; }

.module-image {
  position: relative;
  overflow: hidden; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  header .nav_main {
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    max-height: 100px;
    line-height: 1em;
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .nav_main {
        max-height: 72px; } }
    header .nav_main .left {
      padding: 14px 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        header .nav_main .left {
          padding: 14px 0; } }
      header .nav_main .left .logo svg,
      header .nav_main .left .logo img {
        width: 232px;
        height: auto;
        transform: translateZ(0);
        image-rendering: -webkit-optimize-contrast;
        backface-visibility: hidden;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .nav_main .left .logo svg,
          header .nav_main .left .logo img {
            width: 165px; } }
      header .nav_main .left .logo-short svg,
      header .nav_main .left .logo-short img {
        width: 35px; }
    header .nav_main .right {
      display: flex;
      height: 100%;
      font-size: 17px;
      align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_main .right {
          display: none; } }
      header .nav_main .right a {
        border: none;
        padding: 0;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
        position: relative;
        width: -moz-fit-content;
        width: fit-content; }
        header .nav_main .right a::after {
          content: '';
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 0;
          height: 1px;
          background-color: #000000;
          transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
        header .nav_main .right a:hover::after {
          width: 100%; }
    header .nav_main .burger {
      display: none;
      /* -- @include break(mobile)-- */
      position: relative;
      width: 32px;
      height: 23px; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_main .burger {
          display: block; } }
      header .nav_main .burger .line {
        background-color: #000000;
        height: 1px;
        left: 5px;
        right: 5px;
        position: absolute;
        transition: all 0.4s; }
        header .nav_main .burger .line.line1 {
          top: 0; }
        header .nav_main .burger .line.line2 {
          top: 50%;
          transform: translateY(-50%);
          opacity: 1; }
        header .nav_main .burger .line.line3 {
          bottom: 0; }
      header .nav_main .burger.open .line.line1 {
        transform: translateY(11px) rotate(45deg); }
      header .nav_main .burger.open .line.line2 {
        opacity: 0; }
      header .nav_main .burger.open .line.line3 {
        transform: translateY(-11px) rotate(-45deg); }
    header .nav_main.header-contact {
      color: #FFFFFF;
      background-color: #000000; }
      header .nav_main.header-contact .left .logo img, header .nav_main.header-contact .left .logo svg {
        filter: brightness(0) invert(1);
        mix-blend-mode: exclusion; }
      header .nav_main.header-contact .right a::after {
        background-color: #FFFFFF; }
      header .nav_main.header-contact .burger .line {
        background-color: #FFFFFF; }
      header .nav_main.header-contact + .nav-mobile {
        color: #FFFFFF;
        background-color: #000000; }
  header .menu-header {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    font-size: 12px;
    text-transform: uppercase; }
  header .nav-mobile {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    color: #000000;
    z-index: 1;
    flex-direction: column;
    padding: 5px 5% 20px 5%; }
    header .nav-mobile .menu-header {
      display: flex;
      flex-direction: column;
      gap: 7px;
      align-items: flex-end; }

footer {
  padding: 60px 0;
  color: #FFFFFF;
  background-color: #000000;
  /* -- @include break(mobile)-- */ }
  footer .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 85px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .container {
        gap: 100px; } }
  footer .top,
  footer .bottom {
    display: flex;
    justify-content: space-between; }
  footer .top {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .top {
        flex-direction: column;
        gap: 32px; } }
    footer .top .col-left {
      display: flex;
      flex-direction: column; }
      footer .top .col-left .bloc-title {
        position: relative;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .top .col-left .bloc-title {
            max-width: -moz-fit-content;
            max-width: fit-content; } }
      footer .top .col-left .logo {
        max-width: 191px;
        margin-bottom: 20px; }
      footer .top .col-left h3 {
        font-size: 9.5px;
        line-height: 100%;
        font-weight: 400; }
    footer .top .col-right {
      display: flex;
      justify-content: space-between;
      gap: 70px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .top .col-right {
          flex-direction: column;
          gap: 32px; } }
      footer .top .col-right .adresse {
        display: flex;
        flex-direction: column;
        gap: 32px;
        font-size: 12px;
        line-height: 120%;
        text-transform: uppercase;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .top .col-right .adresse {
            font-size: 14px; } }
        footer .top .col-right .adresse-infos {
          display: flex;
          flex-direction: column; }
        footer .top .col-right .adresse-localisation {
          display: flex;
          flex-direction: column; }
          footer .top .col-right .adresse-localisation_infos {
            display: flex;
            gap: 5px; }
          footer .top .col-right .adresse-localisation_street {
            display: flex;
            gap: 5px; }
          footer .top .col-right .adresse-localisation_city {
            display: flex;
            gap: 5px; }
      footer .top .col-right .menu-footer-top .menu-footer-columns {
        display: flex;
        flex-direction: column; }
        footer .top .col-right .menu-footer-top .menu-footer-columns .menu-footer-link {
          font-size: 12px;
          line-height: 120%;
          text-transform: uppercase;
          text-decoration: none;
          transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            footer .top .col-right .menu-footer-top .menu-footer-columns .menu-footer-link {
              font-size: 14px; } }
          footer .top .col-right .menu-footer-top .menu-footer-columns .menu-footer-link:hover {
            opacity: 0.8; }
      footer .top .col-right .socials ul.social-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 32px; }
        footer .top .col-right .socials ul.social-list li a {
          display: flex;
          justify-content: center;
          align-items: center;
          text-decoration: none; }
          footer .top .col-right .socials ul.social-list li a img {
            max-width: 14px;
            max-height: 14px; }
      footer .top .col-right .socials .join-us {
        max-width: 70%; }
      footer .top .col-right .socials .link-external {
        font-size: 12px;
        font-weight: 700;
        color: #FFFFFF;
        display: inline;
        padding-bottom: 2px;
        background: linear-gradient(to right, white, white), linear-gradient(to right, black, black);
        background-size: 100% 0.1em, 0 0.1em;
        background-position: 100% 100%, 0 100%;
        background-repeat: no-repeat;
        transition: background-size 400ms;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .top .col-right .socials .link-external {
            font-size: 14px;
            width: -moz-fit-content;
            width: fit-content; } }
        footer .top .col-right .socials .link-external:hover, footer .top .col-right .socials .link-external:focus {
          background-size: 0 0.1em, 100% 0.1em; }
  footer .bottom {
    align-items: center;
    color: #FFFFFF;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px; } }
    footer .bottom .col-left {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .bottom .col-left {
          order: 2; } }
      footer .bottom .col-left .footer-nav {
        display: flex;
        gap: 5px;
        font-size: 11px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .bottom .col-left .footer-nav {
            flex-direction: column;
            gap: 0; } }
        footer .bottom .col-left .footer-nav .credits {
          /* -- @include break(mobile)-- */ }
          @media only screen and (min-width: 991px) {
            footer .bottom .col-left .footer-nav .credits::before {
              content: "-";
              margin-right: 5px; } }
      footer .bottom .col-left #menu-navigation-footer {
        display: flex;
        gap: 5px; }
        footer .bottom .col-left #menu-navigation-footer li:not(:last-child)::after {
          content: "-";
          margin-left: 5px; }
        footer .bottom .col-left #menu-navigation-footer li a {
          text-wrap: nowrap;
          border: none;
          padding: 0;
          cursor: pointer;
          transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
          position: relative;
          width: -moz-fit-content;
          width: fit-content; }
          footer .bottom .col-left #menu-navigation-footer li a::before {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 1px;
            background-color: #FFFFFF;
            transition: width 0.3s ease; }
          footer .bottom .col-left #menu-navigation-footer li a:hover::before {
            width: 100%; }
    footer .bottom .col-right {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .bottom .col-right {
          order: 1; } }
      footer .bottom .col-right .charte_graphique {
        font-size: 12px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .bottom .col-right .charte_graphique {
            font-size: 14px; } }
        footer .bottom .col-right .charte_graphique .link-external {
          color: #FFFFFF;
          /* -- @include break(mobile)-- */ }
          footer .bottom .col-right .charte_graphique .link-external::after {
            background-color: #FFFFFF; }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            footer .bottom .col-right .charte_graphique .link-external {
              display: flex;
              text-decoration: underline;
              max-width: 60%; }
              footer .bottom .col-right .charte_graphique .link-external::after {
                display: none; } }

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important; }

.wp-smiley {
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.template-index,
.template-equipe,
.template-actualites,
.template-mouvement,
.template-agence,
.template-contact {
  padding-top: 266px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-index,
    .template-equipe,
    .template-actualites,
    .template-mouvement,
    .template-agence,
    .template-contact {
      padding-top: 200px; } }

.page-default {
  padding-top: 200px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .page-default {
      padding-top: 150px; } }
  .page-default h1 {
    margin-bottom: 32px; }
  .page-default h2,
  .page-default h3,
  .page-default h4,
  .page-default h5,
  .page-default h6,
  .page-default p {
    margin-bottom: 20px; }

.template-home {
  padding-top: 244px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-home {
      padding-top: 200px; } }
  .template-home .projects-grid {
    padding: 0; }
    .template-home .projects-grid .header-page {
      display: flex;
      justify-content: space-between;
      margin-bottom: 45px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-home .projects-grid .header-page {
          flex-direction: column;
          margin-bottom: 80px; } }
    .template-home .projects-grid .module-title {
      flex: 40%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-home .projects-grid .module-title {
          flex: 100%;
          order: 1;
          margin-bottom: 180px; } }
      .template-home .projects-grid .module-title .title-h3 {
        font-family: "interstate", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-variation-settings: "wdth" 500;
        font-size: 12px;
        margin-bottom: 16px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-home .projects-grid .module-title .title-h3 {
            font-size: 15px;
            margin-bottom: 22px; } }
    .template-home .projects-grid .projects-filters {
      flex: 60%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-home .projects-grid .projects-filters {
          flex: 100%;
          order: 2; } }
      .template-home .projects-grid .projects-filters .category-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 13px;
        list-style: none;
        padding: 0;
        margin: 0;
        align-items: center;
        max-width: 80%;
        line-height: 30px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-home .projects-grid .projects-filters .category-filters {
            gap: 10px;
            line-height: 120%; } }
        .template-home .projects-grid .projects-filters .category-filters .category-filter {
          color: rgba(0, 0, 0, 0.5);
          cursor: pointer;
          transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
          font-size: 30px;
          text-transform: uppercase;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-home .projects-grid .projects-filters .category-filters .category-filter {
              font-size: 20px; } }
          .template-home .projects-grid .projects-filters .category-filters .category-filter:hover {
            color: #000000; }
          .template-home .projects-grid .projects-filters .category-filters .category-filter.active {
            color: #000000; }
        .template-home .projects-grid .projects-filters .category-filters .category-filter-separator {
          font-size: 30px;
          color: rgba(0, 0, 0, 0.5);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-home .projects-grid .projects-filters .category-filters .category-filter-separator {
              font-size: 20px; } }
    .template-home .projects-grid .projects-grid-wrapper .projects-grid-items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 15px;
      gap: 15px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-home .projects-grid .projects-grid-wrapper .projects-grid-items {
          grid-template-columns: repeat(2, 1fr);
          gap: 10px; } }
      @media only screen and (max-width: 768px) {
        .template-home .projects-grid .projects-grid-wrapper .projects-grid-items {
          grid-template-columns: 1fr; } }
      .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item {
        position: relative;
        overflow: hidden;
        aspect-ratio: 1/1;
        opacity: 0;
        transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
        .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item:hover .project-overlay {
          opacity: 1; }
        .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item:hover .project-image img {
          transform: scale(1.05); }
        .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item.hidden {
          display: none; }
        .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item .project-link {
          display: block;
          height: 100%;
          width: 100%;
          position: relative; }
        .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item .project-image {
          height: 100%;
          width: 100%; }
          .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item .project-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1); }
        .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item .project-video {
          height: 100%;
          width: 100%; }
          .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item .project-video video {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item.concept-item .project-overlay {
          background-color: rgba(0, 0, 0, 0.3); }
        .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item.video-item .project-overlay {
          background-color: rgba(0, 0, 0, 0.3); }
        .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item .project-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.2);
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          align-items: flex-end;
          opacity: 0;
          transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
          padding: 20px 32px;
          color: #FFFFFF;
          text-align: center; }
          .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item .project-overlay .project-title {
            font-family: "interstate", sans-serif;
            font-optical-sizing: auto;
            font-weight: 500;
            font-style: normal;
            font-variation-settings: "wdth" 500;
            font-size: 12px; }
          .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .project-item .project-overlay .arrow {
            margin-left: 8px; }
      .template-home .projects-grid .projects-grid-wrapper .projects-grid-items .no-projects {
        grid-column: 1 / -1;
        text-align: center;
        padding: 80px 0; }
    .template-home .projects-grid .projects-grid-wrapper .load-more-container {
      display: flex;
      justify-content: center;
      margin-top: 60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-home .projects-grid .projects-grid-wrapper .load-more-container {
          margin-top: 40px; } }
      .template-home .projects-grid .projects-grid-wrapper .load-more-container .load-more-button {
        position: relative;
        display: flex;
        align-items: center;
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px 0; }
        .template-home .projects-grid .projects-grid-wrapper .load-more-container .load-more-button::after {
          content: "";
          position: absolute;
          top: calc(100% - 10px);
          left: 0;
          display: block;
          width: 0;
          height: 1px;
          background-color: #000000;
          transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
        .template-home .projects-grid .projects-grid-wrapper .load-more-container .load-more-button:hover::after {
          width: 100%; }
        .template-home .projects-grid .projects-grid-wrapper .load-more-container .load-more-button span {
          font-family: "interstate", sans-serif;
          font-optical-sizing: auto;
          font-weight: 500;
          font-style: normal;
          font-variation-settings: "wdth" 500;
          font-size: 12px;
          margin-right: 8px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-home .projects-grid .projects-grid-wrapper .load-more-container .load-more-button span {
              font-size: 15px; } }
        .template-home .projects-grid .projects-grid-wrapper .load-more-container .load-more-button svg {
          width: auto; }
  .template-home .okkult {
    padding-bottom: 90px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-home .okkult {
        padding-top: 190px;
        padding-bottom: 135px; } }
    .template-home .okkult .module-title {
      position: relative;
      padding-bottom: 16px;
      margin-bottom: 20px;
      /* -- @include break(mobile)-- */ }
      .template-home .okkult .module-title::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #000000; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-home .okkult .module-title {
          padding-bottom: 12px;
          margin-bottom: 20px; } }
      .template-home .okkult .module-title .title-h3 {
        font-family: "interstate", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-variation-settings: "wdth" 500; }
    .template-home .okkult .module-content {
      display: flex;
      justify-content: space-between;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-home .okkult .module-content {
          flex-direction: column;
          gap: 54px; } }
      .template-home .okkult .module-content .col-left {
        flex: 60%; }
        .template-home .okkult .module-content .col-left .logo-groupe {
          max-width: 300px;
          margin-bottom: 42px; }
        .template-home .okkult .module-content .col-left .link-external {
          font-size: 12px;
          width: -moz-fit-content;
          width: fit-content;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-home .okkult .module-content .col-left .link-external {
              font-size: 15px;
              max-width: 45%;
              display: flex;
              text-decoration: underline; }
              .template-home .okkult .module-content .col-left .link-external::after {
                display: none; } }
          .template-home .okkult .module-content .col-left .link-external::after {
            background-color: #000000; }
      .template-home .okkult .module-content .col-right {
        flex: 40%; }
  .template-home .projects-section {
    padding: 60px 0; }
    .template-home .projects-section .section-title {
      text-align: center;
      margin-bottom: 40px;
      font-size: 2.5rem;
      font-weight: 600; }
    .template-home .projects-section .category-filters {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      .template-home .projects-section .category-filters .category-filter {
        padding: 8px 16px;
        margin: 0 10px 10px;
        background-color: transparent;
        border: 1px solid #ddd;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
        font-size: 0.9rem; }
        .template-home .projects-section .category-filters .category-filter:hover {
          background-color: #f5f5f5; }
        .template-home .projects-section .category-filters .category-filter.active {
          background-color: #000;
          color: #fff;
          border-color: #000; }
    .template-home .projects-section .projects-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px;
      gap: 20px; }
      @media (max-width: 992px) {
        .template-home .projects-section .projects-container {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 576px) {
        .template-home .projects-section .projects-container {
          grid-template-columns: 1fr; } }
      .template-home .projects-section .projects-container.ordered-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        gap: 20px; }
        .template-home .projects-section .projects-container.ordered-grid .project-item {
          transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1); }
          .template-home .projects-section .projects-container.ordered-grid .project-item[style*="order"] {
            animation: fadeIn 0.5s ease-in-out; }
        @media (max-width: 992px) {
          .template-home .projects-section .projects-container.ordered-grid {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 576px) {
          .template-home .projects-section .projects-container.ordered-grid {
            grid-template-columns: 1fr; } }
    .template-home .projects-section .project-item {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 300px; }
      .template-home .projects-section .project-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); }
        .template-home .projects-section .project-item:hover .project-overlay {
          opacity: 1; }
      .template-home .projects-section .project-item.concept-item .project-overlay {
        background-color: rgba(0, 100, 255, 0.7); }
      .template-home .projects-section .project-item.video-item .project-overlay {
        background-color: rgba(255, 50, 50, 0.7); }
      .template-home .projects-section .project-item.video-item .project-video {
        height: 100%;
        width: 100%; }
        .template-home .projects-section .project-item.video-item .project-video video {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .template-home .projects-section .project-item.philo-item .project-overlay {
        background-color: rgba(50, 50, 50, 0.7); }
      .template-home .projects-section .project-item .project-link {
        display: block;
        height: 100%;
        width: 100%;
        text-decoration: none;
        color: inherit; }
      .template-home .projects-section .project-item .project-image {
        height: 100%;
        width: 100%; }
        .template-home .projects-section .project-item .project-image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .template-home .projects-section .project-item .project-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        padding: 20px;
        text-align: center; }
        .template-home .projects-section .project-item .project-overlay .project-title {
          color: #fff;
          font-size: 1.5rem;
          font-weight: 600;
          margin: 0; }
          .template-home .projects-section .project-item .project-overlay .project-title .arrow {
            display: inline-block;
            margin-left: 10px;
            transition: transform 0.3s ease; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
    .template-home .projects-section .no-projects {
      grid-column: 1 / -1;
      text-align: center;
      padding: 40px;
      background-color: #f8f8f8;
      border-radius: 8px;
      font-size: 1.2rem;
      color: #666; }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }

.template-index .title-h1 {
  margin-bottom: 92px;
  text-transform: uppercase;
  position: relative;
  /* -- @include break(mobile)-- */ }
  .template-index .title-h1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #FFFFFF; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-index .title-h1 {
      margin-bottom: 160px;
      font-size: 40px; } }

.template-index .filtres-projets {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-index .filtres-projets {
      margin-bottom: 60px; } }
  .template-index .filtres-projets form {
    width: 100%; }
  .template-index .filtres-projets .filtres-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-index .filtres-projets .filtres-container {
        flex-direction: column;
        align-items: flex-start; } }
  .template-index .filtres-projets .filtres-buttons {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-index .filtres-projets .filtres-buttons {
        width: 100%;
        gap: 16px;
        flex-direction: column;
        margin-bottom: 40px; } }
  .template-index .filtres-projets .filter-button {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 100%;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
    .template-index .filtres-projets .filter-button svg {
      transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
    .template-index .filtres-projets .filter-button.active svg, .template-index .filtres-projets .filter-button:hover svg {
      transform: rotate(90deg); }
  .template-index .filtres-projets .filter-options-container {
    width: 100%;
    padding: 0;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.33, 1, 0.68, 1), padding 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
    .template-index .filtres-projets .filter-options-container.active {
      display: block;
      max-height: 400px;
      padding: 0;
      overflow-y: auto; }
  .template-index .filtres-projets .filter-options {
    display: none; }
    .template-index .filtres-projets .filter-options.active {
      display: block; }
    .template-index .filtres-projets .filter-options h4 {
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 15px;
      font-weight: 500; }
    .template-index .filtres-projets .filter-options .options-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      padding-bottom: 32px; }
    .template-index .filtres-projets .filter-options .option-item {
      font-size: 12px;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
      opacity: 0.5; }
      .template-index .filtres-projets .filter-options .option-item:hover {
        opacity: 1; }
      .template-index .filtres-projets .filter-options .option-item.selected {
        opacity: 1;
        border-color: #000000; }
    .template-index .filtres-projets .filter-options .hidden-input {
      position: absolute;
      opacity: 0;
      pointer-events: none; }
  .template-index .filtres-projets .btn_reset {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    color: #000000;
    text-decoration: none;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    position: relative; }
    .template-index .filtres-projets .btn_reset:after {
      content: "";
      position: absolute;
      bottom: -0px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #000000;
      transform-origin: left center;
      transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1); }
    .template-index .filtres-projets .btn_reset:hover:after {
      transform: scaleX(0);
      transform-origin: right center;
      transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1); }
    .template-index .filtres-projets .btn_reset:not(:hover):after {
      transform: scaleX(1);
      transform-origin: left center;
      transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1); }
    .template-index .filtres-projets .btn_reset.hidden {
      display: block !important; }
    .template-index .filtres-projets .btn_reset.hidden {
      opacity: 0;
      transform: translateY(10px);
      pointer-events: none;
      position: absolute;
      visibility: hidden; }

.template-index .projects-grid {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 200px;
  padding-bottom: 110px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-index .projects-grid {
      padding-bottom: 192px; } }
  .template-index .projects-grid.loading {
    opacity: 0.7;
    position: relative; }
    .template-index .projects-grid.loading:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40px;
      height: 40px;
      border: 3px solid rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      border-top-color: #000000;
      animation: spin 1s cubic-bezier(0.33, 1, 0.68, 1) infinite; }

.template-index .project-card {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #000000;
  cursor: pointer;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-index .project-card {
      gap: 16px;
      padding: 35px 0;
      flex-direction: column; } }
  .template-index .project-card:first-child {
    border-top: 1px solid #000000; }
  .template-index .project-card:hover .project-card__image img {
    transform: scale(1.05); }
  .template-index .project-card:hover .project-card__link::after {
    width: 100%; }
  .template-index .project-card__image {
    height: 183px;
    width: 183px;
    overflow: hidden; }
    .template-index .project-card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1); }
  .template-index .project-card__col {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-transform: uppercase;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-index .project-card__col {
        font-size: 15px; } }
    .template-index .project-card__col--info {
      flex: 35%; }
      .template-index .project-card__col--info h2 {
        font-size: 12px;
        margin-bottom: 52px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-index .project-card__col--info h2 {
            font-size: 15px;
            line-height: 120%;
            max-width: 80%;
            margin-bottom: 16px; } }
    .template-index .project-card__col--location {
      flex: 35%; }
    .template-index .project-card__col--media {
      flex: 20%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-index .project-card__col--media {
          padding: 7px 0; } }
    .template-index .project-card__col--action {
      flex: 10%; }
  .template-index .project-card__location {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-index .project-card__location {
        opacity: 0.5; } }
  .template-index .project-card__natures ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .template-index .project-card__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000000;
    text-decoration: none;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    /* -- @include break(mobile)-- */ }
    .template-index .project-card__link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #000000;
      transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-index .project-card__link {
        justify-content: flex-start; }
        .template-index .project-card__link::after {
          width: 100%; } }
    .template-index .project-card__link svg {
      margin-left: 8px;
      transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1); }

.template-index .no-projects {
  text-align: center;
  padding: 40px;
  font-size: 18px;
  color: #000000; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.template-equipe .container .module-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-equipe .container .module-header {
      flex-direction: column;
      gap: 125px;
      margin-bottom: 100px; } }
  .template-equipe .container .module-header .module-title .title-h1 {
    margin-bottom: 20px; }
  .template-equipe .container .module-header .module-title .title-h3 {
    max-width: 60%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-equipe .container .module-header .module-title .title-h3 {
        max-width: 50%; } }
  .template-equipe .container .module-header .description {
    max-width: 40%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-equipe .container .module-header .description {
        max-width: 100%; } }

.template-equipe .container .module-equipe {
  margin-bottom: 80px; }
  .template-equipe .container .module-equipe .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    gap: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-equipe .container .module-equipe .team-grid {
        grid-template-columns: 1fr; } }
    .template-equipe .container .module-equipe .team-grid .team-card {
      position: relative;
      overflow: hidden;
      aspect-ratio: 1/1;
      cursor: pointer; }
      .template-equipe .container .module-equipe .team-grid .team-card__image {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        background-color: #000; }
        .template-equipe .container .module-equipe .team-grid .team-card__image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
          position: absolute;
          top: 0;
          left: 0;
          will-change: opacity; }
        .template-equipe .container .module-equipe .team-grid .team-card__image .image-main {
          opacity: 1; }
        .template-equipe .container .module-equipe .team-grid .team-card__image .image-hover {
          opacity: 0; }
      .template-equipe .container .module-equipe .team-grid .team-card__overlay {
        position: absolute;
        bottom: 110px;
        left: 100px;
        width: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1); }
      .template-equipe .container .module-equipe .team-grid .team-card__info {
        color: #FFFFFF;
        position: relative;
        z-index: 3; }
      .template-equipe .container .module-equipe .team-grid .team-card__name {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 120%;
        text-transform: uppercase; }
        .template-equipe .container .module-equipe .team-grid .team-card__name .team-card__firstname {
          margin-right: 20px; }
      .template-equipe .container .module-equipe .team-grid .team-card__function {
        font-size: 16px;
        line-height: 120%;
        text-transform: uppercase;
        max-width: 80%; }
      .template-equipe .container .module-equipe .team-grid .team-card:hover .team-card__overlay {
        opacity: 1;
        transform: translateY(0); }
      .template-equipe .container .module-equipe .team-grid .team-card:hover .team-card__image .image-main {
        opacity: 0; }
      .template-equipe .container .module-equipe .team-grid .team-card:hover .team-card__image .image-hover {
        opacity: 1; }

.template-actualites .container {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-actualites .container {
      padding-bottom: 165px; } }

.template-actualites section {
  padding: 65px 0;
  /* -- @include break(mobile)-- */ }
  .template-actualites section:last-child {
    padding-bottom: 230px; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-actualites section {
      padding: 18px 0;
      border-bottom: 1px solid #000000; }
      .template-actualites section:first-child {
        padding-top: 0; }
      .template-actualites section:last-child {
        padding-bottom: 18px; } }

.template-actualites .header-page {
  display: flex;
  justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-actualites .header-page {
      flex-direction: column;
      gap: 160px;
      padding-bottom: 80px; } }
  .template-actualites .header-page .description {
    max-width: 35%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-actualites .header-page .description {
        max-width: 100%; } }

.template-actualites .module-header {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px;
  /* -- @include break(mobile)-- */ }
  .template-actualites .module-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-actualites .module-header {
      padding-bottom: 0px;
      margin-bottom: 0px; }
      .template-actualites .module-header::after {
        display: none; } }
  .template-actualites .module-header.toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* -- @include break(mobile)-- */ }
    .template-actualites .module-header.toggle-header .toggle-btn {
      display: none;
      background: transparent;
      border: none;
      padding: 0;
      margin-left: 20px;
      cursor: pointer;
      transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
      /* -- @include break(mobile)-- */ }
      .template-actualites .module-header.toggle-header .toggle-btn svg {
        display: block; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-actualites .module-header.toggle-header .toggle-btn {
          display: block; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-actualites .module-header.toggle-header .title-h3 {
        cursor: pointer; } }

.template-actualites .toggle-content {
  transition: height 0.3s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1); }

.template-actualites .module-actualites .actualites-slider {
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-actualites .module-actualites .actualites-slider {
      margin-top: 20px; } }
  .template-actualites .module-actualites .actualites-slider .actualites-nav {
    display: flex;
    justify-content: flex-end;
    gap: 13px;
    margin-bottom: 20px; }
  .template-actualites .module-actualites .actualites-slider .actualites-nav__prev,
  .template-actualites .module-actualites .actualites-slider .actualites-nav__next {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
    .template-actualites .module-actualites .actualites-slider .actualites-nav__prev:disabled, .template-actualites .module-actualites .actualites-slider .actualites-nav__prev.disabled,
    .template-actualites .module-actualites .actualites-slider .actualites-nav__next:disabled,
    .template-actualites .module-actualites .actualites-slider .actualites-nav__next.disabled {
      opacity: 0.3;
      cursor: not-allowed; }
    .template-actualites .module-actualites .actualites-slider .actualites-nav__prev svg,
    .template-actualites .module-actualites .actualites-slider .actualites-nav__next svg {
      transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
    .template-actualites .module-actualites .actualites-slider .actualites-nav__prev:hover:not(:disabled):not(.disabled) svg,
    .template-actualites .module-actualites .actualites-slider .actualites-nav__next:hover:not(:disabled):not(.disabled) svg {
      transform: translateX(2px); }
  .template-actualites .module-actualites .actualites-slider .actualites-nav__prev:hover:not(:disabled):not(.disabled) svg {
    transform: translateX(-2px); }
  .template-actualites .module-actualites .actualites-slider .actualites-grid {
    position: relative;
    overflow: hidden; }
  .template-actualites .module-actualites .actualites-slider .actualites-slide {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 18px;
    gap: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    will-change: opacity, transform;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-actualites .module-actualites .actualites-slider .actualites-slide {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 768px) {
      .template-actualites .module-actualites .actualites-slider .actualites-slide {
        grid-template-columns: 1fr; } }
  .template-actualites .module-actualites .actualites-slider .actualite-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
    color: #000000;
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
    .template-actualites .module-actualites .actualites-slider .actualite-card:hover .actualite-card__image img {
      transform: scale(1.05); }
    .template-actualites .module-actualites .actualites-slider .actualite-card__image {
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 100%;
      overflow: hidden; }
      .template-actualites .module-actualites .actualites-slider .actualite-card__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1); }
    .template-actualites .module-actualites .actualites-slider .actualite-card__content {
      text-transform: uppercase;
      font-size: 12px;
      line-height: 120%; }
    .template-actualites .module-actualites .actualites-slider .actualite-card__date {
      font-family: "interstate-mono", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-variation-settings: "wdth" 400;
      font-size: 11px;
      margin-bottom: 12px; }
    .template-actualites .module-actualites .actualites-slider .actualite-card__title {
      font-family: "interstate-mono", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-variation-settings: "wdth" 400;
      font-size: 12px;
      line-height: 120%;
      margin: 0; }

.template-actualites .module-socials .module-content {
  display: flex;
  gap: 13px; }

.template-actualites .module-socials .social_text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 120%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-actualites .module-socials .social_text {
      margin-top: 20px; } }

.template-actualites .module-socials .socials-grid {
  display: flex;
  align-items: center;
  gap: 13px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-actualites .module-socials .socials-grid {
      margin-top: 18px; } }
  .template-actualites .module-socials .socials-grid img {
    filter: brightness(0); }

.template-actualites .module-charte .module-header {
  margin-bottom: 45px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-actualites .module-charte .module-header {
      margin-bottom: 0px; } }

.template-actualites .module-charte .charte-image {
  display: block;
  height: 282px;
  width: 100%;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-actualites .module-charte .charte-image {
      margin-top: 30px; } }
  .template-actualites .module-charte .charte-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.template-mouvement .header-page {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-mouvement .header-page {
      flex-direction: column;
      gap: 123px;
      margin-bottom: 130px; } }
  .template-mouvement .header-page .description {
    max-width: 35%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-mouvement .header-page .description {
        max-width: 100%; } }

.template-mouvement .module-main-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #000; }
  .template-mouvement .module-main-image img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
    position: absolute;
    top: 0;
    left: 0;
    will-change: opacity; }
  .template-mouvement .module-main-image .image-main {
    opacity: 1; }
  .template-mouvement .module-main-image .image-hover {
    opacity: 0; }
  .template-mouvement .module-main-image:hover .image-hover {
    opacity: 1; }
  .template-mouvement .module-main-image:hover .image-main {
    opacity: 0; }

.template-mouvement .module-citation {
  max-width: 40%;
  font-family: "interstate-mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "wdth" 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 auto;
  padding: 240px 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-mouvement .module-citation {
      font-size: 22px;
      max-width: 100%;
      padding: 130px 0; } }

.template-mouvement .module-2cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-mouvement .module-2cols {
      grid-template-columns: 1fr;
      gap: 0; } }
  .template-mouvement .module-2cols .module-media {
    height: 580px;
    aspect-ratio: 1/1;
    position: relative;
    margin-bottom: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-mouvement .module-2cols .module-media {
        height: 330px;
        width: 100%;
        margin-bottom: 100px; } }
    .template-mouvement .module-2cols .module-media video {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .template-mouvement .module-2cols .module-title {
    z-index: 1;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (min-width: 991px) {
      .template-mouvement .module-2cols .module-title {
        max-width: 50%;
        position: absolute;
        top: 35px;
        right: -200px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-mouvement .module-2cols .module-title {
        margin-bottom: 50px; } }
    .template-mouvement .module-2cols .module-title .title-h2 {
      text-transform: none;
      text-transform: initial;
      font-size: 25px; }
  .template-mouvement .module-2cols .module-colonne-description {
    padding-left: 50px;
    padding-top: 200px;
    max-width: 70%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-mouvement .module-2cols .module-colonne-description {
        padding-left: 0;
        padding-top: 0;
        max-width: 100%;
        margin-bottom: 125px; } }
    .template-mouvement .module-2cols .module-colonne-description ul {
      padding-left: 1rem; }

.template-mouvement .module-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1; }
  .template-mouvement .module-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.template-mouvement .module-texte {
  padding: 240px 0;
  max-width: 30%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-mouvement .module-texte {
      padding: 130px 0;
      max-width: 100%;
      font-size: 15px; } }

.template-mouvement .module-grid {
  margin-bottom: 280px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (min-width: 991px) {
    .template-mouvement .module-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px;
      gap: 15px; }
      .template-mouvement .module-grid .bloc-container, .template-mouvement .module-grid .image-container {
        display: contents; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-mouvement .module-grid {
      display: flex;
      flex-direction: column;
      gap: 5px;
      margin-bottom: 170px; }
      .template-mouvement .module-grid .bloc-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        gap: 5px;
        width: 100%; }
      .template-mouvement .module-grid .image-container {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%; } }
  .template-mouvement .module-grid .module-bloc-gauche,
  .template-mouvement .module-grid .module-bloc-droite {
    aspect-ratio: 1/1;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #000000;
    font-family: "interstate-mono", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wdth" 400;
    font-size: 30px;
    text-transform: uppercase;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-mouvement .module-grid .module-bloc-gauche,
      .template-mouvement .module-grid .module-bloc-droite {
        height: auto;
        font-size: 20px;
        padding: 20px;
        text-align: center; } }
  .template-mouvement .module-grid .module-bloc-droite {
    transform-origin: bottom right;
    will-change: transform; }
    .template-mouvement .module-grid .module-bloc-droite.animated {
      animation: rotateOpen 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards; }
  .template-mouvement .module-grid .module-image-droite,
  .template-mouvement .module-grid .module-image-gauche {
    height: auto;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1/1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-mouvement .module-grid .module-image-droite,
      .template-mouvement .module-grid .module-image-gauche {
        height: 330px;
        aspect-ratio: auto; } }
    .template-mouvement .module-grid .module-image-droite img,
    .template-mouvement .module-grid .module-image-gauche img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

@keyframes rotateOpen {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }

.template-agence .title-h1 {
  margin-bottom: 90px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-agence .title-h1 {
      margin-bottom: 160px; } }

.template-agence .header-page {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  gap: 140px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-agence .header-page {
      flex-direction: column;
      gap: 0;
      margin-bottom: 112px; } }
  .template-agence .header-page .tag {
    font-size: 12px;
    text-transform: uppercase;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-agence .header-page .tag {
        padding-bottom: 22px; } }
  .template-agence .header-page .title-h2 {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-agence .header-page .title-h2 {
        margin-bottom: 40px; } }
  .template-agence .header-page .description {
    max-width: 35%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-agence .header-page .description {
        max-width: 100%; } }

.template-agence .module-main-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #000; }
  .template-agence .module-main-media video {
    width: 50%;
    height: 50%;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    will-change: opacity; }
  .template-agence .module-main-media .relative {
    position: relative;
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .template-agence .module-main-media .relative::after {
      content: "";
      display: block;
      width: 96px;
      height: 96px;
      background-color: #000000;
      position: absolute;
      top: calc(100% + 1px);
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
  .template-agence .module-main-media .image-main {
    opacity: 1; }
  .template-agence .module-main-media .image-hover {
    opacity: 0; }
  .template-agence .module-main-media:hover .image-hover {
    opacity: 1; }
  .template-agence .module-main-media:hover .image-main {
    opacity: 0; }

.template-agence .module-content section:last-child {
  padding-bottom: 0; }

.template-agence .module-texte-bas .texte-bas {
  max-width: 40%;
  text-align: center;
  margin: 0 auto;
  padding: 200px 0 120px 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-agence .module-texte-bas .texte-bas {
      max-width: 100%;
      padding-top: 180px;
      padding-bottom: 70px; } }
  .template-agence .module-texte-bas .texte-bas p {
    font-size: 30px;
    font-family: "interstate-mono", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wdth" 400;
    text-transform: uppercase;
    line-height: 120%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-agence .module-texte-bas .texte-bas p {
        font-size: 22px; } }
    .template-agence .module-texte-bas .texte-bas p a {
      position: relative; }
      .template-agence .module-texte-bas .texte-bas p a:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000000;
        position: absolute;
        bottom: -2px;
        left: 0; }

.template-agence .module-texte-bas .animation-square-timeline {
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 160px;
  gap: 10px;
  justify-content: space-between;
  overflow: hidden;
  padding: 10px 0;
  perspective: 800px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-agence .module-texte-bas .animation-square-timeline {
      margin-bottom: 180px;
      height: 43px;
      gap: 1px; } }
  .template-agence .module-texte-bas .animation-square-timeline .square {
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #000000;
    flex-shrink: 0;
    transform-origin: center;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    transform-style: preserve-3d; }

.template-agence .module-02-contenu-2cols.layout-img + .module-01-texte-citation.layout-citation {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-agence .module-02-contenu-2cols.layout-img + .module-01-texte-citation.layout-citation {
      margin-top: -60px; } }

.template-contact {
  color: #FFFFFF;
  background-color: #000000; }
  .template-contact .header-page {
    margin-bottom: 100px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .header-page {
        margin-bottom: 40px; } }
  .template-contact .grid-contact {
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .grid-contact {
        flex-direction: column;
        gap: 75px;
        padding-bottom: 130px; } }
    .template-contact .grid-contact .col-left {
      flex: 40%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .grid-contact .col-left {
          flex: 100%;
          order: 2; } }
      .template-contact .grid-contact .col-left .adresse {
        display: flex;
        flex-direction: column;
        gap: 10px;
        text-transform: uppercase;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-contact .grid-contact .col-left .adresse {
            display: none; } }
        .template-contact .grid-contact .col-left .adresse-infos {
          display: flex;
          flex-direction: column; }
        .template-contact .grid-contact .col-left .adresse-localisation {
          display: flex;
          flex-direction: column; }
      .template-contact .grid-contact .col-left .module-contacts {
        padding: 70px 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-contact .grid-contact .col-left .module-contacts {
            padding: 0; } }
        .template-contact .grid-contact .col-left .module-contacts .contacts-grid {
          display: flex;
          flex-direction: column;
          gap: 20px; }
        .template-contact .grid-contact .col-left .module-contacts .contact-item {
          text-transform: uppercase;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .template-contact .grid-contact .col-left .module-contacts .contact-item {
              line-height: 100%; } }
          .template-contact .grid-contact .col-left .module-contacts .contact-item .title-h3 {
            opacity: 0.5; }
          .template-contact .grid-contact .col-left .module-contacts .contact-item .title-h3,
          .template-contact .grid-contact .col-left .module-contacts .contact-item .contact-mail {
            font-family: "interstate", sans-serif;
            font-optical-sizing: auto;
            font-weight: 500;
            font-style: normal;
            font-variation-settings: "wdth" 500;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .template-contact .grid-contact .col-left .module-contacts .contact-item .title-h3,
              .template-contact .grid-contact .col-left .module-contacts .contact-item .contact-mail {
                font-size: 12px; } }
      .template-contact .grid-contact .col-left .charte_graphique {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-contact .grid-contact .col-left .charte_graphique {
            display: none; } }
    .template-contact .grid-contact .col-right {
      flex: 60%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-contact .grid-contact .col-right {
          flex: 100%;
          order: 1; } }
  .template-contact .module-01-nous-rejoindre {
    background-color: #FFFFFF;
    color: #000000;
    padding: 110px 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-contact .module-01-nous-rejoindre {
        padding: 130px 0; } }
    .template-contact .module-01-nous-rejoindre .content {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      max-width: 1325px; }

.single-project.tc-view {
  padding: 195px 0;
  /* -- @include break(mobile)-- */ }
  .single-project.tc-view section:last-child {
    padding-bottom: 0; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-project.tc-view {
      padding: 142px 0 130px 0; }
      .single-project.tc-view section:last-child {
        padding-bottom: 100px; } }

.single-project__header {
  margin-bottom: 40px; }
  .single-project__header-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .single-project__header-top {
        flex-direction: column;
        margin-bottom: 100px; } }
    .single-project__header-top-title {
      display: flex;
      flex-direction: column;
      gap: 10px;
      max-width: 40%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .single-project__header-top-title {
          gap: 0;
          max-width: 100%; } }
    .single-project__header-top-content {
      display: flex;
      flex-direction: column;
      gap: 10px;
      max-width: 30%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .single-project__header-top-content {
          gap: 22px;
          max-width: 100%; } }

.single-project .back-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 54px;
  font-size: 12px;
  text-decoration: none; }
  .single-project .back-link svg {
    margin-right: 8px; }
  .single-project .back-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: #000000;
    transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1); }
  .single-project .back-link:hover::after {
    width: 100%; }
  .single-project .back-link.mobile {
    margin-bottom: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (min-width: 991px) {
      .single-project .back-link.mobile {
        display: none; } }

.single-project__title {
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-project__title {
      margin-bottom: 16px; } }

.single-project__sous-titre {
  font-family: "interstate", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 500;
  font-size: 13px; }

.single-project__natures {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-project__natures {
      font-size: 16px; } }

.single-project__description {
  margin-bottom: 42px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-project__description {
      margin-bottom: 32px; } }

.single-project__dossier-de-presse {
  width: -moz-fit-content;
  width: fit-content; }
  .single-project__dossier-de-presse::after {
    background-color: #000000; }

.single-project__lieu {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-project__lieu {
      font-size: 20px; } }

.single-project__image {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-project__image {
      margin-bottom: 30px; } }
  .single-project__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px; }

.single-project__informations {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-project__informations {
      gap: 7px;
      margin-top: 45px;
      margin-bottom: 120px; } }

.single-project__information {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 30px;
  gap: 30px; }
  .single-project__information .information-label {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "interstate-mono", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wdth" 400;
    line-height: 160%; }
  .single-project__information .information-value {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .single-project__information .information-value {
        font-size: 12px; } }

.single-project .module-01-project-medias.layout-full + .module-02-project-contenus.type-media {
  padding-top: 20px;
  padding-bottom: 20px; }

.single-project .module-01-project-medias.layout-full + .module-02-project-contenus.type-media + .module-01-project-medias.layout-full {
  padding-top: 0; }

.single-project .module-01-project-medias.layout-full[\:has\(\%2B\%20.module-02-project-contenus.type-media\%20\%2B\%20.module-01-project-medias.layout-full\)] {
  padding-bottom: 0; }

.single-project .module-01-project-medias.layout-full:has(+ .module-02-project-contenus.type-media + .module-01-project-medias.layout-full) {
  padding-bottom: 0; }

.module-01-project-medias .module-image {
  height: 1175px;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-01-project-medias .module-image {
      height: 330px;
      width: 100%; } }
  .module-01-project-medias .module-image.rect {
    height: 575px; }
  .module-01-project-medias .module-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1); }
  .module-01-project-medias .module-image .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 60%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-project-medias .module-image .hover-content {
        padding: 20px; } }
    .module-01-project-medias .module-image .hover-content .hover-title {
      font-family: "interstate", sans-serif;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      font-variation-settings: "wdth" 500;
      font-size: 13px;
      text-transform: uppercase;
      margin-bottom: 1rem;
      transform: translateY(1rem);
      transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1); }
    .module-01-project-medias .module-image .hover-content .hover-description {
      font-size: 13px;
      transform: translateY(20px);
      transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.05s; }
  .module-01-project-medias .module-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    z-index: 1; }
  .module-01-project-medias .module-image:hover .hover-content {
    opacity: 1; }
    .module-01-project-medias .module-image:hover .hover-content .hover-title,
    .module-01-project-medias .module-image:hover .hover-content .hover-description {
      transform: translateY(0); }
  .module-01-project-medias .module-image:hover::before {
    opacity: 0.8; }

.module-01-project-medias .module-image.hover-black .hover-content {
  padding-left: 100px;
  max-width: 80%; }

.module-01-project-medias .module-image.hover-black::before {
  background-color: #000000; }

.module-01-project-medias .module-image.hover-black .hover-content {
  color: #FFFFFF; }

.module-01-project-medias .module-image.hover-white::before {
  background-color: #FFFFFF; }

.module-01-project-medias .module-image.hover-white .hover-content {
  color: #000000; }

.module-01-project-medias .module-image.hover-white:hover::before {
  opacity: 1; }

.module-01-project-medias.layout-2cols .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px;
  gap: 14px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-01-project-medias.layout-2cols .content {
      grid-template-columns: 1fr;
      gap: 10px; } }
  .module-01-project-medias.layout-2cols .content .module-image {
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-project-medias.layout-2cols .content .module-image {
        height: 330px;
        width: 100%; } }

.module-02-project-contenus .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px;
  gap: 14px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-02-project-contenus .content {
      grid-template-columns: 1fr;
      gap: 40px; } }

.module-02-project-contenus .module-image {
  aspect-ratio: 1/1;
  flex: 50%;
  overflow: hidden;
  position: relative; }
  .module-02-project-contenus .module-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.module-02-project-contenus.layout-imgright .module-text {
  order: 1; }

.module-02-project-contenus.layout-imgright .module-image {
  order: 2; }

.module-02-project-contenus.layout-imgleft .module-text {
  order: 2;
  margin-left: 30px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-02-project-contenus.layout-imgleft .module-text {
      margin-left: 0; } }

.module-02-project-contenus.layout-imgleft .module-image {
  order: 1; }

.module-02-project-contenus .module-text {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-02-project-contenus .module-text {
      max-width: 100%; } }
  .module-02-project-contenus .module-text .title-h3 {
    font-family: "interstate", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 500;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-02-project-contenus .module-text .title-h3 {
        margin-bottom: 22px; } }

.module-02-project-contenus.type-text .content {
  padding: 70px 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-02-project-contenus.type-text .content {
      padding: 0; } }

.module-03-project-etat-des-lieux .content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-project-etat-des-lieux .content {
      gap: 25px; } }

.module-03-project-etat-des-lieux .wrapper-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px;
  gap: 14px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-project-etat-des-lieux .wrapper-image {
      grid-template-columns: 1fr;
      gap: 45px; } }

.module-03-project-etat-des-lieux .module-image {
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-project-etat-des-lieux .module-image {
      height: 330px;
      width: 100%;
      margin-bottom: 20px; } }
  .module-03-project-etat-des-lieux .module-image.mb-0 {
    margin-bottom: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-project-etat-des-lieux .module-image.mb-0 {
        margin-bottom: 0; } }
  .module-03-project-etat-des-lieux .module-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.module-03-project-etat-des-lieux .module-text .title-h3 {
  font-family: "interstate", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 500;
  text-transform: uppercase;
  margin-bottom: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-project-etat-des-lieux .module-text .title-h3 {
      font-size: 12px; } }

.module-03-project-etat-des-lieux .module-description {
  max-width: 40%;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-project-etat-des-lieux .module-description {
      font-size: 12px;
      line-height: 120%; } }

.module-01-nous-rejoindre .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-01-nous-rejoindre .content {
      flex-direction: column;
      gap: 60px; } }
  .module-01-nous-rejoindre .content .link-external {
    width: -moz-fit-content;
    width: fit-content; }
  .module-01-nous-rejoindre .content .module-title {
    display: flex;
    justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-nous-rejoindre .content .module-title {
        flex-direction: column; } }
    .module-01-nous-rejoindre .content .module-title .title-h1 {
      max-width: 30%;
      margin-bottom: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-nous-rejoindre .content .module-title .title-h1 {
          max-width: 100%; } }
    .module-01-nous-rejoindre .content .module-title .description {
      margin-bottom: 45px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-nous-rejoindre .content .module-title .description {
          margin-bottom: 22px; } }
    .module-01-nous-rejoindre .content .module-title .right {
      width: 100%;
      max-width: 55%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-nous-rejoindre .content .module-title .right {
          max-width: 100%; } }
      .module-01-nous-rejoindre .content .module-title .right .bottom {
        display: flex;
        gap: 32px; }
  .module-01-nous-rejoindre .content .module-offres {
    width: 100%;
    max-width: 55%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-nous-rejoindre .content .module-offres {
        max-width: 100%; } }
    .module-01-nous-rejoindre .content .module-offres .list-offres {
      display: flex;
      flex-direction: column;
      margin-bottom: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-nous-rejoindre .content .module-offres .list-offres {
          margin-bottom: 60px; } }
      .module-01-nous-rejoindre .content .module-offres .list-offres .offre {
        display: grid;
        grid-template-columns: 105px 1fr 60px;
        grid-gap: 20px;
        gap: 20px;
        padding: 16px 0;
        border-top: 1px solid #000000;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 120%;
        /* -- @include break(mobile)-- */ }
        .module-01-nous-rejoindre .content .module-offres .list-offres .offre:last-child {
          border-bottom: 1px solid #000000; }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-01-nous-rejoindre .content .module-offres .list-offres .offre {
            display: flex;
            flex-direction: column;
            gap: 0;
            padding: 13px 0; }
            .module-01-nous-rejoindre .content .module-offres .list-offres .offre .statut {
              margin-bottom: 10px; }
            .module-01-nous-rejoindre .content .module-offres .list-offres .offre .title {
              margin-bottom: 22px; } }
    .module-01-nous-rejoindre .content .module-offres .link-external {
      margin-left: auto;
      margin-right: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-nous-rejoindre .content .module-offres .link-external {
          margin-left: 0; } }

.module-01-texte-citation .module-citation {
  max-width: 55%;
  text-align: center;
  margin: 0 auto;
  padding: 240px 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    .module-01-texte-citation .module-citation {
      max-width: 100%; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-01-texte-citation .module-citation {
      padding: 70px 0; } }
  .module-01-texte-citation .module-citation .title-h3 {
    font-size: 30px;
    font-family: "interstate-mono", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wdth" 400;
    text-transform: uppercase;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-texte-citation .module-citation .title-h3 {
        font-size: 22px; } }

.module-01-texte-citation.layout-texte .content {
  display: flex;
  gap: 140px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-01-texte-citation.layout-texte .content {
      flex-direction: column;
      gap: 0; } }

.module-01-texte-citation.layout-texte .tag {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-01-texte-citation.layout-texte .tag {
      margin-bottom: 22px; } }

.module-01-texte-citation.layout-texte .title-h2 {
  font-family: "interstate-mono", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: "wdth" 400;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-01-texte-citation.layout-texte .title-h2 {
      max-width: 60%;
      margin-bottom: 40px; } }

.module-01-texte-citation .tag {
  font-size: 12px;
  text-transform: uppercase; }

.module-01-texte-citation .description {
  max-width: 35%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-01-texte-citation .description {
      max-width: 100%; } }

.module-02-contenu-2cols.layout-imgTxt {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-02-contenu-2cols.layout-imgTxt {
      padding-top: 0; } }
  .module-02-contenu-2cols.layout-imgTxt .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    gap: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-02-contenu-2cols.layout-imgTxt .content {
        grid-template-columns: 1fr; } }
  .module-02-contenu-2cols.layout-imgTxt .module-image {
    position: relative;
    height: 580px;
    overflow: visible;
    aspect-ratio: 1 / 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-02-contenu-2cols.layout-imgTxt .module-image {
        height: 330px;
        width: 100%;
        margin-bottom: 112px; } }
    .module-02-contenu-2cols.layout-imgTxt .module-image img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .module-02-contenu-2cols.layout-imgTxt .module-image .module-title {
      max-width: 50%;
      position: absolute;
      top: 80px;
      right: -200px;
      z-index: 1; }
      .module-02-contenu-2cols.layout-imgTxt .module-image .module-title .title-h2 {
        text-transform: none;
        text-transform: initial;
        font-size: 25px; }
  .module-02-contenu-2cols.layout-imgTxt .module-text {
    padding-left: 95px;
    padding-top: 250px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-02-contenu-2cols.layout-imgTxt .module-text {
        padding-left: 0;
        padding-top: 0;
        max-width: 100%; } }
    .module-02-contenu-2cols.layout-imgTxt .module-text .module-title .title-h2 {
      text-transform: none;
      text-transform: initial;
      font-size: 25px;
      margin-bottom: 55px; }
    .module-02-contenu-2cols.layout-imgTxt .module-text ul {
      padding-left: 1rem; }
    .module-02-contenu-2cols.layout-imgTxt .module-text .description {
      max-width: 90%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-02-contenu-2cols.layout-imgTxt .module-text .description {
          max-width: 100%; } }

.module-02-contenu-2cols.layout-img .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px;
  gap: 14px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-02-contenu-2cols.layout-img .content {
      grid-template-columns: 1fr;
      gap: 10px; } }
  .module-02-contenu-2cols.layout-img .content .module-image {
    aspect-ratio: 1 / 1;
    overflow: hidden; }
    .module-02-contenu-2cols.layout-img .content .module-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.module-03-contenu-image-full.layout-bg .content {
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-contenu-image-full.layout-bg .content {
      min-height: 690px; } }

.module-03-contenu-image-full.layout-bg .bg {
  aspect-ratio: 1/1;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-contenu-image-full.layout-bg .bg {
      position: absolute;
      left: -6%;
      display: flex;
      width: 112%;
      height: 100%; } }
  .module-03-contenu-image-full.layout-bg .bg img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.module-03-contenu-image-full.layout-bg .module-text {
  position: absolute;
  z-index: 1;
  top: 160px;
  left: 0;
  padding: 0 130px;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #FFFFFF;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-contenu-image-full.layout-bg .module-text {
      position: relative;
      top: auto;
      top: initial;
      padding: 0;
      padding-top: 56px; } }
  .module-03-contenu-image-full.layout-bg .module-text .title-h2 {
    display: grid;
    grid-template-columns: 1fr 40%;
    justify-content: space-between;
    margin-bottom: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-contenu-image-full.layout-bg .module-text .title-h2 {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 57px; } }
    .module-03-contenu-image-full.layout-bg .module-text .title-h2 .title-2 {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-03-contenu-image-full.layout-bg .module-text .title-h2 .title-2 {
          max-width: 100%;
          padding-top: 50px; } }
  .module-03-contenu-image-full.layout-bg .module-text .description {
    max-width: 40%;
    margin-right: 0;
    margin-left: auto;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-contenu-image-full.layout-bg .module-text .description {
        max-width: 100%;
        font-size: 15px; } }

.module-03-contenu-image-full.layout-anim .content {
  background-color: #000000;
  color: #FFFFFF;
  padding: 230px 100px 275px 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1/1;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-contenu-image-full.layout-anim .content {
      position: relative;
      padding: 88px 0 110px 0; }
      .module-03-contenu-image-full.layout-anim .content::before {
        content: "";
        position: absolute;
        top: 0;
        left: -6%;
        display: block;
        width: 112%;
        height: 100%;
        background-color: #000000;
        z-index: 0; }
      .module-03-contenu-image-full.layout-anim .content > * {
        position: relative;
        z-index: 1; } }

.module-03-contenu-image-full.layout-anim .module-text {
  display: flex;
  justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-contenu-image-full.layout-anim .module-text {
      flex-direction: column; } }
  .module-03-contenu-image-full.layout-anim .module-text .title-h2 {
    max-width: 40%;
    font-family: "interstate-mono", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wdth" 400;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-contenu-image-full.layout-anim .module-text .title-h2 {
        max-width: 80%;
        margin-bottom: 40px; } }
  .module-03-contenu-image-full.layout-anim .module-text .description {
    max-width: 40%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-contenu-image-full.layout-anim .module-text .description {
        max-width: 100%; } }

.module-03-contenu-image-full.layout-anim .animation-square {
  display: flex;
  gap: 10px;
  width: 100%;
  position: relative;
  padding: 20px 0;
  cursor: pointer;
  overflow: hidden;
  transition: gap 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-contenu-image-full.layout-anim .animation-square {
      padding-top: 90px;
      gap: 5px; } }
  .module-03-contenu-image-full.layout-anim .animation-square .square {
    display: block;
    width: 93px;
    height: 93px;
    aspect-ratio: 1/1;
    background-color: #FFFFFF;
    flex-shrink: 0;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: transform;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-03-contenu-image-full.layout-anim .animation-square .square {
        width: 42px;
        height: 42px; } }

.module-04-contenu-caracteristiques .content {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-04-contenu-caracteristiques .content {
      flex-direction: column;
      gap: 0; } }
  .module-04-contenu-caracteristiques .content .title-h2 {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-04-contenu-caracteristiques .content .title-h2 {
        margin-bottom: 40px; } }
  .module-04-contenu-caracteristiques .content > .description {
    max-width: 30%;
    margin-right: 50px;
    /* -- @include break(mobile)-- */ }
    .module-04-contenu-caracteristiques .content > .description p:not(:last-child) {
      margin-bottom: 1rem; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-04-contenu-caracteristiques .content > .description {
        max-width: 100%;
        margin-bottom: 65px; } }

.module-04-contenu-caracteristiques .module-caracteristiques .caracteristique {
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #000000; }
  .module-04-contenu-caracteristiques .module-caracteristiques .caracteristique:last-child {
    border-bottom: 1px solid #000000; }
  .module-04-contenu-caracteristiques .module-caracteristiques .caracteristique .title-h3 {
    text-transform: uppercase; }


/*# sourceMappingURL=style.css.map*/