/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/sass/main.scss ***!
  \********************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --transition-time: 0.5s;
  --default-transition: all 0.25s ease-in-out;
  --section-margin: 10em;
  --section-padding: 6em;
  --2-padding: 2em;
  --4-padding: 4em;
  --border-radius: 3px;
  --banner-offset: 20em;
  --gap: 1em;
  --white: #ffffff;
  --grey: #707070;
  --black-light: #474e62;
  --green: #cbd524;
  --green-50: #cbd52480;
  --green-20: #cbd52433;
  --pink: #ea5197;
  --black: rgb(22, 22, 21);
  --text-color: var(--black);
  --fs-base: 1.6rem;
  --fs-12: 1.2rem;
  --fs-14: 1.4rem;
  --fs-16: 1.6rem;
  --fs-17: 1.7rem;
  --fs-20: 2rem;
  --fs-22: 2.2rem;
  --fs-26: 2.6rem;
  --fs-30: 3rem;
  --fs-35: 3.5rem;
  --fs-56: 5.6rem;
  --fs-100: 10rem;
  --ff-base: "Poppins", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --ff-brush: "BrushScript", "Brush Script MT", cursive;
  --header-size: 154px;
  --footer-size: 423px;
  --header-and-footer-size: calc(var(--header-size) + var(--footer-size));
  --rail-color: var(--black-light);
  --rail-w: 1px;
  --rail-x: 80px;
  --rail-knee-y: 140px;
  --rail-h-len: 100%;
  --rail-v2-len: 160px;
}

/*
 * #############################################################################
 * @Filename: _mixins.scss                                                     #
 * @Date: 2025-10-31 10:37                                                     #
 * @Author: Tanguy Hiceo                                                       #
 * @Author email: tavet.hiceo@gmail.com                                        #
 * @Last Modified: 2025-10-31 10:37                                            #
 * @Modified By: Tanguy Hiceo                                                  #
 * @Copyright (c) 2025 -                                                       #
 * #############################################################################
 */
/*
/// @param {String}  $family   - Nom de la police (CSS)
/// @param {String}  $file     - Chemin + nom de base du fichier (sans extension)
/// @param {Number}  $weight   - Poids (ex: 400)
/// @param {String}  $style    - Style (ex: normal, italic)
/// @param {String}  $display  - font-display (ex: swap)
/// @param {List}    $formats  - Liste des formats disponibles dans ton projet (ex: (woff2, woff))
/// @param {List}    $local    - Liste des noms locaux (ex: ('Poppins Regular','Poppins-Regular'))
*/
/* ===== Usage ===== */
/* -------- CSS reset ------------- */
/* https://piccalil.li/blog/a-modern-css-reset --> example of resets */
/* box sizing and reset margins */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* set up the body */
body {
  box-sizing: border-box;
  line-height: 1.5;
  min-height: 100vh;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

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

/* make img easier to work with */
img,
picture {
  max-width: 100%;
  height: auto;
}

/* make form elements easier to work with */
input,
button,
textarea,
select {
  font: inherit;
}

/* remove animations for people who've turned them off */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*font-size inherit for elements in h tag*/
:is(h1, h2, h3, h4, h5, h6) span {
  font-size: inherit;
}

/*
 * #############################################################################
 * @Filename: _utility_classes.scss                                            #
 * @Date: Friday, July 7th 2023, 10:48:26                                      #
 * @Author: HiceoTristan                                                       #
 * @Author email: webmaster@hiceo.fr                                           #
 * @Last Modified: Wednesday, March 13th 2024, 09:29:59                        #
 * @Modified By: HiceoTristan                                                  #
 * @Copyright (c) 2023 Hiceo                                                   #
 * #############################################################################
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

.banner > .elementor-container {
  padding-block: var(--banner-offset);
}

/* #####################################################################################
 * ############################## TITLE WITH UNDERLINE ####################################
 * ##################################################################################### */
.title-with-underline .underline {
  font-size: inherit;
  position: relative;
}
.title-with-underline .underline::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  display: flex;
  width: 100%;
  height: 2px;
  background-color: var(--green);
}

.green-text {
  color: var(--green);
}

.capitalize {
  text-transform: uppercase;
}

.bolder {
  font-weight: 700;
}

/*
 * #############################################################################
 * @Filename: _aosRewrite.scss                                                 #
 * @Date: Friday, February 9th 2024, 02:03:5                                   #
 * @Author: TBergerDev                                                         #
 * @Author email: tristan.berger.dev@gmail.com                                 #
 * @Last Modified: Friday, February 9th 2024, 02:03:14                         #
 * @Modified By: TBergerDev                                                    #
 * @Copyright (c) 2024 -                                                       #
 * #############################################################################
*/
.elementor-element.fadeInDown {
  animation-name: fadeInDownCustom;
}

