@charset "UTF-8";
/*
Preditic 2023
Author: Lucie Anceaume
Version: 1.7
*/
/* Fonts loaded via <link> tags in HTML <head> for performance */

/* Base Block Styles */
*, *::before, *::after {
  box-sizing: border-box;
}
.cols {
  display: flex;
  flex-wrap: nowrap;
  gap: 2em;
  box-sizing: border-box;
}
@media screen and (max-width: 781px) {
  .cols {
    flex-wrap: wrap;
  }
  .col {
    flex-basis: 100% !important;
  }
}
.col {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.img-block {
  margin: 0;
}
.img-block img {
  max-width: 100%;
  height: auto;
}
.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.constrained > * {
  max-width: 100%;
}
/* Fix absolute-positioned images: ensure containers have enough height */
.home-block-04 .list-container-01 {
  min-height: 380px;
}
/* Ensure page content sections don't overlap */
.page .page-content {
  position: relative;
  z-index: 1;
}
.home-block-02 {
  clear: both;
}
/* Fix gallery items */
.gallery .img-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .img-block img {
  object-fit: contain;
}
/* Remove min-heights on mobile where layout stacks vertically */
@media screen and (max-width: 960px) {
  .home-block-04 .list-container-01 {
    min-height: auto;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Variables */
:root {
  /* Font Family */
  --font-fallback: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
     "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  /* Font Size */
  --global--font-size-base: 1.3rem;
  --global--font-menu: 1.1rem;
  --global--font-size-xs: 1rem;
  --global--font-size-sm: 1.35rem;
  --global--font-size-md: 1.45rem;
  --global--font-size-lg: 2rem;
  --global--font-size-xl: 2.6rem;
  --global--font-size-xxl: 3.6rem;
  --global--font-size-xxxl: 5.2rem;
  --global--letter-spacing: 0.01rem;
  /* Line Height */
  --global--line-height-body: 1.4;
  --global--line-height-heading: 1.3;
  --title-line-height: 1.05;
  /* Titles */
  --title-site-h1: var(--global--font-size-xxl);
  --h1-font-size: var(--global--font-size-xxxl);
  --h2-font-size: var(--global--font-size-xxl);
  --h3-font-size: var(--global--font-size-xl);
  --h4-font-size: var(--global--font-size-lg);
  --h5-font-size: var(--global--font-size-sm);
  --h6-font-size: var(--global--font-size-xs);
  /*Weight*/
  --text-font-weight: normal;
  --text-font-weight-light: 350;
  --text-bold: 650;
  --text-semi-bold: 500;
  --title-font-weight-normal: 600;
  --title-font-weight: 680;
  --title-font-weight-strong: 800;
  /* Colors */
  --main-color-blue:#0098DB;
  --secondary-color-blue: #182B49;
  --text-color: #091326;
  --bg-color: #fff;
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-white-50: rgba(255, 255, 255, 0.5);
  --global--color-white-90: rgba(255, 255, 255, 0.9);
  /* Spacing */
  --main-horizontal-padding: 200px;
  --secondary-horizontal-padding: 45px;
  --radius-button: 8px;
  --radius-element: 10px;
  --menu-height: 77.77px;
  --menu-height-small: 58px;
  --menu-gap: 40px;
  --h2-bottom: 30px;
  --h3-bottom: 25px;
  --p-bottom: 20px;
  --big-size: 120%;
  --big-size-margin: -10%;
  --home-margin-top: 90px;
  --height-gallery: 90px;
  --width-gallery: 170px;
  /* Image Pres accueil*/
  --pres-img-right: -200px;
  --pres-img-02: -95px;
  /* Sizingg */
  --main-size: 1380px;
  /* Elevation */
  --global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1536px) {
  :root {
    /* Font Size */
    --global--font-size-base: 1.2rem;
    --global--font-menu: 1.1rem;
    --global--font-size-xs: 0.92rem;
    --global--font-size-sm: 1.3rem;
    --global--font-size-md: 1.45rem;
    --global--font-size-lg: 2rem;
    --global--font-size-xl: 2.6rem;
    --global--font-size-xxl: 3.5rem;
    --global--font-size-xxxl: 5rem;
    --global--letter-spacing: 0.01rem;
    /* Image Pres accueil*/
    --pres-img-right: -140px;
    --pres-img-02: -90px;
    /* Spacing*/
    --menu-gap: 25px;
    --big-size: 124%;
    --big-size-margin: -12%;
    --home-margin-top: 80px;
    --height-gallery: 100px;
    --width-gallery: 180px;
    --menu-height-small: 58px;
    /* Sizingg */
    --main-size: 1180px;
  }
}
button, .ask-demo-button {
  border: none;
  background-color: var(--main-color-blue);
  border-radius: var(--radius-button);
  text-transform: uppercase;
  color: var(--global--color-white);
  font-weight: 550;
  font-size: var(--global--font-size-xs);
  margin: 0;
  padding: 0 24px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
button:hover, .ask-demo-button:hover {
  background-color: var(--secondary-color-blue);
}
button.next-btn, .ask-demo-button.next-btn {
  padding: 0 65px 0 30px;
}
button.next-btn::after, .ask-demo-button.next-btn::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../assets/images/icons/arrow-white.svg);
  width: 20px;
  height: 16px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}
button.next-btn:hover::after, .ask-demo-button.next-btn:hover::after {
  right: 25px;
}

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

/* Focus styles for keyboard navigation */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--main-color-blue);
  outline-offset: 2px;
}

/* Skip to content */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: var(--main-color-blue);
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  font-size: 0.9rem;
  text-decoration: none;
}
.skip-link:focus {
  top: 0;
}

/* Header */
#menu-button, #menu-button-02 {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

header {
  background-color: var(--global--color-white);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  transition: all 0.6s ease-in-out;
}
header .header-container {
  display: flex;
  justify-content: space-between;
  width: var(--main-size);
  max-width: 100%;
  margin: 0 auto;
  flex-direction: row;
  column-gap: 48px;
}
header .header-container .site-logo img {
  width: 185px;
  height: auto;
  margin-top: 8px;
  transition: all 0.6s ease-in-out;
}
header .header-container .lang-switch {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--main-color-blue);
  letter-spacing: 0.05em;
  margin-top: 8px;
  white-space: nowrap;
}
header .header-container .lang-switch:hover {
  opacity: 0.7;
}
header .header-container #site-navigation {
  line-height: 0;
}
header .header-container #site-navigation .mobile-menu-yes {
  display: none;
}
header .header-container #site-navigation .primary-menu-container ul {
  display: flex;
  height: var(--menu-height);
  align-items: center;
  gap: var(--menu-gap);
  transition: all 0.6s ease-in-out;
}
header .header-container #site-navigation .primary-menu-container ul li {
  height: 100%;
  align-items: center;
  display: flex;
}
header .header-container #site-navigation .primary-menu-container ul li a {
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
  text-decoration: none;
  font-size: var(--global--font-menu);
  padding: 0 5px;
  color: var(--text-color);
}
header .header-container #site-navigation .primary-menu-container ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0;
  background-color: var(--global--color-white);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
header .header-container #site-navigation .primary-menu-container ul li a:hover::after {
  background-color: var(--main-color-blue);
  bottom: 0;
  opacity: 1;
}
header .header-container #site-navigation .primary-menu-container ul li.current-menu-item a {
  color: var(--main-color-blue);
  font-weight: var(--text-bold);
}
header .header-container #site-navigation .primary-menu-container ul li.current-menu-item a::after {
  background-color: var(--main-color-blue);
  bottom: 0;
  opacity: 1;
}
header .header-container .ask-demo-button {
  margin-top: 17px;
  margin-left: auto;
}
header .header-container .ask-demo-button.next-btn {
  padding: 0 65px 0 30px;
  height: 46px;
  line-height: 46px;
}
header.small-header {
  -webkit-box-shadow: 0px 2px 13px -2px rgba(24, 43, 73, 0.5);
  box-shadow: 0px 2px 13px -2px rgba(24, 43, 73, 0.5);
}
header.small-header .header-container .site-logo {
  line-height: 0;
}
header.small-header .header-container .site-logo img {
  width: 150px;
  height: auto;
  margin-top: 6px;
}
header.small-header .header-container #site-navigation .primary-menu-container ul {
  height: var(--menu-height-small);
  gap: 32px;
}
header.small-header .header-container .ask-demo-button {
  margin-top: 9px;
  height: 38px;
  line-height: 38px;
  font-size: 0.85rem;
  padding: 0 65px 0 30px;
}

/* General */
body {
  font-family: "Nunito", var(--font-fallback);
  font-size: var(--global--font-size-base);
  box-sizing: border-box;
  margin-top: var(--menu-height);
  color: var(--text-color);
  font-weight: var(--text-font-weight-light);
  letter-spacing: var(--global--letter-spacing);
  line-height: var(--global--line-height-body);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--secondary-color-blue);
  font-family: "Montserrat", var(--font-fallback);
}

