@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, 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: [variables.scss]
*
*/
/*******************************************************
VARIABLES
*******************************************************/
/*******************************************************
COLORS
*******************************************************/
/* BASICS */
/* SPECIFIC BRAND */
/****** TITLES & TEXTS ******/
/****** MESSAGES & ALERTS ******/
/****** HEADER & FOOTER ******/
/****** POPUP ******/
/*******************************************************
ADMIN
*******************************************************/
/*******************************************************
Z-INDEX
*******************************************************/
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [mixins.scss]
* DESCRIPTION: css properties reused
*
*/
/*******************************************************
MIXINS -
*******************************************************/
/* DARK AND DEFAULT MODE */
/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [media-queries.scss]
* DESCRIPTION: media queries
*
*/
/************************************************************
MEDIA QUERIES
************************************************************/
/** Target points **/
/* MOBILE - Targeting iPhone 5s only */
/* TABLET - mobile & up */
/* TABLET - 480px & up */
/* TABLET - 520px & up */
/* TABLET - 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: [modules]
* FOLDER: [assets/scss]
* FILE NAME: [fonts.scss]
* DESCRIPTION: fonts styling elements
*
*/
/****** TEXTS AND PARAGRAPHS STYLE ******/
h1 {
  font-family: "playfair display", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1em;
  color: white;
  padding: 0.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 6rem;
  }
}
.title-hero-section h1 {
  text-align: center;
  color: white;
  margin: 0;
}

h2 {
  font-family: "playfair display", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #52585f;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 3rem;
  }
}
h2.white {
  color: white;
}
h2.white.icon:before {
  color: white;
}
h2.align-left {
  text-align: left;
}
h2.icon {
  gap: 1rem;
}
@media (min-width: 1024px) {
  h2.icon {
    gap: 2rem;
  }
}
h2.icon:before {
  font-size: 0.75em;
  color: #195be7;
}
h2.in-content {
  font-family: "Open Sans", sans-serif;
}

h3 {
  font-family: "playfair display", serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #52585f;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2rem;
  }
}
h3.white {
  color: white;
}
h3.align-left {
  text-align: left;
}
h3.icon {
  gap: 1rem;
}
@media (min-width: 1024px) {
  h3.icon {
    gap: 2rem;
  }
}
h3.icon:before {
  color: #195be7;
  font-size: 0.75em;
}
h3.in-content {
  font-family: "Open Sans", sans-serif;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #52585f;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: #52585f;
  margin-bottom: 0.5rem;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #52585f;
  margin-bottom: 1.25rem;
}
p:last-of-type {
  margin-bottom: 0;
}
p.white {
  color: white;
}
@media (max-width: 767px) {
  p.mobile-center {
    text-align: center;
  }
}
p.info-service {
  color: #195be7;
  font-weight: 700;
  font-style: italic;
}
.hp-mission p {
  text-align: center;
}

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

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

.caps {
  text-transform: uppercase;
}