@keyframes fadeInDownCustom {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInLeft {
  animation-name: fadeInLeftCustom;
}

@keyframes fadeInLeftCustom {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInRight {
  animation-name: fadeInRightCustom;
}

@keyframes fadeInRightCustom {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInUp {
  animation-name: fadeInUpCustom;
}

@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.fadeInUpFast {
  animation-name: fadeInUpFast;
}

@keyframes fadeInUpFast {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.elementor-element.slideInLeft {
  animation-name: slideInLeftCustom;
}

@keyframes slideInLeftCustom {
  from {
    transform: translate3d(-100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.elementor-element.slideInRight {
  animation-name: slideInRightCustom;
}

@keyframes slideInRightCustom {
  from {
    transform: translate3d(100px, 0, 0);
  }
  to {
    transform: none;
  }
}
.elementor-element.slideInUp {
  animation-name: slideInUpCustom;
}

@keyframes slideInUpCustom {
  from {
    transform: translate3d(0, 100px, 0);
  }
  to {
    transform: none;
  }
}
.elementor-element.slideInDown {
  animation-name: slideInDownCustom;
}

@keyframes slideInDownCustom {
  from {
    transform: translate3d(0, -100px, 0);
  }
  to {
    transform: none;
  }
}
.addedAnimation:not(.animated) {
  opacity: 0;
}

/*
* PREFER USING WOFF2 FILES /!\
*/
@font-face {
  font-family: "BrushScript";
  src: url(../fonts/BRUSHSCI..ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Thin..ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-ThinItalic..ttf) format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-ExtraLight..ttf) format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-ExtraLightItalic..ttf) format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Light..ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-LightItalic..ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular..ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium..ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-MediumItalic..ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold..ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBoldItalic..ttf) format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold..ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-BoldItalic..ttf) format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-ExtraBold..ttf) format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-ExtraBoldItalic..ttf) format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Black..ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-BlackItalic..ttf) format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
h1,
h2,
h3 {
  font-family: var(--ff-base);
}

h4,
h5,
p,
a,
input,
textarea,
button,
label,
span,
li,
select {
  font-family: var(--ff-base);
}

h1,
h2,
h3,
h4,
h5,
li,
p {
  cursor: default;
}

a,
span,
button,
label {
  font-size: var(--fs-base);
}

ul li {
  font-size: var(--fs-base);
}

label.disabled {
  color: rgba(36, 36, 35, 0.5);
}

p {
  margin-block-end: 0px;
}

#wpadminbar h1,
#wpadminbar h2,
#wpadminbar h3,
#wpadminbar h4,
#wpadminbar h5,
#wpadminbar p,
#wpadminbar a,
#wpadminbar input,
#wpadminbar textarea,
#wpadminbar button,
#wpadminbar label,
#wpadminbar span {
  color: white !important;
}

html {
  font-size: 0.625em;
}

header {
  z-index: 999 !important;
}

html,
body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  transition: background-color var(--transition-time);
}

.has-image-shadow {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

a {
  transition: all var(--transition-time) !important;
}

.elementor {
  position: relative;
}

.elementor-widget-image-carousel .swiper-wrapper {
  transition-timing-function: linear;
}
.elementor-widget-image-carousel .swiper-wrapper .swiper-slide-inner {
  border-radius: var(--border-radius);
  display: flex;
  height: 10em;
  justify-content: center;
  margin-right: 2em !important;
}
.elementor-widget-image-carousel .swiper-wrapper .swiper-slide-inner img {
  object-fit: contain;
  padding: 1em;
}

.elementor-button {
  transition: all var(--transition-time) !important;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
  position: relative;
  z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
  visibility: hidden;
  pointer-events: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

/*
 * #############################################################################
 * @Filename: _header.scss                                                     #
 * @Date: Friday, August 5th 2022, 01:42:39                                    #
 * @Author: HiceoTristan                                                       #
 * @Author email: webmaster@hiceo.fr                                           #
 * @Last Modified: Thursday, February 29th 2024, 09:20:39                      #
 * @Modified By: HiceoTristan                                                  #
 * @Copyright (c) 2023 Hiceo                                                   #
 * #############################################################################
*/
#masthead {
  position: sticky !important;
  top: 0;
  transform: translateY(0);
  transition: all var(--transition-time);
  width: 100%;
  backdrop-filter: blur(50px);
  background-color: rgba(71, 78, 98, 0.7);
}
#masthead.scrolled-bot {
  transform: translateY(-100%);
  box-shadow: none;
}
#masthead.has-scroll .header-logo .logo-href {
  height: 60px;
}
#masthead.has-scroll .header-logo .title-href span {
  font-size: var(--fs-12);
  white-space: nowrap;
}

.header-logo .elementor-widget-html .elementor-widget-container {
  display: flex;
}
.header-logo .logo-href {
  transition: var(--default-transition);
}
.header-logo .logo-href .logo-blacklight {
  fill: var(--white);
}
.header-logo .logo-href .logo-green {
  fill: var(--green);
}
.header-logo .title-href span {
  transition: var(--default-transition);
}
.header-actions-search form.hfe-input-focus .hfe-search-icon-toggle i.fa-search {
  color: var(--green);
  fill: var(--green);
}