.video-block {
  margin: 0;
}

/*Loader*/
#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #fcfcff;
  z-index: 99;
}

#loading-image {
  width: 260px;
  margin-top: 20vw;
}

/* Home page */
#site-baseline {
  font-size: var(--title-site-h1);
  font-weight: var(--title-font-weight);
  line-height: var(--title-line-height);
  margin: 3.2em 0 0.5em;
}
#site-baseline span {
  font-size: var(--h3-font-size);
  font-weight: var(--title-font-weight-normal);
}

.video-container {
  z-index: 4;
  position: relative;
  width: var(--big-size);
  margin-left: var(--big-size-margin);
}
.video-container video {
  border-radius: var(--radius-element) var(--radius-element) 0 0;
}

#home-container {
  width: var(--main-size);
  max-width: 100%;
  margin: 0 auto;
}
#home-container h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--title-font-weight-strong);
  line-height: var(--title-line-height);
  margin-bottom: var(--h2-bottom);
  text-align: center;
}
#home-container > div > h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--main-color-blue);
  margin: 15px auto 0;
  border-radius: 2px;
}
#home-container h3 {
  font-size: var(--h3-font-size);
  font-weight: var(--title-font-weight);
  line-height: var(--title-line-height);
  margin-bottom: var(--h3-bottom);
}
#home-container > div > h3 {
  text-align: center;
}
#home-container > div > p {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#home-container h4 {
  text-transform: uppercase;
  font-weight: var(--title-font-weight);
}
#home-container p {
  margin-bottom: var(--p-bottom);
}


.home-hero {
  position: relative;
  width: 100%;
  height: 420px;
  background: url(../assets/images/heroes/hero-homepage.png) center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(24, 43, 73, 0.8) 0%, rgba(24, 43, 73, 0.65) 100%);
}
.home-hero-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 30px;
  max-width: 800px;
}
.home-hero-overlay h2 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
}
.home-hero-overlay h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--main-color-blue);
  margin: 15px auto 0;
  border-radius: 2px;
}
.home-hero-overlay p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 20px 0 0;
}

.home-block-02 {
  position: relative;
  z-index: 4;
  padding: 80px 0;
  background-color: #f5f7fa;
  box-shadow: 0 0 0 100vmax #f5f7fa;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
}

