@charset "UTF-8";
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [reset.scss]
* DESCRIPTION: reset basic values
*
*/
/*******************************************************
RESET
*******************************************************/
body {
  margin: 0 auto;
  padding: 0;
  background-color: white;
}

html, body {
  overflow-x: hidden;
}

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;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol, li {
  list-style-type: none;
}

img {
  display: block;
}

button {
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  outline: 0;
}

/****** RESET FORMS ******/
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [media-queries.scss]
* DESCRIPTION: media queries
*
*/
/************************************************************
MEDIA QUERIES
************************************************************/
/** Target points **/
/* MOBILE - Targeting iPhone 5s only */
/* Device - 480px & up */
/* Device - 520px & up */
/* Device - 620px & up */
/* MOBILE - Only Mobile */
/* TABLET - Tablet & up */
/* TABLET - Targeting only tablet */
/* TABLET - Targeting Mobile & Tablet */
/* DESKTOP - Desktop & Up */
/* DESKTOP - Custom targeting point */
/* DESKTOP -  13 inch Macbook Pro screen */
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [variables.scss]
*
*/
/*******************************************************
VARIABLES
*******************************************************/
/*******************************************************
COLORS
*******************************************************/
/* BASICS */
/* SPECIFIC BRAND */
/****** HEADER & FOOTER ******/
/****** TITLES & TEXTS ******/
/****** MESSAGES & ALERTS ******/
/****** HEADER & FOOTER ******/
/****** POPUP ******/
/*******************************************************
ADMIN
*******************************************************/
/*******************************************************
Z-INDEX
*******************************************************/
/*******************************************************
ANIMATIONS -
*******************************************************/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [mixins.scss]
* DESCRIPTION: css properties reused
*
*/
/*******************************************************
MIXINS -
*******************************************************/
/* DARK AND DEFAULT MODE */
/*
*
* LOCATION: [modules]
* FOLDER: [assets/scss]
* FILE NAME: [fonts.scss]
* DESCRIPTION: fonts styling
*
*/
/*******************************************************
FAMILY - Font Families
*******************************************************/
/*******************************************************
FONT - Titles
*******************************************************/
h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3em;
  color: #141a1f;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
}
.dark-bg h1 {
  color: white;
}
h1.section-title {
  font-size: 3rem;
  font-weight: 800;
  color: #f2f2f2;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  left: -20px;
  top: -60px;
  z-index: -1;
}
@media (min-width: 768px) {
  h1.section-title {
    font-size: 6rem;
    top: -100px;
  }
}
@media (min-width: 900px) {
  h1.section-title {
    font-size: 6rem;
    top: -100px;
  }
}
@media (min-width: 1024px) {
  h1.section-title {
    font-size: 8rem;
    left: -80px;
    top: -120px;
  }
}
.dark-bg h1.section-title {
  color: #343741;
  z-index: 0;
}

h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #141a1f;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  h2 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}

h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #141a1f;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.75rem;
  }
}
[class*=w-hero-] h3 {
  color: white;
}

h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5em;
  color: #8d949b;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #141a1f;
}

h6 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #141a1f;
}

/*******************************************************
FONT - PARAGRAPH
*******************************************************/
p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7em;
  color: #52585f;
  max-width: 800px;
  margin-bottom: 2rem;
}
@media (min-width: 620px) {
  p {
    font-size: 1.125rem;
  }
}
p.center {
  margin: 0 auto;
}
p:has(+ p) {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
p strong {
  font-weight: 600;
}
p span.highlight {
  font-weight: 600;
  font-style: italic;
  color: #181818;
}
p.blockquote {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5em;
  color: #52585f;
  font-style: italic;
  margin-block: 10rem;
  margin-inline: auto;
  max-width: unset;
}
@media (min-width: 1024px) {
  p.blockquote {
    font-size: 3rem;
    line-height: 1.7em;
  }
}
p.blockquote.small {
  font-size: 1.25rem;
  margin-block: 2rem;
}
@media (min-width: 1024px) {
  p.blockquote.small {
    font-size: 1.5rem;
  }
}
p.testimonials {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #52585f;
  font-style: italic;
  margin-block: 2rem 0;
  max-width: unset;
}
@media (min-width: 1024px) {
  p.testimonials {
    font-size: 1.5rem;
    line-height: 1.7em;
  }
}
p.author {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #8d949b;
}
@media (min-width: 1024px) {
  p.author {
    font-size: 1.125rem;
  }
}

/*******************************************************
FONT - List
*******************************************************/
li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: #52585f;
}

