/*!
Theme Name: Forge Corporate v4
Author: Source
Author URI: https://source.paris
Description: A dedicated theme for Forge .
Version: 1
!*/
/* Legacy */
/* Spacing */
/* Font familly */
/* Font Size */
/* Colors system and naming https://material.io/design/color/the-color-system.html#tools-for-picking-colors */
/* Main colors */
:root {
  --black: #000;
  --gray-900: #23262d;
  --gray-800: #424242;
  --gray-700: #616161;
  --gray-600: #757575;
  --gray-500: #9e9e9e;
  --gray-400: #bdbdbd;
  --gray-300: #e0e0e0;
  --gray-200: #eeeeee;
  --gray-100: #f5f5f5;
  --white: #fff;
  --red: #e60027;
  --red-light: rgba(231, 34, 31, 0.2);
  --green: #6bad46;
  --green-light: rgba(107, 173, 70, 0.2);
  --orange: #ff6c37;
  --primary-100: #cee8f5;
  --primary-200: #b9d7ea;
  --primary-300: #84aed0;
  --primary-400: #2966a4;
  --primary-500: #002f6c;
  --primary-600: #002656;
  --primary-700: #001c40;
  --primary-800: #001027;
  --primary-900: #000712;
  --background-00: #ffffff;
  --background-01: #f4f4f6;
  --background-02: #e5e5eb;
  --background-03: #191924;
  --border: #ccc;
  --border-light: rgba(255, 255, 255, 0.2);
  --secondary: rgba(0, 0, 0, 0.7);
  --secondary-invert: rgba(255, 255, 255, 0.7);
  --muted: rgba(255, 255, 255, 0.4);
  --brand: #f80116;
  --brand-surface: rgba(255, 0, 0, 0.1);
  --brand-surface-hover: rgba(255, 0, 0, 0.15);
  --grey-surface: rgba(0, 0, 0, 0.05);
  --grey-surface-hover: rgba(0, 0, 0, 0.1);
  --grey-surface-pressed: rgba(0, 0, 0, 0.15);
}

/* Size */
/* Shadow */
/* Transition */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.row {
  margin-left: -16px;
}
.row:after {
  display: table;
  clear: both;
  content: "";
}

.col {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 16px;
  width: 100%;
}

.col--center {
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 0;
}

.col-xs-1 {
  width: 25%;
}

.col-xs-2 {
  width: 50%;
}

.col-xs-3 {
  width: 75%;
}