.schema-container {
  position: relative;
  margin-top: 80px;
}
.schema-container::after {
  content: "";
  position: absolute;
  background-image: url(../assets/images/backgrounds/fond-schema.svg);
  width: 124%;
  height: 140%;
  background-size: 100%;
  background-repeat: no-repeat;
  left: -12%;
  top: -158px;
  z-index: 1;
}
.schema-container .inner .ligne-01,
.schema-container .inner .ligne-02,
.schema-container .inner .ligne-03 {
  position: relative;
  z-index: 2;
}
.schema-container .inner .ligne-01 .inner,
.schema-container .inner .ligne-02 .inner,
.schema-container .inner .ligne-03 .inner {
  display: flex;
  width: 100%;
  column-gap: 60px;
  justify-content: center;
}
.schema-container .inner .ligne-01 .inner .schema-item,
.schema-container .inner .ligne-02 .inner .schema-item,
.schema-container .inner .ligne-03 .inner .schema-item {
  width: 33.3%;
  background: #fff;
  border-radius: var(--radius-element);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.schema-container .inner .ligne-01 .inner .schema-item:hover,
.schema-container .inner .ligne-02 .inner .schema-item:hover,
.schema-container .inner .ligne-03 .inner .schema-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.schema-container .inner .ligne-01 .inner .inner,
.schema-container .inner .ligne-02 .inner .inner,
.schema-container .inner .ligne-03 .inner .inner {
  display: flex;
  column-gap: 15px;
  align-items: flex-end;
}
.schema-container .inner .ligne-01 .inner .inner .video-block,
.schema-container .inner .ligne-02 .inner .inner .video-block,
.schema-container .inner .ligne-03 .inner .inner .video-block {
  display: inline-block;
  width: 40%;
}
.schema-container .inner .ligne-01 .inner .inner .video-block video,
.schema-container .inner .ligne-02 .inner .inner .video-block video,
.schema-container .inner .ligne-03 .inner .inner .video-block video {
  display: block;
  max-width: 100%;
  height: auto;
}
.schema-container .inner .ligne-01 .inner .inner .schema-content,
.schema-container .inner .ligne-02 .inner .inner .schema-content,
.schema-container .inner .ligne-03 .inner .inner .schema-content {
  display: inline-block;
  width: 60%;
}
.schema-container .inner .ligne-01 .inner .inner .schema-content .inner,
.schema-container .inner .ligne-02 .inner .inner .schema-content .inner,
.schema-container .inner .ligne-03 .inner .inner .schema-content .inner {
  flex-direction: column;
}
.schema-container .inner .ligne-01 .inner .inner .schema-content .inner h4,
.schema-container .inner .ligne-02 .inner .inner .schema-content .inner h4,
.schema-container .inner .ligne-03 .inner .inner .schema-content .inner h4 {
  font-size: 1.1rem;
  line-height: 1.4rem;
  width: 100%;
  margin-bottom: 20px;
}
.schema-container .inner .ligne-01 .inner .inner .schema-content .inner p,
.schema-container .inner .ligne-02 .inner .inner .schema-content .inner p,
.schema-container .inner .ligne-03 .inner .inner .schema-content .inner p {
  font-size: var(--global--font-size-xs);
  margin-bottom: 10px !important;
  height: 76px;
  display: flex;
  align-items: center;
  line-height: 1.2rem;
  width: 100%;
}
.schema-container .inner .ligne-02 {
  margin-top: 70px;
}
.schema-container .inner .ligne-03 {
  margin-top: 84px;
}

.btn-container {
  margin-top: 40px;
  z-index: 2;
  position: relative;
}
.btn-container .btn-group {
  display: flex;
  justify-content: center;
}
.btn-container .btn-group .btn-wrap a {
  border: none;
  background-color: var(--main-color-blue);
  border-radius: var(--radius-button);
  text-transform: uppercase;
  color: var(--global--color-white);
  font-weight: 550;
  font-size: var(--global--font-size-xs);
  margin: 0;
  padding: 12px 65px 12px 30px;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.btn-container .btn-group .btn-wrap a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 15px;
  background-image: url(../assets/images/icons/arrow-white.svg);
  width: 20px;
  height: 16px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
}
.btn-container .btn-group .btn-wrap a:hover {
  background-color: var(--secondary-color-blue);
}
.btn-container .btn-group .btn-wrap a:hover::after {
  right: 25px;
}

.home-block-03 {
  padding: 80px 0;
}
.home-block-03 h2 {
  width: auto;
}
.home-block-03 .img-accueil-02 {
  margin-top: 40px;
  width: var(--big-size);
  margin-left: var(--big-size-margin);
  display: inline-block;
  margin-bottom: 70px;
}
.home-block-03 .inside-home {
  position: relative;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.home-block-03 .inside-home .cols {
  column-gap: 30px;
}
.home-block-03 .inside-home .cols .col {
  background: #fff;
  border-radius: var(--radius-element);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-block-03 .inside-home .cols .col:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.home-block-03 .inside-home .cols p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 10px !important;
}
.home-block-03 .inside-home::before {
  content: "";
  position: absolute;
  background-image: url(../assets/images/content/img-quote01.svg);
  top: 10px;
  left: -29%;
  width: 215px;
  background-size: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.home-block-03 .inside-home::after {
  content: "";
  position: absolute;
  background-image: url(../assets/images/content/img-quote02.svg);
  top: 10px;
  right: -30%;
  width: 233px;
  background-size: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.home-block-03 .inside-home h4 {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 500 !important;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 50px;
  min-height: 61px;
  position: relative;
  box-sizing: border-box;
}
.home-block-03 .inside-home h4::before {
  content: "";
  position: absolute;
  background-image: url(../assets/images/icons/cube-icon.svg);
  top: 2px;
  left: 0;
  width: 35px;
  background-size: 100%;
  height: 42px;
  background-repeat: no-repeat;
}
.home-block-03 .inside-home p {
  margin-bottom: 0 !important;
}
.home-block-03 .inside-home .cols + .cols {
  margin-top: 30px;
}

.home-block-04 {
  padding: 80px 0;
  background-color: var(--secondary-color-blue);
  box-shadow: 0 0 0 100vmax var(--secondary-color-blue);
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
  overflow: hidden;
}
.home-block-04 h2 {
  width: auto;
  color: #fff;
}
.home-block-04 h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--h4-font-size) !important;
  line-height: 2.6rem !important;
}
.home-block-04 p,
.home-block-04 li {
  color: rgba(255, 255, 255, 0.85);
}
.home-block-04 .list-container-01 {
  margin-top: 60px;
  position: relative;
}
.home-block-04 .list-container-01 .list-container-left-01 {
  z-index: 2;
  position: relative;
  width: 46%;
}
.home-block-04 .list-container-01 .list-container-left-01 .inner {
  flex-direction: column;
  display: flex;
}
.home-block-04 .list-container-01 .list-container-left-01 .inner ul {
  padding-top: 40px;
}
.home-block-04 .list-container-01 .list-container-left-01 .inner ul li {
  display: inline-block;
  width: 42%;
  font-size: var(--global--font-size-md);
  position: relative;
  padding-left: 7%;
  margin-bottom: 25px;
  font-weight: var(--text-semi-bold);
}
.home-block-04 .list-container-01 .list-container-left-01 .inner ul li::before {
  content: "";
  position: absolute;
  background-image: url(../assets/images/icons/cube-icon.svg);
  top: 0;
  left: 0;
  width: 28px;
  background-size: 100%;
  height: 31px;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.home-block-04 .list-container-01 .list-container-right-01 .inner {
  position: absolute;
  right: var(--pres-img-right);
  top: var(--pres-img-02);
  width: 60%;
}

.home-block-05 {
  padding: 80px 0;
}
.home-block-05 h2 {
  width: auto;
}
.home-block-05 .projet-container .inner {
  display: flex;
  column-gap: 25px;
}
.home-block-05 .projet-container .inner .projet-item {
  position: relative;
  transition: all 0.5s ease-in-out;
  flex: 1 1 0px;
  z-index: 2;
  cursor: default;
}
.home-block-05 .projet-container .inner .projet-item::after {
  content: none;
}
.home-block-05 .projet-container .inner .projet-item a {
  text-decoration: none;
  color: var(--secondary-color-blue);
}
.home-block-05 .projet-container .inner .projet-item .inner {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 15px;
  border-radius: var(--radius-button);
  border: var(--secondary-color-blue) 2px solid;
  box-shadow: none;
}
.home-block-05 .projet-container .inner .projet-item .inner .img-block {
  height: 160px;
}
.home-block-05 .projet-container .inner .projet-item .inner .img-block img {
  border-radius: var(--radius-button);
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.home-block-05 .projet-container .inner .projet-item .inner .content-block .inner {
  border: none;
  padding: 0;
  position: relative;
}
.home-block-05 .projet-container .inner .projet-item .inner .content-block .inner .img-block {
  position: absolute;
  background-color: white;
  top: -24%;
  padding: 10px;
  border-radius: 0 var(--radius-button) 0 0;
  height: 55px;
  width: 76px;
  margin: 0;
}
.home-block-05 .projet-container .inner .projet-item .inner .content-block .inner .img-block a {
  height: 100%;
  width: 100%;
}
.home-block-05 .projet-container .inner .projet-item .inner .content-block .inner .img-block a img {
  border-radius: 0px;
  object-fit: contain !important;
  width: auto;
}
.home-block-05 .projet-container .inner .projet-item .inner .content-block .inner h4 {
  font-size: 1rem;
  margin-top: 22px;
  margin-bottom: 10px;
  min-height: 67px;
}
.home-block-05 .projet-container .inner .projet-item .inner .content-block .inner h4 a {
  display: block;
}
.home-block-05 .projet-container .inner .projet-item .inner .content-block .inner p {
  font-size: 1rem;
  line-height: 1.5rem;
  min-height: 95px;
}
.home-block-05 .projet-container .inner .projet-item .inner .content-block .inner p a {
  display: block;
  height: 100%;
}
.home-block-05 .projet-container .inner .projet-item:hover {
  transform: none;
}

.partner-container {
  padding: 80px 0;
  background-color: #f5f7fa;
  box-shadow: 0 0 0 100vmax #f5f7fa;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
}
.partner-container .gallery-container {
  width: 100%;
  overflow: visible;
  height: auto;
  position: relative;
  margin-top: 50px;
}
.partner-container .gallery-container .inner {
  display: flex;
  width: 100%;
  justify-content: center;
}
.partner-container .gallery-container .inner .gallery {
  gap: 25px;
}
.partner-container .gallery-container .inner .gallery .img-block {
  height: var(--height-gallery);
  width: calc(var(--main-size) / 7) !important;
}
.partner-container .gallery-container .inner .gallery .img-block img {
  object-fit: contain !important;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.partner-container .gallery-container .inner .gallery .img-block img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.partner-container .gallery-container-firme {
  width: 100%;
  overflow: visible;
  height: auto;
  position: relative;
  margin-top: 50px;
}
.partner-container .gallery-container-firme .inner {
  display: flex;
  width: 100%;
  justify-content: center;
}
.partner-container .gallery-container-firme .inner .gallery {
  gap: 25px;
}
.partner-container .gallery-container-firme .inner .gallery .img-block {
  height: var(--height-gallery);
  width: calc(var(--main-size) / 7) !important;
}
.partner-container .gallery-container-firme .inner .gallery .img-block img {
  object-fit: contain !important;
}

.site-footer {
  border-top: none;
  padding-top: 50px;
}
.site-footer .bottom-footer {
  width: 96%;
  margin-left: 2%;
  background-color: var(--secondary-color-blue);
  margin-top: 60px;
  padding-top: 60px;
  color: var(--global--color-white);
}
.site-footer .bottom-footer .bottom-footer-container {
  width: var(--main-size);
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  column-gap: 200px;
}
.site-footer .bottom-footer .bottom-footer-container section {
  flex: 1 1 0px;
}
.site-footer .bottom-footer .bottom-footer-container section .left-part-footer-content img {
  width: 180px;
  height: auto;
  margin-bottom: 30px;
}
.site-footer .bottom-footer .bottom-footer-container section .left-part-footer-content h3 {
  color: var(--global--color-white);
  font-size: var(--h5-font-size);
  margin-bottom: 30px;
  font-weight: 650;
}
.site-footer .bottom-footer .bottom-footer-container section .left-part-footer-content p {
  margin-bottom: 50px;
  font-weight: 250;
}
.site-footer .bottom-footer .bottom-footer-container section .left-part-footer-content .ask-demo-button {
  margin-bottom: 50px;
}
.site-footer .bottom-footer .bottom-footer-container section .left-part-footer-content .ask-demo-button:hover {
  background-color: var(--global--color-white);
  color: var(--secondary-color-blue);
}
.site-footer .bottom-footer .bottom-footer-container section.right-part-footer nav {
  border-left: #fff 2px solid;
  display: flex;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 75px;
  flex-direction: column;
}
.site-footer .bottom-footer .bottom-footer-container section.right-part-footer nav ul li {
  width: 48%;
  float: left;
  margin-left: 2%;
  margin-bottom: 10px;
}
.site-footer .bottom-footer .bottom-footer-container section.right-part-footer nav ul li a {
  display: inline-block;
  padding: 6px 0;
}
.site-footer .bottom-footer .bottom-footer-container section.right-part-footer nav ul li a {
  color: var(--global--color-white);
  text-decoration: none;
  font-size: var(--global--font-menu);
}
.site-footer .bottom-footer .bottom-footer-container section.right-part-footer nav ul li a:hover {
  text-decoration: underline;
}
.site-footer .bottom-footer .bottom-footer-container section.right-part-footer nav .social-content {
  display: flex;
  column-gap: 20px;
  margin-top: 30px;
  margin-left: 10px;
}
.site-footer .bottom-footer .bottom-footer-container section.right-part-footer nav .social-content a {
  width: 35px;
}
.site-footer .bottom-footer .bottom-footer-container section.right-part-footer nav .social-content a img {
  width: 100%;
  height: auto;
}
.site-footer .img-footer {
  width: 96%;
  margin-left: 2%;
}
.site-footer .img-footer img {
  width: 100%;
  margin-bottom: 2px;
  border-radius: 0 0 var(--radius-element) var(--radius-element);
}
.site-footer .img-footer p {
  text-align: center;
  font-size: var(--global--font-menu);
  margin-bottom: 8px;
  opacity: 0.8;
}

.page {
  margin-bottom: 100px;
}
.page .page-content {
  width: var(--main-size);
  max-width: 100%;
  margin: auto;
}
.page .page-content h1 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 4.2rem;
  margin-bottom: 50px;
}
.page .page-content h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.page .page-content h3 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 650;
  margin-bottom: 35px;
}
.page .page-content h4 {
  font-size: var(--h5-font-size);
  font-weight: 600;
  margin-bottom: 10px;
}
.page .page-content h5 {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.page .page-content p {
  margin-bottom: 25px;
}
.page .page-content ul {
  margin-bottom: 25px;
  margin-left: 10px;
}
.page .page-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.page .page-content ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--secondary-color-blue);
  top: 9px;
  left: 0;
}
.page .page-content .gallery {
  margin-bottom: 50px;
}
.page.page-solutions, .page.page-projects, .page.page-company {
  position: relative;
}
/* Solutions page hero banner */
.solutions-hero {
  position: relative;
  width: 100%;
  height: 420px;
  background: url(../assets/images/heroes/hero-solutions.png) center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(24, 43, 73, 0.8) 0%, rgba(24, 43, 73, 0.65) 100%);
}
.solutions-hero-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 30px;
  max-width: 800px;
}
.solutions-hero-overlay h1 {
  font-size: 3.5rem;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 800;
}
.solutions-hero-overlay h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--main-color-blue);
  margin: 15px auto 0;
  border-radius: 2px;
}
.solutions-hero-overlay h2 {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 0 15px;
}
.solutions-hero-overlay p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0;
}
.page.page-solutions .page-content .home-block-05, .page.page-projects .page-content .home-block-05, .page.page-company .page-content .home-block-05 {
  margin-top: 50px;
}
.page.page-solutions .page-content .home-block-05 .projet-container .inner, .page.page-projects .page-content .home-block-05 .projet-container .inner, .page.page-company .page-content .home-block-05 .projet-container .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 0;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner {
  display: flex;
  column-gap: 25px;
  flex-direction: row;
}
.page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .img-block, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .img-block, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .img-block {
  flex: 1 1 300px;
  height: auto;
  margin: 0;
}
.page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
.page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner .img-block, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner .img-block, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner .img-block {
  display: inline-block;
  position: initial;
  height: 55px;
  flex: auto;
}
.page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner h4, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner h4, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner h4 {
  font-size: 1.15rem;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 74px;
  text-transform: uppercase;
}
.page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner p, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner p, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .constrained .inner p {
  height: 76px;
}
.page .item-page-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page .item-page-container .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.page .item-page-container .inner .item-work {
  border: 2px solid var(--secondary-color-blue);
  border-radius: var(--radius-element);
  background-color: #fff;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.page .item-page-container .inner .item-work:hover {
  transform: translate(-4px, -4px);
  box-shadow: 8px 8px 0 var(--secondary-color-blue);
}
.page .item-page-container .inner .item-work .inner {
  display: flex;
  column-gap: 0;
}
.page .item-page-container .inner .item-work .inner figure {
  flex: 0 0 80px;
  margin: 0 !important;
  align-self: stretch;
  overflow: hidden;
  border-radius: var(--radius-element) 0 0 var(--radius-element);
}
.page .item-page-container .inner .item-work .inner figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.page .item-page-container .inner .item-work .inner .constrained {
  flex: 3 0;
}
.page .item-page-container .inner .item-work .inner .constrained .inner {
  display: flex;
  flex-direction: column;
  grid-row-gap: 0;
  padding: 25px 30px;
  justify-content: center;
}
.page .item-page-container .inner .item-work .inner .constrained .inner h4 {
  text-transform: uppercase;
  display: flex;
  font-size: 1.25rem;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.page .item-page-container .inner .item-work .inner .constrained .inner p {
  margin-bottom: 0;
  font-size: 0.94rem;
  line-height: 1.5rem;
  display: flex;
  letter-spacing: -0.03rem;
}
/* Solutions CTA banner */
.page-contact footer {
  border-top: none;
  padding-top: 0;
}
.page-contact footer .bottom-footer {
  margin-top: 0;
}

.form-field-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.form-wrap .form-layout .form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.form-wrap .form-layout .form-fields .form-field {
  width: 100%;
}
.form-wrap .form-layout .form-fields .form-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--secondary-color-blue);
}
.required-label {
  color: #e74c3c;
  margin-left: 2px;
}
.form-wrap .form-layout .form-fields .form-field input,
.form-wrap .form-layout .form-fields .form-field select,
.form-wrap .form-layout .form-fields .form-field textarea {
  border-radius: 6px;
  border: 1.5px solid #d0d5dd;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.95rem;
  transition: border-color 0.2s;
}
.form-wrap .form-layout .form-fields .form-field input:focus,
.form-wrap .form-layout .form-fields .form-field textarea:focus {
  outline: 2px solid var(--main-color-blue);
  outline-offset: 1px;
  border-color: var(--main-color-blue);
}
.form-wrap .form-layout .form-fields .form-field textarea {
  resize: vertical;
}
.form-wrap .form-layout .form-fields .form-field input[type=checkbox] {
  width: auto;
}
.form-wrap .form-layout .form-fields .form-field.first {
  width: calc(50% - 8px);
}
.form-wrap .form-layout .form-fields ul {
  margin-left: 0;
}
.form-wrap .form-layout .form-fields ul li {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #555;
}
.form-wrap .form-layout .form-fields ul li::before {
  content: "";
  width: 0;
  height: 0;
}
.form-wrap .form-layout .form-fields ul li label {
  font-weight: 400;
  font-size: 0.85rem;
  color: #555;
}
.form-wrap .form-layout {
  display: flex;
  flex-direction: column;
}
.form-wrap button {
  align-self: flex-end;
  margin-top: 10px;
  border: none;
  background-color: var(--main-color-blue);
  border-radius: var(--radius-button);
  text-transform: uppercase;
  color: var(--global--color-white);
  font-weight: 550;
  font-size: var(--global--font-size-xs);
  padding: 0 24px;
  height: 46px;
  line-height: 46px;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.form-wrap button:hover {
  background-color: var(--secondary-color-blue);
}
.form-wrap button.next-btn {
  padding: 0 65px 0 30px;
}
.form-wrap button.next-btn::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../assets/images/icons/arrow-white.svg);
  width: 20px;
  height: 16px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  border: none;
}
.form-wrap button.next-btn:hover::after {
  right: 25px;
}
.form-wrap button.next-btn:focus::after {
  right: 25px;
}