.text-left {
  text-align: left;
}

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

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

.text-highlight {
  color: #141a1f;
  font-weight: 600;
}

.white {
  color: white;
}

.c-light {
  color: #8d949b;
}

.c-brand {
  color: #ff1541;
}

/*
*
* LOCATION: [modules]
* FOLDER: [assets/scss]
* FILE NAME: [_text-content.scss]
* DESCRIPTION: text content formatting
*
*/
.text-content {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .text-content {
    margin-bottom: 4rem;
  }
}
.text-content:last-child {
  margin-bottom: 0;
}
.text-content .article-intro {
  font-weight: 600;
  color: #141a1f;
  margin-bottom: 2rem;
}
.text-content h2 {
  color: #141a1f;
  margin-bottom: 1.5rem;
  text-transform: none;
  letter-spacing: unset;
}
.text-content h3 {
  color: #52585f;
  margin-bottom: 1.25rem;
}
.text-content h4 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #8d949b;
  margin-bottom: 0.25rem;
}
.text-content blockquote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  margin: 2.5rem;
}
.text-content blockquote:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-sharp-solid);
  content: "\f10d";
  color: #D0D3D4;
  font-size: 3em;
  align-self: flex-start;
}
.text-content blockquote:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-sharp-solid);
  content: "\f10e";
  color: #D0D3D4;
  font-size: 3em;
  align-self: flex-end;
}
.text-content blockquote p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7em;
  color: #ff1541;
  font-style: italic;
  padding: 2rem 1rem;
  margin: 0;
}
.text-content blockquote p:before, .text-content blockquote p:after {
  content: " – ";
}
.text-content a {
  color: #ff1541;
  font-weight: 600;
  transition: all 0.3s ease;
}
.text-content a:hover {
  color: #e4001b;
}
.text-content strong {
  font-weight: 700;
}
.text-content ul, .text-content ol {
  margin-inline-start: 1rem;
  margin-block-end: 1.5rem;
}
@media (min-width: 768px) {
  .text-content ul, .text-content ol {
    margin-inline-start: 3rem;
    margin-block-end: 2.5rem;
  }
}
.text-content ul li, .text-content ol li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #52585f;
  margin-bottom: 0.25rem;
}
.text-content ul li:last-of-type, .text-content ol li:last-of-type {
  margin-bottom: 0;
}
.text-content ul li {
  list-style-type: disc;
}
.text-content ul li li {
  list-style: circle;
}
.text-content ol li {
  list-style-type: decimal;
}
.text-content ol li li {
  list-style: lower-alpha;
}
.text-content table {
  margin-bottom: 1.5rem;
}
.text-content table thead {
  background: #ffe7eb;
}
.text-content table tr:nth-child(even) {
  background: #f2f2f2;
}
.text-content table th {
  padding: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #141a1f;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: left;
  vertical-align: top;
}
.text-content table td {
  padding: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: #52585f;
}

/*
*
* LOCATION: [modules]
* FOLDER: [assets/scss]
* FILE NAME: [fonts.scss]
* DESCRIPTION: icons elements
*
*/
/***** FONTAWESOME *****/
.icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.icon.icon-atop {
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .icon.mobile-icon-only span {
    display: none !important;
  }
}
.icon.icon-only span {
  display: none !important;
}
.icon:before, .icon:after {
  /* Common Properties: All required to make icons render reliably - we did this above but it's included here for the full demo */
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font: var(--fa-font-sharp-regular);
}

/******************************************
ICONS – Base Set
******************************************/
.menu-bars:before {
  content: "\f0c9";
  font-size: 1.25em;
}

.i-arrow-left:before {
  content: "\f060";
}