/*
*
* 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 – 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";
}

.i-place:before {
  content: "\f606";
}

.i-position:before {
  content: "\f017";
}

.i-xp:before {
  content: "\f0b1";
}

/*
*
* 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: "Open Sans", 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-modal, .btn-tertiary, .btn-secondary, .btn-primary {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
.button:hover, .btn-modal:hover, .btn-tertiary:hover, .btn-secondary:hover, .btn-primary:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .button, .btn-modal, .btn-tertiary, .btn-secondary, .btn-primary {
    width: 100%;
  }
}
.button.is-not-active, .is-not-active.btn-modal, .is-not-active.btn-tertiary, .is-not-active.btn-secondary, .is-not-active.btn-primary {
  opacity: 0.2;
}
.button.full-width, .full-width.btn-modal, .full-width.btn-tertiary, .full-width.btn-secondary, .full-width.btn-primary {
  width: 100%;
}
.button.space-top, .space-top.btn-modal, .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-modal, .space-top.btn-tertiary, .space-top.btn-secondary, .space-top.btn-primary {
    margin-top: 2rem;
  }
}
.button.space-bottom, .space-bottom.btn-modal, .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-modal, .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 {
  padding: 1.25rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: white;
  background-color: #195be7;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .btn-primary {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .btn-primary:hover {
    background-color: #081641;
  }
}
.btn-primary.small {
  font-size: 0.875rem;
  padding: 0.75rem 1.25rem;
}
.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 {
  padding: 1.25rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5em;
  color: #195be7;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #195be7;
}
@media (max-width: 767px) {
  .btn-secondary {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .btn-secondary:hover {
    border-color: #081641;
    color: #081641;
  }
}
.btn-secondary.small {
  font-size: 0.75rem;
  padding: 0.75rem 1.25rem;
}
.btn-secondary.large {
  font-size: 1.25rem;
}
.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: #195be7;
  margin: 0;
  border-radius: 0;
}
.btn-tertiary:hover {
  color: #081641;
}
.btn-tertiary.btn-text {
  font-family: "playfair display", serif;
}
.btn-tertiary.btn-light {
  color: white;
}
.btn-tertiary.small {
  font-size: 0.875rem;
}

.btn-modal {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1em;
  color: white;
  background-color: #cb092d;
}
@media (min-width: 768px) {
  .btn-modal:hover {
    background-color: #650305;
  }
}
.btn-modal.cancel {
  border: 1px solid #eef1f7;
  background-color: transparent;
  color: #434C57;
}
@media (min-width: 768px) {
  .btn-modal.cancel:hover {
    background-color: #eef1f7;
    color: #23282f;
  }
}

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

/***** DROPDOWN *****/
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  padding: 0.75rem 1rem;
  border: 1px solid #d3d3d3;
  border-radius: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3em;
  color: #181818;
}

.select-dropdown {
  position: relative;
  width: 100%;
  min-width: 220px;
  max-width: 320px;
  margin: 0 0 1rem;
}
.w-contact-form .select-dropdown {
  max-width: unset;
  margin: 0;
}
.select-dropdown select {
  font-size: 1.125rem;
  padding: 0.75rem 1rem 0.75rem 1rem;
  background-image: url("/img/chevron-down-sharp-regular.svg");
  background-size: 24px 24px;
  background-position: 98% center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.select-dropdown select:focus {
  border-color: #081641;
}

/************************************
FORMS ELEMENT - block, labels, input & cta
************************************/
.w-form {
  width: 100%;
  display: grid;
  gap: 1rem;
}
.w-form .btn-primary {
  margin: 2rem auto 0;
}
.contact .w-form {
  width: 100%;
  max-width: 700px;
}
@media (max-width: 767px) {
  .contact .w-form {
    min-width: unset;
  }
}

.form-row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}
.form-row.column {
  justify-content: flex-start;
  flex-direction: column;
}

label {
  font-family: "playfair display", serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1em;
  color: #8d949b;
  text-transform: uppercase;
  padding: 0;
}

input {
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1em;
  color: #343741;
  background-color: white;
  border: 1px solid #d3d3d3;
  border-radius: 0.5rem;
  outline: none;
}
input:hover {
  border-color: #343741;
}
input:focus {
  color: #343741;
  border-color: #195be7;
}
input::placeholder {
  color: #d3d3d3;
}
input.prefilled {
  color: #aca9a9;
  background: #f2f2f2;
}
input[type=submit] {
  min-width: 320px;
  margin: 2rem auto;
  cursor: pointer;
  background-color: #195be7;
}
input[type=submit]:focus {
  color: white;
  border: none;
}
.w-dashboard input[type=submit] {
  margin: 0;
}

textarea {
  background-color: white;
  outline: none;
  height: 250px;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5em;
  color: #343741;
  border: 1px solid #d3d3d3;
  border-radius: 0.5rem;
  resize: none;
}
textarea.small {
  height: 100px;
}
textarea:hover {
  border-color: #343741;
}
textarea:focus {
  color: #343741;
  border-color: #195be7;
}
textarea.prefilled {
  color: #aca9a9;
  background: #f2f2f2;
}

.recaptcha div {
  margin: 0 auto;
}