/* Form status messages */
.form-status-success,
.form-status-error {
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 0.95rem;
  line-height: 1.5;
}
.form-status-success {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}
.form-status-error {
  background-color: #fbe9e7;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

/* Contact page hero banner */
.contact-hero {
  position: relative;
  width: 100%;
  height: 360px;
  background: linear-gradient(135deg, var(--secondary-color-blue) 0%, #1a3a5c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(24, 43, 73, 0.8) 0%, rgba(24, 43, 73, 0.65) 100%);
}
.contact-hero-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 30px;
  max-width: 800px;
}
.contact-hero-overlay h1 {
  font-size: 3.5rem;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 800;
}
.contact-hero-overlay h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--main-color-blue);
  margin: 15px auto 0;
  border-radius: 2px;
}
.contact-hero-overlay p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 20px 0 0;
}

/* Contact page layout */
.page-contact .page-content {
  padding: 60px 0 80px;
}
.contact-layout {
  display: flex;
  column-gap: 50px;
  flex-wrap: wrap;
  max-width: var(--main-size);
  margin: 0 auto;
}
.contact-info {
  flex: 1 1 300px;
}
.contact-info h2 {
  border-left: 4px solid var(--main-color-blue);
  padding-left: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--secondary-color-blue);
}
.contact-info > p {
  color: #555;
  line-height: 1.7;
}
.contact-details-card {
  background: #f5f7fa;
  border-radius: var(--radius-element);
  padding: 24px;
  margin-top: 30px;
}
.contact-details-card h3 {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  color: var(--main-color-blue);
  margin: 0 0 12px;
}
.contact-details-card p {
  color: #444;
  line-height: 1.7;
  margin: 0 0 10px;
}
.contact-details-card p:last-child {
  margin-bottom: 0;
}
.contact-form-col {
  flex: 1 1 400px;
}
.contact-form-col .form-wrap {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  border-radius: var(--radius-element);
  padding: 32px;
}
.contact-form-col .form-wrap .form-layout .form-fields .form-field input,
.contact-form-col .form-wrap .form-layout .form-fields .form-field select,
.contact-form-col .form-wrap .form-layout .form-fields .form-field textarea {
  padding: 12px 16px;
  background: #fafbfc;
}
.contact-form-col .form-wrap .form-layout .form-fields .form-field input:focus,
.contact-form-col .form-wrap .form-layout .form-fields .form-field textarea:focus {
  border-color: var(--main-color-blue);
  box-shadow: inset 3px 0 0 var(--main-color-blue);
  background: #fff;
}
.contact-form-col .form-wrap button {
  width: 100%;
  align-self: stretch;
  text-align: center;
}
.contact-form-col .form-wrap button.next-btn {
  padding: 0 30px;
  justify-content: center;
}
.contact-form-col .form-wrap button.next-btn::after {
  position: static;
  transform: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

/* Legal pages (privacy policy, mentions légales) */
.mentions-legales-content {
  margin-top: 50px;
  margin-bottom: 100px;
}
.legal-hero {
  position: relative;
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, var(--secondary-color-blue) 0%, #1a3a5c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.legal-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(24, 43, 73, 0.8) 0%, rgba(24, 43, 73, 0.65) 100%);
}
.legal-hero-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 30px;
  max-width: 800px;
}
.legal-hero-overlay h1 {
  font-size: 3rem;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 800;
}
.legal-hero-overlay h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--main-color-blue);
  margin: 15px auto 0;
  border-radius: 2px;
}
.legal-hero-overlay p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 20px 0 0;
}
.page-legal .page-content {
  padding: 60px 0 80px;
}
.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.legal-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  border-left: 4px solid var(--main-color-blue);
  padding-left: 20px;
  margin-bottom: 40px;
}
.legal-section {
  background: #f5f7fa;
  border-radius: var(--radius-element);
  padding: 28px 32px;
  margin-bottom: 20px;
}
.legal-section h3 {
  font-size: 1.15rem;
  color: var(--secondary-color-blue);
  margin: 0 0 12px;
}
.legal-section p {
  color: #444;
  line-height: 1.7;
  margin: 0;
}
.legal-section p a {
  color: var(--main-color-blue);
  text-decoration: none;
  font-weight: 600;
}
.legal-section p a:hover {
  text-decoration: underline;
}