.i-arrow-down:before {
  content: "\f063";
}

.i-arrow-right:before {
  content: "\f061";
}

.i-arrow-up:before {
  content: "\f062";
}

.i-long-arrow-left:before {
  content: "\f177";
}

.i-long-arrow-down:before {
  content: "\f175";
}

.i-long-arrow-right:before {
  content: "\f178";
}

.i-long-arrow-up:before {
  content: "\f176";
}

.i-chevron-left:before {
  content: "\f053";
}

.i-chevron-down:before {
  content: "\f078";
}

.i-chevron-right:before {
  content: "\f054";
}

.i-chevron-up:before {
  content: "\f077";
}

.i-plus:before {
  content: "+";
}

.i-plus-circle:before {
  content: "\f055";
}

.i-plus-full:before {
  font: var(--fa-font-sharp-solid);
  content: "\f055";
}

.i-check:before {
  content: "\f00c";
}

.i-check-circle:before {
  content: "\f058";
}

.i-check-full:before {
  font: var(--fa-font-sharp-solid);
  content: "\f058";
}

.i-xmark:before {
  content: "\f00d";
}

.i-xmark-large:before {
  content: "\e59b";
}

.i-xmark-circle:before {
  content: "\f057";
}

.i-xmark-full:before {
  font: var(--fa-font-sharp-solid);
  content: "\f057";
}

.i-more:before {
  font: var(--fa-font-regular);
  content: "\f141";
}

.i-see:before {
  font: var(--fa-font-regular);
  content: "\f06e";
}

.i-user:before {
  font: var(--fa-font-regular);
  content: "\f2bd";
}

.i-loupe:before {
  content: "\f002";
}

.icon.alert-error:before {
  content: "\f06a";
}
.icon.alert-correct:before {
  content: "\f058";
}
.icon.alert-info:before {
  content: "\f06a";
}

.i-expand:before {
  font: var(--fa-font-solid);
  content: "\f424";
}

.i-close:before {
  font: var(--fa-font-sharp-solid);
  content: "\f00d";
}

.i-prev:before {
  font: var(--fa-font-sharp-solid);
  content: "\f053";
}

.i-next:before {
  font: var(--fa-font-sharp-solid);
  content: "\f054";
}

/******************************************
ICONS – Website Set
******************************************/
.i-fort:before {
  font: var(--fa-font-sharp-regular);
  content: "\f041";
}

.i-ux-design:before {
  content: "\f87a";
}

.i-ui-design:before {
  content: "\e323";
}

.i-branding:before {
  content: "\f55b";
}

.i-front-end:before {
  content: "\f5fc";
}

.i-design-system:before {
  content: "\f568";
}

.i-project:before {
  content: "\f0ae";
}

/******************************************
ICONS – Admin Set
******************************************/
.i-login:before {
  content: "\f090";
}

.i-logout:before {
  content: "\f08b";
}

/******************************************
ICONS – Social Set
******************************************/
.i-facebook:before {
  font: var(--fa-font-brands);
  content: "\f39e";
}

.i-twitter:before {
  font: var(--fa-font-brands);
  content: "\f16d";
}

.i-instagram:before {
  font: var(--fa-font-brands);
  content: "\e61b";
}

.i-linkedin:before {
  font: var(--fa-font-brands);
  content: "\f0e1";
}

/******************************************
ICONS – Website Set
******************************************/
.i-mission:before {
  content: "\f74c";
}

.i-certificate:before {
  content: "\f5f3";
}

.i-swiss:before {
  content: "\f7d9";
}

.i-news:before {
  content: "\f1ea";
}

.i-quality:before {
  content: "\f559";
}