@media (max-width: 450px) {
  .header .header-logo svg {
    width: 120px;
  }
  .header .toggle-theme {
    padding: 6px 14px;
    font-size: 12px;
  }
  .header .toggle-theme span {
    font-size: 20px;
  }
  .header #hamburger svg {
    width: 25px;
  }
}
@media (max-width: 350px) {
  .header .header-logo svg {
    width: 110px;
  }
  .header .toggle-theme {
    padding: 4px 9px;
    font-size: 11px;
  }
  .header .toggle-theme span {
    font-size: 18px;
  }
  .header #hamburger svg {
    width: 20px;
  }
}
/*
 * #############################################################################
 * @Filename: _footer.scss                                                     #
 * @Date: Friday, August 5th 2022, 01:42:39                                    #
 * @Author: HiceoTristan                                                       #
 * @Author email: webmaster@hiceo.fr                                           #
 * @Last Modified: Wednesday, February 28th 2024, 10:01:08                     #
 * @Modified By: HiceoTristan                                                  #
 * @Copyright (c) 2023 Hiceo                                                   #
 * #############################################################################
*/
/*
 * #############################################################################
 * @Filename: footer.scss                                                      #
 * @Date: Friday, May 26th 2023, 10:05:33                                      #
 * @Author: HiceoTristan                                                       #
 * @Author email: webmaster@hiceo.fr                                           #
 * @Last Modified: Friday, May 26th 2023, 12:22:51                             #
 * @Modified By: HiceoTristan                                                  #
 * @Copyright (c) 2023 Hiceo                                                   #
 * #############################################################################
*/
@media screen and (max-width: 1024px) {
  .footerNavigation > .elementor-container {
    flex-direction: column;
    align-content: center;
    gap: 0;
    text-align: center;
  }
  .footerNavigation > .elementor-container > .elementor-column {
    margin: auto;
  }
  .footerNavigationSocialsFlex > .elementor-container {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footerBottom > .elementor-container {
    --gap-bottom: 0px;
  }
}
.footer {
  background-color: var(--black-light);
}
.footerBottom .socials .item {
  position: relative;
  padding: 15px;
  z-index: 0;
  overflow: hidden;
}
.footerBottom .socials .item::before {
  content: "";
  backdrop-filter: blur(50px);
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(203, 213, 36, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  z-index: -1;
  border-radius: 50%;
}
.footerBottom .socials .item a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  width: 100%;
  line-height: unset;
  z-index: 3;
}
.footerBottom .socials .item a span[data-icon-hover] {
  display: block;
  line-height: 0;
}
.footerBottom .socials .item a span[data-icon-hover] span {
  display: inline-block;
  line-height: inherit;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.footerBottom .socials .item a span[data-icon-hover] span svg {
  width: 24px;
  height: 24px;
  fill: var(--white);
}
.footerBottom .socials .item a span[data-icon-hover] .icon--hover--wrap {
  position: absolute;
  top: 0px;
  right: calc(100% + 15px);
}
.footerBottom .socials .item:hover span[data-icon-hover=slide-right] > span {
  transform: translateX(calc(100% + 15px));
}
.footerBottom .socials .item:hover span[data-icon-hover=slide-right] > .icon--hover--wrap {
  top: 0px;
  right: calc(100% + 15px);
}

/*
* MAKE STICKY FOOTER
*/
footer {
  position: sticky;
  left: 0px;
  bottom: 0px;
}

body > div.elementor,
body #page > div.elementor {
  background-color: var(--white);
  z-index: 1;
}

footer .footer .footer-logo-green {
  fill: var(--green);
}
footer .footer .footer-logo-black {
  fill: #c9c9c9;
}
footer .footer .footer-logo-grey {
  fill: #c9c9c9;
}
footer .footer .footer-logo-blackLight {
  fill: var(--white);
}

.realisation-loop-image {
  overflow: hidden;
  border-radius: 3px;
}
.realisation-loop-image img {
  transition: var(--transition-time);
  aspect-ratio: 5/4;
}
.realisation-loop:hover .realisation-loop-image img {
  transform: scale(1.05);
}
.realisation-loop-extract p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.realisation-unique-other-portfolio article {
  overflow: hidden;
}
.realisation-unique-other-portfolio article a .elementor-portfolio-item__overlay {
  background-color: transparent;
  justify-content: end;
  padding: 0px;
  transition: var(--default-transition);
}
.realisation-unique-other-portfolio article a .elementor-portfolio-item__overlay::after, .realisation-unique-other-portfolio article a .elementor-portfolio-item__overlay::before {
  content: "";
  position: absolute;
  bottom: 0px;
  display: inline-block;
  height: 0px;
  width: 0px;
}
.realisation-unique-other-portfolio article a .elementor-portfolio-item__overlay::after {
  z-index: 1;
  right: 0px;
  border-bottom: 100px solid var(--green);
  border-left: 356px solid transparent;
}
.realisation-unique-other-portfolio article a .elementor-portfolio-item__overlay::before {
  z-index: 0;
  left: 0px;
  border-right: 356px solid transparent;
  border-bottom: 76px solid var(--black-light);
}
.realisation-unique-other-portfolio article a .elementor-portfolio-item__overlay span.elementor-portfolio-item__title {
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 15px;
  padding-bottom: 15px;
  color: var(--black-light);
  font-size: var(--fs-22);
  font-weight: 600;
}
.realisation-unique-other-portfolio article a .elementor-portfolio-item__img {
  transition: var(--default-transition);
}
.realisation-unique-other-portfolio article:hover a .elementor-portfolio-item__img {
  filter: brightness(0.65);
}

.rail-section {
  position: relative;
}
.rail-section .rail-container {
  width: calc(var(--rail-x) + var(--rail-w));
}
.rail-section .rail-container.grid-projects .elementor-widget-container .rail {
  position: relative;
  min-height: 200px;
  margin-left: 100px;
}
.rail-section .rail-container.grid-projects .elementor-widget-container .rail .rail__v {
  --rail-x: 0px;
  --rail-h-len: 80%;
  left: auto;
  right: calc(var(--rail-x) + var(--rail-h-len));
}
.rail-section .rail {
  position: absolute;
  inset: 0px;
  pointer-events: none;
}
.rail-section .rail.rail--vertical {
  position: absolute;
  inset: 0px;
  pointer-events: none;
}
.rail-section .rail.rail--vertical .rail__v {
  --rail-w: 1px;
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  width: var(--rail-w);
  background-color: var(--rail-color);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
}
.rail-section .rail[data-color=secondary] .rail__v {
  background-color: var(--green);
}
.rail-section .rail.rail--elbow[data-direction=inverse] .rail__v--1 {
  left: auto;
  right: var(--rail-x);
}
.rail-section .rail.rail--elbow[data-direction=inverse] .rail__h {
  left: auto;
  right: var(--rail-x);
  transform-origin: right;
}
.rail-section .rail.rail--elbow[data-direction=inverse] .rail__v--2 {
  --rail-v2-len: 180px;
  left: auto;
  right: calc(var(--rail-x) + var(--rail-h-len));
}
.rail-section .rail.rail--elbow[data-width="80"] {
  --rail-h-len: 80%;
}
.rail-section .rail.rail--elbow {
  position: relative;
  height: 320px;
  --rail-x: 0px;
}
.rail-section .rail.rail--elbow .rail__v,
.rail-section .rail.rail--elbow .rail__h {
  position: absolute;
  background: var(--rail-color);
  display: block;
}
.rail-section .rail.rail--elbow .rail__v--1 {
  left: var(--rail-x);
  top: 0px;
  width: var(--rail-w);
  height: var(--rail-knee-y);
  transform-origin: top;
  transform: scaleY(0);
}
.rail-section .rail.rail--elbow .rail__h {
  left: var(--rail-x);
  top: var(--rail-knee-y);
  height: var(--rail-w);
  width: var(--rail-h-len);
  transform-origin: left;
  transform: scaleX(0);
}
.rail-section .rail.rail--elbow .rail__v--2 {
  left: calc(var(--rail-x) + var(--rail-h-len));
  top: var(--rail-knee-y);
  width: var(--rail-w);
  height: var(--rail-v2-len);
  transform-origin: top;
  transform: scaleY(0);
}

.post-loop-image {
  overflow: hidden;
}
.post-loop-image img {
  transition: var(--transition-time);
  aspect-ratio: 4/5;
}
.post-loop:hover .post-loop-image img {
  transform: scale(1.05);
}
.post-loop-extract p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.global-button a {
  background-color: var(--green) !important;
  transition: var(--default-transition) !important;
  transform: skew(-21deg);
  padding: 14px 24px;
  border-radius: 0px;
  font-size: var(--fs-17);
  color: var(--white);
  font-weight: 500;
  font-family: var(--ff-base);
}
.global-button a:hover {
  background-color: var(--black-light) !important;
}
.global-button a span.elementor-button-text {
  transform: skew(21deg);
}
.global-button.variant-2 a {
  position: relative;
  transform: unset;
  z-index: 2;
}
.global-button.variant-2 a span.elementor-button-text {
  transform: unset;
}
.global-button.variant-2 a::after {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: var(--default-transition);
}
.global-button.variant-2 a:hover {
  background-color: var(--green) !important;
}
.global-button.variant-2 a:hover::after {
  background-color: rgba(0, 0, 0, 0.08);
}

#submit-btn {
  background-color: var(--black-light);
  padding: 14px 24px;
  transform: skew(-21deg) translateX(8px);
  border-radius: 0px;
  border: none;
  outline: none;
  font-size: var(--fs-17);
  font-weight: 500;
  color: var(--white);
  font-family: var(--ff-base);
}
#submit-btn span.elementor-button-text {
  transform: skew(21deg);
}
#submit-btn:hover {
  background-color: var(--green);
}