@media (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .row {
    margin-left: -24px;
  }
  .col {
    padding-left: 24px;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1080px) {
  .container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .row {
    margin-left: -32px;
  }
  .col {
    padding-left: 32px;
  }
  .col--sticky {
    position: sticky;
    top: 60px;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro", arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-color: var(--black);
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}

.wrapper-black {
  background: var(--black);
  color: var(--white);
  padding-top: 48px;
  padding-bottom: 48px;
}
.wrapper-black.no-pb {
  padding-bottom: 0;
}

.wrapper-white {
  position: relative;
  background: var(--white);
  border-radius: 32px;
  padding-top: 56px;
  padding-bottom: 40px;
}

.header + .wrapper-white {
  border-radius: 0 0 32px 32px;
}

@media (min-width: 768px) {
  .wrapper-black {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .wrapper-black h1 {
    width: 90%;
  }
  .wrapper-white {
    padding-top: 80px;
    border-radius: 40px;
  }
  .header + .wrapper-white {
    border-radius: 0 0 40px 40px;
  }
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

blockquote,
caption,
details,
dl,
figure,
hgroup,
label,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0 0 8px;
}

body,
figure,
html,
label,
textarea,
dd {
  margin: 0;
  padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 800;
  margin: 0;
}
h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span {
  opacity: 0.8;
}

ol,
ul {
  padding-left: 0;
  margin-bottom: 0;
}

table {
  margin-bottom: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

blockquote,
code,
img,
input,
pre,
table,
td,
textarea,
video {
  max-width: 100%;
}

img {
  height: auto;
}

div,
h1,
p,
table,
td,
textarea,
th {
  word-wrap: break-word;
  hyphens: none;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
}
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  font: inherit;
}

button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

img {
  vertical-align: middle;
}

a img {
  border: 0;
}

/* scripts */
body > script {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
a:hover {
  text-decoration: inherit;
}

ul {
  list-style: none;
}

nav li {
  display: inline-block;
  vertical-align: middle;
}

figure img,
figure div {
  margin-bottom: 8px;
}

iframe {
  border: 0;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

::placeholder {
  color: var(--grey-text-secondary);
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--grey-text-secondary);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--grey-text-secondary);
}

:-ms-input-placeholder {
  /* IE!)+ */
  color: var(--grey-text-secondary) !important;
}

::-ms-input-placeholder {
  /* Edge */
  color: var(--grey-text-secondary);
}

.mb-05 {
  margin-bottom: 4px;
}

.mt-05 {
  margin-top: 4px;
}

.mr-0 {
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-1 {
  margin-right: 4px;
}

.ml-1 {
  margin-left: 4px;
}

.mr-2 {
  margin-right: 8px;
}

.ml-2 {
  margin-left: 8px;
}

.mr-3 {
  margin-right: 16px;
}

.ml-3 {
  margin-left: 16px;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 8px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 40px;
}

.mt-6 {
  margin-top: 48px;
}

.mb-6 {
  margin-bottom: 48px;
}

.mt-7 {
  margin-top: 56px;
}

.mb-7 {
  margin-bottom: 56px;
}

.mt-8 {
  margin-top: 80px;
}

.mb-8 {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .mb-md-05 {
    margin-bottom: 4px;
  }
  .mt-md-05 {
    margin-top: 4px;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mt-md-1 {
    margin-top: 8px;
  }
  .mb-md-1 {
    margin-bottom: 8px;
  }
  .mt-md-2 {
    margin-top: 16px;
  }
  .mb-md-2 {
    margin-bottom: 16px;
  }
  .mt-md-3 {
    margin-top: 24px;
  }
  .mb-md-3 {
    margin-bottom: 24px;
  }
  .mt-md-4 {
    margin-top: 32px;
  }
  .mb-md-4 {
    margin-bottom: 32px;
  }
  .mt-md-5 {
    margin-top: 40px;
  }
  .mb-md-5 {
    margin-bottom: 40px;
  }
  .mt-md-6 {
    margin-top: 48px;
  }
  .mb-md-6 {
    margin-bottom: 48px;
  }
  .mt-md-7 {
    margin-top: 56px;
  }
  .mb-md-7 {
    margin-bottom: 56px;
  }
  .mt-md-8 {
    margin-top: 80px;
  }
  .mb-md-8 {
    margin-bottom: 80px;
  }
}
@media (min-width: 1080px) {
  .mb-lg-05 {
    margin-bottom: 4px;
  }
  .mt-lg-05 {
    margin-top: 4px;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mt-lg-1 {
    margin-top: 8px;
  }
  .mb-lg-1 {
    margin-bottom: 8px;
  }
  .mt-lg-2 {
    margin-top: 16px;
  }
  .mb-lg-2 {
    margin-bottom: 16px;
  }
  .mt-lg-3 {
    margin-top: 24px;
  }
  .mb-lg-3 {
    margin-bottom: 24px;
  }
  .mt-lg-4 {
    margin-top: 32px;
  }
  .mb-lg-4 {
    margin-bottom: 32px;
  }
  .mt-lg-5 {
    margin-top: 40px;
  }
  .mb-lg-5 {
    margin-bottom: 40px;
  }
  .mt-lg-6 {
    margin-top: 48px;
  }
  .mb-lg-6 {
    margin-bottom: 48px;
  }
  .mt-lg-7 {
    margin-top: 56px;
  }
  .mb-lg-7 {
    margin-bottom: 56px;
  }
  .mt-lg-8 {
    margin-top: 80px;
  }
  .mb-lg-8 {
    margin-bottom: 80px;
  }
}
h1,
.h1 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: "Montserrat", arial;
}
body.home h1,
body.home .h1 {
  position: relative;
}
body.home h1:after,
body.home .h1:after {
  content: "";
  display: block;
  height: 0.15em;
  width: 76%;
  position: absolute;
  background-color: var(--white);
  bottom: -0.6em;
  left: 1em;
  max-width: 650px;
  transition: all cubic-bezier(0.6, 0, 0.4, 1) 0.25s;
}

h2,
.h2 {
  font-size: 28px;
  line-height: 32px;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

h5,
.h5 {
  font-size: 22px;
  line-height: 28px;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.ft-large {
  font-size: 22px;
  line-height: 32px;
}

.ft-small {
  font-size: 14px;
  line-height: 20px;
}

.ft-micro {
  font-size: 10px;
  line-height: 16px;
}

.ft-secondary {
  font-size: 14px;
  line-height: 22px;
}

.ft-tertiary {
  font-size: 12px;
  line-height: 20px;
}

.ft-subtitle {
  font-size: 14px;
  line-height: 22px;
}

.ft-desc {
  font-size: 16px;
  line-height: 24px;
}

.ft-caption {
  font-size: 14px;
  line-height: 22px;
}

.has-square::after,
.has-square-small::after {
  content: "";
  width: 15px;
  height: 13px;
  background: var(--brand);
  border-radius: 1px;
  display: inline-block;
  margin-left: 8px;
}

.has-square-small::after {
  width: 8px;
  height: 7px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 64px;
    line-height: 56px;
  }
  body.home h1:after,
  body.home .h1:after {
    left: 2em;
  }
  h2,
  .h2 {
    font-size: 48px;
    line-height: 56px;
  }
  h3,
  .h3 {
    font-size: 40px;
    line-height: 44px;
  }
  h4,
  .h4 {
    font-size: 32px;
    line-height: 36px;
  }
  h5,
  .h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .ft-large {
    font-size: 24px;
    line-height: 36px;
  }
  .ft-small {
    font-size: 16px;
    line-height: 24px;
  }
  .ft-micro {
    font-size: 12px;
    line-height: 20px;
  }
}
.ft-up {
  text-transform: uppercase;
}

.ft-cap {
  text-transform: capitalize;
}

.ft-center {
  text-align: center;
}

.ft-right {
  text-align: right;
}

.ft-italic {
  font-style: italic;
}

.ft-nowrap {
  white-space: nowrap;
}

.ft-strikethrough {
  text-decoration: line-through;
}

.ft-300 {
  font-weight: 300;
}

.ft-400 {
  font-weight: 400;
}

.ft-500 {
  font-weight: 500;
}

.ft-600 {
  font-weight: 600;
}

.ft-900 {
  font-weight: 900;
}

.ft-truncat {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-primary {
  color: var(--brand);
}

.c-secondary {
  color: var(--secondary);
}

.c-secondary-white {
  color: var(--secondary-invert);
}

.c-muted {
  color: var(--muted);
}

.f {
  display: flex;
}

.f-inline {
  display: inline-flex;
}

.f-direction-column {
  flex-direction: column;
}

.f-direction-row-reverse {
  flex-direction: row-reverse;
}

.f-center {
  align-items: center;
  justify-content: center;
}

.f-ai-start {
  align-items: flex-start;
}

.f-ai-center {
  align-items: center;
}

.f-jc-center {
  justify-content: center;
}

.f-jc-right {
  justify-content: flex-end;
}

.f-jc-space-b {
  justify-content: space-between;
}

.f-jc-space-a {
  justify-content: space-around;
}

.f-wrap {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .f--tablet {
    display: flex;
  }
}
.ban {
  display: none;
}

@media (max-width: 767px) {
  .mobile-ban {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 1079px) {
  .tablet-ban {
    display: none !important;
  }
  .tablet-only {
    display: none !important;
  }
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  .desktop-ban {
    display: none !important;
  }
}
.bg-00 {
  background-color: var(--background-00);
}

.bg-01 {
  background-color: var(--background-01);
}

.bg-02 {
  background-color: var(--background-02);
}

.bg-03 {
  background-color: var(--background-03);
}

.bg-primary {
  background-color: var(--primary);
}

.bg-primary-light {
  background-color: var(--primary-light-surface);
}

.bg-accent {
  background-color: var(--accent-surface);
}

.bg-grey {
  background-color: var(--grey-surface);
}

.bg-grey-invert {
  background-color: var(--grey-invert-surface);
}

.wrapper {
  width: 1200px;
  max-width: calc(100% - 4rem);
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
}
.wrapper .row {
  margin: 0 -1.5rem;
}
.wrapper.alignCenter {
  align-items: center;
}
.wrapper.justCenter {
  justify-content: center;
}
.wrapper.justEnd {
  justify-content: flex-end;
}
.wrapper.justbetween {
  justify-content: space-between;
}
.wrapper.column {
  flex-direction: column;
}
.wrapper.stretch {
  align-items: stretch;
}

section.pad45 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.col2 .col {
  width: 45%;
}

.col3 .col {
  width: 28%;
}

.montserrat,
.form .wpcf7-submit {
  font-family: "Montserrat", arial, sans-serif;
}

.source,
.form textarea,
.form form,
section.text_list ul li,
section.mainContent aside .resume,
section.news_all article .resume,
#iconsX3 .text {
  font-family: "Source Sans Pro", arial, sans-serif;
}

svg {
  max-width: 150px;
}

#iconsX3 {
  padding-bottom: 4rem;
  color: white;
  background-color: black;
  text-align: center;
}
#iconsX3 .wrapper {
  flex-direction: column;
  align-items: center;
  position: relative;
}
#iconsX3 h2 {
  max-width: 700px;
  margin-bottom: 1em;
}
#iconsX3 h2::after {
  content: none;
}
#iconsX3 .text {
  max-width: 650px;
  margin-bottom: 2rem;
}
#iconsX3 .iconsBlock {
  display: flex;
  margin-bottom: 5rem;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
#iconsX3 .iconsBlock .icon {
  flex: 1 1 200px;
  margin: 0 1rem;
  position: relative;
  margin-top: 1.5rem;
  max-width: 300px;
}
#iconsX3 .iconsBlock .title {
  position: relative;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.2rem;
  max-width: 230px;
  margin: auto;
  margin-bottom: 2rem;
}
#iconsX3 .iconsBlock .title:after {
  content: "";
  display: block;
  height: 0.2em;
  width: 5rem;
  position: absolute;
  background-color: #e60027;
  bottom: -0.6em;
  left: 50%;
  transform: translateX(-50%);
}
#iconsX3 .iconsBlock p {
  color: #808080;
}
#iconsX3 .iconsBlock svg {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}
#iconsX3 .showLines .icon {
  padding-top: 5rem;
  margin-top: 2rem;
}
#iconsX3 .showLines .icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  bottom: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
#iconsX3 .showLines .icon:after {
  content: "";
  position: absolute;
  display: block;
  height: 2rem;
  top: 0;
  width: 1px;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