/**********************************************
Lists
**********************************************/
.docs-list ul li {
  font-family: "open sans", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.45em;
  color: #444444;
  padding: 8px 0;
  position: relative;
}
.docs-list ul li .docs-link {
  color: #5D96DF;
}
.docs-list ul li .docs-link:before {
  background: #5D96DF;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -16px;
  width: 120px;
  height: 24px;
  opacity: 0.3;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.docs-list ul li .docs-link:hover, .docs-list ul li .docs-link:focus {
  color: #183da7;
  transition: color 0.3s ease;
}
.docs-list ul li .docs-link:hover:before, .docs-list ul li .docs-link:focus:before {
  transform: scale3d(1, 1, 1);
}

/*
*
* LOCATION: [core]
* FOLDER: [assets/scss]
* FILE NAME: [layout.scss]
* DESCRIPTION: layout elements of the website
*
*/
/****************************************
GENERAL LAYOUT OLD CSS
****************************************/
.container {
  width: 100%;
}

/****************************************
GENERAL LAYOUT
****************************************/
body {
  font-size: 16px;
  background-color: #ffffff;
}
body * {
  box-sizing: border-box;
}

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

/*** For extend ***/
.web-layout, article {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  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;
  }
}
.grid-system.no-gap,
.grid-layout.no-gap {
  gap: 0;
}

/*******************************************************
VARIABLES
*******************************************************/
/*******************************************************
LAYOUT ELEMENTS
*******************************************************/
section {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  container: section-container/inline-size;
}
@media (min-width: 620px) {
  section {
    padding: 4rem 0;
  }
}
section.w-hero, section.wrapper-full {
  padding: 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;
  }
}
section.contact {
  background-color: #f2f2f2;
}

article {
  padding: 0 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  article {
    padding: 0 3rem;
  }
}
@media (min-width: 1024px) {
  article {
    padding: 0 5rem;
  }
}
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, .wrapper-full article.wrapper {
  max-width: inherit;
}
.w-hero article.wrapper:not(:only-child), .wrapper-full article.wrapper:not(:only-child) {
  margin-bottom: 0;
}
.w-hero article.wrapper.bg-img-content, .wrapper-full article.wrapper.bg-img-content {
  justify-content: flex-end;
  height: 50dvh;
}
@media (min-width: 768px) {
  .w-hero article.wrapper.bg-img-content, .wrapper-full article.wrapper.bg-img-content {
    min-height: 520px;
    max-height: 70dvh;
  }
}
@media (min-width: 1440px) {
  .w-hero article.wrapper.bg-img-content, .wrapper-full article.wrapper.bg-img-content {
    height: 70dvh;
  }
}
article.wrapper.ad-zone {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  article.wrapper.ad-zone {
    margin-bottom: 1.5rem;
  }
}
article.wrapper-full {
  max-width: unset;
  padding: 0;
}
article.wrapper-text {
  max-width: 960px;
}

.flash-alert {
  max-width: unset;
  background: #195be7;
  display: grid;
  gap: 0.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .flash-alert {
    padding: 0 5rem;
    grid-template-columns: auto 1fr;
  }
}
.flash-alert.urgent {
  background: #ff1540;
}

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

figure {
  margin-bottom: 2rem;
}
figure img {
  width: 100%;
}

/*******************************************************
COOKIES Popup
*******************************************************/
/*******************************************************
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 -OLD
****************************************/
header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
}

.w-nav-desktop {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-self: center;
  z-index: 2;
  border-bottom: 2px solid #195be7;
}
@media (max-width: 1023px) {
  .w-nav-desktop {
    display: none !important;
  }
}

.w-nav-mobile {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-self: center;
  z-index: 2;
}
@media (min-width: 1024px) {
  .w-nav-mobile {
    display: none !important;
  }
}