.global-link a.elementor-button {
  padding: 6px 10px;
  background-color: var(--black-light);
  border-radius: 0px;
  color: var(--white);
  font-size: var(--fs-16);
  font-weight: 400;
  font-family: var(--ff-base);
  line-height: 16px;
}
.global-link a.elementor-button span {
  font-size: inherit;
}
.global-link a.elementor-button:hover {
  background-color: var(--green);
}
.global-link.variant-2 a.elementor-button {
  position: relative;
  transform: unset;
  z-index: 2;
  background-color: var(--green);
}
.global-link.variant-2 a.elementor-button::after {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: var(--default-transition);
}
.global-link.variant-2 a.elementor-button:hover::after {
  background-color: rgba(0, 0, 0, 0.08);
}

.hiceo-scrolltop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: var(--default-transition);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.hiceo-scrolltop.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
.hiceo-scrolltop.is-footer {
  position: absolute;
}
.hiceo-scrolltop__btn {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 2;
}
.hiceo-scrolltop__btn::after {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: var(--default-transition);
}
.hiceo-scrolltop__btn svg path {
  fill: var(--white);
}
.hiceo-scrolltop__btn:hover, .hiceo-scrolltop__btn:focus {
  background-color: var(--green);
}
.hiceo-scrolltop__btn:hover::after, .hiceo-scrolltop__btn:focus::after {
  background-color: rgba(0, 0, 0, 0.08);
}
.hiceo-scrolltop__progress {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hiceo-scrolltop__progress svg {
  width: 40px;
  height: 40px;
  pointer-events: none;
}
.hiceo-scrolltop__progress::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: attr(data-scroll);
  border-radius: 50%;
  font-family: var(--ff-base);
  font-weight: 700;
  color: var(--green);
}
.hiceo-scrolltop__progress .hiceo-scrolltop__bg {
  stroke-width: 2px;
  stroke: var(--green-50);
}
.hiceo-scrolltop__progress .hiceo-scrolltop__ring {
  stroke-width: 2px;
  transition: 0.1s;
  stroke: var(--green);
}

.hc-realisations-category {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap-reverse;
  z-index: 10;
}
.hc-realisations-category__item {
  font-size: var(--fs-16);
  font-family: var(--ff-base);
  font-weight: 500;
  backdrop-filter: saturate(0%) blur(4px);
  color: var(--white);
  background: linear-gradient(90deg, rgba(22, 22, 21, 0.6) 60%, rgba(22, 22, 21, 0.8) 100%);
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
}