#iconsX3 .showLines .icon:nth-child(1):before {
  left: 50%;
  width: calc(100% + 1rem);
}
#iconsX3 .showLines .icon:nth-child(2):after {
  height: 4rem;
  top: -2rem;
}
#iconsX3 .showLines .icon:nth-child(3):before {
  width: 50%;
  width: calc(100% + 1rem);
  right: 50%;
}
#iconsX3 .wrapper + .wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 6rem;
  margin-top: 2rem;
}

section.news_all {
  flex-direction: column;
}
section.news_all .catList {
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}
section.news_all .catList a {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: black;
}
section.news_all .catList a[aria-current="page"] {
  color: #e60027;
}
section.news_all .catList a:hover {
  color: #e60027;
}
section.news_all .catList span {
  padding: 0 1rem;
  color: #cecece;
}
section.news_all .catList span:last-child {
  display: none;
}
section.news_all h4 {
  margin-top: 0;
}
section.news_all .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
section.news_all article {
  margin: 1.5rem;
  max-width: calc(50% - 3rem);
  flex-basis: 300px;
  flex-grow: 1;
  position: relative;
}
section.news_all article a {
  display: block;
  color: black;
}
section.news_all article a:hover h3 {
  color: #e60027;
}
section.news_all article a:hover h3:after {
  left: 0;
  max-width: 200px;
  background-color: #e60027;
}
section.news_all article .illustration {
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
section.news_all article .illustration img {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.3s cubic-bezier(0.6, 0, 0.4, 1);
}
section.news_all article .categorie {
  text-transform: uppercase;
  margin: 0.8rem 0;
  font-size: 0.8rem;
}
section.news_all article h3 {
  margin-bottom: 1.2em;
}
section.news_all article .resume {
  font-size: 0.9rem;
  color: #2c2c2c;
}
section.news_all article .resume span {
  font-weight: 700;
  margin-right: 1rem;
}
section.news_all article:hover .illustration img {
  transform: scale(1.1);
}
@media screen and (max-width: 650px) {
  section.news_all article {
    max-width: 100%;
  }
}

section.mainContent .leftSide {
  width: 65%;
}
section.mainContent aside {
  width: 25%;
}
section.mainContent aside p {
  color: #808080;
  font-size: 0.8rem;
}
section.mainContent aside .catList {
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid black;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
section.mainContent aside .catList span {
  display: none;
}
section.mainContent aside .catList a {
  color: black;
  text-transform: uppercase;
  padding: 0.25rem 0;
}
section.mainContent aside .catList a:hover {
  color: #e60027;
}
section.mainContent aside .resume {
  font-size: 0.8rem;
  color: #808080;
}
section.mainContent aside .resume + .textField {
  margin-top: 2rem;
}

section.text_list h4:first-child {
  margin-top: 0;
}
section.text_list ul {
  padding: 0.5rem 0;
}
section.text_list ul li {
  position: relative;
  padding: 1.5rem 0 1.5rem 2rem;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.1;
}
section.text_list ul li:before {
  content: "";
  display: block;
  height: 0.2em;
  width: 70%;
  position: absolute;
  background-color: black;
  top: -0.1em;
  left: 2rem;
  max-width: 100px;
  transition: all cubic-bezier(0.6, 0, 0.4, 1) 0.25s;
}
section.text_list ul li svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #e60027;
  font-size: 1rem;
}

section.text_pic img {
  object-fit: contain;
  width: 80%;
  margin: auto;
  display: block;
}

.form {
  margin-top: 3rem;
}
.form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form .wpcf7-response-output {
  width: 100%;
}
.form .colTitle {
  color: #e60027;
  font-size: 1.1rem;
}
.form .colTitle svg {
  margin-right: 0.5rem;
  font-size: 1rem;
}
.form .inputholder {
  position: relative;
  margin: 1rem 0;
  border: none;
}
.form .inputholder span.wpcf7-form-control-wrap {
  display: block;
  border: none;
  color: #2c2c2c;
}
.form .inputholder span.wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #808080;
  left: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
}
.form .inputholder span.wpcf7-not-valid-tip {
  position: absolute;
}
.form .inputholder .formTitle {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  transition: all ease-in-out 0.3s;
  pointer-events: none;
}
.form .inputholder:focus-within .formTitle,
.form .inputholder.filled .formTitle {
  top: 0;
  transform: translateY(0);
  font-size: 0.65rem;
  opacity: 0.6;
}
.form .inputholder:hover span.wpcf7-form-control-wrap:after {
  background-color: #e60027;
}
.form .inputholder:focus-within span.wpcf7-form-control-wrap:after {
  background-color: black;
  height: 3px;
}
.form .wpcf7 {
  width: 100%;
}
.form .wpcf7 .wpcf7-not-valid-tip {
  color: #e60027;
  display: block;
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 5px;
}
.form .wpcf7 span.wpcf7-not-valid-tip {
  font-weight: 400;
}
.form .formTitle {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.form .flexIt {
  display: flex;
  justify-content: space-between;
}
.form .flexIt p {
  display: none;
}
.form .flexIt > div {
  width: 45%;
}
.form .wpcf7-radio {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.form .wpcf7-radio > span {
  width: 47%;
  display: flex;
  color: black;
  margin-bottom: 0.7em;
  margin-top: 5px;
  position: relative;
  padding-left: 35px;
  user-select: none;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.form .wpcf7-radio > span input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.form .wpcf7-radio > span label {
  letter-spacing: 2px;
  font-size: 0.9em;
}
.form .wpcf7-radio > span .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #cecece;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .wpcf7-radio > span:hover input ~ .checkmark {
  border: 2px solid #cecece;
}
.form .wpcf7-radio > span input:checked ~ .checkmark {
  border: 2px solid #e60027;
}
.form .wpcf7-radio > span .checkmark:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: transparent;
}
.form .wpcf7-radio > span input:checked ~ .checkmark:after {
  background-color: #e60027;
}
.form textarea {
  max-width: 100%;
  min-height: 150px;
  max-height: 200px;
  line-height: 1.4;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"] {
  border: none;
  padding: 0.6em 0;
  padding-top: 1.2rem;
  width: 100%;
  box-sizing: border-box;
  color: black;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus {
  outline: none;
}
.form .selectCont {
  position: relative;
  margin-top: 2rem;
}
.form .selectCont select {
  padding: 0.5rem 1rem;
  width: 100%;
  border-color: #808080;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.form .selectCont select:focus {
  outline: none;
}
.form .selectCont svg {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  pointer-events: none;
}
.form textarea {
  margin-top: 2rem;
  width: 100%;
  border: 1px solid #808080;
  padding: 1em;
  box-sizing: border-box;
  color: black;
  transition: all ease-in-out 0.2s;
}
.form textarea::placeholder {
  color: #2c2c2c;
}
.form textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.form textarea:hover {
  border-color: black;
}
.form textarea:not(.wpcf7-submit):focus {
  border-color: black;
  outline: 0;
  box-shadow: 0 0 0 2px black;
}
.form input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #808080;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  position: relative;
}
.form input[type="checkbox"]:focus {
  outline: none;
}
.form input[type="checkbox"]:after {
  content: "";
  display: block;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  position: absolute;
  border-radius: 2px;
}
.form input[type="checkbox"]:checked:after {
  background-color: black;
}
.form .rgpd {
  margin-top: 1.5rem;
  display: block;
}
.form .rgpd label {
  display: flex;
  align-items: center;
}
.form .submitButton {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form .wpcf7-submit {
  background-color: black;
  transition: all 0.3s ease-in-out;
  padding: 0.7rem 3rem;
  margin-top: 2rem;
  color: white;
  text-transform: uppercase;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  font-weight: 700;
}
.form .wpcf7-submit:disabled {
  opacity: 0.4;
}
.form .wpcf7-submit:hover {
  background-color: #e60027;
}
.form .wpcf7-submit:focus {
  outline: 0;
}
.form .screen-reader-response {
  display: none;
}
.form .wpcf7-response-output {
  text-align: center;
  max-width: 600px;
  margin: auto;
  margin-top: 1.5rem;
}

.pdf_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--black);
}
.pdf_icon img {
  width: 25px;
  height: 25px;
}