.w-logo-header {
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .w-logo-header {
    padding: 1rem 4rem;
    border-right: 2px solid #195be7;
  }
}
.w-logo-header .logo-header {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .w-logo-header .logo-header {
    width: 72px;
  }
}
@media (min-width: 1440px) {
  .w-logo-header .logo-header {
    width: 80px;
  }
}
.w-logo-header img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.menu-nav-element {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3em;
  color: #0033a1;
  padding: 0.5rem 0.25rem;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .menu-nav-element {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .menu-nav-element:hover, .menu-nav-element:focus {
    color: #76B1FA;
  }
  .menu-nav-element.language-switcher {
    aspect-ratio: 1;
    background-color: white;
    font-weight: 600;
    color: #76B1FA;
  }
  .menu-nav-element.language-switcher:hover, .menu-nav-element.language-switcher:focus {
    color: #081641;
  }
}
@media (min-width: 1240px) {
  .menu-nav-element {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  .menu-nav-element {
    font-size: 1.25rem;
  }
}

.w-menu-complementary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .w-menu-complementary {
    gap: 2rem;
    padding: 0.75rem 4rem;
  }
}
.w-menu-complementary a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3em;
  color: #0033a1;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .w-menu-complementary a {
    font-size: 0.75rem;
  }
}
.w-menu-complementary a:not(.active) {
  color: #aca9a9;
}
.w-menu-complementary a:hover {
  color: #081641;
}

/****************************************
HEADER - Desktop navigation
****************************************/
.w-menu-nav {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.w-menu-nav .menu-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  padding: 0 4rem;
}
.w-menu-nav .menu-nav li {
  height: 100%;
}

/****************************************
HEADER - Mobile navigation
****************************************/
/****** HEADER MOBILE ******/
.w-nav-mobile .mobile-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 2rem;
  color: #195be7;
  font-size: 1.5rem;
}