.custom_cursor__cursor {
  position: fixed;
  display: block;
  width: 1.3021vw;
  height: 1.3021vw;
  margin-left: -0.651vw;
  margin-top: -0.651vw;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 10001;
  opacity: 0;
  transition: 0.4s opacity;
  mix-blend-mode: difference;
}
.custom_cursor__cursor .custom_cursor__center::before, .custom_cursor__cursor .custom_cursor__center::after {
  transition: 0.2s transform;
}
.custom_cursor__cursor .custom_cursor__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.custom_cursor__visible {
  opacity: 1;
}
.custom_cursor__visible .custom_cursor__center::before, .custom_cursor__visible .custom_cursor__center::after {
  transform: scale(1);
}
.custom_cursor__center::before, .custom_cursor__center::after {
  content: "";
  position: absolute;
  display: block;
  background: var(--white);
}
.custom_cursor__center::before {
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
}
.custom_cursor__center::after {
  left: 50%;
  margin-left: -1px;
  height: 100%;
  width: 2px;
}
.custom_cursor__link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.25vw;
  transform: translate(-50%, -50%) scale(0);
  background: var(--green);
  color: var(--black);
  font-size: 0.625vw;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.8333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.custom_cursor__link .arrow-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5vw;
  font-family: var(--ff-base);
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.0125vw;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.custom_cursor__link .arrow-link__label {
  display: inline-block;
  height: 0.75vw;
  line-height: 0.75vw;
  overflow-y: hidden;
}
.custom_cursor__link .arrow-link__label-text {
  display: inline-block;
  position: relative;
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.custom_cursor__link .arrow-link__arrow {
  position: relative;
  display: block;
  width: 1.3vw;
  height: 0.4167vw;
  border-radius: 0.2083vw;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.custom_cursor__link .top-left,
.custom_cursor__link .top-right,
.custom_cursor__link .bottom-left,
.custom_cursor__link .bottom-right {
  mix-blend-mode: difference;
}
.custom_cursor__link .top-left {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27><path d=%27M0 6 L6 6 L6 0%27 stroke=%27%23CBD524%27 stroke-width=%272%27 fill=%27none%27/></svg>") 0 0/100% 100% no-repeat;
}
.custom_cursor__link .top-right {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27><path d=%27M2 0 L2 6 L8 6%27 stroke=%27%23CBD524%27 stroke-width=%272%27 fill=%27none%27/></svg>") 0 0/100% 100% no-repeat;
}
.custom_cursor__link .bottom-left {
  position: absolute;
  bottom: -7px;
  left: -7px;
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27><path d=%27M0 2 L6 2 L6 8%27 stroke=%27%23CBD524%27 stroke-width=%272%27 fill=%27none%27/></svg>") 0 0/100% 100% no-repeat;
}
.custom_cursor__link .bottom-right {
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 8px;
  height: 8px;
  background: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27><path d=%27M2 8 L2 2 L8 2%27 stroke=%27%23CBD524%27 stroke-width=%272%27 fill=%27none%27/></svg>") 0 0/100% 100% no-repeat;
}
.custom_cursor__covering .custom_cursor__link {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  width: var(--cover-width, 1vw);
  height: var(--cover-height, 1vw);
  padding: 0px;
  background: transparent;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
}
.custom_cursor__covering .custom_cursor__link > a {
  display: none;
}
.custom_cursor__hovering {
  mix-blend-mode: normal;
}
.custom_cursor__hovering .custom_cursor__center::before, .custom_cursor__hovering .custom_cursor__center::after {
  opacity: 0;
}

.UI_1 {
  font-family: var(--ff-base);
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.0125vw;
  text-transform: uppercase;
}

.blueprint-container {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0px;
  pointer-events: none;
}
.blueprint-container .blueprint-grid {
  height: 100%;
  width: 100%;
}
.blueprint-container .blueprint-grid #blueprintCanvas {
  width: 100%;
  height: 100%;
  display: block;
}

.fixed-contact-widget {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 9999;
  transform: translateX(246px);
}
.fixed-contact-widget a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  background-color: var(--black-light);
  font-size: 1.5rem;
  padding: 1rem;
  transition: var(--default-transition);
  color: var(--white);
}
.fixed-contact-widget a:hover svg {
  fill: var(--green);
}
.fixed-contact-widget a:first-child:hover, .fixed-contact-widget a:last-child:hover {
  border-radius: 3px 0px 0px 3px;
}
.fixed-contact-widget a:first-child {
  border-radius: 3px 0px 0px 0px;
}
.fixed-contact-widget a:first-child:hover {
  transform: translateX(-246px);
}
.fixed-contact-widget a:last-child {
  border-radius: 0px 0px 0px 3px;
}
.fixed-contact-widget a:last-child:hover {
  transform: translateX(-146px);
}
.fixed-contact-widget a svg {
  height: 24px;
}