.page-projects .page-content {
  margin-top: 50px;
}
.page-projects .projet-blocs .projet-bloc {
  border: 2px solid var(--secondary-color-blue);
  border-radius: var(--radius-element);
  background-color: #fff;
  margin-bottom: 30px;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  overflow: hidden;
}
.page-projects .projet-blocs .projet-bloc:hover {
  transform: translate(-4px, -4px);
  box-shadow: 8px 8px 0 var(--secondary-color-blue);
}
.page-projects .projet-blocs .projet-bloc .inner {
  display: flex;
  column-gap: 30px;
}
.page-projects .projet-blocs .projet-bloc > .inner > .img-block {
  width: 280px;
  min-width: 280px;
  margin: 0;
}
.page-projects .projet-blocs .projet-bloc > .inner > .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-element) 0 0 var(--radius-element);
}
.page-projects .projet-blocs .projet-bloc .inner h4 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.page-projects .projet-blocs .projet-bloc .inner .content-block .inner {
  flex-direction: column;
  padding: 20px 25px;
}
.page-projects .projet-blocs .projet-bloc .inner .content-block .inner p {
  line-height: 1.6;
}
.page-projects .projet-blocs .projet-bloc .inner .content-block .inner .img-block {
  width: 150px;
  margin: 0 0 25px;
}
.page-projects .projet-blocs .projet-bloc .inner .content-block .inner .img-block img {
  height: auto;
}

.page-company .page-content {
  margin-top: 50px;
}

/* Projects page hero banner */
.projects-hero {
  position: relative;
  width: 100%;
  height: 420px;
  background: url(../assets/images/heroes/hero-projects.png) center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.projects-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(24, 43, 73, 0.8) 0%, rgba(24, 43, 73, 0.65) 100%);
}
.projects-hero-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 30px;
  max-width: 800px;
}
.projects-hero-overlay h1 {
  font-size: 3.5rem;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 800;
}
.projects-hero-overlay h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--main-color-blue);
  margin: 15px auto 0;
  border-radius: 2px;
}
.projects-hero-overlay p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 20px 0 0;
}

/* Company page hero banner */
.company-hero {
  position: relative;
  width: 100%;
  height: 420px;
  background: url(../assets/images/heroes/hero-company.png) center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(24, 43, 73, 0.8) 0%, rgba(24, 43, 73, 0.65) 100%);
}
.company-hero-overlay {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 30px;
  max-width: 800px;
}
.company-hero-overlay h1 {
  font-size: 3rem;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 800;
}
.company-hero-overlay h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--main-color-blue);
  margin: 15px auto 0;
  border-radius: 2px;
}
.company-hero-overlay h2 {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 0 15px;
}
.company-hero-overlay p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0;
}

/* Company page intro */
.company-intro {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 25px;
  border-left: 4px solid var(--main-color-blue);
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
}
.company-intro p:last-child {
  margin-bottom: 0;
}

/* Company page sections */
.company-section {
  margin-top: 80px;
}
.company-section h2 {
  text-align: left;
  margin-bottom: 30px;
}
.company-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center;
}
.value-card {
  background-color: #fff;
  border: 2px solid var(--secondary-color-blue);
  border-top: 4px solid var(--main-color-blue);
  border-radius: var(--radius-element);
  padding: 30px;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.value-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: 8px 8px 0 var(--secondary-color-blue);
}
.value-card h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--secondary-color-blue);
}
.value-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}

/* Company page CTA banner */
.company-cta {
  margin: 80px auto 0;
}
.company-cta .inner {
  background-color: var(--secondary-color-blue);
  border-radius: 16px;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.company-cta .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/backgrounds/fond-cube.svg);
  background-size: 400px;
  background-repeat: repeat;
  opacity: 0.08;
  pointer-events: none;
}
.company-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.company-cta-content h3 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.company-cta-content p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 30px;
}
.company-cta-btn {
  display: inline-block;
  background-color: var(--main-color-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 36px;
  border-radius: var(--radius-button);
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.company-cta-btn:hover {
  background-color: #007bb5;
}

/* Company page: reset inner spacing when inside .company-section */
.company-section .partner-container {
  margin-top: 0;
  padding-top: 40px;
}
.company-section .item-page-container {
  width: 100%;
  margin: 0;
}

body.page {
  margin-bottom: 0;
}



@media screen and (max-width: 1536px) {
  .schema-container .inner .ligne-02 {
    margin-top: 54px;
  }
  .schema-container .inner .ligne-03 {
    margin-top: 79px;
  }
}
@media screen and (max-width: 1484px) {
  :root {
    --main-size: 1024px;
    --big-size: 118%;
    --big-size-margin: -9%;
    --pres-img-right: -106px;
    --pres-img-02: -55px;
    --width-gallery: 120px;
  }
  header .header-container {
    width: 90%;
    column-gap: 45px;
  }
  header .header-container .site-logo img {
    width: 135px;
    margin-top: 16px;
  }
  header.small-header .header-container .site-logo img {
    width: 115px;
    margin-top: 10px;
  }
  .schema-container::after {
    width: 117%;
    height: 117%;
    left: -7%;
    top: -117px;
  }
  .schema-container .inner .ligne-02 {
    margin-top: 41px;
  }
  .schema-container .inner .ligne-03 {
    margin-top: 35px;
  }
  .schema-container .inner h4 {
    display: flex;
    height: 68px;
    align-items: center;
  }
  .home-block-03 h2 {
    width: auto;
  }
  .home-block-03 .inside-home::before {
    left: -18%;
    width: 149px;
  }
  .home-block-03 .inside-home::after {
    top: 30px;
    right: -18%;
    width: 183px;
  }
  .home-block-05 h2 {
    width: auto;
  }
  .home-block-05 .projet-container .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 26px;
    grid-row-gap: 25px;
  }
  .home-block-05 .projet-container .inner .projet-item .inner {
    grid-row-gap: 10px;
  }
  .home-block-05 .projet-container .inner .projet-item .inner .img-block {
    height: 150px;
    margin: 0;
  }
  .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner .img-block {
    top: -74px;
  }
  .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner h4 {
    font-size: 1.5rem;
  }
  .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner p {
    font-size: 1.15rem;
    line-height: 1.7rem;
    min-height: 63px;
  }
  .page .page-content h3 {
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
  .page .item-page-container .inner .item-work .inner .constrained .inner {
    padding: 20px;
  }
  .page .item-page-container .inner .item-work .inner .constrained .inner h4 {
    font-size: 1.15rem;
  }
  .page .item-page-container .inner .item-work .inner .constrained .inner p {
    font-size: 0.88rem;
    line-height: 1.19rem;
  }
  .page.page-solutions .page-content .home-block-05, .page.page-projects .page-content .home-block-05, .page.page-company .page-content .home-block-05 {
    margin-top: 50px;
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner, .page.page-projects .page-content .home-block-05 .projet-container .inner, .page.page-company .page-content .home-block-05 .projet-container .inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner {
    column-gap: 20px;
    flex-direction: column;
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .img-block, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .img-block, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .img-block {
    flex: auto;
    height: 160px;
    margin: 0;
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block {
    display: flex;
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner {
    display: block;
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner .img-block, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner .img-block, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner .img-block {
    margin-top: -90px;
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner h4, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner h4, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner h4 {
    font-size: 1.3rem;
    min-height: 56px;
  }
  .page.page-company h3 {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1260px) {
  :root {
    --main-size: 850px;
    --big-size: 110%;
    --big-size-margin: -5%;
    --pres-img-right: -50px;
    --h2-font-size: 3.2rem;
    --h3-font-size: 2.3rem;
    --title-line-height: 1.1;
    --menu-gap: 35px;
    --nav-effect-top: 70px;
  }
  .site-footer .bottom-footer .bottom-footer-container {
    column-gap: 80px;
  }
  @-webkit-keyframes fromTop {
    0% {
      opacity: 0;
      top: -360px;
    }
    70% {
      opacity: 1;
      top: var(--nav-effect-top);
    }
    50% {
      opacity: 1;
      -webkit-transform: -100px;
    }
    100% {
      opacity: 1;
      top: var(--nav-effect-top);
    }
  }
  @keyframes fromTop {
    0% {
      opacity: 0;
      top: -360px;
    }
    70% {
      opacity: 1;
      top: var(--nav-effect-top);
    }
    50% {
      opacity: 1;
      -webkit-transform: -100px;
    }
    100% {
      opacity: 1;
      top: var(--nav-effect-top);
    }
  }
  header #menu-button {
    display: block;
    cursor: pointer;
    margin-top: 24px;
    transition: all 0.8s ease-in-out;
    z-index: 32;
    background-color: #fff;
    height: 90%;
  }
  header #menu-button img {
    width: 40px;
  }
  header #menu-button:hover {
    transform: scale(1.05);
  }
  header .site-logo {
    z-index: 33;
    background-color: #fff;
  }
  header .lang-switch {
    z-index: 33;
    background-color: #fff;
    margin-top: 24px;
  }
  header #menu-button-02 {
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e4e4e4;
    margin-top: 40px;
    padding-top: 20px;
  }
  header #menu-button-02 img {
    width: 30px;
    cursor: pointer;
    transform: rotate(180deg);
    opacity: 0.8;
  }
  header .header-container {
    justify-content: flex-start;
    column-gap: 30px;
    position: relative;
  }
  header .header-container::before {
    content: "";
    width: 270px;
    height: 63px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -2%;
    z-index: 28;
  }
  header .header-container #site-navigation {
    display: none;
    position: fixed;
    top: var(--nav-effect-top);
    background-color: #fff;
    width: 92%;
    left: 0;
    padding: 40px 4%;
    -webkit-box-shadow: 0px 9px 13px -5px rgba(24, 43, 73, 0.4);
    box-shadow: 0px 9px 13px -5px rgba(24, 43, 73, 0.4);
    transition: all 0.8s ease-in-out;
    -webkit-animation-name: fromTop;
    animation-name: fromTop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 18;
  }
  header .header-container #site-navigation .primary-menu-container ul {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    height: auto;
  }
  header .header-container #site-navigation .primary-menu-container ul li.current-menu-item a::after {
    height: 0;
  }
  header .header-container #site-navigation .primary-menu-container ul li a {
    font-size: 1.3rem;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  header .header-container #site-navigation .primary-menu-container ul li a:hover {
    color: var(--main-color-blue);
    font-weight: var(--text-bold);
  }
  header .header-container #site-navigation .primary-menu-container ul li a:hover::after {
    height: 0;
  }
  header .header-container #site-navigation.mobile-menu01 {
    display: block;
  }
  header .header-container .site-logo img {
    width: 185px;
    margin-top: 9px;
  }
  header .header-container button {
    margin-left: auto;
    margin-top: 14px;
  }
  header.small-header #menu-button {
    margin-top: 17px;
  }
  header.small-header #menu-button img {
    width: 30px;
  }
  header.small-header .header-container::before {
    height: 57px;
  }
  header.small-header .header-container .site-logo img {
    width: 146px;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  header.small-header .header-container #site-navigation {
    top: 55px !important;
    -webkit-box-shadow: 0px 13px 13px -9px rgba(24, 43, 73, 0.5);
    box-shadow: 0px 13px 13px -9px rgba(24, 43, 73, 0.5);
  }
  .schema-container {
    margin-top: 60px;
  }
  .schema-container::after {
    display: none;
  }
  .schema-container .inner .ligne-01,