.press-release-container {
  display: flex;
  margin-bottom: 10px;
}
.press-release-container .empty-container {
  width: 30%;
  margin-right: 80px;
}
.press-release-container .press-cont {
  width: 70%;
}

.press-release {
  width: 80%;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid var(--gray-700);
}
.press-release h4 {
  display: flex;
  gap: 15px;
}

.btn-download {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
  background-color: var(--red);
  color: var(--white) !important;
  text-decoration: none;
  border-radius: 40px;
  font-size: 14px;
}
.btn-download img {
  width: 20px;
}
.btn-download:hover {
  background-color: #d70014;
}

/* Responsiveness */
@media (max-width: 1110px) {
  .press-release-container {
    flex-direction: column;
    align-items: center;
  }
  .press-release-container .empty-container {
    display: none;
  }
  .press-release-container .press-cont {
    width: 100%;
    padding: 0 20px;
  }
  .press-release-container .press-release {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .press-release {
    padding: 20px;
  }
  .press-release .press-release__files {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
    margin-top: 20px;
  }
  .press-release .press-release__files a {
    color: var(--white) !important;
  }
  .btn-download {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .btn-download img {
    width: 16px;
  }
}
@media (max-width: 480px) {
  .pdf_icon {
    width: 30px;
    height: 30px;
  }
  .pdf_icon img {
    width: 18px;
    height: 18px;
  }
  .btn-download {
    font-size: 12px;
    padding: 8px 16px;
  }
  .btn-download img {
    width: 16px;
  }
}
@media screen and (max-width: 760px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .wrapper {
    flex-wrap: wrap;
  }
  .wrapper .col {
    width: 100% !important;
  }
  .wrapper .col + .col {
    margin-top: 3rem;
  }
  section.mainContent .leftSide {
    width: 100%;
  }
  section.mainContent aside {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #iconsX3 .iconsBlock .icon {
    margin-top: 2.5rem;
  }
  #iconsX3 .iconsBlock svg {
    margin-bottom: 1rem;
  }
  #iconsX3 .iconsBlock .title {
    margin-bottom: 1.5rem;
  }
  #iconsX3 .showLines .icon {
    padding-top: 0;
  }
  #iconsX3 .showLines .icon:before,
  #iconsX3 .showLines .icon:after {
    content: none;
  }
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  border-radius: 40px;
  color: var(--primary-text-invert);
  transition: background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.btn svg {
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  speak: none;
}

.btn--large {
  padding: 14px;
  border-radius: 12px;
}

.btn--primary {
  background: var(--red);
  color: var(--white);
}
.btn--primary:hover,
.btn--primary:focus-within {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%),
    var(--red);
}

.btn--secondary {
  background: var(--grey-surface);
  color: var(--black);
  font-size: 20px;
}
.btn--secondary:hover {
  background: var(--grey-surface-hover);
}
.btn--secondary:active {
  background: var(--grey-surface-pressed);
}
.btn--secondary.is-disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: default;
}

.btn--tertiary {
  background: var(--white);
  color: var(--black);
}