.i-airplane-check:before {
  font-family: "Font Awesome Kit";
  content: "\e00a";
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [design-system.scss]
* DESCRIPTION: Elements from the design system of Revolution FC
*
*/
/**********************************************
DESIGN SYSTEM – Alert message box
**********************************************/
.w-alert-message {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
  box-sizing: border-box;
}
.w-alert-message .alert-message {
  background-color: white;
  width: 80%;
  max-width: 520px;
  position: relative;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #eef1f7;
}
.w-alert-message .alert-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 120px;
  align-items: center;
  justify-content: center;
}
.w-alert-message .alert-content.alert-info {
  color: #e5a000;
}
.w-alert-message .alert-content.alert-correct {
  color: #00732e;
}
.w-alert-message .alert-content.alert-error {
  color: #ff1540;
}
.w-alert-message .icon:before {
  font: var(--fa-font-sharp-light);
  font-size: 2rem;
}
.w-alert-message p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: #181818;
  margin: 0;
}
.w-alert-message .alert-action {
  background: #eef1f7;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 2rem;
  border-radius: 0 0 8px 8px;
}

/**********************************************
DESIGN SYSTEM – Buttons
**********************************************/
.button, .btn-label, .btn-tertiary, .btn-secondary, .btn-primary {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  text-align: center;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.button:hover, .btn-label:hover, .btn-tertiary:hover, .btn-secondary:hover, .btn-primary:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .button, .btn-label, .btn-tertiary, .btn-secondary, .btn-primary {
    width: 100%;
  }
}
.button.is-not-active, .is-not-active.btn-label, .is-not-active.btn-tertiary, .is-not-active.btn-secondary, .is-not-active.btn-primary, .button.is-disabled, .is-disabled.btn-label, .is-disabled.btn-tertiary, .is-disabled.btn-secondary, .is-disabled.btn-primary {
  opacity: 0.2;
  pointer-events: none;
}
.button.full-width, .full-width.btn-label, .full-width.btn-tertiary, .full-width.btn-secondary, .full-width.btn-primary {
  width: 100%;
}
.button.space-top, .space-top.btn-label, .space-top.btn-tertiary, .space-top.btn-secondary, .space-top.btn-primary {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .button.space-top, .space-top.btn-label, .space-top.btn-tertiary, .space-top.btn-secondary, .space-top.btn-primary {
    margin-top: 2rem;
  }
}
.button.space-bottom, .space-bottom.btn-label, .space-bottom.btn-tertiary, .space-bottom.btn-secondary, .space-bottom.btn-primary {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .button.space-bottom, .space-bottom.btn-label, .space-bottom.btn-tertiary, .space-bottom.btn-secondary, .space-bottom.btn-primary {
    margin-bottom: 2rem;
  }
}

.cta-back:before {
  font: var(--fa-font-sharp-regular);
  content: "\f344";
  font-size: 0.875em;
}

.btn-primary {
  font-weight: 600;
  color: white;
  background-color: #ff1541;
}
@media (min-width: 768px) {
  .btn-primary:hover {
    background-color: #c80004;
  }
}
.btn-primary.small {
  font-size: 0.875rem;
  padding: 0.75rem 1.25rem;
}
.btn-primary.medium {
  font-size: 1rem;
  padding: 1rem 1.5rem;
}
.btn-primary.large {
  font-size: 1.25rem;
  padding: 1.25rem 2rem;
}
.btn-primary.cta-back {
  background-color: #ffbe2e;
  color: #181818;
}
@media (min-width: 768px) {
  .btn-primary.cta-back:hover {
    background-color: #e5a000;
  }
}
.btn-primary.cta-back:before {
  font: var(--fa-font-sharp-regular);
  content: "\f344";
  font-size: 0.875em;
}
@media (max-width: 767px) {
  .btn-primary span.is-hide-mobile {
    display: none;
  }
}