.w-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100dvh;
}
.w-mobile-menu .mobile-menu {
  background-color: #195be7;
  width: 100%;
  height: 100%;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#close-menu-mobile {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 11;
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  color: white;
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [footer.scss]
* DESCRIPTION: footer style
*
*/
/*******************************************************
FOOTER NEW
*******************************************************/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  background-color: #141a1f;
}
@media (min-width: 768px) {
  footer {
    padding: 4rem 0;
  }
}
footer article {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
footer .main-footer {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  align-items: center;
  grid-gap: 2rem;
}

.footer-logo {
  width: 80px;
  justify-self: center;
  grid-column: span 2;
}
.footer-logo img {
  width: 100%;
}

.footer-nav {
  width: 100%;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-nav {
    gap: 2rem;
    flex-direction: row;
  }
}
.footer-nav li {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: white;
  padding: 2px 0;
}
@media (max-width: 767px) {
  .footer-nav li {
    text-align: center;
  }
}
.footer-nav li.list-header {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.footer-nav li:hover:not(.list-header) {
  color: #76B1FA;
}

.footer-social .social-list {
  display: flex;
  gap: 2rem;
}
.footer-social .icon {
  color: white;
  font-size: 1.5rem;
}

.footer-copy {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: white;
  text-align: center;
}
.footer-copy a {
  font-weight: 700;
}
.footer-copy a:hover:not(.list-header) {
  color: #76B1FA;
}

/*
*
* LOCATION: [core]
* FOLDER: [scss]
* FILE NAME: [main.scss]
* DESCRIPTION: main website user css file
*
*/
/*******************************************************
MAIN CSS
*******************************************************/
/****** SECTION OF THE HOME PAGE ******/
/* HERO IMAGE */
.hp-hero {
  position: relative;
  height: 600px;
  margin-top: 0 !important;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
}

.hero-image {
  width: 100%;
  height: 600px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

.overlay-hero-image {
  width: 100%;
  height: 600px;
  background-color: rgba(51, 51, 51, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.title-hero-section {
  margin-bottom: 32px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 0 16px;
}

.tagline {
  font: 300 italic 32px/1.45em "open sans", sans-serif;
  color: white;
  margin-top: 24px;
}

/****** CERTIFICATES ******/
.hp-certificates {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
@media (min-width: 1024px) {
  .hp-certificates {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}
.hp-certificates .hp-certificates-img {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .hp-certificates .hp-certificates-img {
    flex-flow: row wrap;
    gap: 4rem;
  }
}
.hp-certificates .hp-certificates-img .certificate-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  flex: 1 1 100%;
  max-width: 40%;
}
@media (min-width: 768px) {
  .hp-certificates .hp-certificates-img .certificate-item {
    max-width: 20%;
  }
}
.hp-certificates .hp-certificates-img .certificate-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 140px;
  object-fit: contain;
}

/****** OEM APPROVALS ******/
.oem-flex-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 768px) {
  .oem-flex-list {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .oem-flex-list {
    gap: 3rem;
  }
}
.oem-flex-list .oem-flex-element {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-basis: 75%;
}
@media (min-width: 768px) {
  .oem-flex-list .oem-flex-element {
    flex-basis: 40%;
  }
}
@media (min-width: 1024px) {
  .oem-flex-list .oem-flex-element {
    flex-basis: 20%;
  }
}
.oem-flex-list .oem-flex-element img {
  width: auto;
  max-width: 200px;
}

.hp-mission {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f2f2;
}

.hp-product-service-img {
  height: auto;
  aspect-ratio: 3/2;
}
@media (max-width: 767px) {
  .hp-product-service-img {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

/*******************************************************
CONTACT PAGE
*******************************************************/
.email-success {
  width: 100%;
  max-width: 800px;
  padding: 16px;
  box-sizing: border-box;
  margin: 8px auto;
  background-color: #68BC6E;
  color: #ffffff;
  text-align: center;
  border: 1px solid #28572C;
  font: 300 16px/1.45em "open sans", sans-serif;
}

.w-contact {
  padding: 0;
}

.contact-info-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5em;
  color: #52585f;
}

.contact-map-content iframe {
  height: 400px;
}
@media (min-width: 1024px) {
  .contact-map-content iframe {
    height: 520px;
  }
}

.w-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-end;
}
.w-contact-form .btn-primary {
  width: 100%;
}

@media (max-width: 768px) {
  /* HERO IMAGE */
  .hp-hero {
    height: 420px;
    margin-bottom: 0;
    padding: 0 !important;
  }
  .hero-image {
    width: 100%;
    height: 420px;
  }
  .overlay-hero-image {
    height: 420px;
  }
  .title-hero-section h1 {
    text-align: center;
  }
  .tagline {
    text-align: center;
  }
  .contact-map {
    margin-bottom: 24px;
  }
  .contact-map-content iframe {
    height: 400px !important;
  }
}
/******************************
PAGES
******************************/
/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [quality.scss]
* DESCRIPTION: Styling for the quality pages
*
*/
.w-about {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .w-about {
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
  }
}
@media (min-width: 1240px) {
  .w-about {
    grid-template-columns: 3fr 1fr;
    gap: 4rem;
  }
}

.about-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 2rem;
}
@media (min-width: 768px) {
  .about-content {
    gap: 3rem;
    padding: 2rem 0 2rem 2rem;
  }
}
@media (min-width: 1024px) {
  .about-content {
    padding: 3rem 0 3rem 3rem;
  }
}
@media (min-width: 1024px) {
  .about-content {
    gap: 5rem;
    padding: 4rem 0 4rem 4rem;
  }
}

.desc-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.desc-list li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3em;
  color: #52585f;
}

/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [job.scss]
* DESCRIPTION: Styling for the career pages
*
*/
/************************************
CAREER PAGE
************************************/
.carreer-top {
  display: flex;
  gap: 24px;
}
@media (min-width: 768px) {
  .carreer-top {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .carreer-top {
    flex-direction: column;
  }
}
.carreer-top-img {
  width: 100%;
  flex: none;
}
@media (min-width: 768px) {
  .carreer-top-img {
    width: 40%;
  }
}
.carreer-top-img img {
  width: 100%;
  height: auto;
}
.carreer-top.bottom-element {
  display: flex;
}
@media (min-width: 768px) {
  .carreer-top.bottom-element {
    margin-top: 24px;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .carreer-top.bottom-element {
    margin-top: -40px;
    align-items: flex-end;
  }
}
@media (min-width: 1440px) {
  .carreer-top.bottom-element {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  .carreer-top.bottom-element {
    flex-direction: column-reverse;
  }
}
.carreer-top.bottom-element h2 {
  padding: 32px 0;
}
@media (min-width: 768px) {
  .carreer-top.bottom-element h2 {
    padding: 0;
  }
}

.job-offer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.job-offer-element {
  width: 100%;
  max-width: 860px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin: 0 auto;
  border-radius: 24px;
  background: #f2f2f2;
  border: 1px solid #d3d3d3;
  -webkit-box-shadow: 0 0 12px rgba(24, 24, 24, 0.2);
  -moz-box-shadow: 0 0 12px rgba(24, 24, 24, 0.2);
  box-shadow: 0 0 12px rgba(24, 24, 24, 0.2);
}
@media (min-width: 768px) {
  .job-offer-element {
    grid-template-columns: 1fr auto;
    gap: 40px;
  }
}
.job-offer .job-cta {
  margin: 0;
}
.job-offer .job-cta a {
  padding: 24px 32px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
}

.job-infos {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  width: 100%;
}
.job-infos-title {
  font-family: "playfair display", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5em;
}
.job-infos-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .job-infos-details {
    flex-flow: row wrap;
    gap: 8px 16px;
  }
}

.job-detail {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  font-family: "playfair display", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #5f6369;
}

.job-desc-detail {
  position: relative;
}
.job-desc-detail article {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.job-desc-detail h2 {
  display: inline-flex;
  justify-content: center;
}
.job-desc-detail .job-infos-details {
  justify-content: center;
}
.job-desc-detail .job-detail {
  justify-content: center;
}
.job-desc-detail .job-infos-texts {
  margin: 32px auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .job-desc-detail .job-infos-texts {
    margin: 64px auto;
  }
}
.job-desc-detail .job-infos-texts p {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .job-desc-detail .job-infos-texts p {
    margin-bottom: 40px;
  }
}
.job-desc-detail .job-infos-texts p:last-child {
  margin-bottom: 0;
}
.job-desc-detail .job-infos-texts ul {
  margin-inline-start: 24px;
  margin-bottom: 24px;
  margin-block-end: 24px;
}
@media (min-width: 768px) {
  .job-desc-detail .job-infos-texts ul {
    margin-inline-start: 40px;
    margin-block-end: 40px;
  }
}
.job-desc-detail .job-infos-texts li {
  list-style-type: disc;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  color: #444444;
  margin-bottom: 4px;
}
.job-desc-detail .job-cta {
  justify-content: center;
}
.job-desc-detail .job-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  color: #5f6369;
}
.job-desc-detail .job-close:hover {
  color: #195be7;
  transition: all 0.3s ease;
}
.job-desc-detail .job-close:before {
  font-size: 32px;
}

.job-spontaneous {
  display: grid;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .job-spontaneous {
    grid-template-columns: 1fr auto;
    gap: 80px;
  }
}

/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [mission.scss]
* DESCRIPTION: Styling for the Mission page
*
*/
/*******************************************************
SECTION OF THE MISSION PAGE
*******************************************************/
#mission-desc {
  background-color: #1D6AD2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #mission-desc {
    padding: 2rem;
  }
}

#mission-img {
  position: relative;
  width: 100%;
  height: 480px;
}

.mission-img-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

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

.dot-list-value {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1d6ad2;
  margin: 8px auto 8px;
}

.vertical-line-value {
  width: 1px;
  height: 32px;
  background-color: #1d6ad2;
  margin: 32px auto 0;
}

.dit-list-value:first-of-type {
  margin-top: 0;
}

/*
*
* LOCATION: [pages]
* FOLDER: [scss]
* FILE NAME: [services.scss]
* DESCRIPTION: Styling for the services page
*
*/
.psp-content-desc-grid {
  display: grid;
  grid-template-columns: 42px auto;
  grid-gap: 1rem;
}
@media (min-width: 768px) {
  .psp-content-desc-grid {
    grid-gap: 1rem 6rem;
  }
}

.psp-grid-left {
  padding: 0 16px;
  box-sizing: border-box;
}

.dot-list {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1d6ad2;
  margin: 1.5rem 0 1rem;
}

.vertical-line {
  width: 1px;
  height: calc(100% - 42px);
  background-color: #1d6ad2;
  margin: 0 auto;
}

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