@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-var.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/SpaceGrotesk-var.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-var.woff2") format("woff2");
  font-display: swap;
}

html body {
  font-family: "Urbanist", sans-serif;
}

/* ACCESSIBILITE */
.screen-reader-response {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* DEFAULT SETTINGS HUB THEME */
#wrap ~ div {
  display: none;
}

body .btn:hover {
  transform: none;
}

.pe-n {
  pointer-events: none;
}

.twb {
  text-wrap: balance;
}
.twp {
  text-wrap: pretty;
}

.hidden-fields-container {
  display: none;
}

body #wrap,
.pin-spacer {
  background-color: #01072c;
}

html.lenis {
  margin-top: 0px !important;
  --wp-admin--admin-bar--height: 0px !important;
  scroll-padding-top: var(--wp-admin--admin-bar--height) !important;
}

#wpadminbar {
  top: unset !important;
  bottom: 0 !important;
}

/* ANIMATIONS */

@keyframes rotate-card {
  from {
    --angle-card: 0deg;
  }
  to {
    --angle-card: 360deg;
  }
}

@keyframes rotate {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}

@keyframes moveUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-36px);
  }
}

@keyframes moveDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(36px);
  }
}

@keyframes move1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes move2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}

@keyframes move3 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes move4 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(270deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* HEADER */
header.site-header {
  transition: transform 0.3s ease-in-out !important;
  animation: unset !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: transparent;
  &.is-not-stuck {
    position: fixed !important;
    transition: transform 0.3s ease-in-out !important;
    transform: translateY(0%) !important;
  }
  &.is-stuck {
    transform: translateY(-100%) !important;
  }
  &.is-stuck.need-display {
    transform: translateY(0) !important;
  }
  width: 100% !important;

  .lqd-module-icon-outline .ld-module-trigger-icon:before {
    opacity: 1;
    border-radius: 10px;
    @media (width <= 1024px) {
      border: none;
    }
  }
  .lqd-active-row-light .lqd-module-icon-outline .ld-module-trigger-icon {
    color: black;
  }
  .navbar-brand-inner {
    img {
      width: 220px;
      @media (width <= 880px) {
        width: 120px;
      }
    }
  }
  @media (width <= 1024px) {
    .elementor-hidden-tablet,
    .elementor-hidden-mobile {
      display: none;
    }
  }
}

/* HEADER MOBILE */

@media (width <= 1024px) {
  body .lqd-mobile-sec {
    display: block;
  }
}

body[data-mobile-header-scheme="gray"] .lqd-mobile-sec .navbar-header {
  background-color: transparent;
}

body[data-mobile-header-scheme="gray"]
  .lqd-active-row-dark
  .lqd-mobile-sec
  .navbar-header
  .ld-module-trigger {
  color: white;
}

body[data-mobile-header-scheme="gray"] .lqd-active-row-dark .nav-trigger .bar {
  background-color: white;
}

/* #lqd-site-content [data-elementor-type="wp-page"]{
  overflow: hidden;
} */

/* search bar reduced */
.search-bar-reduced {
  .lqd-module-search-slide-top {
    .ld-module-dropdown {
      height: 150px !important;

      .ld-search-form-container {
        justify-content: flex-end;
        max-width: 800px;
        padding: 0 20px;

        input[type="search"] {
          font-size: 38px;
          height: unset;
          border-bottom: 2px solid #000;
          margin-bottom: 10px;
        }
      }
    }
  }
}

/* GRADIENT SETTINGS */

:root {
  --pin-color: #c5a2ff;
  --purple-color: #7d85ff;
  --light-blue-color: #239fff;
  --blue-color: #0056da;
  --dark-blue-color: #0969e4;

  --gradient-all: var(--pin-color) 0%, var(--purple-color) 15%,
    var(--light-blue-color) 39%, var(--blue-color) 62%,
    var(--dark-blue-color) 85%;
}

@property --c1 {
  syntax: "<color>";
  initial-value: #c5a2ff00;
  inherits: false;
}
@property --c2 {
  syntax: "<color>";
  initial-value: #7d85ff00;
  inherits: false;
}
@property --c3 {
  syntax: "<color>";
  initial-value: #239fff00;
  inherits: false;
}
@property --c4 {
  syntax: "<color>";
  initial-value: #0056da00;
  inherits: false;
}
@property --c5 {
  syntax: "<color>";
  initial-value: #0969e400;
  inherits: false;
}

body .gradient-btn .elementor-button {
  border: none;
  border-color: transparent;
  position: relative;
  transition: --c1 0.3s ease, --c2 0.3s ease, --c3 0.3s ease, --c4 0.3s ease,
    --c5 0.3s ease;
  background: linear-gradient(
    240deg,
    var(--c1) 0%,
    var(--c2) 15%,
    var(--c3) 39%,
    var(--c4) 62%,
    var(--c5) 85%
  );

  &:hover {
    --c1: #c5a2ff;
    --c2: #7d85ff;
    --c3: #239fff;
    --c4: #0056da;
    --c5: #0969e4;
    color: white !important;
  }
}

body .gradient-btn .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(240deg, var(--gradient-all));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  transition: all 0.3s ease;
}