.btn--risk {
  font-size: 18px;
  line-height: 22px;
  padding: 14px 24px;
  border-radius: 6px;
  outline: 8px solid rgba(255, 0, 0, 0.1);
}

.btn--linkedin {
  background: #0a66c2;
  color: var(--white);
}

.btn--outlined {
  border: 1px solid var(--brand);
  color: var(--brand);
  background: rgba(255, 0, 0, 0.1);
}
.btn--outlined:hover {
  background: rgba(255, 0, 0, 0.15);
}

.btn--icon {
  padding: 10px;
}

.btn--border {
  border-radius: 0;
  color: var(--red);
  border-bottom: 1px solid var(--red);
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
}
.btn--border svg {
  margin-left: 24px;
}

.btn--full {
  width: 100%;
}

@media (min-width: 768px) {
  .btn--risk {
    font-size: 20px;
    line-height: 32px;
    padding: 16px 24px;
  }
}
.img-radius {
  border-radius: 32px;
}

@media (min-width: 768px) {
  .img-radius {
    border-radius: 40px;
  }
  img.alignright {
    float: right;
  }
}
.bg-black {
  background: var(--black);
  color: var(--white);
}

hr {
  border: 0;
  margin: 0;
  border-bottom: 1px solid var(--border);
}
.bg-black hr,
.wrapper-black hr {
  border-color: var(--border-light);
}

.link {
  font-weight: 600;
  color: var(--brand);
}
.link:hover {
  text-decoration: underline;
}

.link-hover:hover {
  color: var(--brand);
}

.link-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--brand-surface);
  color: var(--brand);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.link-icon:hover,
a:hover .link-icon {
  background: var(--brand-surface-hover);
}
.link-icon svg {
  stroke: currentColor;
  fill: currentColor;
  stroke-width: 0;
}

.link-icon--alt {
  border-radius: 4px;
  border: 1px solid var(--brand-border);
  background: var(--brand-surface-hover);
}

