:root {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --themeTextLighter: #667889;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(135deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
@media (prefers-color-scheme: dark) {
  :root {
    --background: #252D3A;
    --themeBGopacity30: rgba(37, 45, 58, 0.3);
    --themeBGopacity50: rgba(37, 45, 58, 0.5);
    --text: #F5F5F8;
    --themeTextLesserContrast: #BCC3D0;
    --themeTextLighter: #BCC3D0;
    --menuColor: #252D3A;
    --menuColorHover: rgba(0, 0, 0, 0.3);
    --defaultThemeColor: #252D3A;
    --defaultColorDarker: rgba(0, 0, 0, 0.5);
    --defaultColorDarkest: #3E5377;
    --themeGrey: #667889;
    --themeExtremeColor: #000;
    --themeBlack: #000;
    --themeBGShadow: #000;
    --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
    --themeBGdarker1: #222A37;
    --themeBGdarker2: #1C2330;
    --themeBGdarker3: #171F2B;
    --themeBGdarker4: #131A25;
    --themeBGdarker5: #0F1620;
    --themeBGdarker6: #0B0F17;
    --themeBGdarker7: #000;
    --themeBGcontrast: #667889;
    --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
    --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
    --footerBottomBG: url('../static/img/global/Footer/footer_bottom_black.jpg');
    --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
    --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
    --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
    --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
    --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
    --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
  }
}
html {
  color-scheme: dark light;
}
:root:has(#theme [value="☀️"]:checked) {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --themeTextLighter: #667889;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(220deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
:root:has(#theme [value="🌑"]:checked) {
  --background: #252D3A;
  --themeBGopacity30: rgba(37, 45, 58, 0.3);
  --themeBGopacity50: rgba(37, 45, 58, 0.5);
  --text: #F5F5F8;
  --themeTextLesserContrast: #BCC3D0;
  --themeTextLighter: #BCC3D0;
  --menuColor: #252D3A;
  --menuColorHover: rgba(0, 0, 0, 0.3);
  --defaultThemeColor: #252D3A;
  --defaultColorDarker: rgba(0, 0, 0, 0.5);
  --defaultColorDarkest: #3E5377;
  --themeGrey: #667889;
  --themeExtremeColor: #000;
  --themeBlack: #000;
  --themeBGShadow: #000;
  --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
  --themeBGdarker1: #222A37;
  --themeBGdarker2: #1C2330;
  --themeBGdarker3: #171F2B;
  --themeBGdarker4: #131A25;
  --themeBGdarker5: #0F1620;
  --themeBGdarker6: #0B0F17;
  --themeBGdarker7: #000;
  --themeBGcontrast: #667889;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom_black.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
}
body {
  background-color: var(--background);
  color: var(--text);
}
body a {
  color: var(--text);
}
[data-theme="☀️"] {
  --background: #F5F5F8;
  --themeBGopacity30: rgba(245, 245, 248, 0.3);
  --themeBGopacity50: rgba(245, 245, 248, 0.5);
  --text: #252D3A;
  --themeTextLesserContrast: #252D3A;
  --themeTextLighter: #667889;
  --menuColor: #fff;
  --menuColorHover: #F5F5F8;
  --defaultThemeColor: #F5F5F8;
  --defaultColorDarker: #EBECF1;
  --defaultColorDarkest: #DADCE5;
  --themeGrey: #9DABBA;
  --themeExtremeColor: #fff;
  --themeBlack: #252D3A;
  --themeBGShadow: #BCC3D0;
  --themeBlackGradient: linear-gradient(220deg, #252D3A, #000);
  --themeBGdarker1: #EBECF1;
  --themeBGdarker2: #DADCE5;
  --themeBGdarker3: #BCC3D0;
  --themeBGdarker4: #9DABBA;
  --themeBGdarker5: #8292A2;
  --themeBGdarker6: #667889;
  --themeBGdarker7: #465362;
  --themeBGcontrast: #DADCE5;
  --themeBGdarkerGradient: linear-gradient(0deg, #DADCE5 0%, #EBECF1 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_black.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow.svg');
}
[data-theme="🌑"] {
  --background: #252D3A;
  --themeBGopacity30: rgba(37, 45, 58, 0.3);
  --themeBGopacity50: rgba(37, 45, 58, 0.5);
  --text: #F5F5F8;
  --themeTextLesserContrast: #BCC3D0;
  --themeTextLighter: #BCC3D0;
  --menuColor: #252D3A;
  --menuColorHover: rgba(0, 0, 0, 0.3);
  --defaultThemeColor: #252D3A;
  --defaultColorDarker: rgba(0, 0, 0, 0.5);
  --defaultColorDarkest: #3E5377;
  --themeGrey: #667889;
  --themeExtremeColor: #000;
  --themeBlack: #000;
  --themeBGShadow: #000;
  --themeBlackGradient: linear-gradient(220deg, var(--themeBGdarker4), #000);
  --themeBGdarker1: #222A37;
  --themeBGdarker2: #1C2330;
  --themeBGdarker3: #171F2B;
  --themeBGdarker4: #131A25;
  --themeBGdarker5: #0F1620;
  --themeBGdarker6: #0B0F17;
  --themeBGdarker7: #000;
  --themeBGcontrast: #667889;
  --themeBGdarkerGradient: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  --footerBG: url('../static/img/global/Footer/footer_abstract_black.jpg');
  --footerBottomBG: url('../static/img/global/Footer/footer_bottom_black.jpg');
  --abstractWavesBG: url('../static/img/global/waves_fixed_black.jpg');
  --advantagesBillIcon: url('../static/img/home/Advantages/Bill-icon-dark.svg');
  --advantagesMaintenanceIcon: url('../static/img/home/Advantages/maintenance-icon-dark.svg');
  --advantagesNeHoTABIcon: url('../static/img/home/Advantages/NeHoTAB-icon-dark.svg');
  --longArrowBG: url('../static/img/home/news-blog-article/long_arrow_white.svg');
  --cornerArrow: url('../static/img/global/Icons/corner_arrow_dark.svg');
}
video.color-correction {
  filter: brightness(89%) hue-rotate(-5deg) saturate(0.9);
}
*:has(>video.correct-on-mac) {
  position: relative;
}
*:has(>video.correct-on-mac):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, var(--background) 0%, transparent 2rem, transparent 100%), linear-gradient(0deg, var(--background) 0%, transparent 2rem, transparent 100%), linear-gradient(-90deg, var(--background) 0%, transparent 2rem, transparent 100%), linear-gradient(180deg, var(--background) 0%, transparent 2rem, transparent 100%);
}
*:has(>video.correct-on-mac):has(>video.top-bottom-only):before {
  background: linear-gradient(0deg, var(--background) 0%, transparent 2rem, transparent 100%), linear-gradient(180deg, var(--background) 0%, transparent 2rem, transparent 100%);
}
.glassmorphism {
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%) !important;
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: inset 0 0.5rem 1rem -0.5rem rgba(255, 255, 255, 0.75), 0.5px 0.5px 1px rgba(0, 0, 0, 0.07), 2px 2px 4px -0.5px rgba(0, 0, 0, 0.1), 5px 5px 8px -1px rgba(0, 0, 0, 0.13), 0.75rem 0.75rem 1rem -2px rgba(0, 0, 0, 0.2);
}
main.template-project p img.inline-logo,
main.template-project h3 img.inline-logo,
main.template-project h4 img.inline-logo {
  display: inline;
  width: auto;
  height: 1.5em;
  margin-top: -0.5em;
  position: relative;
  top: 0.4em;
}
main.template-project p img.inline-logo.wirebos,
main.template-project h3 img.inline-logo.wirebos,
main.template-project h4 img.inline-logo.wirebos,
main.template-project p img.inline-logo.nema,
main.template-project h3 img.inline-logo.nema,
main.template-project h4 img.inline-logo.nema {
  height: 1.7em;
  margin-top: -0.7em;
  top: 0.5em;
  margin-left: -0.25em;
  margin-right: -0.25em;
}
main.template-project > h3 {
  text-align: center;
}
main.template-project > h3 + hr {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
main.template-project hr {
  width: 5rem;
  height: 0.5rem;
  margin: 0;
  border: 0;
  background: linear-gradient(135deg, #FF0050 0%, #004FFF 100%);
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}
main.template-project .section-text-image h4:has(>span) b {
  font-size: 1.5rem;
}
main.template-project .section-text-image h4:has(>span) span {
  font-weight: 400;
  font-stretch: normal;
  display: block;
}
@media screen and (max-width: 1000px) {
  main.template-project .section-text-image h4 {
    margin-left: auto;
    margin-right: auto;
  }
}
main.template-project section:has(.grid-list) {
  max-width: 1400px;
  margin: 4rem auto;
}
main.template-project section:has(.grid-list) .floating-card img {
  margin-bottom: 1rem;
}
main.template-project > div.allow-overflow-wrapper {
  margin-bottom: calc(4rem * 2);
}
main.template-project .hero {
  justify-content: flex-end;
}
main.template-project .hero > article {
  width: calc(50% - (4rem * 175/88)/2);
  max-width: fit-content;
}
main.template-project .hero > article h2 {
  margin-bottom: 0;
}
main.template-project .hero > #statistics {
  position: fixed;
  z-index: 1;
  bottom: -0.45px;
  right: 2rem;
  transform: scale(1);
  width: 50%;
  min-width: max-content;
}
main.template-project .hero > #statistics::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: url('../static/img/home/Hero/encoche-left.svg'), url('../static/img/home/Hero/square-mask.svg'), url('../static/img/home/Hero/encoche-right.svg');
  mask-repeat: no-repeat;
  mask-position: 0%, 50%, 100%;
  mask-size: auto 4rem, calc(100% - 2*(4rem * 175/88)) auto, auto 4rem;
  background-color: var(--background);
}
main.template-project .hero > #statistics > ul {
  height: 4rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem calc(4rem * 175/88 - 2rem);
  padding-bottom: 0;
  width: 100%;
}
main.template-project .hero > #statistics > ul > li {
  display: flex;
  flex-direction: column;
  position: relative;
}
main.template-project .hero > #statistics > ul > li > div.icon {
  height: 3rem;
  width: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  padding: calc(1rem/2);
  background-color: var(--background);
}
main.template-project .hero > #statistics > ul > li > div.icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.template-project .hero > #statistics > ul > li > p {
  position: absolute;
  bottom: calc(-1rem / 2);
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: calc(100% + calc(5rem));
  text-align: center;
}
@media screen and (max-width: 1400px) {
  main.template-project .hero > article {
    width: calc(33% - (4rem * 175/88)/2);
    border-top-right-radius: 1.5rem;
  }
  main.template-project .hero > article:before {
    border-top-right-radius: calc(1.5rem - 1rem);
  }
  main.template-project .hero > #statistics {
    width: 66%;
  }
}
@media screen and (max-width: 1050px) {
  main.template-project .hero > article {
    width: 100%;
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
  main.template-project .hero > #statistics {
    width: calc(100% - 2rem * 2);
  }
}
@media screen and (max-width: 800px) {
  main.template-project .hero > #statistics {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: unset;
  }
  main.template-project .hero > #statistics:before {
    mask: unset;
    width: calc(2rem * 2);
    top: calc(-2rem * 2);
    mask-image: url('../static/img/projects/hero/mask_corner_bottom_left.svg');
    mask-position: left top;
    mask-size: contain;
  }
  main.template-project .hero > #statistics:after {
    content: '';
    display: block;
    width: calc(2rem * 2);
    height: 100%;
    position: absolute;
    top: calc(-2rem * 2);
    right: 0;
    mask-image: url('../static/img/projects/hero/mask_corner_bottom_right.svg');
    mask-position: right top;
    mask-size: contain;
    mask-repeat: no-repeat;
    background-color: var(--background);
  }
  main.template-project .hero > #statistics > ul {
    padding-left: 0;
    padding-right: 0;
    background: var(--background);
    width: 100%;
    max-width: calc(100vw - 2rem * 2);
    padding: 1rem;
  }
  main.template-project .hero > #statistics > ul li {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  main.template-project .hero > #statistics > ul li p {
    position: unset;
    transform: unset;
    margin-top: calc(1rem/2);
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  main.template-project > div.allow-overflow-wrapper {
    margin-bottom: 2rem;
  }
  main.template-project .hero {
    padding-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  main.template-project .hero > article {
    margin-bottom: 2rem;
  }
  main.template-project .hero > #statistics {
    position: unset;
    margin-left: -2rem;
  }
  main.template-project .hero > #statistics ul {
    flex-wrap: wrap;
    gap: 1rem 0;
    justify-content: space-between;
    height: unset;
  }
  main.template-project .hero > #statistics ul li {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: min-content;
    min-width: calc(50% - 1rem/2);
  }
  main.template-project .hero > #statistics ul li p {
    text-align: left;
    margin-top: 0;
    margin-left: calc(1rem / 2);
  }
}
@media screen and (max-width: 480px) {
  main.template-project .hero > article {
    margin-bottom: 1rem;
  }
  main.template-project .hero > #statistics {
    min-width: calc(100% + 1rem * 2);
    position: unset;
    margin-left: -1rem;
  }
  main.template-project .hero > #statistics:before,
  main.template-project .hero > #statistics:after {
    width: calc(1rem * 2);
    height: calc(1rem * 2);
    top: 0;
    transform: translateY(-100%);
  }
  main.template-project .hero > #statistics > ul {
    max-width: 100%;
  }
}
@media screen and (max-width: 400px) {
  main.template-project .hero > #statistics ul li {
    width: 100%;
  }
}
main.template-project > section#project-presentation.section-text-image > article h3 {
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  main.template-project > section#project-presentation.section-text-image > article > h3 {
    font-size: 2.2rem;
  }
}
main.template-project > section#actors {
  margin: 2rem auto;
  max-width: 1400px;
  text-align: center;
}
main.template-project > section#actors ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
main.template-project > section#actors ul li {
  height: 3rem;
}
main.template-project > section#actors ul li > img {
  width: auto;
  height: 100%;
}
main.template-project > section#actors ul li > img.square {
  width: 5rem;
  height: auto;
}
main.template-project > section#actors ul li > img.large {
  width: 3rem;
  height: auto;
}
main.template-project > section#actors ul li > img.larger {
  width: 8rem;
  height: auto;
}
main.template-project > section#actors ul li > img.largest {
  width: 12rem;
  height: auto;
  margin-top: -0.5rem;
}
main.template-project > section#actors ul li > img.medium-small {
  height: 2.5rem;
}
main.template-project > section#actors ul li > img.small {
  height: 2rem;
}
main.template-project > section#actors ul li:has(.larger),
main.template-project > section#actors ul li:has(.square),
main.template-project > section#actors ul li:has(.large) {
  height: auto;
}
main.template-project.darkTheme .hero article h2 {
  color: #fff;
}
main.template-project.darkTheme p img.inline-logo,
main.template-project.darkTheme h3 img.inline-logo,
main.template-project.darkTheme h4 img.inline-logo {
  display: inline;
  width: auto;
  height: 1.5em;
  margin-top: -0.5em;
  position: relative;
  top: 0.4em;
  filter: brightness(0) invert(1);
}
main.template-project.darkTheme p img.inline-logo.wirebos,
main.template-project.darkTheme h3 img.inline-logo.wirebos,
main.template-project.darkTheme h4 img.inline-logo.wirebos,
main.template-project.darkTheme p img.inline-logo.nema,
main.template-project.darkTheme h3 img.inline-logo.nema,
main.template-project.darkTheme h4 img.inline-logo.nema {
  height: 1.7em;
  margin-top: -0.7em;
  top: 0.5em;
  margin-left: -0.25em;
  margin-right: -0.25em;
  filter: none;
}
main.template-project.darkTheme p img.inline-logo.wirebos.wirebos,
main.template-project.darkTheme h3 img.inline-logo.wirebos.wirebos,
main.template-project.darkTheme h4 img.inline-logo.wirebos.wirebos,
main.template-project.darkTheme p img.inline-logo.nema.wirebos,
main.template-project.darkTheme h3 img.inline-logo.nema.wirebos,
main.template-project.darkTheme h4 img.inline-logo.nema.wirebos {
  content: url('../static/img/global/Logos/WireBOS_white.svg');
}
main.template-project.darkTheme p img.inline-logo.wirebos.nema,
main.template-project.darkTheme h3 img.inline-logo.wirebos.nema,
main.template-project.darkTheme h4 img.inline-logo.wirebos.nema,
main.template-project.darkTheme p img.inline-logo.nema.nema,
main.template-project.darkTheme h3 img.inline-logo.nema.nema,
main.template-project.darkTheme h4 img.inline-logo.nema.nema {
  content: url('../static/img/global/Logos/NeMa_white.svg');
}