.gradient-number .lqd-animator-numbers ul {
  will-change: transform;
}

.gradient-number span.lqd-counter-nums-wrap {
  @media (width <= 880px) {
    font-size: 56px;
    line-height: 1.2;
  }
  background: linear-gradient(
    180deg,
    var(--pin-color) 0%,
    var(--purple-color) 40%,
    var(--light-blue-color) 60%,
    var(--blue-color) 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-pre-title,
.date {
  background: linear-gradient(
    180deg,
    var(--light-blue-color) 30%,
    var(--blue-color) 70%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gradient-title :is(h1, h2, h3, h4, h5, h6) {
  background: linear-gradient(
    180deg,
    var(--purple-color) 10%,
    var(--light-blue-color) 30%,
    var(--blue-color) 70%,
    var(--dark-blue-color) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* body .custom-hero-background{
  @media (width <= 880px) {
    background: radial-gradient(100% 50%, #00358A 0%, #01072C 66%)!important;
  }
} */

/* body .custom-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    40% 30% at 60% 40%,
    #0b57d1 0%,
    #121865 50%,
    #01072c 100%
  );
  opacity: 0.75;  

  @media (width <= 880px) {
    background: radial-gradient(
    80% 30% at 60% 40%,
    #0b57d1 0%,
    #121865 50%,
    #01072c 100%
  );
  opacity: 0.55;
  }
} */

/* body .custom-background.--second::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    20% 40% at 50% 60%,
    #0b57d1 0%,
    #121865 50%,
    #01072c 100%
  );
  opacity: 0.75;

  @media (width <= 880px) {
    background: radial-gradient(
    80% 40% at 50% 60%,
    #0b57d1 0%,
    #121865 50%,
    #01072c 100%
  );
  }
} */

body .custom-background.--third::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    20% 40% at 80% 70%,
    #0b57d1 0%,
    #121865 40%,
    #01072c 90%,
    transparent
  );
  opacity: 1;
  filter: blur(200px);
}

/* body .custom-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://systel-sa.beekom.fr/wp-content/uploads/2025/08/PATTERN-3-1.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
} */

/* body .custom-background.--third::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://systel-sa.beekom.fr/wp-content/uploads/2025/08/PATTERN-3-1.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
} */

/* body .custom-background.--white {
  &::before {
    background: radial-gradient(
      10% 20% at 30% 50%,
      #c75fff 50%,
      #4469ff 75%,
      #070d58 100%,
      #f4f4f4
    );
    opacity: 0.6;
    filter: blur(400px);

    @media (width <= 880px) {
      background: radial-gradient(
        20% 20% at 20% 50%,
        #c75fff 50%,
        #4469ff 75%,
        #070d58 100%,
        #f4f4f4
      );
      filter: blur(100px);
    }
  }
  &::after {
    background-image: url("http://systel-sa.beekom.fr/wp-content/uploads/2025/08/background_point_gradient.svg");
    background-position: 0 350px;
  }

  .e-con-inner {
    z-index: 10;
  }


} */

.mix-luminosity {
  mix-blend-mode: luminosity;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@property --angle-card {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

body .card-icon {
  --angle: 0deg;
  height: 200px;
  width: 100%;
  animation: rotate 5s linear infinite;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}

body .card-icon.--atom {
  background: conic-gradient(
    from var(--angle),
    #70b0ce,
    #22baff,
    #040d82,
    #70b0ce
  );
  mask-image: url("../images/atom_black.svg");
  -webkit-mask-image: url("../images/atom_black.svg");
}

body .card-icon.--star {
  height: 150px;
  background: linear-gradient(
    var(--angle),
    var(--pin-color),
    var(--purple-color),
    var(--light-blue-color),
    var(--blue-color),
    var(--dark-blue-color)
  );
  mask-image: url("../images/star_black.svg");
  -webkit-mask-image: url("../images/star_black.svg");
}

body .card-icon.--storage {
  svg {
    ellipse {
      transform-box: fill-box;
      transform-origin: center;
      fill: transparent;
      stroke: white;
    }

    .top {
      animation: moveUp 1.5s ease forwards;
      animation-play-state: paused;
    }

    .bottom {
      animation: moveDown 1.5s ease forwards;
      animation-play-state: paused;
    }

    /* Déclencher les animations quand la classe animate est présente */
    .animate .top {
      animation-play-state: running;
    }

    .animate .bottom {
      animation-play-state: running;
    }
  }
}

body .card-icon.--rssi {
  svg {
    width: 100%;
    display: block;
    background: transparent;
    overflow: visible;
  }

  circle {
    transform-box: fill-box;
  }

  :is(.c1, .c2, .c3, .c4) {
    stroke-width: 5px;
  }

  .c1 {
    transform-origin: 500px 500px;
    animation: move1 2s ease forwards;
    animation-play-state: paused;
  }
  .c2 {
    transform-origin: 500px 500px;
    animation: move2 2s ease forwards;
    animation-play-state: paused;
  }
  .c3 {
    transform-origin: 500px 500px;
    animation: move3 2s ease forwards;
    animation-play-state: paused;
  }
  .c4 {
    transform-origin: 500px 500px;
    animation: move4 2s ease forwards;
    animation-play-state: paused;
  }

  .animate :is(.c1, .c2, .c3, .c4) {
    animation-play-state: running;
  }
}

body .card-background {
  --angle-card: -145deg;
  background: radial-gradient(
    200% 200% at 140% -80%,
    #59caff,
    #22baff,
    #040d82
  );
}

body .fixed-content {
  transition: unset;
  will-change: transform;
  transform: translateZ(0);
}

body .parallax-rain-card {
  will-change: transform;
  transform: translateZ(0);
}

/* BLOG */

#lqd-contents-wrap .list-actu {
  .flex-wrap {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(5, 125px);

    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;

    @media (width <= 880px) {
      display: flex;
      gap: 20px;
    }

    .col-md-12 {
      padding: 0;
      margin: 0;
      border: 0;
      width: fit-content;
      width: 100%;
      height: 100%;

      &:nth-child(1) {
        grid-column: 1 / 5;
        grid-row: 1 / 3;
        z-index: 10;
      }
      &:nth-child(2) {
        grid-column: 7 / 11;
        grid-row: 2 / 4;
      }
      &:nth-child(3) {
        grid-column: 2 / 6;
        grid-row: 4 / 6;
      }
    }
  }
}

#lqd-contents-wrap article {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  animation: fadeInUp 1.5s ease forwards;
  animation-play-state: paused;

  .content {
    padding: 24px 36px;
    background-color: white;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;

    @media (width <= 880px) {
      padding: 16px;
      border-radius: 10px;
      gap: 26px;
    }

    .date {
      span {
        font-family: "Space Grotesk", sans-serif;
        font-size: clamp(16px, 2vw, 24px);
        font-weight: 500;
      }
    }
    .content-wrapper {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-top: auto;

      .title {
        font-family: "Space Grotesk", sans-serif;
        font-size: clamp(20px, 2vw, 32px);
        font-weight: 400;
        margin: 0;
        color: #01072c;
        width: 100%;
      }

      svg {
        width: fit-content;
        height: auto;
        min-width: 42px;
      }
    }
  }
}

.engagements-wrapper {
  transition: unset !important;
}

.value-wrapper {
  counter-reset: value;
  min-height: 100vh;
  position: relative;
  .value-item {
    counter-increment: value;
    position: sticky;
    top: 200px;
    background-color: #f4f4f4;
    z-index: 10;
    &::before {
      content: counter(value, decimal-leading-zero);
      display: flex;
      align-items: center;
      justify-content: center;
      top: 36px;
      width: 56px;
      height: 56px;
      font-family: "Space Grotesk", sans-serif;
      font-size: 30px;
      font-weight: 500;
      left: -70px;
      color: white;
      padding: 12px;
      border-radius: 99px;
      z-index: 10;
      background: linear-gradient(
        180deg,
        var(--pin-color) -20%,
        var(--purple-color) 30%,
        var(--light-blue-color) 80%,
        var(--blue-color) 180%
      );

      @media (width <= 880px) {
        font-size: 18px;
        width: 36px;
        height: 36px;
        top: 0;
        left: -10px;
      }
    }

    &::after {
      content: "";
      position: absolute;
      display: block;
      left: -43px;
      width: 4px;
      height: calc(100% + 200px);
      background: linear-gradient(
        180deg,
        var(--pin-color) -20%,
        var(--purple-color) 30%,
        var(--light-blue-color) 80%,
        var(--blue-color) 180%
      );

      @media (width <= 880px) {
        left: 5px;
      }
    }
    &:nth-child(2) {
      top: 290px;
    }
    &:last-child {
      top: 390px;
      &::after {
        background: #f4f4f4;
      }
    }
  }

  &::after{
    content: "";
    display: block;
    height: 30vh;
  }
}

#lqd-site-content .lqd-testi-style-7 {
  flex-direction: row-reverse;
  background-color: transparent;
  gap: 24px;
  align-items: flex-end;

  @media (width <= 660px) {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .lqd-testi-quote blockquote {
    font-size: clamp(20px, 2.5vw, 32px);
  }

  .lqd-testi-np p {
    font-size: 20px;
    color: white;
    font-style: italic;
    font-weight: 500;
  }

  > .lqd-testi-details {
    width: 100%;
    flex: 1 1 30%;
    max-width: 250px;

    @media (width <= 660px) {
      max-width: 100%;
      flex: 1;
    }

    figure {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      padding-bottom: 80px;
    }
    img {
      object-fit: contain;
      height: min-content !important;
      object-position: bottom;
      border-radius: 15px;
    }
  }

  .flex-column {
    flex: 1 1 60%;
    width: 100%;
    background-color: #121865;
    border-radius: 15px;
    padding: 48px 36px;
    height: fit-content;

    @media (width < 1200px) {
      flex: 1;
    }

    .lqd-testi-social-icon {
      display: none;
    }
  }
}

#lqd-site-content .carousel-nav-appended {
  transform: translateY(60px);
  .carousel-nav {
    transform: translateY(-100%);
    justify-content: space-between;
    width: 250px;
    margin-left: auto;
    @media (width <= 880px) {
      width: 100%;
      margin-left: 0;
    }

    .flickity-button {
      width: 60px;
      height: 60px;
      border-radius: 10px;
      background-color: transparent;
      border: 1px solid white;
      color: white;

      &:hover {
        background-color: white;
        color: #01072c;
      }
    }
  }
}

#lqd-site-content .absolute-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
}

#lqd-site-content .arrow-icon {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 60px;
  &::before {
    content: "";
    position: relative;
    width: 46px;
    height: 46px;
    background-image: url("http://systel-sa.beekom.fr/wp-content/uploads/2025/09/Arrow.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
  }

  @media (width <= 880px) {
    gap: 20px;
    justify-content: space-between;
  }
}

/* FORMULAIRE */

#lqd-site-content .lqd-contact-form form .wpcf7-response-output {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  font-weight: 500;
  font-size: 22px;
  background: linear-gradient(
    180deg,
    var(--light-blue-color) 30%,
    var(--blue-color) 70%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 30px;
  line-height: 1.2;

  @media (width <= 880px) {
    margin-top: 20px;
    font-size: 18px;
  }
}

/* SAFARI DE MERDE */
.is-safari #lqd-site-content {
  .gradient-number span.lqd-counter-nums-wrap {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    color: #239fff !important;
  }
  .gradient-pre-title,
  .date {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    color: #239fff !important;
    span{
      color: #239fff !important;
    }
  }
  .gradient-title :is(h1, h2, h3, h4, h5, h6) {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    color: #239fff !important;
    span{
      color: #239fff !important;
    }
  }
}