.schema-container .inner .ligne-02,
.schema-container .inner .ligne-03 {
    width: 80%;
    margin: 0 10%;
  }
  .schema-container .inner .ligne-01 .inner,
.schema-container .inner .ligne-02 .inner,
.schema-container .inner .ligne-03 .inner {
    flex-direction: column;
    column-gap: 0;
  }
  .schema-container .inner .ligne-01 .inner .schema-item,
.schema-container .inner .ligne-02 .inner .schema-item,
.schema-container .inner .ligne-03 .inner .schema-item {
    width: 100%;
    border-radius: var(--radius-element);
    border: 2px solid var(--secondary-color-blue);
    margin-bottom: 35px;
    padding: 0;
    box-shadow: none;
  }
  .schema-container .inner .ligne-01 .inner .schema-item:hover,
.schema-container .inner .ligne-02 .inner .schema-item:hover,
.schema-container .inner .ligne-03 .inner .schema-item:hover {
    transform: none;
    box-shadow: none;
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner,
.schema-container .inner .ligne-02 .inner .schema-item .inner,
.schema-container .inner .ligne-03 .inner .schema-item .inner {
    flex-direction: row;
    align-items: center;
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner .video-block,
.schema-container .inner .ligne-02 .inner .schema-item .inner .video-block,
.schema-container .inner .ligne-03 .inner .schema-item .inner .video-block {
    width: 36%;
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner .video-block video,
.schema-container .inner .ligne-02 .inner .schema-item .inner .video-block video,
.schema-container .inner .ligne-03 .inner .schema-item .inner .video-block video {
    border-radius: var(--radius-element) 0 0 var(--radius-element);
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner .schema-content,
.schema-container .inner .ligne-02 .inner .schema-item .inner .schema-content,
.schema-container .inner .ligne-03 .inner .schema-item .inner .schema-content {
    width: 64%;
    padding: 30px;
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner .schema-content .inner,
.schema-container .inner .ligne-02 .inner .schema-item .inner .schema-content .inner,
.schema-container .inner .ligne-03 .inner .schema-item .inner .schema-content .inner {
    align-items: center;
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner .schema-content .inner h4,
.schema-container .inner .ligne-02 .inner .schema-item .inner .schema-content .inner h4,
.schema-container .inner .ligne-03 .inner .schema-item .inner .schema-content .inner h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    height: auto;
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner .schema-content .inner p,
.schema-container .inner .ligne-02 .inner .schema-item .inner .schema-content .inner p,
.schema-container .inner .ligne-03 .inner .schema-item .inner .schema-content .inner p {
    font-size: var(--global--font-size-base);
    line-height: var(--global--line-height-body);
    height: auto;
  }
  .home-block-03 .inside-home {
    width: 850px;
  }
  .home-block-03 .inside-home::before, .home-block-03 .inside-home::after {
    display: none;
  }
  .home-block-03 .inside-home h4 {
    width: 70%;
    font-weight: 650 !important;
    padding-left: 40px;
  }
  .home-block-03 .inside-home h4::before {
    width: 30px;
    height: 35px;
  }
  .solutions-hero {
    height: 380px;
  }
  .solutions-hero-overlay h1 {
    font-size: 3rem;
  }
  .solutions-hero-overlay h2 {
    font-size: 1.25rem;
  }
  .solutions-hero-overlay p {
    font-size: 1rem;
  }
  .company-hero {
    height: 380px;
  }
  .company-hero-overlay h1 {
    font-size: 2.8rem;
  }
  .company-hero-overlay h2 {
    font-size: 1.25rem;
  }
  .company-hero-overlay p {
    font-size: 1rem;
  }
  .contact-hero {
    height: 300px;
  }
  .contact-hero-overlay h1 {
    font-size: 3rem;
  }
  .contact-layout {
    flex-direction: column;
    gap: 40px;
  }
  .contact-form-col .form-wrap {
    padding: 24px;
  }
  .legal-hero {
    height: 250px;
  }
  .legal-hero-overlay h1 {
    font-size: 2.5rem;
  }
  .legal-section {
    padding: 24px;
  }
  .company-intro {
    max-width: 100%;
  }
  .company-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .company-section {
    margin-top: 80px;
  }
  .company-section .item-page-container {
    width: 100%;
    margin: 0;
  }
  .company-cta .inner {
    padding: 50px 40px;
  }
  .page .page-content h2 {
    font-size: 2.8rem;
    line-height: 3.5rem;
    margin-bottom: 35px;
  }
  .page .page-content h3 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .page .item-page-container {
    width: 80%;
    margin: 60px 10%;
  }
  .page .item-page-container .inner {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(1, 1fr);
  }
  .page .item-page-container .inner .item-work .inner figure {
    flex: 0 0 70px;
  }
  .page .item-page-container .inner .item-work .inner .constrained .inner {
    padding: 30px;
  }
  .page .item-page-container .inner .item-work .inner .constrained .inner h4 {
    font-size: 1.7rem;
    margin-bottom: 15px;
    height: auto;
  }
  .page .item-page-container .inner .item-work .inner .constrained .inner p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --main-size: 90%;
    --big-size: 110%;
    --big-size-margin: -5%;
    --title-site-h1: 2.8rem;
    --home-margin-top: 60px;
    --h2-font-size: 3rem;
    --width-gallery: 100px;
  }
  .page .page-content h1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  #home-container {
    margin: 0 5%;
  }
  #loading-image {
    width: 260px;
    margin-top: 35vh;
  }
  #site-baseline {
    font-weight: 720;
    width: 80%;
    position: relative;
    z-index: 6;
    margin: 3em 0 1rem;
  }
  header .header-container {
    column-gap: 20px;
    width: 94%;
  }
  header.small-header .header-container .site-logo img {
    margin-top: 6px;
    margin-bottom: 4px;
  }
  header.small-header #menu-button {
    margin-top: 18px;
  }
  .home-hero {
    height: 350px;
  }
  .home-hero-overlay h2 {
    font-size: 2.2rem;
  }
  .home-block-02 {
    padding: 60px 0;
  }
  .home-block-03 {
    padding: 60px 0;
  }
  .home-block-04 {
    padding: 60px 0;
  }
  .home-block-05 {
    padding: 60px 0;
  }
  .partner-container {
    padding: 60px 0;
  }
  .schema-container {
    margin-top: 30px;
  }
  .schema-container .inner .ligne-01, .schema-container .inner .ligne-02, .schema-container .inner .ligne-03 {
    width: 100%;
    margin: 0;
  }
  .schema-container .inner .ligne-01 .inner .schema-item, .schema-container .inner .ligne-02 .inner .schema-item, .schema-container .inner .ligne-03 .inner .schema-item {
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0;
  }
  .home-block-03 h2 {
    width: auto;
  }
  .home-block-03 .img-accueil-02 {
    margin-top: 20px;
  }
  .home-block-03 .inside-home {
    width: 100%;
  }
  .home-block-03 .inside-home h4 {
    width: 100%;
    font-weight: 650 !important;
    padding-left: 50px;
    font-size: 1.5rem;
    margin: 0;
    height: 62px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .home-block-03 .inside-home h4::before {
    top: 12px;
  }
  .home-block-03 .inside-home .cols {
    row-gap: 20px;
  }
  .home-block-03 .inside-home .cols .col {
    padding: 20px;
  }
  .home-block-03 .inside-home .cols p {
    font-size: var(--global--font-size-base);
    padding-left: 50px;
    line-height: 1.8rem;
    margin-top: 10px;
  }
  .home-block-04 h2 {
    width: auto;
  }
  .home-block-04 .list-container-01 {
    margin-top: 0;
  }
  .home-block-04 .list-container-01 .inner {
    display: flex;
    flex-direction: column;
  }
  .home-block-04 .list-container-01 .list-container-left-01 {
    width: 100%;
    margin-top: -20px;
  }
  .home-block-04 .list-container-01 .list-container-left-01 .inner ul {
    padding-top: 10px;
  }
  .home-block-04 .list-container-01 .list-container-right-01 .inner {
    position: relative;
    right: -4%;
    top: -36px;
    width: 100%;
    margin: 0;
  }
  .home-block-05 h2 {
    width: auto;
  }
  .home-block-05 .projet-container .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner h4 {
    font-size: 1.3rem;
    min-height: 57px;
  }
  .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner p {
    min-height: 60px;
    font-size: 1.2rem;
  }
  .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner .img-block {
    top: -84px;
  }
  .home-block-05 .projet-container .inner .projet-item .inner .img-block {
    height: 180px;
  }
  .page .page-content h2 {
    font-size: 2.5rem;
    line-height: 3.1rem;
    margin-bottom: 30px;
  }
  .page .page-content h3 {
    font-size: 2rem;
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner, .page.page-projects .page-content .home-block-05 .projet-container .inner, .page.page-company .page-content .home-block-05 .projet-container .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner {
    padding: 25px;
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .img-block, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .img-block, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .img-block {
    height: 200px;
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner {
    padding: 0;
  }
  .page.page-solutions .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner .img-block, .page.page-projects .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner .img-block, .page.page-company .page-content .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner .img-block {
    margin-top: -60px;
  }
  .form-wrap .form-layout .form-fields .form-field.first {
    width: 100%;
  }
  .site-footer .bottom-footer .bottom-footer-container {
    column-gap: 25px;
    flex-direction: column;
  }
  .site-footer .bottom-footer .bottom-footer-container section.right-part-footer nav {
    padding: 0;
    border-top: #fff 2px solid;
    border-left: none;
    margin: 40px 0;
    padding-top: 30px;
  }
  .site-footer .bottom-footer .bottom-footer-container section.right-part-footer nav ul li {
    margin-bottom: 10px;
  }
  .site-footer .bottom-footer .bottom-footer-container section.right-part-footer nav ul li a {
    font-size: 1.3rem;
  }
  .site-footer .bottom-footer .bottom-footer-container section .left-part-footer-content .ask-demo-button {
    margin-bottom: 0;
  }
  .projects-hero {
    height: 320px;
  }
  .projects-hero-overlay h1 {
    font-size: 2.8rem;
  }
  .projects-hero-overlay p {
    font-size: 1.1rem;
  }
  .company-hero {
    height: 320px;
  }
  .company-hero-overlay h1 {
    font-size: 2.5rem;
  }
  .company-hero-overlay h2 {
    font-size: 1.15rem;
  }
  .company-hero-overlay p {
    font-size: 0.95rem;
  }
  .company-intro {
    font-size: 1.05rem;
    line-height: 1.7;
  }
  .company-section {
    margin-top: 60px;
  }
  .company-cta {
    margin-top: 60px;
  }
  .company-cta .inner {
    padding: 40px 25px;
  }
  .company-cta-content h3 {
    font-size: 1.8rem;
  }
  .page-projects .projet-blocs .projet-bloc .inner {
    flex-direction: column;
  }
  .page-projects .projet-blocs .projet-bloc > .inner > .img-block {
    width: 100%;
    min-width: auto;
  }
  .page-projects .projet-blocs .projet-bloc > .inner > .img-block img {
    height: 220px;
    border-radius: var(--radius-element) var(--radius-element) 0 0;
  }
  .partner-container .gallery-container {
    overflow: inherit;
    height: auto;
  }
  .partner-container .gallery-container .inner .gallery {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .partner-container .gallery-container .inner .gallery .img-block {
    height: 55px !important;
    width: 90px !important;
  }
  .partner-container .gallery-container-firme {
    overflow: inherit;
    height: auto;
  }
  .partner-container .gallery-container-firme .inner .gallery {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .partner-container .gallery-container-firme .inner .gallery .img-block {
    height: 55px !important;
    width: 90px !important;
  }
}
@media screen and (max-width: 719px) {
  :root {
    --title-site-h1: 2.8rem;
    --main-size: 90%;
    --big-size: 108%;
    --big-size-margin: -4%;
  }
  .page .page-content h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  #home-container {
    margin: 0 5%;
  }
  header .mobile-menu-no {
    display: none;
  }
  header .header-container::before {
    width: 100%;
  }
  header .header-container #site-navigation {
    width: 94%;
    padding: 30px 3% 25px;
  }
  header .header-container #site-navigation .mobile-menu-yes {
    display: inline-flex;
    align-items: center;
    margin-top: 35px;
    min-height: 46px;
    padding: 0 65px 0 30px;
  }
  header.small-header .header-container #site-navigation .primary-menu-container ul {
    height: auto;
    gap: 20px;
  }
  #site-baseline {
    margin: 3em 0 10px;
  }
  .video-container::before {
    content: "";
    position: absolute;
    background-image: url(../assets/images/backgrounds/habillage-video.svg);
    width: 100%;
    height: 140%;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .video-container video {
    border-radius: 0;
    width: 82%;
    margin: 100px 9% 0;
  }
  .home-hero {
    height: 320px;
  }
  .home-block-05 .projet-container .inner .projet-item .inner {
    padding: 25px;
  }
  .page .item-page-container {
    width: 100%;
    margin: 40px 0;
  }
  .solutions-hero {
    height: 320px;
  }
  .solutions-hero-overlay h1 {
    font-size: 2.5rem;
  }
  .solutions-hero-overlay h2 {
    font-size: 1.15rem;
  }
  .solutions-hero-overlay p {
    font-size: 0.95rem;
  }
  .page.page-solutions .page-content h1, .page.page-projects .page-content h1, .page.page-company .page-content h1 {
    margin: 0.4em 0;
  }
}
@media screen and (max-width: 560px) {
  :root {
    --global--line-height-heading: 1.2;
    --title-site-h1: 2.2rem;
    --home-margin-top: 60px;
    --h2-font-size: 2rem;
    --h3-font-size: 1.6rem;
    --title-line-height: 1.15;
    --h2-bottom: 25px;
    --h3-bottom: 20px;
    --global--font-size-lg: 1.7rem;
  }
  .page .page-content h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 30px;
  }
  #site-baseline {
    margin: 3em 0 3px;
  }
  header .header-container #site-navigation {
    padding: 30px 3%;
  }
  .video-container video {
    margin: 15% 9% 0;
  }
  .page .item-page-container .inner .item-work .inner .constrained .inner h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .page .item-page-container .inner .item-work .inner .constrained .inner P {
    font-size: 1.2rem;
  }
  .page .item-page-container .inner .item-work .inner figure {
    display: none;
  }
  .page-projects .projet-blocs .projet-bloc {
    margin-bottom: 20px;
  }
  .page-projects .projet-blocs .projet-bloc > .inner > .img-block img {
    height: 180px;
  }
  .page-projects .projet-blocs .projet-bloc .inner .content-block .inner {
    padding: 15px;
  }
  .home-hero {
    height: 280px;
  }
  .home-hero-overlay h2 {
    font-size: 1.8rem;
  }
  .home-hero-overlay p {
    font-size: 1rem;
  }
  .schema-container {
    margin-top: 10px;
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner .schema-content .inner h4, .schema-container .inner .ligne-02 .inner .schema-item .inner .schema-content .inner h4, .schema-container .inner .ligne-03 .inner .schema-item .inner .schema-content .inner h4 {
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin: 0;
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner .schema-content .inner p, .schema-container .inner .ligne-02 .inner .schema-item .inner .schema-content .inner p, .schema-container .inner .ligne-03 .inner .schema-item .inner .schema-content .inner p {
    display: none;
  }
  .home-block-03 .inside-home h4 {
    padding-left: 40px;
    font-size: 1.4rem;
    height: 54px;
  }
  .home-block-03 .inside-home h4::before {
    width: 27px;
    height: 33px;
    top: 10px;
  }
  .home-block-03 .inside-home .cols {
    margin-bottom: 20px;
  }
  .home-block-03 .inside-home .cols p {
    padding-left: 40px;
  }
  .home-block-04 h4 {
    line-height: 2.3rem !important;
  }
  .home-block-04 .list-container-01 .list-container-right-01 .inner {
    top: 0;
  }
  .home-block-04 .list-container-01 .list-container-left-01 {
    margin-top: 15px;
  }
  .home-block-04 .list-container-01 .list-container-left-01 .inner ul li {
    width: 88%;
    font-size: 1.8rem;
    padding-left: 12%;
    margin-bottom: 22px;
  }
  .home-block-04 .list-container-01 .list-container-left-01 .inner ul li::before {
    width: 33px;
    height: 39px;
  }
  .schema-container {
    margin-top: 30px;
  }
  .schema-container .inner .ligne-01 .inner, .schema-container .inner .ligne-02 .inner, .schema-container .inner .ligne-03 .inner {
    margin-top: 20px;
  }
  .schema-container .inner .ligne-01 .inner .schema-item, .schema-container .inner .ligne-02 .inner .schema-item, .schema-container .inner .ligne-03 .inner .schema-item {
    border: 4px solid var(--secondary-color-blue);
    margin-bottom: 58px;
    margin-top: 0;
    position: relative;
    padding: 0;
    box-shadow: none;
  }
  .schema-container .inner .ligne-01 .inner .schema-item:hover, .schema-container .inner .ligne-02 .inner .schema-item:hover, .schema-container .inner .ligne-03 .inner .schema-item:hover {
    transform: none;
    box-shadow: none;
  }
  .schema-container .inner .ligne-01 .inner .schema-item::before, .schema-container .inner .ligne-02 .inner .schema-item::before, .schema-container .inner .ligne-03 .inner .schema-item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    border-left: 5px dashed var(--secondary-color-blue);
    bottom: -60px;
    left: 17%;
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner, .schema-container .inner .ligne-02 .inner .schema-item .inner, .schema-container .inner .ligne-03 .inner .schema-item .inner {
    margin-top: 0;
  }
  .schema-container .inner .ligne-02 .inner, .schema-container .inner .ligne-03 .inner {
    margin-top: 0;
  }
  .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner h4 {
    min-height: 80px;
  }
  .solutions-hero {
    height: 280px;
  }
  .solutions-hero-overlay h1 {
    font-size: 2rem;
  }
  .solutions-hero-overlay h2 {
    font-size: 1.05rem;
    margin: 12px 0 10px;
  }
  .solutions-hero-overlay p {
    font-size: 0.9rem;
  }
  #loading-image {
    width: 200px;
  }
  .projects-hero {
    height: 260px;
  }
  .projects-hero-overlay h1 {
    font-size: 2.2rem;
  }
  .projects-hero-overlay p {
    font-size: 1rem;
  }
  .company-hero {
    height: 280px;
  }
  .company-hero-overlay h1 {
    font-size: 2rem;
  }
  .company-hero-overlay h2 {
    font-size: 1.05rem;
    margin: 12px 0 10px;
  }
  .company-hero-overlay p {
    font-size: 0.9rem;
  }
  .contact-hero {
    height: 240px;
  }
  .contact-hero-overlay h1 {
    font-size: 2rem;
  }
  .contact-hero-overlay p {
    font-size: 0.9rem;
  }
  .page-contact .page-content {
    padding: 40px 0 60px;
  }
  .contact-info h2 {
    font-size: 1.05rem;
  }
  .contact-form-col .form-wrap {
    padding: 20px;
  }
  .legal-hero {
    height: 200px;
  }
  .legal-hero-overlay h1 {
    font-size: 1.8rem;
  }
  .legal-hero-overlay p {
    font-size: 0.9rem;
  }
  .page-legal .page-content {
    padding: 40px 0 60px;
  }
  .legal-section {
    padding: 20px;
  }
  .legal-intro {
    font-size: 1rem;
  }
  .company-intro {
    font-size: 1rem;
    line-height: 1.7;
    padding-left: 20px;
  }
  .company-section {
    margin-top: 50px;
  }
  .company-values-grid {
    grid-template-columns: 1fr;
  }
  .company-cta {
    margin-top: 50px;
  }
  .company-cta .inner {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .company-cta-content h3 {
    font-size: 1.5rem;
  }
  .company-cta-content p {
    font-size: 0.95rem;
  }
  .company-cta-btn {
    font-size: 0.9rem;
    padding: 12px 28px;
  }
}
@media screen and (max-width: 360px) {
  :root {
    --title-site-h1: 2rem;
  }
  #site-baseline {
    width: 100%;
    margin: 110px 0 10px;
  }
  .schema-container {
    margin-top: 30px;
  }
  .schema-container .inner .ligne-01 .inner, .schema-container .inner .ligne-02 .inner, .schema-container .inner .ligne-03 .inner {
    margin-top: 20px;
  }
  .schema-container .inner .ligne-01 .inner .schema-item, .schema-container .inner .ligne-02 .inner .schema-item, .schema-container .inner .ligne-03 .inner .schema-item {
    margin-bottom: 38px;
  }
  .schema-container .inner .ligne-01 .inner .schema-item::before, .schema-container .inner .ligne-02 .inner .schema-item::before, .schema-container .inner .ligne-03 .inner .schema-item::before {
    height: 40px;
    bottom: -40px;
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner .schema-content, .schema-container .inner .ligne-02 .inner .schema-item .inner .schema-content, .schema-container .inner .ligne-03 .inner .schema-item .inner .schema-content {
    padding: 20px;
  }
  .schema-container .inner .ligne-01 .inner .schema-item .inner .schema-content .inner h4, .schema-container .inner .ligne-02 .inner .schema-item .inner .schema-content .inner h4, .schema-container .inner .ligne-03 .inner .schema-item .inner .schema-content .inner h4 {
    font-size: 1.05rem;
    line-height: 1.5rem;
  }
  .schema-container .inner .ligne-02 .inner, .schema-container .inner .ligne-03 .inner {
    margin-top: 0;
  }
  .home-block-03 .inside-home h4 {
    font-size: 1.1rem;
    height: 54px;
  }
  .home-block-04 .list-container-01 .list-container-left-01 .inner ul li {
    width: 82%;
    font-size: 1.6rem;
    padding-left: 18%;
    margin-bottom: 22px;
  }
  .home-block-04 .list-container-01 .list-container-left-01 .inner ul li::before {
    width: 33px;
    height: 39px;
  }
  .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner h4 {
    min-height: 50px;
    font-size: 1.05rem;
    margin: 10px 0;
  }
  .home-block-05 .projet-container .inner .projet-item .inner .content-block .inner p {
    min-height: auto;
    font-size: 1.1rem;
  }
  .home-block-05 .projet-container .inner .projet-item .inner .img-block {
    height: 150px;
  }
}