.link-icon--large {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.link-icon--small {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.link-icon--xs {
  width: 24px;
  height: 24px;
  line-height: 22px;
}

.link-icon--disabled {
  background-color: transparent;
  color: black;
}

.link-icon--disabled:hover {
  background-color: transparent;
}

.article > h3,
.article > h4,
.article > h5 {
  margin-bottom: 16px;
}
.article > h4,
.article > h5 {
  font-weight: 600;
  margin-top: 32px;
}
.article > h3 {
  margin-top: 32px;
}
.article > h3:first-child {
  margin-top: 0;
}
.article > p {
  margin-bottom: 0.6em;
}
.article > p a {
  color: var(--brand);
}
.article .box {
  margin: 40px 0 20px;
}
.article .btn--risk {
  display: block;
  text-align: center;
  margin-top: 32px;
}
.article ul {
  list-style: disc;
  padding-left: 1.5em;
}

@media (min-width: 768px) {
  .article > h3 {
    margin-bottom: 24px;
    margin-top: 80px;
  }
  .article > h3:first-child {
    margin-top: 0;
  }
  .article .box,
  .article .btn--risk {
    margin: 64px 0;
  }
}
.box {
  padding: 40px;
}

.box--black {
  background: var(--black);
  color: var(--white);
}
.box--black .ft-small {
  color: var(--secondary-invert);
}

.list-icon li {
  display: flex;
  align-items: center;
}
.list-icon .link-icon {
  flex-shrink: 0;
}
.list-icon img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

body.scrolled .header__toggler {
  background-color: black !important;
}

.header {
  position: relative;
  padding: 1.5rem 0;
  z-index: 3;
  background: var(--white);
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__menu {
  display: flex;
  align-items: center;
}
.header__menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__menu > ul > li > a {
  padding: 0.5rem;
  font-weight: 600;
  font-size: 16px;
}
.header__menu > ul a:hover {
  color: #e60027;
}
.header__menu .goSg {
  margin-left: 1rem;
  box-sizing: border-box;
}
.header__menu > .btn {
  display: none;
}

.header__toggler {
  fill: black;
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 11;
  top: 1rem;
  right: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.menuToggled .header__toggler {
  fill: white;
}
.header__toggler svg {
  transition: all linear 0.2s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.header__toggler .fa-bars {
  opacity: 1;
  width: 1.2rem;
}
.header__toggler .fa-times {
  opacity: 0;
  width: 1.1rem;
}
.header__toggler:hover svg {
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.header__logo img {
  height: 24px;
}

.header--black {
  background: var(--black);
  color: var(--white);
}
.header--black .header__toggler {
  fill: white;
}

@media screen and (max-width: 760px) {
  .header__menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--black);
    color: var(--white);
    z-index: 5;
    padding: 120px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header__menu > ul > li > a {
    display: block;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    padding: 24px 0;
  }
  .header__menu ul,
  .header__menu li {
    display: block;
    width: 100%;
  }
  .header__menu li {
    border-bottom: 1px solid var(--border-light);
  }
  .header__menu li:last-child {
    border: none;
  }
  .menuToggled .header__menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
  .header__menu > .btn {
    display: inline-flex;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header__logo img {
    height: 32px;
  }
  .header__toggler {
    opacity: 0;
    visibility: hidden;
  }
  .header__menu li {
    margin-left: 14px;
  }
  .header__menu > .btn {
    display: inline-flex;
    margin-left: 32px;
  }
}
.footer {
  color: var(--white);
  margin-top: 32px;
  padding-bottom: 32px;
}
.footer .ft-micro {
  opacity: 0.7;
}
.footer hr {
  width: 100vw;
  position: absolute;
  right: 0;
  opacity: 0.2;
}
.footer .btn {
  margin-bottom: 12px;
}

.footer__nav {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.footer__nav li {
  display: flex;
  flex-direction: column;
  opacity: 0.7;
  margin-bottom: 8px;
}
.footer__nav li:last-of-type {
  margin-bottom: 0;
}
.footer__nav nav,
.footer__nav div {
  flex-grow: 1;
}

.footer__foot {
  padding-top: 32px;
}
.footer__foot .has-icon svg {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .footer {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .footer__contact {
    text-align: right;
  }
  .footer__foot {
    padding-top: 80px;
  }
  .footer__nav {
    flex-direction: row;
  }
}
.product {
  display: block;
  position: relative;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.product img {
  width: 96px;
  height: 96px;
}
.product p {
  color: var(--secondary);
  margin-bottom: 0;
}
.product a {
  transition: none;
}
.product:hover {
  color: var(--white);
}
.product:hover p {
  color: var(--secondary-invert);
}
.product:hover .link-icon {
  background: var(--brand-surface-hover);
}
.product:hover .product__logo-dark {
  display: block;
}
.product:hover .product__logo-light {
  display: none;
}
.product .link-icon {
  position: absolute;
  top: 24px;
  right: 24px;
}

.product__logo-dark {
  display: none;
}

.product--dark .product__logo-dark {
  display: block;
}
.product--dark .product__logo-light {
  display: none;
}
.product--dark p {
  color: var(--secondary-invert);
  margin-top: 12px;
}
.product--dark:hover {
  background: radial-gradient(
      232.97% 110.31% at 98.83% 1.08%,
      rgba(255, 255, 255, 0.04) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    rgba(255, 255, 255, 0.02);
}

.product-grid {
  margin-left: -24px;
  margin-right: -24px;
}
.product-grid .product {
  border-bottom: 1px solid var(--border-light);
}

.product--sidebar {
  background: var(--black);
  color: var(--white);
  padding: 40px;
  pointer-events: none;
}
.product--sidebar .link-icon {
  display: none;
}

.product--full {
  position: relative;
}
.product--full:before {
  content: "";
  background-color: var(--black);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 100%;
  width: calc(100% + 1px);
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.5s ease-out;
}
.product--full:hover:before {
  transition: all 0.2s ease-in;
  transform: translateX(0%);
  opacity: 1;
}
.product--full > div {
  position: relative;
}
.product--full .link-icon {
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .product {
    padding: 40px;
  }
  .product .link-icon {
    top: 40px;
    right: 40px;
  }
  .product img {
    width: 160px;
    height: 160px;
    margin-bottom: 32px;
  }
  .product--full > div {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
  }
  .product--full img {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .product--full p {
    max-width: 80%;
  }
  .product--full .link-icon {
    top: 20px;
  }
  .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin-left: -40px;
    margin-right: -40px;
  }
  .product-grid .product {
    border: none;
    outline: 1px solid #333;
  }
}
@media (min-width: 1340px) {
  .product--sidebar {
    position: relative;
    left: -40px;
  }
}
.milestones {
  margin-left: -24px;
  margin-right: -24px;
}

.milestones__item {
  display: block;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
}
.milestones__item:before {
  content: "";
  background-color: var(--black);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 100%;
  width: calc(100% + 1px);
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease-out;
}
.milestones__item:hover {
  color: var(--white);
}
.milestones__item:hover:before {
  transition: all 0.2s ease-in;
  transform: translateX(0%);
  opacity: 1;
}
.milestones__item .link-icon {
  flex-shrink: 0;
  margin-left: 16px;
}

.milestones__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 24px 24px 32px;
}

@media (min-width: 768px) {
  .milestones {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: -80px;
    margin-left: -40px;
    margin-right: -40px;
  }
  .milestones__item {
    border: none;
    outline: 1px solid var(--border);
  }
  .milestones__item:first-child {
    grid-column: 2/4;
  }
  .milestones__content {
    padding: 32px 40px;
  }
}
@media (min-width: 1080px) {
  .milestones__item {
    height: 280px;
  }
}
.home-intro {
  margin-top: 60px;
  margin-bottom: 80px;
}

.home-why .col {
  margin-bottom: 16px;
}
.home-why .col img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.home-why .col p {
  color: var(--secondary);
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.page-template-tpl-home .wrapper-black {
  background: url("img/hero.svg") no-repeat center -160px;
}

@media (min-width: 768px) {
  .home-intro {
    display: flex;
    justify-content: space-between;
    margin-top: 110px;
    margin-bottom: 120px;
  }
  .home-intro p {
    width: 50%;
    padding-right: 48px;
  }
  .home-why .col img {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .home-why .col p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
  .home-why > img {
    width: calc(100% + 48px);
    max-width: none;
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (min-width: 1080px) {
  .home-why__content {
    display: flex;
    justify-content: space-between;
  }
  .home-why__content h3 {
    width: 34%;
    padding-right: 40px;
    flex-shrink: 0;
  }
}
.lastnews__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.lastnews__item {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 24px 0 32px;
}
.lastnews__item p {
  margin: 0;
}
.lastnews__item:before {
  content: "";
  background-color: var(--black);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 100%;
  width: calc(100% + 1px);
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.5s ease-out;
}
.lastnews__item:hover {
  color: var(--white);
}
.lastnews__item:hover .c-secondary {
  color: var(--secondary-invert);
}
.lastnews__item:hover:before {
  transition: all 0.2s ease-in;
  transform: translateX(0%);
  opacity: 1;
}
.lastnews__item .container {
  position: relative;
}

@media (min-width: 768px) {
  .lastnews__item .container {
    display: flex;
  }
  .lastnews__item .ft-small {
    width: 33%;
    flex-shrink: 0;
  }
}
.news {
  margin-bottom: 32px;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  column-gap: 80px;
  margin-bottom: 8px;
}

.news-grid--related {
  column-gap: 40px;
  row-gap: 32px;
}
.news-grid--related .news__thumbnail {
  margin-bottom: 16px;
}

.news-category {
  display: flex;
}

.news-category__item {
  color: var(--secondary);
  margin-right: 16px;
}
.news-category__item:before {
  content: "";
  width: 8px;
  height: 7px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-right: 2px;
}
.news-category__item.is-active {
  color: var(--black);
}
.news-category__item.is-active:before {
  background: var(--brand);
}

.news-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
.news-header .h1 {
  margin-bottom: 12px;
}

.news-pagination {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.news-pagination li {
  margin-right: 4px;
}
.news-pagination .page-numbers.current {
  font-weight: 600;
}

.news-pagination__numbers {
  display: none;
}

.news-pagination__arrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.news--first {
  margin-bottom: 40px;
}

.news__thumbnail {
  margin-bottom: 20px;
}
.news__thumbnail img {
  border-radius: 16px;
  object-fit: cover;
  height: 160px;
  width: 100%;
}
.news--first .news__thumbnail img {
  height: 200px;
}

.news__title {
  margin-bottom: 8px;
}
.news--first .news__title {
  margin-bottom: 16px;
}

.news__date {
  opacity: 0.7;
}
.news--first .news__date {
  margin-top: 0;
}

.news__infos {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .news__infos {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 24px;
  }
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-grid--related {
    margin-bottom: 4px;
  }
  .news-pagination {
    margin-bottom: 40px;
  }
  .news-pagination__numbers {
    display: flex;
  }
  .news-pagination__arrows {
    width: auto;
  }
  .news-pagination__arrows a {
    margin-left: 10px;
  }
  .news--first {
    margin-bottom: 64px;
    grid-column: 1/4;
  }
  .news--first .news__thumbnail img {
    height: 400px;
  }
  .news--first .news__title {
    margin-bottom: 0;
    margin-left: 80px;
  }
  .news--first .news__date {
    width: 357px;
    margin-top: 16px;
  }
}
@media (min-width: 1080px) {
  .news-category__item {
    margin-left: 28px;
    margin-right: 0;
  }
  .news-header {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 32px;
  }
  .news-header .h1 {
    margin-bottom: 0;
  }
}
.news-article-thumbnail {
  margin-bottom: 24px;
  position: relative;
}
.news-article-thumbnail img {
  width: 100%;
  border-radius: 24px;
  height: 200px;
  object-fit: cover;
}

.news-article-thumbnail__back {
  display: flex;
  position: absolute;
  top: 24px;
  left: 24px;
}
.news-article-thumbnail__back span {
  margin-left: 8px;
}

@media (max-width: 768px) {
  .news-article-thumbnail__back {
    padding: 10px;
  }
  .news-article-thumbnail__back svg {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
}
.news-article {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 64px;
}

.news-article__date {
  margin-bottom: 40px;
  opacity: 0.7;
}

.news-article__aside {
  display: none;
}

@media (min-width: 768px) {
  .news-article-thumbnail img {
    height: 480px;
  }
  .news-article {
    margin-bottom: 80px;
  }
}
@media (min-width: 1080px) {
  .news-article-thumbnail {
    margin-bottom: 64px;
  }
  .news-article {
    flex-direction: row;
  }
  .news-article__aside {
    display: block;
    opacity: 0.7;
    margin-right: 80px;
    width: 30%;
  }
  .news-article__next {
    margin-top: 164px;
  }
  .news-article__next h4 {
    margin-top: 12px;
  }
  .news-article__next > div {
    display: flex;
  }
  .news-article__next .link-icon {
    margin-top: 2px;
    flex-shrink: 0;
  }
  .news-article__date {
    display: none;
  }
  .news-article__content {
    width: 70%;
  }
  .news-article__content p {
    width: 80%;
  }
}
.overwrited-form p {
  margin: 0;
}
.overwrited-form select,
.overwrited-form input,
.overwrited-form textarea {
  width: 100%;
  background-color: var(--black);
  border: none;
  outline: none;
  padding: 16px 24px;
  color: white;
}
.overwrited-form select {
  -webkit-appearance: none;
  border: 1px solid var(--border);
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  background: no-repeat right 16px center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI2LjcyNjEgMTIuNTNMMTYuNzI2MSAyMi41M0MxNi41ODU1IDIyLjY3MDQgMTYuMzk0OSAyMi43NDkzIDE2LjE5NjEgMjIuNzQ5M0MxNS45OTc0IDIyLjc0OTMgMTUuODA2OCAyMi42NzA0IDE1LjY2NjEgMjIuNTNMNS42NjYxNCAxMi41M0M1LjUzMzY2IDEyLjM4NzggNS40NjE1MyAxMi4xOTk3IDUuNDY0OTYgMTIuMDA1NEM1LjQ2ODM5IDExLjgxMTEgNS41NDcxIDExLjYyNTggNS42ODQ1MSAxMS40ODgzQzUuODIxOTMgMTEuMzUwOSA2LjAwNzMxIDExLjI3MjIgNi4yMDE2MSAxMS4yNjg4QzYuMzk1OTEgMTEuMjY1NCA2LjU4Mzk2IDExLjMzNzUgNi43MjYxNCAxMS40N0wxNi4xOTYxIDIwLjkzODdMMjUuNjY2MSAxMS40N0MyNS44MDgzIDExLjMzNzUgMjUuOTk2NCAxMS4yNjU0IDI2LjE5MDcgMTEuMjY4OEMyNi4zODUgMTEuMjcyMiAyNi41NzAzIDExLjM1MDkgMjYuNzA3OCAxMS40ODgzQzI2Ljg0NTIgMTEuNjI1OCAyNi45MjM5IDExLjgxMTEgMjYuOTI3MyAxMi4wMDU0QzI2LjkzMDcgMTIuMTk5NyAyNi44NTg2IDEyLjM4NzggMjYuNzI2MSAxMi41M1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}
.overwrited-form input,
.overwrited-form textarea {
  color: var(--white);
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}
.overwrited-form input::placeholder,
.overwrited-form textarea::placeholder {
  opacity: 0.4;
}
.overwrited-form input {
  border-bottom: 1px solid var(--border);
  padding-left: 0;
}
.overwrited-form textarea {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px 20px;
  height: 164px;
}
.overwrited-form input[type="submit"] {
  padding: 0;
  background-color: var(--red);
  color: var(--white);
  opacity: 1;
  border: none;
}
.overwrited-form input[type="submit"] {
  width: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 40px;
  color: var(--primary-text-invert);
  transition: background 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.2s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.overwrited-form input[type="submit"]:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%),
    var(--red);
}
.overwrited-form input[type="checkbox"] {
  width: auto;
  margin-bottom: 48px;
}
.overwrited-form .screen-reader-response {
  display: none;
}
.overwrited-form .wpcf7-not-valid-tip,
.overwrited-form .wpcf7-response-output {
  font-size: 14px;
  line-height: 20px;
  color: var(--red);
}
.overwrited-form .wpcf7-response-output {
  margin-top: 8px;
}

.overwrited-form__part {
  margin-bottom: 48px;
}

.overwrited-form__title {
  margin-bottom: 12px;
}

.overwrited-form__grid {
  display: grid;
}
.overwrited-form__grid input {
  margin-bottom: 16px;
}

.overwrited-form__grid--textarea > div {
  grid-column: span 2;
}
.overwrited-form__grid--textarea.overwrited-form__grid {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .overwrited-form__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    margin-bottom: 24px;
  }
  .overwrited-form__grid input {
    margin-bottom: 0;
  }
  .overwrited-form__grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.card-coinvertible {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 32px 24px;
  margin: 40px -24px 40px;
}

.card-coinvertible__number {
  font-size: 56px;
  line-height: 40px;
  margin-top: 12px;
  display: block;
}

.card-coinvertible__bar {
  height: 8px;
  width: 100%;
  background: #000;
}

.card-coinvertible__date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-coinvertible__logo {
  height: 21px;
}

.card-coinvertible__cash {
  border-top: 1px solid var(--border);
  padding-top: 12px;
  margin-top: 12px;
}
.card-coinvertible__cash > div {
  display: flex;
  align-items: center;
}
.card-coinvertible__cash .card-coinvertible__bar {
  margin: 0 16px;
}

.card-coinvertible__clt > div {
  display: flex;
  align-items: center;
}
.card-coinvertible__clt .card-coinvertible__bar {
  background: var(--brand);
}

@media (min-width: 768px) {
  .card-coinvertible {
    border: 1px solid var(--border);
    padding: 40px;
    margin: 60px 0 40px;
  }
}
@media (min-width: 1080px) {
  .card-coinvertible__header {
    display: flex;
    justify-content: space-between;
  }
  .card-coinvertible__date {
    flex-direction: column;
  }
  .card-coinvertible__cash > div {
    justify-content: space-between;
  }
  .card-coinvertible__bar {
    width: 400px;
  }
}
.card-download-wrapper {
  background: var(--black);
}
.card-download-wrapper .card-download:last-child {
  margin-bottom: 0;
}

.card-download {
  background: var(--black);
  color: var(--white);
  padding: 24px;
}
.card-download__info {
  display: flex;
}
.card-download__info img {
  flex-shrink: 0;
  margin-right: 24px;
}
.card-download__info .c-muted {
  line-height: 1;
}
.card-download__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-download__buttons {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card-download__buttons {
    flex-direction: row;
  }
  .card-download__buttons .btn {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .card-download__buttons {
    flex-direction: column;
  }
  .card-download__buttons .btn {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .card-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 40px 40px 24px;
  }
  .card-download__cta {
    flex-direction: column;
    margin-top: 8px;
  }
  .card-download__cta .btn {
    margin-bottom: 12px;
  }
}
.card-crypto {
  display: flex;
  justify-content: space-between;
}
.card-crypto img {
  display: none;
}
.card-crypto .link-icon {
  margin-left: 16px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .card-crypto > div {
    display: flex;
    align-items: center;
  }
  .card-crypto img {
    display: block;
    margin-right: 16px;
  }
}
.card-figure {
  margin-bottom: 40px;
}
.card-figure img {
  border-radius: 20px;
  height: 180px;
  width: auto;
  object-fit: contain;
  margin-bottom: 24px;
}
.card-figure br {
  display: none;
}

@media (min-width: 768px) {
  .card-figure {
    display: flex;
  }
  .card-figure img {
    width: 260px;
    object-fit: cover;
    margin-bottom: 0;
    margin-right: 40px;
  }
}
.about-thumbnail {
  margin-top: 32px;
}
.about-thumbnail img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.about-linkedin-logo {
  margin-bottom: 18px;
}

.about-linkedin {
  display: flex;
  justify-content: space-between;
}
.about-linkedin div:last-child {
  flex-shrink: 0;
}

.about-sg h3 {
  padding-top: 80px;
}
.about-sg p {
  margin-bottom: 16px;
}
.about-sg ul {
  list-style: disc;
}
.about-sg li {
  margin-left: 24px;
}

.about-sg__subcontent {
  opacity: 0.7;
}
.about-sg__subcontent p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .about-thumbnail {
    margin-top: 40px;
    text-align: right;
  }
  .about-thumbnail img {
    height: 620px;
    width: 460px;
    border-radius: 40px;
  }
  .about-sg hr {
    width: 100vw;
    position: absolute;
    right: 0;
  }
}
.timeline {
  margin-top: 64px;
  margin-bottom: 64px;
}

.timeline__item {
  gap: 32px;
}

.timeline__item:last-child .timeline__content::after {
  background: linear-gradient(360deg, rgba(230, 0, 39, 0) 0%, var(--red) 100%);
}

.timeline__square {
  width: 12px;
  height: 12px;
  background-color: var(--red);
  flex-shrink: 0;
  margin-top: 8px;
}

.timeline__content {
  position: relative;
}

.timeline__content::after {
  content: "";
  position: absolute;
  height: calc(100% + 11px);
  width: 2px;
  background-color: var(--red);
  top: 24px;
  right: calc(100% + 32px + 5px);
}

@media (min-width: 768px) {
  .timeline {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .timeline h5 {
    margin-bottom: 12px;
  }
}
#usModal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
#usModal #usModalContent {
  background-color: white;
  padding: 30px;
  margin: 15% auto;
  width: 80%;
  max-width: 780px;
  text-align: center;
}
#usModal #usModalContent p {
  margin-bottom: 50px;
}
#usModal #usModalContent #usYesButton,
#usModal #usModalContent #usNoButton {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: white;
  width: 45%;
  margin: 0 5px;
}
#usModal #usModalContent #usYesButton {
  background-color: #f80116;
}
#usModal #usModalContent #usYesButton:hover {
  background-color: #ff0015;
}
#usModal #usModalContent #usYesButton:focus {
  outline: none;
}
#usModal #usModalContent #usNoButton {
  color: var(--black);
}
#usModal #usModalContent #usNoButton:hover {
  background-color: #808080;
}
#usModal #usModalContent #usNoButton:focus {
  outline: none;
}
#usModal #usModalContent div.buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

/* Conteneur du loader avec fond noir */
.loading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 9999;
}

.loader {
  width: 80px;
  height: 50px;
  position: relative;
}

.loader-text {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  color: var(--white);
  animation: text_713 3.5s ease both infinite;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.load {
  background-color: var(--red);
  border-radius: 50px;
  display: block;
  height: 16px;
  width: 16px;
  bottom: 0;
  position: absolute;
  transform: translateX(64px);
  animation: loading_713 3.5s ease both infinite;
}
.load::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: inherit;
  animation: loading2_713 3.5s ease both infinite;
}

@keyframes text_713 {
  0%,
  100% {
    letter-spacing: 1px;
    transform: translateX(0px);
  }
  40% {
    letter-spacing: 2px;
    transform: translateX(26px);
  }
  80% {
    letter-spacing: 1px;
    transform: translateX(32px);
  }
  90% {
    letter-spacing: 2px;
    transform: translateX(0px);
  }
}
@keyframes loading_713 {
  0%,
  100% {
    width: 16px;
    transform: translateX(0px);
  }
  40% {
    width: 100%;
    transform: translateX(0px);
  }
  80% {
    width: 16px;
    transform: translateX(64px);
  }
  90% {
    width: 100%;
    transform: translateX(0px);
  }
}
@keyframes loading2_713 {
  0%,
  100% {
    transform: translateX(0px);
    width: 16px;
  }
  40% {
    transform: translateX(0%);
    width: 80%;
  }
  80% {
    width: 100%;
    transform: translateX(0px);
  }
  90% {
    width: 80%;
    transform: translateX(15px);
  }
}

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