.btn-secondary {
  font-weight: 600;
  color: #ff1541;
  border: 1px solid #ff1541;
}
@media (max-width: 767px) {
  .btn-secondary {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .btn-secondary:hover {
    border-color: #c80004;
    color: #c80004;
  }
}
.btn-secondary.small {
  font-size: 0.75rem;
  padding: 0.75rem 1.25rem;
}
.btn-secondary.medium {
  font-size: 1rem;
  padding: 1rem 1.5rem;
}
.btn-secondary.large {
  font-size: 1.25rem;
  padding: 1.25rem 2rem;
}
.btn-secondary.default {
  color: #181818;
  border-color: #181818;
}
.btn-secondary.default:hover {
  color: #ff1541;
  border-color: #ff1541;
}
.btn-secondary.ghost-white {
  color: white;
  border-color: white;
}
.btn-secondary.ghost-white:hover {
  background-color: white;
  color: #52585f;
}
.alert-message.alert-error .btn-secondary, .alert-message.alert-info .btn-secondary, .alert-message.alert-correct .btn-secondary {
  color: #434C57;
  border-color: #acb4c7;
}
.alert-message.alert-error .btn-secondary:hover, .alert-message.alert-info .btn-secondary:hover, .alert-message.alert-correct .btn-secondary:hover {
  color: #23282f;
  border-color: #acb4c7;
  background-color: #acb4c7;
}

.btn-tertiary {
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.5em;
  color: #ff1541;
  margin: 1.5rem 0;
  border-radius: 0;
}
.btn-tertiary:hover {
  color: #c80004;
}
.btn-tertiary.btn-text {
  margin: 0;
}
.btn-tertiary.btn-light {
  color: white;
}
.btn-tertiary.small {
  font-size: 0.875rem;
}

.btn-label {
  padding: 0.25rem 0.5rem;
  background-color: #f2f2f2;
  width: fit-content;
}
.btn-label .label-text {
  font-size: 0.625rem;
  font-weight: 600;
  color: #343741;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.is-inactive > * {
  opacity: 0.2;
}
.menu .is-inactive > *:after {
  content: " (pas encore disponible)";
}
.is-inactive > * h4:after {
  content: " (pas encore disponible)";
}

.w-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .w-btn {
    gap: 2.5rem;
    width: unset;
  }
}
.w-btn.justify {
  justify-content: space-between;
}
.w-btn.start {
  justify-content: flex-start;
}
.w-btn.end {
  justify-content: flex-end;
}
.w-btn.center {
  justify-content: center;
}
.w-btn.stack {
  flex-direction: column;
}
@media (max-width: 767px) {
  .w-btn.mobile-stack {
    flex-direction: column;
  }
}