@media screen and (max-width: 490px) {
  .team-section .team-list-wrapper {
    gap: 0rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1180px) {
  .team-section .team-list-captions {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-captions {
    padding-right: unset;
    width: 50%;
  }
}
.team-section .team-list-captions > div {
  width: 675px;
}
@media screen and (max-width: 1650px) {
  .team-section .team-list-captions > div {
    width: 600px;
  }
}
@media screen and (max-width: 1350px) {
  .team-section .team-list-captions > div {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-captions > div {
    width: auto;
  }
}
.team-section .team-list-captions div.clickable-els {
  position: relative;
  font-size: 9.2rem;
  line-height: 10.8rem;
  letter-spacing: -0.15vw;
  font-weight: 600;
  text-align: left;
  display: block;
  width: auto;
  padding: 20px 0px;
  margin: 0px;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0.2;
  cursor: default;
}
@media screen and (max-width: 1650px) {
  .team-section .team-list-captions div.clickable-els {
    font-size: 8rem;
    padding: 10px 0px;
  }
}
@media screen and (max-width: 1350px) {
  .team-section .team-list-captions div.clickable-els {
    font-size: 7rem;
    padding: 2px 0px;
    line-height: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-captions div.clickable-els {
    height: 240px;
    display: flex;
    justify-content: end;
    line-height: 1;
    opacity: 1;
    font-size: 5rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .team-section .team-list-captions div.clickable-els {
    height: 198px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 540px) {
  .team-section .team-list-captions div.clickable-els {
    height: 180px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 490px) {
  .team-section .team-list-captions div.clickable-els {
    height: 120px;
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
}
.team-section .team-list-captions div.clickable-els.active {
  opacity: 1;
}
.team-section .team-list-captions div.clickable-els.active .tml-cat {
  opacity: 1;
}
.team-section .team-list-captions div.clickable-els.active span:nth-child(2) {
  opacity: 1;
}
.team-section .team-list-captions div.clickable-els span:nth-child(2) {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-captions div.clickable-els span:nth-child(2) {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-captions div.clickable-els .li .elementor-widget-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.team-section .team-list-captions div.clickable-els .li .tml-title {
  color: var(--black-light);
}
.team-section .team-list-captions div.clickable-els .li .tml-title span {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .team-section .team-list-captions div.clickable-els .li .tml-title {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
  }
}
.team-section .team-list-captions div.clickable-els .tml-cat {
  font-family: var(--ff-base);
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: -0.15px;
  font-weight: 400;
  width: auto;
  text-align: left;
  position: absolute;
  bottom: -20px;
  opacity: 0;
  color: var(--black-light);
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-captions div.clickable-els .tml-cat {
    position: static;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .team-section .team-list-captions div.clickable-els .tml-cat {
    font-size: 1.4rem;
    text-wrap: balance;
  }
}
.team-section .team-list-images {
  position: relative;
  top: 0px;
  left: 18%;
  height: auto;
  min-width: 350px;
  max-width: 350px;
  transition: unset !important;
}
@media screen and (max-width: 1650px) {
  .team-section .team-list-images {
    left: 300px;
  }
}
@media screen and (max-width: 1500px) {
  .team-section .team-list-images {
    left: 150px;
    min-width: 325px;
    max-width: 325px;
  }
}
@media screen and (max-width: 1280px) {
  .team-section .team-list-images {
    left: 100px;
    min-width: 300px;
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-images {
    left: unset;
    width: 50%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .team-section .team-list-images {
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
  }
}
.team-section .team-list-images::before {
  content: "";
  padding-top: 100%;
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-images::before {
    display: none;
  }
}
.team-section .team-list-images .pixels-cover {
  z-index: 30;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-images .pixels-cover {
    display: none;
  }
}
.team-section .team-list-images .picture {
  position: absolute;
  width: 100%;
  top: 0px;
  overflow: hidden;
  border-radius: 6px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-images .picture {
    position: static;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .team-section .team-list-images .picture {
    width: 198px;
  }
}
@media screen and (max-width: 540px) {
  .team-section .team-list-images .picture {
    width: 180px;
  }
}
@media screen and (max-width: 490px) {
  .team-section .team-list-images .picture {
    width: 120px;
  }
}
@media screen and (max-width: 490px) {
  .team-section .team-list-images .picture:nth-child(1) img {
    transform: scale(1.75) translateY(20px);
    object-position: 50% 20% !important;
  }
}
.team-section .team-list-images .picture:nth-child(6) img {
  object-position: 50% 15% !important;
}
.team-section .team-list-images .picture .item-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.team-section .team-list-images .picture .item-image img {
  object-fit: cover;
  object-position: 50% 35%;
}
@media screen and (max-width: 1500px) {
  .team-section .team-list-images .picture .item-image img {
    width: 325px;
    height: 325px;
  }
}
@media screen and (max-width: 1280px) {
  .team-section .team-list-images .picture .item-image img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-images .picture .item-image img {
    width: 240px;
    height: 240px;
    border-radius: 6px;
  }
}
@media screen and (max-width: 767px) {
  .team-section .team-list-images .picture .item-image img {
    width: 198px;
    height: 198px;
  }
}
@media screen and (max-width: 540px) {
  .team-section .team-list-images .picture .item-image img {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 490px) {
  .team-section .team-list-images .picture .item-image img {
    width: 120px;
    height: 120px;
  }
}
.team-section .team-list-images .picture .img-mask,
.team-section .team-list-images .picture .section-image,
.team-section .team-list-images .picture .item-image {
  max-height: 350px;
}
@media screen and (max-width: 1500px) {
  .team-section .team-list-images .picture .img-mask,
  .team-section .team-list-images .picture .section-image,
  .team-section .team-list-images .picture .item-image {
    max-height: 325px;
  }
}
@media screen and (max-width: 1280px) {
  .team-section .team-list-images .picture .img-mask,
  .team-section .team-list-images .picture .section-image,
  .team-section .team-list-images .picture .item-image {
    max-height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-images .picture .img-mask,
  .team-section .team-list-images .picture .section-image,
  .team-section .team-list-images .picture .item-image {
    max-height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .team-section .team-list-images .picture .img-mask,
  .team-section .team-list-images .picture .section-image,
  .team-section .team-list-images .picture .item-image {
    max-height: 198px;
  }
}
@media screen and (max-width: 540px) {
  .team-section .team-list-images .picture .img-mask,
  .team-section .team-list-images .picture .section-image,
  .team-section .team-list-images .picture .item-image {
    max-height: 180px;
  }
}
.team-section .team-list-images .picture .img-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px auto;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-images .picture .img-mask {
    position: static;
    width: auto;
    margin: 0px;
  }
}
.team-section .team-list-images .picture .section-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .team-section .team-list-images .picture .section-image {
    width: auto;
  }
}
.team-section .team-list-images .picture.visible {
  z-index: 20;
}

.title-section.left {
  justify-content: flex-start;
}
.title-section.right {
  justify-content: flex-end;
}
.title-section.center {
  justify-content: center;
}
.title-section {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.title-section :is(h1, h2, h3, h4, h5, h6) {
  font-size: var(--fs-56);
  color: var(--green);
  font-weight: 700;
  margin: 0px;
}
.title-section .cross {
  position: relative;
  width: 60px;
  height: 60px;
}
.title-section .cross::after, .title-section .cross::before {
  content: "";
  background-color: var(--green);
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.title-section .cross::before {
  height: 100%;
  width: 2px;
}
.title-section .cross::after {
  width: 100%;
  height: 2px;
}

/*
 * #############################################################################
 * @Filename: index.scss                                                       #
 * @Date: Thursday, February 22nd 2024, 11:11:43                               #
 * @Author: HiceoTristan                                                       #
 * @Author email: webmaster@hiceo.fr                                           #
 * @Last Modified: Thursday, February 22nd 2024, 11:12:20                      #
 * @Modified By: HiceoTristan                                                  #
 * @Copyright (c) 2024 Hiceo                                                   #
 * #############################################################################
*/
/*
 * #############################################################################
 * @Filename: accueil.scss                                                     #
 * @Date: Friday, August 5th 2022, 01:42:39                                    #
 * @Author: HiceoTristan                                                       #
 * @Author email: webmaster@hiceo.fr                                           #
 * @Last Modified: Wednesday, March 13th 2024, 09:28:23                        #
 * @Modified By: HiceoTristan                                                  #
 * @Copyright (c) 2023 Hiceo                                                   #
 * #############################################################################
*/
.hero-banner {
  height: 70vh;
}
.hero-banner .crosses-container {
  height: 100%;
}
.hero-banner .crosses-container > div {
  height: 100%;
}
.hero-banner .crosses-container .crosses {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-banner .crosses-container .crosses .cross {
  position: absolute;
  width: 80px;
  height: 80px;
}
.hero-banner .crosses-container .crosses .cross::after, .hero-banner .crosses-container .crosses .cross::before {
  content: "";
  background-color: var(--white);
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-banner .crosses-container .crosses .cross::before {
  height: 100%;
  width: 2px;
}
.hero-banner .crosses-container .crosses .cross::after {
  width: 100%;
  height: 2px;
}
.hero-banner .crosses-container .crosses .cross:nth-child(1) {
  top: 0px;
  left: 0px;
}
.hero-banner .crosses-container .crosses .cross:nth-child(2) {
  top: 0px;
  right: 0px;
}
.hero-banner .crosses-container .crosses .cross:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
.hero-banner .crosses-container .crosses .cross:nth-child(4) {
  bottom: 0px;
  right: 0px;
}
.hero-banner .hero-title .hero-crosses {
  /*réglages*/
  --cross-size: 40px;
  position: absolute;
  inset: 0px;
  width: calc(100% + var(--cross-size) * 2);
  max-width: calc(100% + var(--cross-size) * 2) !important;
  height: calc(100% + var(--cross-size) * 2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-banner .hero-title .hero-crosses .crosses {
  width: 100%;
  height: 100%;
}
.hero-banner .hero-title .hero-crosses .crosses .cross {
  position: absolute;
  width: 40px;
  height: 40px;
}
.hero-banner .hero-title .hero-crosses .crosses .cross::after, .hero-banner .hero-title .hero-crosses .crosses .cross::before {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--green);
}
.hero-banner .hero-title .hero-crosses .crosses .cross::before {
  width: 100%;
  height: 2px;
}
.hero-banner .hero-title .hero-crosses .crosses .cross::after {
  height: 100%;
  width: 2px;
}
.hero-banner .hero-title .hero-crosses .crosses .cross:nth-child(1) {
  top: 0px;
  left: 0px;
}
.hero-banner .hero-title .hero-crosses .crosses .cross:nth-child(1)::before {
  right: 0px;
  bottom: 0px;
}
.hero-banner .hero-title .hero-crosses .crosses .cross:nth-child(1)::after {
  right: 0px;
}
.hero-banner .hero-title .hero-crosses .crosses .cross:nth-child(2) {
  top: 0px;
  right: 0px;
}
.hero-banner .hero-title .hero-crosses .crosses .cross:nth-child(2)::before {
  bottom: 0px;
}
.hero-banner .hero-title .hero-crosses .crosses .cross:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
.hero-banner .hero-title .hero-crosses .crosses .cross:nth-child(3)::after {
  right: 0px;
}
.hero-banner .hero-title .hero-crosses .crosses .cross:nth-child(4) {
  bottom: 0px;
  right: 0px;
}
.hero-banner .hero-title .title h1 {
  font-size: 2.9vw;
  color: var(--green);
}
.hero-banner .hero-title .title h1 span {
  font-size: 2.9vw;
}
.hero-banner .hero-title .title h1 span.txt-white {
  color: var(--white);
}

.numbers-container .count .elementor-counter-number-wrapper span {
  font-size: inherit;
}
.numbers-container .divider {
  height: 100%;
  width: 1px;
  background-color: var(--black-light);
  display: block;
}

.activity {
  height: calc(100% + 200px);
}
.activity .activity-content {
  transform: translateX(-200px);
}
.activity-titles > div.elementor-widget-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.activity-titles .title-with-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  z-index: 20;
  cursor: pointer;
  --title-color: #cbd524;
  --inactive-color: var(--black-light);
}
.activity-titles .title-with-content:nth-child(1) {
  --title-color: #e92d8b;
}
.activity-titles .title-with-content:nth-child(2) {
  --title-color: #7b8026;
}
.activity-titles .title-with-content:nth-child(3) {
  --title-color: #8d9bb5;
}
.activity-titles .title-with-content:nth-child(4) {
  --title-color: #c75517;
}
.activity-titles .title-with-content:nth-child(5) {
  --title-color: #8d3984;
}
.activity-titles .title-with-content:nth-child(6) {
  --title-color: #72a731;
}
.activity-titles .title-with-content:nth-child(7) {
  --title-color: #cbd524;
}
.activity-titles .title-with-content:nth-child(8) {
  --title-color: #fbc000;
}
.activity-titles .title-with-content .title {
  text-align: right;
  font-size: var(--fs-22);
  font-weight: 600;
  color: var(--inactive-color);
  transition: var(--default-transition);
  margin: 0px;
  pointer-events: none;
}
.activity-titles .title-with-content .content-wrap {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: var(--default-transition);
  transform: translateY(-20px);
  pointer-events: none;
}
.activity-titles .title-with-content .content-wrap .content {
  overflow: hidden;
  text-align: right;
  transition: var(--default-transition);
  font-size: var(--fs-14);
  font-style: italic;
  font-weight: 300;
  pointer-events: none;
}
.activity-titles .title-with-content:hover .title {
  color: var(--title-color);
}
.activity-titles .title-with-content:hover .content-wrap {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0px);
}
.activity .container-3d-activity .activity-3d-canvas-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.activity .container-3d-activity .activity-3d-canvas-wrap canvas {
  display: block;
  width: 100%;
  height: 550px;
  transition: var(--default-transition);
}

.screens-device-container-html .elementor-widget-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 850px;
}
.screens-device-container-html .device-wrapper {
  --parallax-x: 0px;
  --parallax-y: 0px;
  position: absolute;
  will-change: transform;
}
.screens-device-container-html .device-wrapper .device-reflection {
  position: relative;
  max-height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transform: rotateZ(180deg);
  margin-top: -20px;
}
.screens-device-container-html .device-wrapper .device-reflection::after {
  content: "";
  position: absolute;
  inset: 0px;
  pointer-events: none;
  background-color: var(--white);
  z-index: 1;
  margin-bottom: 20px;
}
.screens-device-container-html .device-wrapper .device-reflection svg {
  opacity: 0.25;
  z-index: 2;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.screens-device-container-html .device-wrapper .device-main .device .device-screen.device-logo {
  opacity: 1;
}
.screens-device-container-html .device-wrapper .device-main .device .device-screen.device-ui {
  opacity: 0;
}
.screens-device-container-html .device-wrapper .device-main .device .device-screen.device-logo, .screens-device-container-html .device-wrapper .device-main .device .device-screen.device-ui {
  transition: var(--default-transition);
}
.screens-device-container-html .device-wrapper .device-main:hover .device .device-screen.device-logo {
  opacity: 0;
}
.screens-device-container-html .device-wrapper .device-main:hover .device .device-screen.device-ui {
  opacity: 1;
}
.screens-device-container-html .device-wrapper .device-main svg.device.imac-pro,
.screens-device-container-html .device-wrapper .device-reflection svg.device.imac-pro {
  height: 400px;
}
.screens-device-container-html .device-wrapper .device-main svg.device.macbook-air,
.screens-device-container-html .device-wrapper .device-reflection svg.device.macbook-air {
  height: 310px;
}
.screens-device-container-html .device-wrapper .device-main svg.device.ipad-pro-13,
.screens-device-container-html .device-wrapper .device-reflection svg.device.ipad-pro-13 {
  height: 280px;
}
.screens-device-container-html .device-wrapper .device-main svg.device.ipad-pro-11,
.screens-device-container-html .device-wrapper .device-reflection svg.device.ipad-pro-11 {
  height: 250px;
}
.screens-device-container-html .device-wrapper:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate3d(var(--parallax-x), var(--parallax-y), 0);
}
.screens-device-container-html .device-wrapper:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(60px, -20%) translate3d(var(--parallax-x), var(--parallax-y), 0);
}
.screens-device-container-html .device-wrapper:nth-child(2) .device-reflection::after {
  margin-bottom: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 10px));
  height: 100%;
  width: 78%;
}
.screens-device-container-html .device-wrapper:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 420px), -38%) translate3d(var(--parallax-x), var(--parallax-y), 0);
}
.screens-device-container-html .device-wrapper:nth-child(3) .device-reflection::after {
  margin-bottom: 10px;
}
.screens-device-container-html .device-wrapper:nth-child(4) {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 168px), -5%) translate3d(var(--parallax-x), var(--parallax-y), 0);
}
.screens-device-container-html .device-wrapper:nth-child(4) .device-reflection::after {
  margin-bottom: 4px;
}

.grid-projects .grid-wave {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
}
.grid-projects .grid-wave .elementor-widget-html {
  height: 100%;
}
.grid-projects .grid-wave .staggered-grid-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.grid-projects .grid-wave .staggered-grid-bg .staggered-grid-bg__canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.grid-projects-container .project > a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.grid-projects-container .project .container {
  padding: 30px;
}
.grid-projects-container .project .project-image {
  position: relative;
  background-color: var(--white);
}
.grid-projects-container .project .project-image-img img {
  transform: scale(1.55);
}
.grid-projects-container .project .project-image-crosses {
  --cross-size: 30px;
  position: absolute;
  inset: 0px;
  width: calc(100% + var(--cross-size) * 2);
  max-width: calc(100% + var(--cross-size) * 2) !important;
  height: calc(100% + var(--cross-size) * 2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grid-projects-container .project .project-image-crosses .crosses {
  width: 100%;
  height: 100%;
}
.grid-projects-container .project .project-image-crosses .crosses .cross {
  position: absolute;
  height: 30px;
  width: 30px;
}
.grid-projects-container .project .project-image-crosses .crosses .cross:nth-child(1) {
  top: 0px;
  left: 0px;
}
.grid-projects-container .project .project-image-crosses .crosses .cross:nth-child(1)::before {
  right: 0px;
  bottom: 0px;
}
.grid-projects-container .project .project-image-crosses .crosses .cross:nth-child(1)::after {
  right: 0px;
}
.grid-projects-container .project .project-image-crosses .crosses .cross:nth-child(2) {
  top: 0px;
  right: 0px;
}
.grid-projects-container .project .project-image-crosses .crosses .cross:nth-child(2)::before {
  bottom: 0px;
}
.grid-projects-container .project .project-image-crosses .crosses .cross:nth-child(3) {
  bottom: 0px;
  left: 0px;
}
.grid-projects-container .project .project-image-crosses .crosses .cross:nth-child(3)::after {
  right: 0px;
}
.grid-projects-container .project .project-image-crosses .crosses .cross:nth-child(4) {
  bottom: 0px;
  right: 0px;
}
.grid-projects-container .project .project-image-crosses .crosses .cross::before, .grid-projects-container .project .project-image-crosses .crosses .cross::after {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--white);
}
.grid-projects-container .project .project-image-crosses .crosses .cross::before {
  width: 100%;
  height: 2px;
}
.grid-projects-container .project .project-image-crosses .crosses .cross::after {
  height: 100%;
  width: 2px;
}
.grid-projects-container .project .project-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.grid-projects-container .project .project-content-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.grid-projects-container .project .project-content-title span {
  font-size: var(--fs-20);
  font-weight: 600;
  color: var(--white);
  line-height: 1;
  background-color: var(--cat-color, transparent);
  border: 1px solid var(--cat-color, currentColor);
  padding: 8px 14px;
}
.grid-projects-container .project .project-content-desc span {
  font-size: var(--fs-16);
  color: var(--white);
  line-height: 1.4;
}

.team-members {
  height: 100%;
}
.team-members .member {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.team-members .member-img-container {
  max-height: 100%;
}
.team-members .member-img-container:hover .img-gif {
  opacity: 1;
}
.team-members .member-img-container:hover .img-original {
  opacity: 0;
}
.team-members .member-img-container .img-original,
.team-members .member-img-container .img-gif {
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-members .member-img-container .img-original img,
.team-members .member-img-container .img-gif img {
  object-fit: contain;
  height: 100%;
}
.team-members .member-img-container .img-gif {
  position: absolute;
  width: calc(100% - var(--padding-block-end) * 2);
  height: calc(100% - var(--padding-block-start) * 2);
  -o-object-fit: contain;
  object-fit: contain;
  inset: 0px;
}
.team-members .member-img-container .img-original {
  opacity: 1;
}
.team-members .member-img-container .img-gif {
  opacity: 0;
}
.team-members .member.vincent .member-img-container .img-original img {
  object-position: 25% 50%;
}

body.elementor_library-maintenance .page-header {
  display: none;
}

#contactform .elementor-field-group-rgpd .elementor-field-option {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
#contactform .elementor-field-group-rgpd .elementor-field-option label {
  font-size: var(--fs-14);
  line-height: 1.2;
}
#contactform .elementor-field-group-rgpd .elementor-field-option label a {
  font-size: inherit;
  color: var(--green);
}
#contactform .elementor-field-group-rgpd .elementor-field-option label a:hover {
  color: var(--black-light);
}
