@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Icons&display=swap");
:root {
  --front-bg: #F6F1F1;
  --front-primary: #F6A43E;
  --front-primaryDark: #B98541;
  --front-secondary: #34323E;
  --front-secondaryDark: #c8a36e;
  --front-grey: #D9D9D9;
  --material-icons: "material-icons";
  --phone: 640px;
  --tablet: 768px;
  --desktop: 1024px;
}

.fade {
  opacity: var(--progress);
  transition: opacity 0.75s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.fadeUp {
  opacity: var(--progress);
  transform: translateY(calc(40px * var(--progress)));
  transition: all 0.75s cubic-bezier(0.38, 0.005, 0.215, 1);
}

@keyframes FadeIn {
  0% {
    margin-top: -20px;
    opacity: 0;
  }
  100% {
    margin-top: 0px;
    opacity: 1;
  }
}
@keyframes FadeInRocket {
  0% {
    bottom: 28vh;
    opacity: 0;
  }
  100% {
    bottom: 25vh;
    opacity: 1;
  }
}
@keyframes FadeInEstimation {
  0% {
    bottom: 40px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes Fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-inview {
  animation: Fade 0.2s 1;
}

@font-face {
  font-family: "Inter";
  src: url("../../font/Inter-regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../../font/Inter-medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../../font/Inter-bold.ttf");
  font-weight: 600;
}
body {
  font-family: "Inter", sans-serif !important;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none;
}

.grid {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 88.2352941176%;
}
@media screen and (max-width: 1020px) {
  .grid {
    width: 89.6774193548%;
  }
}
@media screen and (max-width: 620px) {
  .grid {
    width: 96.7741935484%;
  }
}
.grid-0 {
  box-sizing: border-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
}

.col-md-0 {
  box-sizing: border-box;
  width: 0%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-0 {
  margin-left: 0%;
}
.col-md-1 {
  box-sizing: border-box;
  width: 8.3333333333%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-1 {
  margin-left: 8.3333333333%;
}
.col-md-2 {
  box-sizing: border-box;
  width: 16.6666666667%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-2 {
  margin-left: 16.6666666667%;
}
.col-md-3 {
  box-sizing: border-box;
  width: 25%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-3 {
  margin-left: 25%;
}
.col-md-4 {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-4 {
  margin-left: 33.3333333333%;
}
.col-md-5 {
  box-sizing: border-box;
  width: 41.6666666667%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-5 {
  margin-left: 41.6666666667%;
}
.col-md-6 {
  box-sizing: border-box;
  width: 50%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-6 {
  margin-left: 50%;
}
.col-md-7 {
  box-sizing: border-box;
  width: 58.3333333333%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-7 {
  margin-left: 58.3333333333%;
}
.col-md-8 {
  box-sizing: border-box;
  width: 66.6666666667%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-8 {
  margin-left: 66.6666666667%;
}
.col-md-9 {
  box-sizing: border-box;
  width: 75%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-9 {
  margin-left: 75%;
}
.col-md-10 {
  box-sizing: border-box;
  width: 83.3333333333%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-10 {
  margin-left: 83.3333333333%;
}
.col-md-11 {
  box-sizing: border-box;
  width: 91.6666666667%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-11 {
  margin-left: 91.6666666667%;
}
.col-md-12 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
}
.col-md-shift-12 {
  margin-left: 100%;
}
@media screen and (max-width: 1020px) {
  .col-sm-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-0 {
    margin-left: 0%;
  }
  .col-sm-1 {
    box-sizing: border-box;
    width: 8.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    width: 16.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    width: 33.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    width: 41.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    width: 58.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    width: 66.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    width: 83.3333333333%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    width: 91.6666666667%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.6666666667%;
    padding-right: 1.6666666667%;
  }
  .col-sm-shift-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 620px) {
  .col-xs-0 {
    box-sizing: border-box;
    width: 0%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-xs-shift-0 {
    margin-left: 0%;
  }
  .col-xs-1 {
    box-sizing: border-box;
    width: 25%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-xs-shift-1 {
    margin-left: 25%;
  }
  .col-xs-2 {
    box-sizing: border-box;
    width: 50%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-xs-shift-2 {
    margin-left: 50%;
  }
  .col-xs-3 {
    box-sizing: border-box;
    width: 75%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-xs-shift-3 {
    margin-left: 75%;
  }
  .col-xs-4 {
    box-sizing: border-box;
    width: 100%;
    padding-left: 1.7985611511%;
    padding-right: 1.7985611511%;
  }
  .col-xs-shift-4 {
    margin-left: 100%;
  }
}

nav:not(.menuMobile).navigationPrincipale {
  position: fixed;
  width: 100vw;
  z-index: 15;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  opacity: 0;
  box-sizing: border-box;
  padding: 0px 25px;
  transition: all 0.25s;
  animation: FadeIn linear 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@media (max-width: 1275px) {
  nav:not(.menuMobile).navigationPrincipale {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale {
    justify-content: center;
    padding: 15px 25px 10px;
  }
}
nav:not(.menuMobile).navigationPrincipale .logo {
  position: absolute;
  z-index: 5;
  max-width: 200px;
  left: 15px;
  top: 5px;
}
nav:not(.menuMobile).navigationPrincipale .logo:hover {
  cursor: pointer;
}
nav:not(.menuMobile).navigationPrincipale .flag {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
nav:not(.menuMobile).navigationPrincipale .langMenu {
  position: relative;
  display: flex;
  column-gap: 10px;
  margin-top: 5px;
}
nav:not(.menuMobile).navigationPrincipale .langMenu > div {
  opacity: 0.5;
  transition: 0.25s all;
  filter: grayscale(1);
  cursor: pointer;
}
nav:not(.menuMobile).navigationPrincipale .langMenu > div.active, nav:not(.menuMobile).navigationPrincipale .langMenu > div:hover {
  opacity: 1;
  filter: grayscale(0);
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .langMenu {
    position: absolute;
    right: 20px;
    top: 15px;
  }
}
@media (max-width: 480px) {
  nav:not(.menuMobile).navigationPrincipale .langMenu {
    flex-direction: row;
    right: 20px;
    top: 30px;
  }
}
nav:not(.menuMobile).navigationPrincipale .overlayMobile {
  display: none;
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .overlayMobile {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    display: block;
  }
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .overlayMobile.open {
    opacity: 1;
    visibility: visible;
  }
}
nav:not(.menuMobile).navigationPrincipale .listRS {
  display: flex;
  justify-content: space-between;
  width: 250px;
  overflow: hidden;
  margin-top: 15px;
  height: 30px;
  transition: 0.25s height;
}
nav:not(.menuMobile).navigationPrincipale .overlayMobile {
  display: none;
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .overlayMobile {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    display: block;
  }
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .overlayMobile.open {
    opacity: 1;
    visibility: visible;
  }
}
nav:not(.menuMobile).navigationPrincipale .listRS {
  display: flex;
  justify-content: space-between;
  width: 250px;
  overflow: hidden;
  margin-top: 15px;
  height: 30px;
  transition: 0.25s height;
}
nav:not(.menuMobile).navigationPrincipale .list-menu {
  display: flex;
  justify-content: flex-end;
  column-gap: 25px;
  align-items: center;
  padding: 26px 0 0;
  width: auto;
  list-style: none;
  margin: 0;
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .list-menu {
    position: fixed;
    width: 90vw;
    top: 0;
    gap: 30px;
    right: -110vh;
    padding: 10vh 50px;
    background-color: var(--front-bg);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 15vh;
    align-items: flex-start;
    z-index: 6;
    transition: all 0.5s;
  }
  nav:not(.menuMobile).navigationPrincipale .list-menu > div {
    margin: 12px 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
nav:not(.menuMobile).navigationPrincipale .list-menu .menuHover {
  position: absolute;
  background: #ffd196;
  filter: blur(10px);
  z-index: -1;
  width: 15px;
  height: 8px;
  opacity: 0;
  transition: opacity 0.35s;
}
nav:not(.menuMobile).navigationPrincipale .list-menu:hover .menuHover {
  opacity: 1;
}
nav:not(.menuMobile).navigationPrincipale .list-menu .linkMenu {
  position: relative;
  z-index: 10;
  transition: all 0.5s;
  display: block;
}
nav:not(.menuMobile).navigationPrincipale .list-menu .linkMenu > a {
  color: white;
  text-decoration: none;
  font-size: 1em;
}
nav:not(.menuMobile).navigationPrincipale .list-menu .linkMenu:hover {
  cursor: pointer;
  text-shadow: 0 0 10px var(--front-primary);
}
nav:not(.menuMobile).navigationPrincipale .list-menu .linkMenu.hasSubLink {
  padding-right: 25px;
}
nav:not(.menuMobile).navigationPrincipale .list-menu .linkMenu.hasSubLink > a {
  position: relative;
}
nav:not(.menuMobile).navigationPrincipale .list-menu .linkMenu.hasSubLink > a:after {
  font-family: "Material Icons";
  content: "\e313";
  -webkit-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  position: absolute;
  top: 9px;
  right: -10px;
  transition: content 0.5s;
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .list-menu .linkMenu.hasSubLink > a:after {
    text-transform: none;
    right: -30px;
  }
}
nav:not(.menuMobile).navigationPrincipale .list-menu .linkMenu .navButton {
  padding: 10px 5px;
  border-radius: 30px;
  color: white;
}
nav:not(.menuMobile).navigationPrincipale .list-menu .linkMenu .navButton:hover {
  color: var(--front-primary);
}
nav:not(.menuMobile).navigationPrincipale .list-menu .subNavs {
  position: absolute;
  list-style: none;
  padding: 0;
  top: 30px;
  left: 0;
  z-index: 10;
  width: max-content;
  background: var(--front-primary);
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform 0.25s ease;
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .list-menu .subNavs {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    background: transparent;
  }
}
nav:not(.menuMobile).navigationPrincipale .list-menu .subNavs .linkMenu {
  padding: 10px 15px;
  box-sizing: border-box;
  transition: all 0.25s;
  color: white;
  font-size: 1rem;
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .list-menu .subNavs .linkMenu {
    text-transform: none;
  }
}
nav:not(.menuMobile).navigationPrincipale .list-menu .subNavs .linkMenu p {
  font-size: 0.8rem;
}
nav:not(.menuMobile).navigationPrincipale .list-menu .subNavs .linkMenu:hover {
  background: white;
  cursor: pointer;
  color: black;
}
nav:not(.menuMobile).navigationPrincipale .list-menu .subNavs .linkMenu.active {
  background: white;
}
nav:not(.menuMobile).navigationPrincipale .list-menu .subNavs .linkMenu.active:hover {
  background-color: var(--front-primary);
}
nav:not(.menuMobile).navigationPrincipale .list-menu .subNavs.active {
  transform: scaleY(1);
  transition: transform 0.25s ease-out;
  height: auto;
  max-height: 1000px;
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .list-menu.open {
    right: 0;
  }
}
nav:not(.menuMobile).navigationPrincipale .list-menu.open .linkMenu {
  position: relative;
  z-index: 10;
  color: white;
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .list-menu.open .linkMenu {
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
    width: fit-content;
  }
  nav:not(.menuMobile).navigationPrincipale .list-menu.open .linkMenu p {
    margin: 5px 0;
  }
}
nav:not(.menuMobile).navigationPrincipale .list-menu.open .linkMenu:hover {
  color: var(--front-primary);
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .list-menu.open .linkMenu:hover {
    color: white;
  }
}
nav:not(.menuMobile).navigationPrincipale .list-menu.open .linkMenu a {
  color: black;
  text-decoration: none;
}
nav:not(.menuMobile).navigationPrincipale .list-menu.open .linkMenu a:hover {
  color: var(--front-primary);
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .list-menu.open .linkMenu a {
    color: white;
    font-size: 1.2rem;
    text-transform: none;
  }
}
nav:not(.menuMobile).navigationPrincipale .list-menu > div .overlayMenus {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  backdrop-filter: blur(20px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.75s;
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .list-menu > div .overlayMenus {
    position: relative;
    width: auto;
    height: auto;
    max-height: 0px;
    background: none;
  }
}
nav:not(.menuMobile).navigationPrincipale .list-menu > div.active .overlayMenus {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .list-menu > div.active .overlayMenus {
    max-height: 1000px;
  }
}
nav:not(.menuMobile).navigationPrincipale .list-menu > div.active .linkMenu.hasSubLink:after {
  content: "\e316";
}
nav:not(.menuMobile).navigationPrincipale.onScroll {
  background: rgba(27, 30, 35, 0.75);
}
nav:not(.menuMobile).navigationPrincipale.onScroll .linkMenu {
  color: white;
}
nav:not(.menuMobile).navigationPrincipale.onScroll .linkMenu > a {
  color: white;
}
nav:not(.menuMobile).navigationPrincipale.onScroll .linkMenu:hover {
  color: white;
}
nav:not(.menuMobile).navigationPrincipale.onScroll .linkMenu:hover > a {
  color: white;
}
nav:not(.menuMobile).navigationPrincipale.onScroll .menuMobile .menuButton:before {
  color: white;
}
nav:not(.menuMobile).navigationPrincipale .menuMobile {
  display: none;
  position: fixed;
  z-index: 10;
  top: 5px;
  width: 43px;
  right: 15px;
  padding: 0;
}
@media (max-width: 768px) {
  nav:not(.menuMobile).navigationPrincipale .menuMobile {
    display: flex;
    top: 0px;
  }
}
nav:not(.menuMobile).navigationPrincipale .menuMobile .menuButton {
  width: 43px;
  font-size: 45px;
  height: 45px;
  cursor: pointer;
}
nav:not(.menuMobile).navigationPrincipale .menuMobile .menuButton:before {
  font-family: "Material Icons";
  content: "\e5d2";
  color: var(--front-secondary);
  position: absolute;
}
nav:not(.menuMobile).navigationPrincipale .menuMobile.open .menuButton:before {
  content: "\e5cd";
  color: var(--front-secondary);
}

body {
  background: var(--front-bg);
  padding: 0;
  margin: 0;
  max-width: 100vw;
  min-height: 100vh;
  position: relative;
  z-index: 10;
  overflow-x: hidden;
}
body.noScroll {
  position: fixed;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
p, a, li, div {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--front-secondary);
  font-family: "Poppins", sans-serif;
}

h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5em;
  color: var(--front-secondary);
}
h1 strong {
  color: var(--front-primary);
}
@media (max-width: var(--phone)) {
  h1 {
    font-size: 2rem;
  }
}

a {
  color: var(--front-primary);
  text-decoration: none;
  transition: all 0.25s;
}
a:hover {
  color: black;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: var(--front-secondary);
}
h2 strong {
  color: var(--front-primary);
}
@media (max-width: var(--phone)) {
  h2 {
    font-size: 1.1rem;
  }
}

h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: var(--front-secondary);
}
h3 strong {
  color: var(--front-primary);
}
@media (max-width: var(--phone)) {
  h3 {
    font-size: 1.1rem;
  }
}

.container {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.container .row {
  display: flex;
}

.loader {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}
.loader div {
  width: 30vw;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
}
.loading div {
  width: 250px;
}

.header {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  text-align: left;
  opacity: 0;
  height: auto;
  position: relative;
  animation: FadeIn linear 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  width: 90vw;
  margin: auto;
  padding: 130px 0 30px;
  color: var(--front-secondary);
}
@media (max-width: 768px) {
  .header {
    width: 90vw;
  }
}
.header .title {
  margin-bottom: 0;
}
.header .title h1 {
  color: var(--front-secondary);
  font-size: 5rem;
  margin: 0 0 35px;
  line-height: 4.5rem;
  position: relative;
  width: 80%;
}
@media (max-width: 768px) {
  .header .title {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .header .title h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
.header .title > p {
  font-size: 1.4rem;
  line-height: 2rem;
}

.contentPage {
  min-height: 20vh;
  padding: 25px 50px;
}
@media (max-width: var(--desktop)) {
  .contentPage {
    padding: 25px 15px;
  }
}
.contentPage.page {
  padding: 25px 0;
}

.fade-enter {
  opacity: 0;
}

.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 300ms ease-in;
}

.fade-exit {
  opacity: 1;
}

.fade-exit.fade-exit-active {
  opacity: 0;
  transition: opacity 300ms ease-in;
}

div.transition-group {
  position: relative;
}

section.route-section {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.small {
  font-size: 1.1rem;
}

.navbar-interne {
  display: flex;
  margin: 25px 0 15px;
}
.navbar-interne .button {
  margin-right: 15px;
}

.hide-mobile {
  display: block;
}
@media (max-width: var(--phone)) {
  .hide-mobile {
    display: none;
  }
}

.visible-mobile {
  display: none;
}
@media (max-width: var(--phone)) {
  .visible-mobile {
    display: block;
  }
}

.content-intern:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 670px) {
  .content-intern {
    width: 95vw;
    margin: 20px auto;
  }
}
.content-intern div:not([data-lt-tmp-id]), .content-intern p, .content-intern span, .content-intern ul, .content-intern li, .content-intern strong {
  list-style: inherit;
  font-family: "Poppins", sans-serif !important;
  margin: 10px 0;
  line-height: 1.5em;
  padding: 0;
}
.content-intern div:not([data-lt-tmp-id]) li, .content-intern p li, .content-intern span li, .content-intern ul li, .content-intern li li, .content-intern strong li {
  margin-left: 20px;
  position: relative;
}
.content-intern div:not([data-lt-tmp-id]) li::before, .content-intern p li::before, .content-intern span li::before, .content-intern ul li::before, .content-intern li li::before, .content-intern strong li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--front-primary);
  box-shadow: 0 0 7px var(--front-primary);
  display: block;
  position: absolute;
  left: -15px;
  top: 9px;
}
.content-intern ul {
  padding-left: 25px;
  list-style: none;
}
.content-intern ul li {
  margin: 10px 0;
}
.content-intern h2 {
  font-size: 1.4em;
  font-family: "Inter", sans-serif !important;
}
.content-intern h3 {
  font-size: 1.3em;
  font-family: "Inter", sans-serif !important;
}
.content-intern h2, .content-intern h3, .content-intern h4, .content-intern h5, .content-intern h6 {
  margin: 0;
  text-transform: none;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.content-intern iframe {
  max-width: 100%;
  border: none;
}

.title {
  font-family: "Inter", sans-serif;
  text-align: left;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.5em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
}
.title.center {
  text-align: center;
}
.title.center:after {
  left: 50%;
  transform: translateX(-50%) skewX(-31deg);
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: var(--lightBlue);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  max-height: 100vh;
}
.preloader #logo {
  scale: 2.5;
  transform: translateX(-50%) translateY(-50%) scaleX(1) scaleY(1);
  opacity: 0;
  animation: logo 3000ms 0ms linear infinite alternate, Fade 1s 0s linear both;
}
@media (max-width: var(--phone)) {
  .preloader #logo {
    scale: 1.5;
  }
}

.load {
  visibility: hidden;
  opacity: 0;
  transition: 2s opacity;
  max-width: 100vw;
}
.load.loaded {
  visibility: visible;
  opacity: 1;
}

@keyframes logo {
  from {
    transform: scaleX(1) scaleY(1);
  }
  to {
    transform: scaleX(0.9) scaleY(0.9);
  }
}
.tel-contact {
  display: block;
  background-image: url("../../images/tel-MOqGqmu.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 90Px;
  right: 40px;
}

/* Global styles for the accordion */
.mce-accordion {
  background: transparent;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.mce-accordion summary {
  font-weight: bold;
  font-size: 16px;
  padding: 12px 16px;
  margin: 0;
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
  color: #fff;
  background: transparent;
  border: 1px solid var(--front-primary);
  transition: all 0.3s ease-in-out;
}

.mce-accordion summary:hover {
  background: #363a41;
}

.mce-accordion summary::marker {
  display: none;
}

.mce-accordion p {
  margin: 0;
  padding: 12px 16px;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  background: transparent;
}

.mce-accordion summary::after {
  content: "▼";
  float: right;
  font-size: 12px;
}

.mce-accordion[open] summary::after {
  transform: rotate(-180deg);
}

.button, .btn {
  background: white;
  padding: 0.8em 1.75em;
  color: black;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2rem;
  border: none;
  transition: all 0.5s;
  display: block;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  border-radius: 45px;
}
.button a, .btn a {
  color: black;
}
.button.center, .btn.center {
  margin: 0 auto;
}
.button:hover, .btn:hover {
  background: black;
  color: white;
  cursor: pointer;
}
.button:hover a, .btn:hover a {
  color: white;
}
.button.primary, .button.btn-primary, .btn.primary, .btn.btn-primary {
  background: var(--front-primary);
  color: white;
}
.button.primary a, .button.btn-primary a, .btn.primary a, .btn.btn-primary a {
  color: white;
}
.button.primary:hover, .button.btn-primary:hover, .btn.primary:hover, .btn.btn-primary:hover {
  background: var(--front-primaryDark);
  color: white;
  cursor: pointer;
}
.button.primary:hover a, .button.btn-primary:hover a, .btn.primary:hover a, .btn.btn-primary:hover a {
  color: white;
}
.button.secondary, .button.btn-secondary, .btn.secondary, .btn.btn-secondary {
  background: var(--front-secondary);
  color: white;
}
.button.secondary a, .button.btn-secondary a, .btn.secondary a, .btn.btn-secondary a {
  color: white;
}
.button.secondary:hover, .button.btn-secondary:hover, .btn.secondary:hover, .btn.btn-secondary:hover {
  background: var(--front-secondaryDark);
  color: white;
  cursor: pointer;
}
.button.secondary:hover a, .button.btn-secondary:hover a, .btn.secondary:hover a, .btn.btn-secondary:hover a {
  color: white;
}
.button.white, .button.btn-light, .btn.white, .btn.btn-light {
  background: white;
  color: black;
  border: 1px solid var(--front-grey);
}
.button.white a, .button.btn-light a, .btn.white a, .btn.btn-light a {
  color: black;
}
.button.white:hover, .button.btn-light:hover, .btn.white:hover, .btn.btn-light:hover {
  background: var(--front-grey);
  color: black;
  cursor: pointer;
}
.button.white:hover a, .button.btn-light:hover a, .btn.white:hover a, .btn.btn-light:hover a {
  color: black;
}
.button.black, .btn.black {
  background: black;
  color: white;
  border: none;
}
.button.black a, .btn.black a {
  color: white;
}
.button.black:hover, .btn.black:hover {
  background: #373030;
  color: white;
  cursor: pointer;
}
.button.black:hover a, .btn.black:hover a {
  color: white;
}
.button.light, .btn.light {
  background: transparent;
  color: #3D4782;
  border: 1.5px solid #3D4782;
}
.button.light a, .btn.light a {
  color: white;
}
.button.light:hover, .btn.light:hover {
  background: white;
  color: black;
  cursor: pointer;
}
.button.light:hover a, .btn.light:hover a {
  color: black;
}
.button.light.primary, .btn.light.primary {
  color: var(--front-primary);
  border: 1.5px solid var(--front-primary);
}
.button.light.primary:hover, .btn.light.primary:hover {
  color: white;
  background-color: var(--front-primary);
}
.button.light.primary:hover a, .btn.light.primary:hover a {
  color: white;
}
.button.light.secondary, .btn.light.secondary {
  color: #A3A3AB;
  border: 1.5px solid var(--front-secondary);
}
.button.light.secondary:hover, .btn.light.secondary:hover {
  color: white;
  background-color: var(--front-secondary);
}
.button.light.secondary:hover a, .btn.light.secondary:hover a {
  color: white;
}
.button.light.white, .btn.light.white {
  color: white;
  border: 1.5px solid white;
}
.button.light.white:hover, .btn.light.white:hover {
  color: black;
}
.button.light.white:hover a, .btn.light.white:hover a {
  color: black;
}
.button.light.black, .btn.light.black {
  color: black;
  border: 1.5px solid black;
}
.button.light.black:hover, .btn.light.black:hover {
  background-color: black;
  color: white;
}
.button.light.black:hover a, .btn.light.black:hover a {
  color: white;
}
.button.dark, .btn.dark {
  background: #373030;
  color: white;
  border: none;
}
.button.dark a, .btn.dark a {
  color: white;
}
.button.dark:hover, .btn.dark:hover {
  background: black;
  color: white;
  cursor: pointer;
}
.button.dark:hover a, .btn.dark:hover a {
  color: white;
}
.button.blue, .btn.blue {
  background: #3D4782;
  color: white;
  border: none;
}
.button.blue a, .btn.blue a {
  color: white;
}
.button.blue:hover, .btn.blue:hover {
  background: black;
  color: white;
  cursor: pointer;
}
.button.blue:hover a, .btn.blue:hover a {
  color: white;
}
.button:disabled, .button.disabled, .btn:disabled, .btn.disabled {
  background: grey;
}
.button:disabled:hover, .button.disabled:hover, .btn:disabled:hover, .btn.disabled:hover {
  background: grey;
  cursor: default;
}
.button.icons, .btn.icons {
  padding-right: calc(3.5rem + 10px);
}
.button.icons.arrow::after, .btn.icons.arrow::after {
  position: absolute;
  content: "\eb95";
  transform: rotate(90deg);
  font-family: "Material Icons Outlined";
  font-size: 2rem;
}
.button.icons.arrowTop::after, .btn.icons.arrowTop::after {
  position: absolute;
  content: "\eb95";
  font-family: "Material Icons Outlined";
  font-size: 2rem;
}

.placeholderFooter {
  position: relative;
  z-index: 1;
  height: 280px;
}

.footer {
  position: relative;
  margin-top: 0px;
  background-size: cover;
  padding: 5vh 35px;
  background-color: black;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  bottom: 0;
  width: 100vw;
  height: auto;
  box-sizing: border-box;
  z-index: 3;
  font-family: var(--inter-font);
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .footer {
    padding: 100px 25px 85px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding-bottom: 50px;
  }
}
.footer .copyright {
  font-size: 0.9rem;
  margin: 0;
  color: #A9ADCB;
}
.footer .rs {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
.footer .navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
  margin: 30px 0;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .footer .navbar-nav {
    margin-top: 80px;
    width: 80vw;
  }
}
@media (max-width: 480px) {
  .footer .navbar-nav {
    margin: 30px auto 0;
  }
}
.footer .navbar-nav a {
  display: block;
  font-size: 1.2rem;
  color: white;
  transition: all 0.25s;
}
.footer .navbar-nav a:hover {
  text-decoration: none;
}

.goToTop {
  position: fixed;
  bottom: 10px;
  right: 40px;
  z-index: 10;
  font-size: 1.4rem;
  opacity: 0;
  transition: all 0.15s;
}
.goToTop.onScroll {
  bottom: 40px;
  opacity: 1;
}

.fil-arrianne {
  display: flex;
  list-style: none;
  padding: 0;
  width: 80vw;
  margin: 0 0 15px;
}
.fil-arrianne li a {
  position: relative;
  margin-right: 15px;
  font-weight: 300;
  color: var(--front-secondary);
  font-size: 1.2rem;
}
.fil-arrianne li a:after {
  content: "/";
  position: absolute;
  right: -10px;
  top: -2px;
}
.fil-arrianne li:last-child {
  margin-right: 0px;
  font-weight: 400;
}
.fil-arrianne li:last-child a:after {
  display: none;
}

.card {
  position: relative;
  margin-top: 25px;
  min-width: 350px;
  max-width: 400Px;
  background: #444444;
  border-radius: 10px;
  overflow: hidden;
}
.card .image {
  overflow: hidden;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 175px;
  margin: auto;
  display: block;
}
.card .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card .content {
  padding: 10px 20px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card .content .description, .card .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  font-size: 1.4rem;
  max-height: 80px;
  line-height: 1.5em;
}
.card .content .title {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 15px;
  height: 25px;
  white-space: nowrap;
}
.card .content .title::after {
  display: none;
}
.card .content .date {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.card .content .date span {
  font-size: 1.2rem;
  position: relative;
  top: 2px;
  left: -3px;
  color: #373030;
}
.card .content .buttonContainer {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.card.clients {
  width: 80vw;
  max-width: 1000px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background-color: transparent;
}
.card.clients .row {
  margin: 0;
}
.card.clients .row > div:nth-child(1) {
  flex: 1;
  height: 90%;
  margin: 0;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  max-width: 225px;
}
.card.clients .row > div:nth-child(1) .logo-client {
  margin: 0;
}
.card.clients .row > div:nth-child(1) h2 {
  font-size: 1.6rem;
}
.card.clients .row > div:nth-child(2) {
  flex: 4;
}
.card.clients .row > div:nth-child(2) > div:nth-child(1) {
  margin: 0;
  padding-left: 35px;
}
.card.clients .row > div:nth-child(2) > div:nth-child(2) {
  margin: 0;
  background: #e7f4fa;
  margin-left: -35px;
  margin-top: 30px;
  padding: 15px 15px 15px 25px;
  box-sizing: border-box;
  width: 75%;
  border-radius: 0 20px 20px;
}
.card.vertical {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.card.vertical .image {
  flex: 1 1;
  height: 100%;
  width: 100%;
  top: 0px;
}
.card.vertical .content {
  flex: 3 1;
  height: auto;
}
@media (max-width: 768px) {
  .card.vertical .image {
    height: 250px;
    width: 250px;
  }
  .card.vertical .content {
    width: 90%;
    text-align: left;
  }
  .card.vertical .buttonContainer {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .card.vertical {
    flex-direction: column;
    max-width: none;
    align-items: normal;
  }
  .card.vertical .content {
    width: 100%;
    height: auto;
    justify-content: flex-start;
  }
  .card.vertical .image {
    width: 100%;
    right: 0;
    height: 175px;
  }
  .card.vertical .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .card .content {
    text-align: center;
  }
  .card .content .titre {
    flex-direction: column-reverse;
    text-align: center;
  }
  .card .content .titre .date, .card .content .titre .title {
    width: 100%;
  }
  .card .content .titre .date {
    justify-content: center;
  }
  .card .content .buttonContainer {
    justify-content: center;
  }
}

.testimonial {
  margin: 0;
  background: #e7f4fa;
  margin-left: -35px;
  margin-top: 30px;
  padding: 15px 15px 15px 25px;
  box-sizing: border-box;
  width: 75%;
  border-radius: 0 20px 20px;
}

.numberKey {
  display: flex;
  gap: 50px;
  justify-content: center;
  min-width: 80vw;
  background-color: #FCF6D8;
  border-radius: 20px;
}
.numberKey p {
  font-size: 2rem;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #7efdac;
  padding: 25px 30px;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
  z-index: 4;
}
.modal.confirm {
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0;
}
.modal.confirm .close {
  background-color: transparent;
  border: none;
}
.modal.confirm .close:hover {
  cursor: pointer;
}
.modal--header {
  background: #FFF;
  border-bottom: 1px solid #373030;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px 15px;
}
.modal--header p {
  font-weight: 500;
}
.modal--content {
  padding: 25px 30px 15px;
}
.modal--footer {
  display: flex;
  justify-content: space-between;
  padding: 25px 30px 15px;
}

.error {
  color: red;
  font-weight: bold;
}

.alert-success {
  background: #379d37;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  color: white;
  margin: 20px 0;
  position: absolute;
  z-index: 999;
  left: 25px;
  top: 50px;
}

.alert-danger {
  background: #d25151;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  color: white;
  margin: 20px 0;
  position: absolute;
  z-index: 999;
  left: 25px;
  top: 50px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/front/css/Utils/_fonts.scss%22,%22../../assets/front/css/Utils/_variables.scss%22,%22../../assets/front/css/Utils/_animation.scss%22,%22../../assets/front/css/Utils/_reset.scss%22,%22../../assets/front/css/Utils/_grid.scss%22,%22../../assets/front/css/Component/_menu.scss%22,%22../../assets/front/css/Component/_layout.scss%22,%22../../assets/front/css/Component/_button.scss%22,%22../../assets/front/css/Component/_footer.scss%22,%22../../assets/front/css/Component/_bloc.scss%22,%22../../assets/front/css/Component/_modal.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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AnCE;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;;AAkCJ;EAtCE;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;EAJF;IARF;IACA;IACA;IACA;;EAQE;IACE;;;;AChEN;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAjBJ;IAkBQ;;;AAEJ;EApBJ;IAqBQ;IACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;AAGR;EAfJ;IAgBQ;IACA;IACA;;;AAEJ;EApBJ;IAqBQ;IACA;IACA;;;AAGR;EACI;;AACA;EAFJ;IAGQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAGA;EADJ;IAEQ;IACA;;;AAIZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AACA;EAFJ;IAGQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAGA;EADJ;IAEQ;IACA;;;AAIZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATJ;IAUQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAGR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;;AACA;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAVJ;IAWQ;IACA;;;AAKhB;EACI;EACA;EACA;;AACA;EACI;;AAIZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZJ;IAaQ;IACA;IACA;IACA;IACA;IACA;IACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AACA;EANJ;IAOQ;;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;;AACA;EACI;;AAIZ;EACI;EACA;EACA;EACA;;AAIJ;EADJ;IAEQ;;;AAEJ;EACI;EACA;EACA;;AACA;EAJJ;IAKQ;IACA;IACA;IACA;;EACA;IACI;;;AAGR;EACI;;AACA;EAFJ;IAGQ;;;AAGR;EACI;EACA;;AACA;EACI;;AAEJ;EANJ;IAOQ;IACA;IACA;;;AAOZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAZJ;IAaQ;IACA;IACA;IACA;IACA;;;AAIJ;EACI;EACA;;AACA;EAHJ;IAIQ;;;AAIR;EACI;;AAOhB;EACI;;AACA;EACI;;AACA;EACI;;AAEJ;EACI;;AACA;EACI;;AAMJ;EACI;;AAKhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EARJ;IASQ;IACA;;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAIJ;EACI;EACA;;;AC5YhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EAAG;;;AAEH;EACI;EACA;;;AAGJ;EACI;IACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EAVJ;IAWQ;;;;AAIR;EACI;EACA;EACA;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EAVJ;IAWQ;;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EAVJ;IAWQ;;;;AAIR;EACI;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAGR;EACI;EACA;EACA;EACA;;AACA;EACI;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EAfJ;IAgBQ;;;AAEJ;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EAVJ;IAWQ;;;AAEJ;EACI;IACA;IACA;;;AAGJ;EACI;EACA;;;AAKZ;EACI;EACA;;AACA;EAHJ;IAIQ;;;AAEJ;EACI;;;AAGR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAEJ;EACC;EACA;EACA;EACA;;;AAGD;EACI;;;AAGJ;EACI;EACA;;AACA;EACI;;;AAIR;EACI;;AACA;EAFJ;IAGQ;;;;AAIR;EACI;;AACA;EAFJ;IAGQ;;;;AAMJ;EACI;;AAEJ;EAJJ;IAKQ;IACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIZ;EACI;EACA;;AACA;EACI;;AAGR;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AACA;EACI;EACA;;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;IACI;;;;AAIZ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;;AAMR;EACI;IACI;;EAGJ;IACI;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;ACnaJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;AAIZ;EACI;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;AAIZ;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;AAIZ;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI,YN9ED;EM+EC;EACA;;AACA;EACI;;AAIZ;EACI;EACA,ONvFD;EMwFC;;AACA;EACI;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;;AACA;EACI;EACA;;AACA;EACI;;AAIZ;EACI,ONnHA;EMoHA;;AACA;EACI;EACA;;AACA;EACI;;AAIZ;EACI;EACA;;AACA;EACI;;AACA;EACI;;AAIZ;EACI;EACA;;AACA;EACI;EACA;;AACA;EACI;;AAKhB;EACI,YNlJG;EMmJH;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;AAIZ;EACI,YNjKD;EMkKC;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;AAIZ;EACI;;AACA;EACI;EACA;;AAGR;EACI;;AAEI;EACI;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;;;AC7MhB;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;AACA;EAlBJ;IAmBQ;;;AAEJ;EArBJ;IAsBQ;;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EATJ;IAUQ;IACA;;;AAEJ;EAbJ;IAcQ;;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;;AC7ER;EACI;EACA;EACA;EACA;EACA;;AAEI;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAGR;EACI;EACA;;AACA;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AACA;EAAU;;AAEd;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,OR7EL;;AQgFH;EACI;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;AAGR;EACI;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKhB;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;;;AAIR;EA5BJ;IA6BQ;IACA;IACA;;EACA;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EACA;IACI;IACA;IACA;;;AAKhB;EACI;IACI;;EACA;IACI;IACA;;EACA;IACI;;EAEJ;IACI;;EAGR;IACI;;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AC9NR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AACA;EACI;EACA;;AACA;EACI;;AAIZ;EACI,YT9BH;ES+BG;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;;AAEJ;EACI;EACA;EACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA%22,%22file%22:%22main.output.css%22%7D */