/**********************************************
DESIGN SYSTEM – LISTS
**********************************************/
.flex-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .flex-list {
    flex-direction: column;
  }
}
.flex-list.justify {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flex-list.justify {
    align-items: center;
  }
}
.flex-list.start {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .flex-list.start {
    align-items: flex-start;
  }
}
.flex-list.end {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .flex-list.end {
    align-items: flex-end;
  }
}
.flex-list.center {
  justify-content: center;
}
@media (max-width: 767px) {
  .flex-list.center {
    align-items: center;
  }
}
.flex-list.teaser-grid {
  overflow-x: hidden;
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .flex-list.teaser-grid {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.flex-list.teaser-grid picture {
  flex-shrink: 0;
  max-width: 200px;
}
@media (min-width: 480px) {
  .flex-list.teaser-grid picture {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .flex-list.teaser-grid picture {
    max-width: 340px;
  }
}
@media (min-width: 900px) {
  .flex-list.teaser-grid picture {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .flex-list.teaser-grid picture {
    max-width: 720px;
  }
}

/**********************************************
DESIGN SYSTEM – CARDS
**********************************************/
/*
*
* LOCATION: [core]
* FOLDER: [assets/scss]
* FILE NAME: [layout.scss]
* DESCRIPTION: layout elements of the website
*
*/
/****************************************
GENERAL variables
****************************************/
/****************************************
GENERAL LAYOUT
****************************************/
body {
  font-size: 16px;
  background-color: #ffffff;
}
body * {
  box-sizing: border-box;
}

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

/*** For extend ***/
.web-layout, nav, article {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.flex-layout {
  display: flex;
}

/*******************************************************
GRID SYSTEM
*******************************************************/
.grid-system,
.grid-layout {
  width: 100%;
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .grid-system,
  .grid-layout {
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .grid-system,
  .grid-layout {
    gap: 2.5rem;
  }
}
.grid-system.col-2,
.grid-layout.col-2 {
  grid-template-columns: 1fr 1fr;
}
@container section-container (width < 800px) {
  .grid-system.col-2,
  .grid-layout.col-2 {
    grid-template-columns: 1fr;
  }
}
.grid-system.col-3,
.grid-layout.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@container section-container (width < 1024px) {
  .grid-system.col-3,
  .grid-layout.col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@container section-container (width < 600px) {
  .grid-system.col-3,
  .grid-layout.col-3 {
    grid-template-columns: 1fr;
  }
}

/*******************************************************
LAYOUT ELEMENTS
*******************************************************/
section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 1.5rem;
  container: section-container/inline-size;
}
@media (min-width: 768px) {
  section {
    padding: 8rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  section {
    padding: 10rem 4rem;
  }
}
@media (min-width: 1440px) {
  section {
    padding: 12rem 8rem;
  }
}
section.dark-bg {
  background-color: #181818;
}
section.w-hero {
  position: relative;
  padding: 6rem 1.5rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  min-height: 80dvh;
}
@media (max-width: 767px) {
  section.w-hero {
    padding: 6rem 2.5rem;
  }
}
@media (min-width: 768px) {
  section.w-hero {
    gap: 80px;
    min-height: 70dvh;
  }
}
@media (min-width: 1024px) {
  section.w-hero {
    gap: 140px;
    min-height: 900px;
    padding: 8rem 4rem;
  }
}
@media (min-width: 1440px) {
  section.w-hero {
    padding: 10rem 8rem;
    min-height: 98vh;
    justify-content: flex-end;
  }
}
section.w-hero .hero-img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  section.w-hero .hero-img {
    display: none;
  }
}
section .hero-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  min-height: 320px;
}
section .hero-container > * {
  margin-bottom: 0;
  text-align: center;
}
section .hero-container h3 {
  margin-bottom: 0;
}
section.full-content {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}
section:only-child, section:only-of-type {
  min-height: 800px;
}
@media (min-width: 1440px) {
  section:only-child, section:only-of-type {
    min-height: 80dvh;
  }
}

article {
  padding: 0;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  article {
    padding: 0 4rem;
    margin-bottom: 6rem;
  }
}
@media (min-width: 1024px) {
  article {
    padding: 0 8rem;
    margin-bottom: 10rem;
  }
}
article:last-child {
  margin-bottom: 0;
}
article.heading {
  margin-bottom: 0;
}
article.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
article.wrapper.align-top {
  justify-content: flex-start;
}
article.wrapper.align-center {
  justify-content: center;
}
article.wrapper.align-end {
  justify-content: flex-end;
}
article.wrapper.bg-img-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.w-hero article.wrapper, .full-content article.wrapper {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
.w-hero article.wrapper:not(:only-child), .full-content article.wrapper:not(:only-child) {
  margin-bottom: 0;
}
article.wrapper-full {
  max-width: unset;
  padding: 0;
}
article.wrapper-text {
  max-width: 960px;
}

.w-img {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .w-img {
    margin-bottom: 2rem;
  }
}

figure,
picture {
  display: block;
  margin-bottom: 2rem;
}
figure img,
picture img {
  width: 100%;
}
figure img.portrait,
picture img.portrait {
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
}

video {
  max-width: 100%;
  margin-bottom: 2rem;
}

/*******************************************************
FONCTIONS
*******************************************************/
.hide,
.is-hide,
.is-hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only-tablet {
    display: none !important;
  }
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [header.scss]
* DESCRIPTION: header style
*
*/
/****************************************
HEADER CSS -
****************************************/
header {
  width: 100%;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
@media (min-width: 768px) {
  header {
    padding: 2.5rem;
  }
}
@media (min-width: 1024px) {
  header {
    padding: 16px 4rem;
  }
}
@media (min-width: 1440px) {
  header {
    padding: 16px 8rem;
  }
}

nav {
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  nav.desktop-nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  nav.mobile-nav {
    display: none;
  }
}

.header_logo {
  width: 120px;
  height: fit-content;
}
@media (min-width: 1024px) {
  .header_logo {
    width: 240px;
  }
}
.header_logo img {
  width: 100%;
  height: auto;
}

.nav-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .nav-menu {
    flex-direction: row;
    gap: 40px;
  }
}
.nav-menu-el {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1em;
  color: white;
  padding: 24px 0;
}
.nav-menu.mobile {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: translateX(105%);
  transition: all 0.2s ease;
}
.nav-menu.mobile.open {
  transform: translateX(0);
  transition: all 0.2s ease;
}
.nav-menu.mobile .nav-menu-el {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1em;
  color: #343741;
}
.nav-menu .cta-close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 99;
  font-size: 2em;
  color: #8d949b;
}

#open-nav-mobile {
  font-size: 2em;
  color: white;
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [footer.scss]
* DESCRIPTION: footer style
*
*/
/*******************************************************
FOOTER
*******************************************************/
footer {
  width: 100%;
  padding: 40px;
  background: #141a1f;
}
footer > * {
  flex: 1;
  min-width: 100%;
  gap: 24px;
}
footer .footer-logo {
  display: flex;
  justify-content: center;
}
footer .footer-logo img {
  width: 240px;
}
footer .footer-social {
  display: flex;
  gap: 3rem;
  font-size: 2rem;
  color: white;
  justify-content: center;
  align-items: center;
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [main.scss]
* DESCRIPTION: main website css file
*
*/
/*******************************************************
HOME PAGE
*******************************************************/
html {
  scroll-behavior: smooth;
}

/* --- layout tokens --- */
.timeline {
  --spine: .25rem;
  --spine-color: #101010;
  --dot: 1rem;
  --dot-border: 4px;
  --dot-color: #ff1541;
  --tick: 3rem;
  --card-max: 40ch;
  max-width: 460px;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  .timeline {
    max-width: 1100px;
    border-bottom: var(--spine) solid #181818;
  }
}

/* intro block */
.timeline-intro img {
  width: 260px;
}
@media (min-width: 768px) {
  .timeline-intro img {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .timeline-intro img {
    width: 340px;
  }
}
.timeline-intro em {
  color: #bdbdbd;
  display: inline-block;
  max-width: 70ch;
}

/* spine container */
.tl {
  width: 100%;
  position: relative;
  list-style: none;
  padding: 6rem 0;
  display: grid;
  gap: 4rem;
}
@media (min-width: 768px) {
  .tl {
    gap: 2rem;
  }
}
.tl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--spine);
  background: var(--spine-color);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .tl:before {
    left: 50%;
  }
}

/* entries */
.tl-item {
  position: relative;
  display: grid;
  width: 85%;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 1s ease, transform 1s ease;
  /* the dot on the line */
  /* the small tick line */
}
@media (min-width: 768px) {
  .tl-item {
    width: 50%;
  }
}
.tl-item:after {
  content: "";
  position: absolute;
  top: 0.35rem;
  width: var(--dot);
  height: var(--dot);
  background: var(--dot-color);
  border: var(--dot-border) solid white;
  border-radius: 50%;
  transform: translateX(-50%);
}
.tl-item:before {
  content: "";
  position: absolute;
  top: 1rem;
  height: 2px;
  width: var(--tick);
  background: #181818;
}
.tl-item.is-in {
  opacity: 1;
  transform: none;
}
.tl-item.left {
  place-self: start;
}
.tl-item.left:before {
  left: 0;
}
@media (min-width: 768px) {
  .tl-item.left:before {
    left: unset;
    right: 0;
  }
}
.tl-item.left:after {
  left: 0;
}
@media (min-width: 768px) {
  .tl-item.left:after {
    left: unset;
    right: -1.5rem;
  }
}
.tl-item.left .tl-content {
  padding-left: calc(var(--tick) + 1rem);
}
@media (min-width: 768px) {
  .tl-item.left .tl-content {
    text-align: right;
    padding-right: calc(var(--tick) + 1rem);
  }
}
.tl-item.right {
  place-self: start;
}
@media (min-width: 768px) {
  .tl-item.right {
    place-self: end;
  }
}
.tl-item.right:before {
  left: 0;
}
.tl-item.right:after {
  left: 0;
}
.tl-item.right .tl-content {
  padding-left: calc(var(--tick) + 1rem);
}

/* basic typography; adapt to your scale */
@media (min-width: 768px) {
  .tl-content {
    justify-self: start;
    text-align: left;
    max-width: 100%;
  }
}
.tl-content h3 {
  margin: 0 0 0.25rem;
  font-size: 1.125rem;
}
.tl-content p {
  margin: 0;
}

.xp-desc-list {
  margin-inline: 2rem;
  margin-block: 1rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.xp-desc-list .xp-desc-element {
  list-style: square;
}

.w-pro-xp {
  padding-top: 2rem;
  border-top: 2px solid #d3d3d3;
}

section:has(.teaser-grid) {
  position: relative;
}

.flex-list.expertise-grid {
  flex-wrap: wrap;
  gap: 3rem;
}
.flex-list.expertise-grid .expertise-item {
  flex: 1 0 80%;
  max-width: 320px;
}
@media (min-width: 768px) {
  .flex-list.expertise-grid .expertise-item {
    flex-basis: 45%;
  }
}
@media (min-width: 1024px) {
  .flex-list.expertise-grid .expertise-item {
    flex-basis: 30%;
  }
}
.flex-list.expertise-grid .expertise-item .icon {
  color: #ff1541;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .flex-list.expertise-grid .expertise-item .icon {
    font-size: 3rem;
  }
}

.quote-only {
  position: relative;
  padding: 0 1rem;
}
.quote-only:before {
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-sharp-solid);
  font-size: 10rem;
  color: #f2f2f2;
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

p.icon:before,
p.icon:after {
  color: #ff1541;
  font-size: 1.25em;
}

.social-list {
  display: flex;
  gap: 3rem;
  margin-block: 1rem;
}
.social-list a.social-item {
  color: #8d949b;
  font-size: 3rem;
  transition: all 0.3s ease;
}
.social-list a.social-item:hover {
  color: #141a1f;
}

.flex-list:has(.values-callout-item) {
  flex-direction: row;
}
@container section-container (width < 1080px) {
  .flex-list:has(.values-callout-item) {
    flex-wrap: wrap;
  }
}

.values-callout-item {
  padding: 1rem;
  border: 1px solid #d3d3d3;
  border-radius: 1rem;
  flex-basis: 80%;
}
@media (min-width: 768px) {
  .values-callout-item {
    flex-basis: 45%;
  }
}
@media (min-width: 1024px) {
  .values-callout-item {
    padding: 2rem;
    flex: 1;
  }
}

[class*=i-callout-] {
  font: var(--fa-font-sharp-solid);
  color: #ff1541;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  [class*=i-callout-] {
    font-size: 3rem;
  }
}

.i-callout-1:before {
  content: "\f1e5";
}

.i-callout-2:before {
  content: "\f6e8";
}

.i-callout-3:before {
  content: "\f140";
}

.i-callout-4:before {
  content: "\f086";
}

.skill-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-block-end: 3rem;
}
.case-study-grid {
  width: 100%;
  max-width: 720px;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-block: 0.25rem;
}
@media (max-width: 767px) {
  .case-study-grid {
    flex-direction: row;
  }
}
@container section-container (width > 1200px) {
  .case-study-grid {
    max-width: 1600px;
  }
}
.case-study-grid::-webkit-scrollbar {
  display: none;
}

.case-study-item {
  flex: 0 0 100%; /* 1 slide per view; change to 80% if you want peeking */
  scroll-snap-align: start;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 1rem;
}
@container section-container (width > 1200px) {
  .case-study-item {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 2rem;
    align-items: end;
  }
}
.case-study-item picture {
  margin-bottom: 0;
}
.case-study-item picture img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.case-study-item h3, .case-study-item p {
  color: white;
}

.case-nav.icon {
  color: white;
  font-size: 2rem;
  cursor: pointer;
  user-select: none;
}
.case-nav.icon.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.testimonial-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-block-end: 4rem;
}
.testimonial-item:nth-child(even) {
  align-items: flex-end;
}
.testimonial-item:nth-child(odd) {
  align-items: flex-start;
}

/******************************
PAGES
******************************/

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